Searched refs:truncl (Results 1 – 8 of 8) sorted by relevance
/bionic/libm/x86/ |
D | trunc.S | 43 ALIAS_SYMBOL(truncl, trunc);
|
/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/tests/ |
D | math_test.cpp | 1260 TEST(MATH_TEST, truncl) { in TEST() argument 1263 ASSERT_DOUBLE_EQ(1.0L, truncl(1.5L)); in TEST() 1264 ASSERT_DOUBLE_EQ(-1.0L, truncl(-1.5L)); in TEST() 1265 ASSERT_DOUBLE_EQ(0.0L, truncl(0.0L)); in TEST() 1266 ASSERT_DOUBLE_EQ(-0.0L, truncl(-0.0L)); in TEST() 1267 ASSERT_TRUE(isnan(truncl(nan("")))); in TEST() 1268 ASSERT_DOUBLE_EQ(HUGE_VALL, truncl(HUGE_VALL)); in TEST() 1269 ASSERT_DOUBLE_EQ(-HUGE_VALL, truncl(-HUGE_VALL)); in TEST()
|
/bionic/libm/ |
D | libm.map.txt | 263 truncl;
|
/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 | 261 long double truncl(long double __x) __RENAME_LDBL(trunc, 3, 3);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1089 truncl
|