Home
last modified time | relevance | path

Searched refs:floorl (Results 1 – 25 of 40) sorted by relevance

12

/third_party/musl/src/math/x32/
Dfloorl.s1 .global floorl symbol
2 .type floorl,@function
3 floorl: label
Dtruncl.s1 # see floorl.s
Dceill.s1 # see floorl.s
/third_party/musl/src/math/x86_64/
Dfloorl.s1 .global floorl symbol
2 .type floorl,@function
3 floorl: label
Dceill.s1 # see floorl.s
Dtruncl.s1 # see floorl.s
/third_party/musl/src/math/i386/
Dfloor.s7 .global floorl symbol
8 .type floorl,@function
9 floorl: label
/third_party/musl/src/math/
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()
Dfloorl.c4 long double floorl(long double x) in floorl() function
12 long double floorl(long double x) in floorl() function
Dtgammal.c215 p = floorl(q); in tgammal()
230 if (0.5 * p == floorl(q * 0.5)) in tgammal()
Dexpl.c108 px = floorl(LOG2E * x + 0.5); in expl()
Dexpm1l.c98 px = floorl(0.5 + x / xx); in expm1l()
Dlgammal.c207 x = 2.0*(x - floorl(x)); /* x mod 2.0 */ in sin_pi()
/third_party/musl/porting/liteos_a/kernel/src/math/
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()
Dfloorl.c4 long double floorl(long double x) in floorl() function
12 long double floorl(long double x) in floorl() function
Dtgammal.c215 p = floorl(q); in tgammal()
230 if (0.5 * p == floorl(q * 0.5)) in tgammal()
Dexpl.c108 px = floorl(LOG2E * x + 0.5); in expl()
Dexpm1l.c98 px = floorl(0.5 + x / xx); in expm1l()
Dlgammal.c207 x = 2.0*(x - floorl(x)); /* x mod 2.0 */ in sin_pi()
/third_party/FreeBSD/lib/msun/ld128/
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/src/math/s390x/
Dfloorl.c5 long double floorl(long double x) in floorl() function
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
Dmath_floor_test.cpp70 EXPECT_DOUBLE_EQ(2.0L, floorl(2.2L));
/third_party/musl/libc-test/src/math/
Dfloorl.c33 y = floorl(p->x); in main()
Dtest_src_math.gni67 "floorl",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def239 HANDLE_LIBCALL(FLOOR_F80, "floorl")
240 HANDLE_LIBCALL(FLOOR_F128, "floorl")
241 HANDLE_LIBCALL(FLOOR_PPCF128, "floorl")

12