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.

cmVectOpsTemplateUndef.h 480B

1234567891011121314151617181920212223242526272829303132333435363738
  1. #ifdef VECT_OP_TYPE
  2. #undef VECT_OP_TYPE
  3. #endif
  4. #ifdef VECT_OP_FUNC
  5. #undef VECT_OP_FUNC
  6. #endif
  7. #ifdef VECT_OP_EPSILON
  8. #undef VECT_OP_EPSILON
  9. #endif
  10. #ifdef VECT_OP_TYPE_MAX
  11. #undef VECT_OP_TYPE_MAX
  12. #endif
  13. #ifdef VECT_OP_TYPE_MIN
  14. #undef VECT_OP_TYPE_MIN
  15. #endif
  16. #ifdef VECT_OP_MIN
  17. #undef VECT_OP_MIN
  18. #endif
  19. #ifdef VECT_OP_MAX
  20. #undef VECT_OP_MAX
  21. #endif
  22. #ifdef VECT_OP_LAP_FUNC
  23. #undef VECT_OP_LAP_FUNC
  24. #endif
  25. #ifdef VECT_OP_BLAS_FUNC
  26. #undef VECT_OP_BLAS_FUNC
  27. #endif