- Timestamp:
- Oct 11, 2009, 12:33:04 PM (15 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 2fde783
- Parents:
- 77a321c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/aubio_priv.h
r77a321c r76fc277 143 143 #define FLOOR floorf 144 144 #define CEIL ceilf 145 #define ATAN2 atan2f 145 146 #else 146 147 #define EXP exp … … 154 155 #define FLOOR floor 155 156 #define CEIL ceil 157 #define ATAN2 atan2 156 158 #endif 157 159 #define ROUND(x) FLOOR(x+.5)
Note: See TracChangeset
for help on using the changeset viewer.