Home
last modified time | relevance | path

Searched refs:softfloat_round_near_even (Results 1 – 20 of 20) sorted by relevance

/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
H A Df128_roundToInt.c80 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()
H A Df64_roundToInt.c65 case softfloat_round_near_even: in f64_roundToInt()
95 } else if ( roundingMode == softfloat_round_near_even ) { in f64_roundToInt()
H A Df32_roundToInt.c65 case softfloat_round_near_even: in f32_roundToInt()
95 } else if ( roundingMode == softfloat_round_near_even ) { in f32_roundToInt()
H A Df128M_roundToInt.c106 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()
H A Dsoftfloat_state.c44 uint_fast8_t softfloat_roundingMode = softfloat_round_near_even;
H A DextF80M_roundToInt.c103 case softfloat_round_near_even: in extF80M_roundToInt()
146 } else if ( roundingMode == softfloat_round_near_even ) { in extF80M_roundToInt()
H A DextF80_roundToInt.c98 case softfloat_round_near_even: in extF80_roundToInt()
126 } else if ( roundingMode == softfloat_round_near_even ) { in extF80_roundToInt()
H A Ds_roundPackToUI64.c55 roundNearEven = (roundingMode == softfloat_round_near_even); in softfloat_roundPackToUI64()
H A Ds_roundPackToUI32.c52 roundNearEven = (roundingMode == softfloat_round_near_even); in softfloat_roundPackToUI32()
H A Ds_roundPackMToUI64.c53 roundNearEven = (roundingMode == softfloat_round_near_even); in softfloat_roundPackMToUI64()
H A Ds_roundPackToI32.c54 roundNearEven = (roundingMode == softfloat_round_near_even); in softfloat_roundPackToI32()
H A Ds_roundPackToI64.c57 roundNearEven = (roundingMode == softfloat_round_near_even); in softfloat_roundPackToI64()
H A Ds_roundPackMToI64.c55 roundNearEven = (roundingMode == softfloat_round_near_even); in softfloat_roundPackMToI64()
H A Ds_roundPackToF32.c55 roundNearEven = (roundingMode == softfloat_round_near_even); in softfloat_roundPackToF32()
H A Ds_roundPackToF64.c55 roundNearEven = (roundingMode == softfloat_round_near_even); in softfloat_roundPackToF64()
H A Ds_roundPackToF128.c61 roundNearEven = (roundingMode == softfloat_round_near_even); in softfloat_roundPackToF128()
H A Ds_roundPackMToF128M.c57 roundNearEven = (roundingMode == softfloat_round_near_even); in softfloat_roundPackMToF128M()
H A Ds_roundPackMToExtF80M.c63 roundNearEven = (roundingMode == softfloat_round_near_even); in softfloat_roundPackMToExtF80M()
H A Ds_roundPackToExtF80.c61 roundNearEven = (roundingMode == softfloat_round_near_even); in softfloat_roundPackToExtF80()
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/include/
H A Dsoftfloat.h69 softfloat_round_near_even = 0, enumerator