Searched defs:ceilf (Results 1 – 8 of 8) sorted by relevance
34 .global ceilf symbol36 ceilf: label
3 float ceilf(float x) in ceilf() function
5 float ceilf(float x) in ceilf() function
310 #define ceilf wrap_ceilf macro
175 static inline __device__ float ceilf(float a) { return __builtin_ceilf(a); } in ceilf() function