Home
last modified time | relevance | path

Searched refs:frexpl (Results 1 - 25 of 27) sorted by relevance

12

/third_party/musl/porting/liteos_m/kernel/src/math/
H A Dfrexpl.c4 long double frexpl(long double x, int *e) in frexpl() function
9 long double frexpl(long double x, int *e) in frexpl() function
16 x = frexpl(x*0x1p120, e); in frexpl()
/third_party/musl/src/math/
H A Dfrexpl.c4 long double frexpl(long double x, int *e) in frexpl() function
9 long double frexpl(long double x, int *e) in frexpl() function
16 x = frexpl(x*0x1p120, e); in frexpl()
H A Dfmal.c188 xs = frexpl(x, &ex); in fmal()
189 ys = frexpl(y, &ey); in fmal()
190 zs = frexpl(z, &ez); in fmal()
H A Dlog10l.c136 x = frexpl(x, &e); in log10l()
H A Dlog1pl.c127 x = frexpl(x, &e); in log1pl()
H A Dlogl.c127 x = frexpl(x, &e); in logl()
H A Dlog2l.c128 x = frexpl(x, &e); in log2l()
H A Dpowl.c304 x = frexpl(x, &i); in powl()
482 s = frexpl( s, &lx); in powil()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dfrexpl.c4 long double frexpl(long double x, int *e) in frexpl() function
9 long double frexpl(long double x, int *e) in frexpl() function
16 x = frexpl(x*0x1p120, e); in frexpl()
H A Dfmal.c188 xs = frexpl(x, &ex); in fmal()
189 ys = frexpl(y, &ey); in fmal()
190 zs = frexpl(z, &ez); in fmal()
H A Dlog2l.c128 x = frexpl(x, &e); in log2l()
H A Dlogl.c127 x = frexpl(x, &e); in logl()
H A Dlog10l.c136 x = frexpl(x, &e); in log10l()
H A Dlog1pl.c127 x = frexpl(x, &e); in log1pl()
H A Dpowl.c296 x = frexpl(x, &i); in powl()
474 s = frexpl( s, &lx); in powil()
/third_party/musl/porting/uniproton/kernel/src/math/
H A Dfrexpl.c4 long double frexpl(long double x, int *e) in frexpl() function
9 long double frexpl(long double x, int *e) in frexpl() function
16 x = frexpl(x*0x1p120, e); in frexpl()
/third_party/FreeBSD/lib/msun/src/
H A Ds_frexpl.c39 frexpl(long double x, int *ex) in frexpl() function
/third_party/musl/libc-test/src/math/
H A Dfrexpl.c11 #include "sanity/frexpl.h"
12 #include "special/frexpl.h"
33 y = frexpl(p->x, &yi); in main()
37 printf("%s:%d: bad fp exception: %s frexpl(%La)=%La,%lld, want %s", in main()
44 printf("%s:%d: %s frexpl(%La) want %La,%lld got %La,%d ulperr %.3f = %a + %a\n", in main()
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_frexp_test.cpp95 long double fraction = frexpl(inputNum, &exponent); in HWTEST_F()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h233 long double frexpl(long double, int *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h233 long double frexpl(long double, int *);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h233 long double frexpl(long double, int *);
/third_party/musl/include/
H A Dmath.h233 long double frexpl(long double, int *);
/third_party/musl/libc-test/src/api/
H A Dmath.c128 {long double(*p)(long double,int*) = frexpl;} in f()
/third_party/musl/Benchmark/musl/
H A Dlibc_math.cpp124 benchmark::DoNotOptimize(frexpl(x, &e)); in Bm_function_Frexpl()

Completed in 9 milliseconds

12