Home
last modified time | relevance | path

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

12

/third_party/musl/src/math/
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()
Dfmal.c188 xs = frexpl(x, &ex); in fmal()
189 ys = frexpl(y, &ey); in fmal()
190 zs = frexpl(z, &ez); in fmal()
Dpowl.c296 x = frexpl(x, &i); in powl()
474 s = frexpl( s, &lx); in powil()
Dlog2l.c128 x = frexpl(x, &e); in log2l()
Dlogl.c127 x = frexpl(x, &e); in logl()
Dlog10l.c136 x = frexpl(x, &e); in log10l()
Dlog1pl.c127 x = frexpl(x, &e); in log1pl()
/third_party/musl/porting/uniproton/kernel/src/math/
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/porting/liteos_a/kernel/src/math/
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()
Dfmal.c188 xs = frexpl(x, &ex); in fmal()
189 ys = frexpl(y, &ey); in fmal()
190 zs = frexpl(z, &ez); in fmal()
Dpowl.c296 x = frexpl(x, &i); in powl()
474 s = frexpl( s, &lx); in powil()
Dlog2l.c128 x = frexpl(x, &e); in log2l()
Dlog10l.c136 x = frexpl(x, &e); in log10l()
Dlogl.c127 x = frexpl(x, &e); in logl()
Dlog1pl.c127 x = frexpl(x, &e); in log1pl()
/third_party/musl/porting/liteos_m/kernel/src/math/
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/libc-test/src/math/
Dfrexpl.c33 y = frexpl(p->x, &yi); in main()
Dtest_src_math.gni83 "frexpl",
/third_party/musl/ndk_musl_include/
Dmath.h233 long double frexpl(long double, int *);
/third_party/musl/libc-test/src/api/
Dmath.c128 {long double(*p)(long double,int*) = frexpl;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h233 long double frexpl(long double, int *);
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h233 long double frexpl(long double, int *);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h233 long double frexpl(long double, int *);
/third_party/musl/include/
Dmath.h233 long double frexpl(long double, int *);
/third_party/musl/Benchmark/musl/
Dlibc_math.cpp112 benchmark::DoNotOptimize(frexpl(x, &e)); in Bm_function_Frexpl()

12