HomeSort by relevance Sort by last modified time
    Searched defs:float_rounding_mode (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/
softfloat.c 82 fp_rnd float_rounding_mode = float_round_nearest_even; variable
215 roundingMode = float_rounding_mode;
425 roundingMode = float_rounding_mode;
624 roundingMode = float_rounding_mode;
750 switch ( float_rounding_mode ) {
769 roundingMode = float_rounding_mode;
893 return packFloat32( float_rounding_mode == float_round_down, 0, 0 );
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/
softfloat.c 83 fp_rnd float_rounding_mode = float_round_nearest_even; variable
216 roundingMode = float_rounding_mode;
426 roundingMode = float_rounding_mode;
625 roundingMode = float_rounding_mode;
751 switch ( float_rounding_mode ) {
770 roundingMode = float_rounding_mode;
894 return packFloat32( float_rounding_mode == float_round_down, 0, 0 );
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
softfloat-for-gcc.h 37 #define float_rounding_mode _softfloat_float_rounding_mode macro
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
softfloat-for-gcc.h 37 #define float_rounding_mode _softfloat_float_rounding_mode macro
  /device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
softfloat.c 77 fp_rnd float_rounding_mode = float_round_nearest_even; variable
129 roundingMode = float_rounding_mode;
179 roundingMode = float_rounding_mode;
319 roundingMode = float_rounding_mode;
489 roundingMode = float_rounding_mode;
666 roundingMode = float_rounding_mode;
    [all...]

Completed in 309 milliseconds