Home
last modified time | relevance | path

Searched refs:trunc (Results 1 – 13 of 13) sorted by relevance

/bionic/libm/x86/
Dtrunc.S33 ENTRY(trunc)
41 END(trunc)
43 ALIAS_SYMBOL(truncl, trunc);
/bionic/libm/x86_64/
Dtrunc.S33 ENTRY(trunc)
36 END(trunc)
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_trunc.c33 trunc(double x) in trunc() function
66 __weak_reference(trunc, truncl);
/bionic/libm/
Dbuiltins.cpp71 double trunc(double x) { return __builtin_trunc(x); } in trunc() function
Dlibm.map.txt261 trunc;
DAndroid.bp379 "x86/trunc.S",
453 "x86_64/trunc.S",
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dstrtodg.c198 goto trunc;
212 ) goto trunc;
217 goto trunc;
223 goto trunc;
229 goto trunc;
233 goto trunc;
237 trunc:
/bionic/tests/headers/posix/
Dtgmath_h.c111 TGMATH(trunc); in tgmath_h()
Dmath_h.c337 FUNCTION(trunc, double (*f)(double)); in math_h()
/bionic/tests/
Dmath_test.cpp1236 TEST(MATH_TEST, trunc) { in TEST() argument
1239 ASSERT_DOUBLE_EQ(1.0, trunc(1.5)); in TEST()
1240 ASSERT_DOUBLE_EQ(-1.0, trunc(-1.5)); in TEST()
1241 ASSERT_DOUBLE_EQ(0.0, trunc(0.0)); in TEST()
1242 ASSERT_DOUBLE_EQ(-0.0, trunc(-0.0)); in TEST()
1243 ASSERT_TRUE(isnan(trunc(nan("")))); in TEST()
1244 ASSERT_DOUBLE_EQ(HUGE_VAL, trunc(HUGE_VAL)); in TEST()
1245 ASSERT_DOUBLE_EQ(-HUGE_VAL, trunc(-HUGE_VAL)); in TEST()
2165 DoMathDataTest<1>(g_trunc_intel_data, trunc); in TEST()
/bionic/libc/include/
Dmath.h259 double trunc(double __x);
261 long double truncl(long double __x) __RENAME_LDBL(trunc, 3, 3);
/bionic/tools/versioner/src/
DPreprocessor.cpp129 std::ofstream os(path.c_str(), std::ios_base::out | std::ios_base::trunc); in writeFileLines()
/bionic/libc/tools/
Dposix-2013.txt1088 trunc