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

  /src/lib/libc/softfloat/
fpsetround.c 56 const fp_rnd old = float_rounding_mode;
57 float_rounding_mode = rnd_dir;
fpgetround.c 54 return float_rounding_mode;
softfloat-for-gcc.h 9 #define float_rounding_mode _softfloat_float_rounding_mode macro
timesoftfloat.c 2100 float_rounding_mode = roundingCode;
  /src/lib/libc/arch/aarch64/softfloat/
softfloat-qp.h 9 #define float_rounding_mode _softfloat_float_rounding_mode macro
softfloat.h 93 extern fp_rnd float_rounding_mode;
  /src/lib/libc/arch/sparc64/softfloat/
softfloat-qp.h 9 #define float_rounding_mode _softfloat_float_rounding_mode macro
softfloat.h 88 extern fp_rnd float_rounding_mode;
  /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/arch/arm/softfloat/
softfloat.h 87 extern fp_rnd float_rounding_mode;
  /src/lib/libc/arch/mips/softfloat/
softfloat.h 88 extern fp_rnd float_rounding_mode;
  /src/lib/libc/arch/or1k/softfloat/
softfloat.h 86 extern fp_rnd float_rounding_mode;
  /src/lib/libc/arch/powerpc/softfloat/
softfloat.h 86 extern fp_rnd float_rounding_mode;
  /src/lib/libc/arch/sh3/softfloat/
softfloat.h 86 extern fp_rnd float_rounding_mode;
  /src/lib/libc/softfloat/templates/
softfloat.h 79 extern !!!int8 float_rounding_mode;
  /src/regress/lib/libc/ieeefp/testfloat/include/
softfloat.h 120 extern fp_rnd float_rounding_mode;
  /src/sys/lib/libkern/
softfloat.h 107 #define float_rounding_mode() fpgetround() macro
softfloat.c 112 roundingMode = float_rounding_mode();
161 roundingMode = float_rounding_mode();
203 roundingMode = float_rounding_mode();
327 roundingMode = float_rounding_mode();
488 roundingMode = float_rounding_mode();
656 roundingMode = float_rounding_mode();
979 roundingMode = float_rounding_mode();
1587 switch ( float_rounding_mode() ) {
1604 roundingMode = float_rounding_mode();
1726 return packFloat32( float_rounding_mode() == float_round_down, 0, 0 )
    [all...]
  /src/lib/libc/arch/m68k/softfloat/
softfloat.h 90 extern fp_rnd float_rounding_mode;
  /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...]
  /src/regress/lib/libc/ieeefp/testfloat/
testFunction.c 651 float_rounding_mode = roundingCode;

Completed in 45 milliseconds