Home
last modified time | relevance | path

Searched defs:ceilf (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/lib/msun/src/
H A Ds_ceilf.c22 ceilf(float x) in ceilf() function
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h75 __DEVICE__ float ceilf(float __a) { return __nv_ceilf(__a); } in ceilf() function