Searched refs:floorl (Results 1 – 5 of 5) sorted by relevance
41 t = floorl(x); in roundl()46 t = floorl(-x); in roundl()
77 __weak_reference(floor, floorl);
55 floorl(long double x) in floorl() function
422 long double floorl(long double);
620 TEST(math, floorl) { in TEST() argument621 ASSERT_DOUBLE_EQ(1.0L, floorl(1.1L)); in TEST()