Searched refs:truncl (Results 1 – 8 of 8) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_trunc.c | 66 __weak_reference(trunc, truncl);
|
D | s_truncl.c | 42 truncl(long double x) in truncl() function
|
/bionic/libm/ |
D | builtins.cpp | 105 __weak_reference(trunc, truncl);
|
D | libm.map.txt | 263 truncl;
|
/bionic/tests/ |
D | math_test.cpp | 1295 TEST(math_h, truncl) { in TEST() argument 1298 ASSERT_DOUBLE_EQ(1.0L, truncl(1.5L)); in TEST() 1299 ASSERT_DOUBLE_EQ(-1.0L, truncl(-1.5L)); in TEST() 1300 ASSERT_DOUBLE_EQ(0.0L, truncl(0.0L)); in TEST() 1301 ASSERT_DOUBLE_EQ(-0.0L, truncl(-0.0L)); in TEST() 1302 ASSERT_TRUE(isnan(truncl(nan("")))); in TEST() 1303 ASSERT_DOUBLE_EQ(HUGE_VALL, truncl(HUGE_VALL)); in TEST() 1304 ASSERT_DOUBLE_EQ(-HUGE_VALL, truncl(-HUGE_VALL)); in TEST()
|
/bionic/tests/headers/posix/ |
D | math_h.c | 339 FUNCTION(truncl, long double (*f)(long double)); in math_h()
|
/bionic/libc/include/ |
D | math.h | 258 long double truncl(long double __x);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1089 truncl
|