Searched refs:frexp (Results 1 – 10 of 10) 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 | 209 xs = frexp(x, &ex); in fma() 210 ys = frexp(y, &ey); in fma() 211 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/libm/upstream-freebsd/lib/msun/bsdsrc/ |
D | b_log.c | 372 g = frexp(x, &m); in __log__D()
|
/bionic/libm/ |
D | libm.map.txt | 144 frexp;
|
/bionic/libc/include/ |
D | math.h | 140 double frexp(double __x, int* _Nonnull __exponent);
|
/bionic/tests/ |
D | math_test.cpp | 1619 TEST(math_h, frexp) { in TEST() argument 1621 double dr = frexp(1024.0, &exp); in TEST() 1956 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)
|