Searched refs:softfloat_round_near_even (Results 1 – 20 of 20) sorted by relevance
80 roundNearEven = (roundingMode == softfloat_round_near_even); in f128_roundToInt()117 case softfloat_round_near_even: in f128_roundToInt()139 } else if ( roundingMode == softfloat_round_near_even ) { in f128_roundToInt()
65 case softfloat_round_near_even: in f64_roundToInt()95 } else if ( roundingMode == softfloat_round_near_even ) { in f64_roundToInt()
65 case softfloat_round_near_even: in f32_roundToInt()95 } else if ( roundingMode == softfloat_round_near_even ) { in f32_roundToInt()
106 case softfloat_round_near_even: in f128M_roundToInt()146 || (roundingMode == softfloat_round_near_even); in f128M_roundToInt()166 (roundingMode == softfloat_round_near_even) in f128M_roundToInt()
44 uint_fast8_t softfloat_roundingMode = softfloat_round_near_even;
103 case softfloat_round_near_even: in extF80M_roundToInt()146 } else if ( roundingMode == softfloat_round_near_even ) { in extF80M_roundToInt()
98 case softfloat_round_near_even: in extF80_roundToInt()126 } else if ( roundingMode == softfloat_round_near_even ) { in extF80_roundToInt()
55 roundNearEven = (roundingMode == softfloat_round_near_even); in softfloat_roundPackToUI64()
52 roundNearEven = (roundingMode == softfloat_round_near_even); in softfloat_roundPackToUI32()
53 roundNearEven = (roundingMode == softfloat_round_near_even); in softfloat_roundPackMToUI64()
54 roundNearEven = (roundingMode == softfloat_round_near_even); in softfloat_roundPackToI32()
57 roundNearEven = (roundingMode == softfloat_round_near_even); in softfloat_roundPackToI64()
55 roundNearEven = (roundingMode == softfloat_round_near_even); in softfloat_roundPackMToI64()
55 roundNearEven = (roundingMode == softfloat_round_near_even); in softfloat_roundPackToF32()
55 roundNearEven = (roundingMode == softfloat_round_near_even); in softfloat_roundPackToF64()
61 roundNearEven = (roundingMode == softfloat_round_near_even); in softfloat_roundPackToF128()
57 roundNearEven = (roundingMode == softfloat_round_near_even); in softfloat_roundPackMToF128M()
63 roundNearEven = (roundingMode == softfloat_round_near_even); in softfloat_roundPackMToExtF80M()
61 roundNearEven = (roundingMode == softfloat_round_near_even); in softfloat_roundPackToExtF80()
69 softfloat_round_near_even = 0, enumerator