Searched defs:ceilf (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/lib/msun/src/
H A Ds_ceilf.c25 ceilf(float x) function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h75 __DEVICE__ float ceilf(float __a) { return __nv_ceilf(__a); } function
H A D__clang_hip_math.h117 inline float ceilf(float __x) { return __ocml_ceil_f32(__x); } function

Completed in 54 milliseconds