Home
last modified time | relevance | path

Searched refs:frexpl (Results 1 – 13 of 13) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_frexpl.c39 frexpl(long double x, int *ex) in frexpl() function
Ds_frexp.c55 __weak_reference(frexp, frexpl);
Ds_fmal.c188 xs = frexpl(x, &ex); in fmal()
189 ys = frexpl(y, &ey); in fmal()
190 zs = frexpl(z, &ez); in fmal()
/bionic/libm/
Dlibm.arm64.map147 frexpl;
Dlibm.x86.map147 frexpl;
Dlibm.mips64.map147 frexpl;
Dlibm.x86_64.map147 frexpl;
Dlibm.mips.map147 frexpl;
Dlibm.arm.map147 frexpl;
Dlibm.map.txt146 frexpl;
/bionic/libm/include/
Dmath.h384 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
/bionic/libc/tools/
Dposix-2013.txt299 frexpl
/bionic/tests/
Dmath_test.cpp1312 TEST(math, frexpl) { in TEST() argument
1314 long double ldr = frexpl(1024.0L, &exp); in TEST()