Searched refs:round_mode (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libm/ |
H A D | t_fe_round.c | 22 int round_mode; member 78 fesetround(values[i].round_mode); in ATF_TC_BODY() 89 (fegetround() == values[i].round_mode), in ATF_TC_BODY() 92 i, values[i].round_mode, fegetround()); in ATF_TC_BODY() 107 fesetround(values[i].round_mode); in ATF_TC_BODY() 118 (fegetround() == values[i].round_mode), in ATF_TC_BODY() 121 i, values[i].round_mode, fegetround()); in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | riscv_vector.td | 1409 // Unmasked: (passthru, op0, op1, round_mode, vl) 1458 // Unmasked: (passthru, op0, op1, round_mode, vl) 1513 // Unmasked: (passthru, op0, op1, round_mode, vl) 1590 // Unmasked: (passthru, op0, op1, round_mode, vl) 1664 // Unmasked: (passthru, op0, op1, round_mode, vl) 1723 // Unmasked: (passthru, op0, op1, round_mode, vl) 1793 // Unmasked: (passthru, op0, round_mode, vl) 2111 // Unmasked: (passthru, op0, op1, round_mode, vl)
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | GenericOpcodes.td | 1146 let InOperandList = (ins type1:$src1, i32imm:$round_mode);
|