Home
last modified time | relevance | path

Searched refs:floorl (Results 1 - 25 of 26) sorted by relevance

12

/third_party/musl/src/math/x32/
H A Dfloorl.s1 .global floorl
2 .type floorl,@function
3 floorl: label
/third_party/musl/src/math/x86_64/
H A Dfloorl.s1 .global floorl
2 .type floorl,@function
3 floorl: label
/third_party/musl/src/math/i386/
H A Dfloor.s7 .global floorl
8 .type floorl,@function
9 floorl: label
/third_party/musl/src/math/
H A Dfloorl.c4 long double floorl(long double x) in floorl() function
12 long double floorl(long double x) in floorl() function
H A Dpowl.c247 w = floorl(y); in powl()
258 ya = floorl(0.5 * ya); in powl()
298 if (iyflg && floorl(x) == x && fabsl(y) < 32768.0) { in powl()
424 t = floorl(t); in reducl()
H A Dtgammal.c215 p = floorl(q); in tgammal()
230 if (0.5 * p == floorl(q * 0.5)) in tgammal()
H A Dexpl.c108 px = floorl(LOG2E * x + 0.5); in expl()
H A Dexpm1l.c98 px = floorl(0.5 + x / xx); in expm1l()
H A Dlgammal.c207 x = 2.0*(x - floorl(x)); /* x mod 2.0 */ in sin_pi()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dfloorl.c4 long double floorl(long double x) in floorl() function
12 long double floorl(long double x) in floorl() function
H A Dpowl.c239 w = floorl(y); in powl()
250 ya = floorl(0.5 * ya); in powl()
290 if (iyflg && floorl(x) == x && fabsl(y) < 32768.0) { in powl()
416 t = floorl(t); in reducl()
H A Dtgammal.c215 p = floorl(q); in tgammal()
230 if (0.5 * p == floorl(q * 0.5)) in tgammal()
H A Dexpl.c108 px = floorl(LOG2E * x + 0.5); in expl()
H A Dexpm1l.c98 px = floorl(0.5 + x / xx); in expm1l()
H A Dlgammal.c207 x = 2.0*(x - floorl(x)); /* x mod 2.0 */ in sin_pi()
/third_party/musl/src/math/s390x/
H A Dfloorl.c5 long double floorl(long double x) in floorl() function
13 #include "../floorl.c"
/third_party/musl/libc-test/src/math/
H A Dfloorl.c12 #include "sanity/floorl.h"
13 #include "special/floorl.h"
33 y = floorl(p->x); in main()
37 printf("%s:%d: bad fp exception: %s floorl(%La)=%La, want %s", in main()
44 printf("%s:%d: %s floorl(%La) want %La got %La ulperr %.3f = %a + %a\n", in main()
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_floor_test.cpp65 * @tc.desc: When the parameter of floorl is valid, test the return value of the function.
70 EXPECT_DOUBLE_EQ(2.0L, floorl(2.2L)); in HWTEST_F()
/third_party/FreeBSD/lib/msun/ld128/
H A De_powl.c197 if (floorl (y) == y) in powl()
200 if (floorl (z) == z) in powl()
410 n = floorl (z + 0.5L); in powl()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h213 long double floorl(long double);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h213 long double floorl(long double);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h213 long double floorl(long double);
/third_party/musl/include/
H A Dmath.h213 long double floorl(long double);
/third_party/musl/libc-test/src/api/
H A Dmath.c113 {long double(*p)(long double) = floorl;} in f()
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c140 int mpfloorl(struct t *t) { return mpl1(t, floorl); } in mpfloorl()

Completed in 12 milliseconds

12