Home
last modified time | relevance | path

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

/openbsd-src/lib/libm/src/ld128/
H A Ds_modfl.c30 modfl(long double x, long double *iptr) in modfl() function
/openbsd-src/lib/libm/src/ld80/
H A Ds_modfl.c30 modfl(long double x, long double *iptr) in modfl() function
/openbsd-src/gnu/gcc/libstdc++-v3/libmath/
H A Dstubs.c362 modfl(long double x, long double *iptr) in modfl() function
/openbsd-src/gnu/lib/libstdc++-v3/
H A Dconfig.h1007 # define modfl _modfl macro
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp1904 TEST(MemorySanitizer, modfl) { in TEST() argument