Searched defs:lroundf (Results 1 – 3 of 3) sorted by relevance
38 static INLINE long lroundf(float x) { in lroundf() function
187 __DEVICE__ long lroundf(float __a) { return llroundf(__a); } in lroundf() function192 __DEVICE__ long lroundf(float __a) { return roundf(__a); } in lroundf() function
459 long lroundf(float x) in lroundf() function