Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/libm/src/math/
Dmodff.rs1 pub fn modff(x: f32) -> (f32, f32) { in modff() function
Dmod.rs164 mod modff; module
/external/trusty/musl/src/math/
Dmodff.c3 float modff(float x, float *iptr) in modff() function
/external/musl/src/math/
Dmodff.c3 float modff(float x, float *iptr) in modff() function
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1727 TEST(MemorySanitizer, modff) { in TEST() argument