Searched refs:fromfp (Results 1 – 10 of 10) sorted by relevance
/math/ |
A D | libm-test-fromfp.inc | 1 /* Test fromfp. 333 /* Tests below here are generated with gen-fromfp-tests.py. */ 338 TEST_fiu_M (fromfp, 1, FP_INT_UPWARD, 2, 1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 339 TEST_fiu_M (fromfp, 1, FP_INT_UPWARD, 3, 1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 394 TEST_fiu_M (fromfp, 2, FP_INT_UPWARD, 3, 2, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 395 TEST_fiu_M (fromfp, 2, FP_INT_UPWARD, 4, 2, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 459 TEST_fiu_M (fromfp, 3, FP_INT_UPWARD, 3, 3, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 460 TEST_fiu_M (fromfp, 3, FP_INT_UPWARD, 4, 3, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 529 TEST_fiu_M (fromfp, 4, FP_INT_UPWARD, 4, 4, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 530 TEST_fiu_M (fromfp, 4, FP_INT_UPWARD, 5, 4, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), [all …]
|
A D | test-tgmath.c | 273 m = fromfp (a, FP_INT_UPWARD, 2) + fromfpx (b, FP_INT_DOWNWARD, 3); in F() 386 m = fromfp (y, FP_INT_UPWARD, 6) + fromfpx (y, FP_INT_DOWNWARD, 7); in F() 781 (F(fromfp)) (TYPE x, int round, unsigned int width) in intmax_t() argument
|
A D | tgmath.h | 923 # define fromfp(Val1, Val2, Val3) \ macro 924 __TGMATH_TERNARY_FIRST_REAL_RET_ONLY (Val1, Val2, Val3, fromfp)
|
A D | Makefile | 296 fmod fpclassify frexp fromfp fromfpx getpayload \ 386 fromfp fromfpx ufromfp ufromfpx scalb $(tgmath3-narrow-macros)
|
A D | test-tgmath-ret.c | 67 CHECK_RET_CONST(fromfp, intmax_t, rm, width) in CHECK_RET_CONST()
|
A D | Versions | 230 fromfp; fromfpf; fromfpl; ufromfp; ufromfpf; ufromfpl;
|
A D | libm-test-ufromfp.inc | 455 /* Tests below here are generated with gen-fromfp-tests.py. */
|
A D | libm-test-ufromfpx.inc | 455 /* Tests below here are generated with gen-fromfp-tests.py. */
|
A D | libm-test-fromfpx.inc | 333 /* Tests below here are generated with gen-fromfp-tests.py. */
|
/math/bits/ |
A D | mathcalls.h | 349 __MATHDECL (__intmax_t, fromfp,, (_Mdouble_ __x, int __round,
|
Completed in 234 milliseconds