libcm is a C development framework with an emphasis on audio signal processing applications.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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