Searched defs:truncf (Results 1 – 4 of 4) sorted by relevance
1958 # define truncf rpl_truncf macro
148 static inline float truncf(float x) { return x < 0.0f ? ceilf(x) : floorf(x); } in truncf() function
149 static inline float truncf(float x) { return x < 0.0f ? ceilf(x) : floorf(x); } in truncf() function
645 truncf, enumerator