Searched refs:floorl (Results 1 – 18 of 18) sorted by relevance
40 t = floorl(x); in roundl()45 t = floorl(-x); in roundl()
46 if (floorl(fn) != fn) in scalbl()
210 w = floorl(y); in powl()222 yoddint = (ya != floorl(ya)); in powl()329 w = floorl(x); in powl()461 w = floorl(w); in powl()479 t = floorl( t ); in reducl()
118 px = floorl( LOG2EL * x + 0.5L ); /* floor() truncates toward -infinity. */ in expl()
27 floorl(long double x) in floorl() function
116 px = floorl (0.5l + x / xx); in expm1l()
217 z = floorl (y); in sin_pi()221 y = 2.0L*(y - floorl(y)); /* y = |x| mod 2.0 */ in sin_pi()
240 p = floorl(q); in tgammal()
37 floorl(long double x) in floorl() function
134 px = floorl( LOG2EL * x + 0.5L ); /* floor() truncates toward -infinity. */ in expl()
132 px = floorl (0.5L + x / xx); in expm1l()
200 if (floorl (y) == y) in powl()203 if (floorl (z) == z) in powl()419 n = floorl (z + 0.5L); in powl()
778 p = floorl (q); in lgammal_r()803 nx = floorl (x + 0.5L); in lgammal_r()
560 extern long double floorl (long double);
267 l1 = floorl (l1); in main()
18713 long double y = floorl(floorl_vec[i].x); in test_floorl()
6395 * libm/common/floorl.c: Likewise.6493 (frexpl, modfl, ceill, fabsl, floorl, log1pl, expm1l, acosl): Ditto.6511 * libm/common/floorl.c: Likewise.