Searched refs:frexp (Results 1 – 9 of 9) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_frexp.c | 35 frexp(double x, int *eptr) in frexp() function 55 __weak_reference(frexp, frexpl);
|
D | s_fma.c | 202 xs = frexp(x, &ex); in fma() 203 ys = frexp(y, &ey); in fma() 204 zs = frexp(z, &ez); in fma()
|
/bionic/tests/headers/posix/ |
D | tgmath_h.c | 88 frexp(f1, &i); frexp(d1, &i); frexp(ld1, &i); in tgmath_h()
|
D | math_h.c | 211 FUNCTION(frexp, double (*f)(double, int*)); in math_h()
|
/bionic/libc/include/ |
D | math.h | 142 double frexp(double __x, int* __exponent); 144 long double frexpl(long double __x, int* __exponent) __RENAME_LDBL(frexp, 3, 21);
|
/bionic/libm/ |
D | libm.map.txt | 144 frexp;
|
/bionic/tests/ |
D | math_test.cpp | 1548 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/ |
D | posix-2013.txt | 298 frexp
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_141.S | 2050 CALL(frexp)
|