Home
last modified time | relevance | path

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

/external/musl/src/math/i386/
Dfloor.s34 .global ceilf symbol
36 ceilf: label
/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/powerpc64/
Dceilf.c5 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.rs106 mod ceilf; module