Home
last modified time | relevance | path

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

/external/musl/src/math/i386/
Dfloor.s34 .global ceilf symbol
36 ceilf: label
/external/musl/src/math/powerpc64/
Dceilf.c5 float ceilf(float x) in ceilf() function
/external/musl/src/math/s390x/
Dceilf.c5 float ceilf(float x) in ceilf() function
/external/musl/src/math/aarch64/
Dceilf.c3 float ceilf(float x) in ceilf() function
/external/musl/src/math/
Dceilf.c3 float ceilf(float x) in ceilf() function
/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