HomeSort by: relevance | last modified time | path
    Searched defs:float_rounding_mode (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/lib/libkern/
softfloat.h 107 #define float_rounding_mode() fpgetround() macro
  /src/lib/libc/arch/aarch64/softfloat/
softfloat-qp.h 9 #define float_rounding_mode _softfloat_float_rounding_mode macro
  /src/lib/libc/arch/sparc64/softfloat/
softfloat-qp.h 9 #define float_rounding_mode _softfloat_float_rounding_mode macro
  /src/lib/libc/softfloat/bits32/
softfloat.c 83 fp_rnd float_rounding_mode = float_round_nearest_even; variable in typeref:typename:fp_rnd
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 );
1449 roundingMode = float_rounding_mode;
1592 roundingMode = float_rounding_mode;
1618 switch ( float_rounding_mode ) {
    [all...]
  /src/lib/libc/softfloat/
softfloat-for-gcc.h 9 #define float_rounding_mode _softfloat_float_rounding_mode macro
  /src/lib/libc/softfloat/bits64/
softfloat.c 80 fp_rnd float_rounding_mode = float_round_nearest_even; variable in typeref:typename:fp_rnd
132 roundingMode = float_rounding_mode;
182 roundingMode = float_rounding_mode;
322 roundingMode = float_rounding_mode;
492 roundingMode = float_rounding_mode;
669 roundingMode = float_rounding_mode;
1000 roundingMode = float_rounding_mode;
1668 switch ( float_rounding_mode ) {
1687 roundingMode = float_rounding_mode;
1811 return packFloat32( float_rounding_mode == float_round_down, 0, 0 )
    [all...]

Completed in 43 milliseconds