Searched refs:floorl (Results 1 – 10 of 10) sorted by relevance
54 t = floorl(x); in roundl()59 t = floorl(-x); in roundl()
77 __weak_reference(floor, floorl);
55 floorl(long double x) in floorl() function
199 if (floorl (y) == y) in powl()202 if (floorl (z) == z) in powl()412 n = floorl (z + 0.5L); in powl()
53 __weak_reference(floor, floorl);
131 floorl;
193 FUNCTION(floorl, long double (*f)(long double)); in math_h()
227 long double floorl(long double __x) __RENAME_LDBL(floor, 3, 3);
267 floorl
812 TEST(MATH_TEST, floorl) { in TEST() argument813 ASSERT_DOUBLE_EQ(1.0L, floorl(1.1L)); in TEST()