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.

cmProcTemplateUndef.h 510B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. #ifdef T0
  2. #undef T0
  3. #endif
  4. #ifdef T1
  5. #undef T1
  6. #endif
  7. #ifdef COMPLEX_T0
  8. #undef COMPLEX_T0
  9. #endif
  10. #ifdef COMPLEX_T1
  11. #undef COMPLEX_T1
  12. #endif
  13. #ifdef CLASS
  14. #undef CLASS
  15. #endif
  16. #ifdef STRUCT
  17. #undef STRUCT
  18. #endif
  19. #ifdef MEMBER
  20. #undef MEMBER
  21. #endif
  22. #ifdef FFT_PLAN_T0
  23. #undef FFT_PLAN_T0
  24. #endif
  25. #ifdef FFT_PLAN_T1
  26. #undef FFT_PLAN_T1
  27. #endif
  28. #ifdef FFT_FUNC_T0
  29. #undef FFT_FUNC_T0
  30. #endif
  31. #ifdef FFT_FUNC_T1
  32. #undef FFT_FUNC_T1
  33. #endif
  34. #ifdef VOP_T0
  35. #undef VOP_T0
  36. #endif
  37. #ifdef VOP_T1
  38. #undef VOP_T1
  39. #endif