Searched defs:ceilf (Results 1 – 5 of 5) sorted by relevance
14 float LLVM_LIBC_ENTRYPOINT(ceilf)(float x) { return fputil::ceil(x); } in LLVM_LIBC_ENTRYPOINT() argument
7 pub fn ceilf(x: f32) -> f32 { in ceilf() function
90 mod ceilf; module
78 static inline float ceilf( float f ) in ceilf() function
75 __DEVICE__ float ceilf(float __a) { return __nv_ceilf(__a); } in ceilf() function