Searched refs:rm (Results 1 – 5 of 5) sorted by relevance
/math/ |
A D | gen-fromfp-tests.py | 92 for rm in rm_list: 97 (test_macro, func, val, rm, ws, invalid_res)) 100 (test_macro, func, val, rm, ws, val, exact_res)) 116 for rm in rm_list: 117 if pos >= rm_away[rm]: 138 (test_macro, func, val, rm, ws, invalid_res)) 141 (test_macro, func, val, rm, ws, res, inexact_res))
|
A D | test-tgmath-ret.c | 28 static int rm = FP_INT_UPWARD; variable 67 CHECK_RET_CONST(fromfp, intmax_t, rm, width) in CHECK_RET_CONST() 68 CHECK_RET_CONST(ufromfp, uintmax_t, rm, width) in CHECK_RET_CONST() 69 CHECK_RET_CONST(fromfpx, intmax_t, rm, width) in CHECK_RET_CONST() 70 CHECK_RET_CONST(ufromfpx, uintmax_t, rm, width) in CHECK_RET_CONST()
|
A D | gen-libm-test.py | 372 for rm in range(len(ROUNDING_MODES)): 373 res = res_rm[rm] 426 rm_args = [arg.replace(k, ROUNDING_MAP[k][rm]) for arg in rm_args] 470 for rm in ROUNDING_MODES: 471 test_out = auto_tests[fn][rm][test]
|
A D | test-fenv-tls.c | 29 rm = fegetround (); \ 30 if (rm != RM) \ 32 printf ("expected " #RM ", got %d\n", rm); \ 45 int rm; in test_round() local
|
A D | Makefile | 598 rm -f $(objpfx)ULPs; rm -f $(objpfx)NewUlps; \ 604 rm $(objpfx)ULPs; \
|
Completed in 7 milliseconds