Searched refs:floorl (Results 1 – 25 of 40) sorted by relevance
12
1 .global floorl symbol2 .type floorl,@function3 floorl: label
1 # see floorl.s
7 .global floorl symbol8 .type floorl,@function9 floorl: label
239 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()
4 long double floorl(long double x) in floorl() function12 long double floorl(long double x) in floorl() function
215 p = floorl(q); in tgammal()230 if (0.5 * p == floorl(q * 0.5)) in tgammal()
108 px = floorl(LOG2E * x + 0.5); in expl()
98 px = floorl(0.5 + x / xx); in expm1l()
207 x = 2.0*(x - floorl(x)); /* x mod 2.0 */ in sin_pi()
197 if (floorl (y) == y) in powl()200 if (floorl (z) == z) in powl()410 n = floorl (z + 0.5L); in powl()
5 long double floorl(long double x) in floorl() function
70 EXPECT_DOUBLE_EQ(2.0L, floorl(2.2L));
33 y = floorl(p->x); in main()
67 "floorl",
239 HANDLE_LIBCALL(FLOOR_F80, "floorl")240 HANDLE_LIBCALL(FLOOR_F128, "floorl")241 HANDLE_LIBCALL(FLOOR_PPCF128, "floorl")