Home
last modified time | relevance | path

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

/external/llvm-project/libc/src/math/
Dceilf.cpp14 float LLVM_LIBC_ENTRYPOINT(ceilf)(float x) { return fputil::ceil(x); } in LLVM_LIBC_ENTRYPOINT() argument
/external/rust/crates/libm/src/math/
Dceilf.rs7 pub fn ceilf(x: f32) -> f32 { in ceilf() function
Dmod.rs90 mod ceilf; module
/external/virglrenderer/src/gallium/auxiliary/util/
Du_math.h78 static inline float ceilf( float f ) in ceilf() function
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h75 __DEVICE__ float ceilf(float __a) { return __nv_ceilf(__a); } in ceilf() function