Searched defs:truncf (Results 1 – 8 of 8) sorted by relevance
55 .global truncf symbol57 truncf: label
5 float truncf(float x) in truncf() function
3 float truncf(float x) in truncf() function
465 static av_always_inline av_const float truncf(float x) in truncf() function
178 static inline __device__ float truncf(float a) { return __builtin_truncf(a); } in truncf() function