Home
last modified time | relevance | path

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

/math/
A Dlibm-test-trunc.inc1 /* Test trunc.
30 TEST_f_f (trunc, 0, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
34 TEST_f_f (trunc, 1, 1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
35 TEST_f_f (trunc, 2, 2, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
54 TEST_f_f (trunc, -1, -1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
55 TEST_f_f (trunc, -2, -2, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
73 TEST_f_f (trunc, 0.1, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
74 TEST_f_f (trunc, 0.25, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
79 TEST_f_f (trunc, 1, 1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
80 TEST_f_f (trunc, -1, -1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
[all …]
A Dtest-tgmath.c269 a = trunc (trunc (x)); in F()
382 a = trunc (y); in F()
733 (F(trunc)) (TYPE x) in TYPE() argument
A Dtgmath.h833 #define trunc(Val) __TGMATH_UNARY_REAL_ONLY (Val, trunc) macro
A DMakefile304 significand totalorder totalordermag trunc ufromfp \
381 scalbln tgamma trunc acos asin atan acosh asinh atanh cos \
A Dtest-math-cxx11.cc150 (void) trunc; in do_test()
A DVersions119 trunc; truncf; truncl;
/math/bits/
A Dmathcalls.h305 __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));

Completed in 14 milliseconds