Home
last modified time | relevance | path

Searched refs:softfloat_round_near_maxMag (Results 1 – 19 of 19) sorted by relevance

/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
A Ds_roundPackMToExtF80M.c80 if ( ! roundNearEven && (roundingMode != softfloat_round_near_maxMag) ) { in softfloat_roundPackMToExtF80M()
138 if ( ! roundNearEven && (roundingMode != softfloat_round_near_maxMag) ) { in softfloat_roundPackMToExtF80M()
165 && (roundingMode != softfloat_round_near_maxMag) in softfloat_roundPackMToExtF80M()
196 || (roundingMode == softfloat_round_near_maxMag) in softfloat_roundPackMToExtF80M()
A Ds_roundPackToExtF80.c73 if ( ! roundNearEven && (roundingMode != softfloat_round_near_maxMag) ) { in softfloat_roundPackToExtF80()
127 if ( ! roundNearEven && (roundingMode != softfloat_round_near_maxMag) ) { in softfloat_roundPackToExtF80()
152 && (roundingMode != softfloat_round_near_maxMag) in softfloat_roundPackToExtF80()
181 || (roundingMode == softfloat_round_near_maxMag) in softfloat_roundPackToExtF80()
A Ds_roundPackToF128.c63 if ( ! roundNearEven && (roundingMode != softfloat_round_near_maxMag) ) { in softfloat_roundPackToF128()
94 && (roundingMode != softfloat_round_near_maxMag) in softfloat_roundPackToF128()
116 || (roundingMode == softfloat_round_near_maxMag) in softfloat_roundPackToF128()
A Ds_roundPackMToF128M.c60 if ( ! roundNearEven && (roundingMode != softfloat_round_near_maxMag) ) { in softfloat_roundPackMToF128M()
85 && (roundingMode != softfloat_round_near_maxMag) in softfloat_roundPackMToF128M()
103 || (roundingMode == softfloat_round_near_maxMag) in softfloat_roundPackMToF128M()
A Df128_roundToInt.c81 if ( roundNearEven || (roundingMode == softfloat_round_near_maxMag) ) { in f128_roundToInt()
119 case softfloat_round_near_maxMag: in f128_roundToInt()
137 if ( roundingMode == softfloat_round_near_maxMag ) { in f128_roundToInt()
A Df32_roundToInt.c67 case softfloat_round_near_maxMag: in f32_roundToInt()
93 if ( roundingMode == softfloat_round_near_maxMag ) { in f32_roundToInt()
A Df64_roundToInt.c67 case softfloat_round_near_maxMag: in f64_roundToInt()
93 if ( roundingMode == softfloat_round_near_maxMag ) { in f64_roundToInt()
A DextF80M_roundToInt.c105 case softfloat_round_near_maxMag: in extF80M_roundToInt()
144 if ( roundingMode == softfloat_round_near_maxMag ) { in extF80M_roundToInt()
A DextF80_roundToInt.c100 case softfloat_round_near_maxMag: in extF80_roundToInt()
124 if ( roundingMode == softfloat_round_near_maxMag ) { in extF80_roundToInt()
A Df128M_roundToInt.c108 case softfloat_round_near_maxMag: in f128M_roundToInt()
145 (roundingMode == softfloat_round_near_maxMag) in f128M_roundToInt()
A Ds_roundPackToUI64.c57 if ( ! roundNearEven && (roundingMode != softfloat_round_near_maxMag) ) { in softfloat_roundPackToUI64()
A Ds_roundPackToUI32.c54 if ( ! roundNearEven && (roundingMode != softfloat_round_near_maxMag) ) { in softfloat_roundPackToUI32()
A Ds_roundPackMToUI64.c56 if ( ! roundNearEven && (roundingMode != softfloat_round_near_maxMag) ) { in softfloat_roundPackMToUI64()
A Ds_roundPackToI32.c56 if ( ! roundNearEven && (roundingMode != softfloat_round_near_maxMag) ) { in softfloat_roundPackToI32()
A Ds_roundPackToI64.c59 if ( ! roundNearEven && (roundingMode != softfloat_round_near_maxMag) ) { in softfloat_roundPackToI64()
A Ds_roundPackMToI64.c58 if ( ! roundNearEven && (roundingMode != softfloat_round_near_maxMag) ) { in softfloat_roundPackMToI64()
A Ds_roundPackToF32.c57 if ( ! roundNearEven && (roundingMode != softfloat_round_near_maxMag) ) { in softfloat_roundPackToF32()
A Ds_roundPackToF64.c57 if ( ! roundNearEven && (roundingMode != softfloat_round_near_maxMag) ) { in softfloat_roundPackToF64()
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/include/
A Dsoftfloat.h73 softfloat_round_near_maxMag = 4 enumerator

Completed in 11 milliseconds