Home
last modified time | relevance | path

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

/external/llvm-project/libc/src/math/
Dmodff.cpp14 float LLVM_LIBC_ENTRYPOINT(modff)(float x, float *iptr) { in LLVM_LIBC_ENTRYPOINT() argument
/external/rust/crates/libm/src/math/
Dmodff.rs1 pub fn modff(x: f32) -> (f32, f32) { in modff() function
Dmod.rs148 mod modff; module
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h197 __DEVICE__ float modff(float __a, float *__b) { return __nv_modff(__a, __b); } in modff() function
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1727 TEST(MemorySanitizer, modff) { in TEST() argument
/external/llvm-project/compiler-rt/lib/msan/tests/
Dmsan_test.cpp1871 TEST(MemorySanitizer, modff) { in TEST() argument