Searched refs:trunc (Results 1 – 7 of 7) sorted by relevance
/math/ |
A D | libm-test-trunc.inc | 1 /* 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 D | test-tgmath.c | 269 a = trunc (trunc (x)); in F() 382 a = trunc (y); in F() 733 (F(trunc)) (TYPE x) in TYPE() argument
|
A D | tgmath.h | 833 #define trunc(Val) __TGMATH_UNARY_REAL_ONLY (Val, trunc) macro
|
A D | Makefile | 304 significand totalorder totalordermag trunc ufromfp \ 381 scalbln tgamma trunc acos asin atan acosh asinh atanh cos \
|
A D | test-math-cxx11.cc | 150 (void) trunc; in do_test()
|
A D | Versions | 119 trunc; truncf; truncl;
|
/math/bits/ |
A D | mathcalls.h | 305 __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
|
Completed in 14 milliseconds