libcm is a C development framework with an emphasis on audio signal processing applications.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

cmVectOpsDoc.h 875B

1234567891011121314151617181920212223242526
  1. // This file is used to generate the documentation
  2. // source file for cmVectOpsTemplateHdr.h and
  3. // cmVectOpsRIHdr.h. The actual documentation
  4. // is generated using the gcc preprocessor.
  5. // switches: -E : Stop after preprocess
  6. // -C : Do not strip comments.
  7. // -P : Do not generate line markers
  8. // -traditional-cpp : preserve white space
  9. // gcc -E -C -P -traditional-cpp -o cmVectOpsDocOut.h cmVectOpsDoc.h
  10. #include "cmVectOpsTemplateUndef.h"
  11. #define VECT_OP_TYPE T_t
  12. #define VECT_OP_FUNC(Func) cmVOT_##Func
  13. #define VECT_OP_EPSILON FLT_EPSILON
  14. #define VECT_OP_MAX FLT_MAX
  15. #define VECT_OP_MIN FLT_MIN
  16. #define VECT_OP_LAP_FUNC(F) s##F
  17. #define VECT_OP_BLAS_FUNC(F) cblas_s##F
  18. //end_cut
  19. //( { file_desc:"Math vector operations." kw:[vop math] }
  20. //)
  21. #include "cmVectOpsTemplateHdr.h"
  22. #include "cmVectOpsRIHdr.h"