Home
last modified time | relevance | path

Searched refs:frexp (Results 1 – 9 of 9) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_frexp.c35 frexp(double x, int *eptr) in frexp() function
55 __weak_reference(frexp, frexpl);
Ds_fma.c202 xs = frexp(x, &ex); in fma()
203 ys = frexp(y, &ey); in fma()
204 zs = frexp(z, &ez); in fma()
/bionic/tests/headers/posix/
Dtgmath_h.c88 frexp(f1, &i); frexp(d1, &i); frexp(ld1, &i); in tgmath_h()
Dmath_h.c211 FUNCTION(frexp, double (*f)(double, int*)); in math_h()
/bionic/libc/include/
Dmath.h142 double frexp(double __x, int* __exponent);
144 long double frexpl(long double __x, int* __exponent) __RENAME_LDBL(frexp, 3, 21);
/bionic/libm/
Dlibm.map.txt144 frexp;
/bionic/tests/
Dmath_test.cpp1548 TEST(MATH_TEST, frexp) { in TEST() argument
1550 double dr = frexp(1024.0, &exp); in TEST()
1885 DoMathDataTest<1>(g_frexp_intel_data, frexp); in TEST()
/bionic/libc/tools/
Dposix-2013.txt298 frexp
/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_141.S2050 CALL(frexp)