HomeSort by relevance Sort by last modified time
    Searched refs:roundNearestEven (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
softfloat.c 125 flag roundNearestEven;
130 roundNearestEven = ( roundingMode == float_round_nearest_even );
132 if ( ! roundNearestEven ) {
148 absZ &= ~ ( ( ( roundBits ^ 0x40 ) == 0 ) & roundNearestEven );
176 flag roundNearestEven, increment;
180 roundNearestEven = ( roundingMode == float_round_nearest_even );
182 if ( ! roundNearestEven ) {
198 absZ0 &= ~ ( ( (bits64) ( absZ1<<1 ) == 0 ) & roundNearestEven );
315 flag roundNearestEven;
320 roundNearestEven = ( roundingMode == float_round_nearest_even );
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/
softfloat.c 211 flag roundNearestEven;
216 roundNearestEven = roundingMode == float_round_nearest_even;
218 if ( ! roundNearestEven ) {
254 zSig &= ~ ( ( ( roundBits ^ 0x40 ) == 0 ) & roundNearestEven );
423 flag roundNearestEven, increment, isTiny;
426 roundNearestEven = ( roundingMode == float_round_nearest_even );
428 if ( ! roundNearestEven ) {
467 if ( roundNearestEven ) {
483 zSig1 &= ~ ( ( zSig2 + zSig2 == 0 ) & roundNearestEven );
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/
softfloat.c 212 flag roundNearestEven;
217 roundNearestEven = roundingMode == float_round_nearest_even;
219 if ( ! roundNearestEven ) {
255 zSig &= ~ ( ( ( roundBits ^ 0x40 ) == 0 ) & roundNearestEven );
424 flag roundNearestEven, increment, isTiny;
427 roundNearestEven = ( roundingMode == float_round_nearest_even );
429 if ( ! roundNearestEven ) {
468 if ( roundNearestEven ) {
484 zSig1 &= ~ ( ( zSig2 + zSig2 == 0 ) & roundNearestEven );
    [all...]

Completed in 109 milliseconds