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

  /src/regress/lib/libc/ieeefp/testfloat/
testFunction.c 630 roundingCode = float_round_nearest_even;
634 roundingCode = float_round_nearest_even;
  /src/lib/libc/arch/aarch64/softfloat/
softfloat.h 94 #define float_round_nearest_even FP_RN macro
  /src/lib/libc/arch/arm/softfloat/
softfloat.h 88 #define float_round_nearest_even FP_RN macro
  /src/lib/libc/arch/m68k/softfloat/
softfloat.h 92 #define float_round_nearest_even FP_RN macro
  /src/lib/libc/arch/mips/softfloat/
softfloat.h 89 #define float_round_nearest_even FP_RN macro
  /src/lib/libc/arch/or1k/softfloat/
softfloat.h 87 #define float_round_nearest_even FP_RN macro
  /src/lib/libc/arch/powerpc/softfloat/
softfloat.h 87 #define float_round_nearest_even FP_RN macro
  /src/lib/libc/arch/sh3/softfloat/
softfloat.h 87 #define float_round_nearest_even FP_RN macro
  /src/lib/libc/arch/sparc64/softfloat/
softfloat.h 89 #define float_round_nearest_even FP_RN macro
  /src/lib/libc/softfloat/templates/
softfloat.h 81 float_round_nearest_even = 0, enumerator in enum:__anon403
  /src/regress/lib/libc/ieeefp/testfloat/include/
softfloat.h 122 float_round_nearest_even = FP_RN, enumerator in enum:__anon595
  /src/sys/lib/libkern/
softfloat.h 122 float_round_nearest_even = FP_RN, enumerator in enum:__anon6901
softfloat.c 113 roundNearestEven = ( roundingMode == float_round_nearest_even );
162 roundNearestEven = ( roundingMode == float_round_nearest_even );
204 roundNearestEven = ( roundingMode == float_round_nearest_even );
328 roundNearestEven = ( roundingMode == float_round_nearest_even );
489 roundNearestEven = ( roundingMode == float_round_nearest_even );
657 roundNearestEven = ( roundingMode == float_round_nearest_even );
980 roundNearestEven = ( roundingMode == float_round_nearest_even );
1588 case float_round_nearest_even:
1605 if ( roundingMode == float_round_nearest_even ) {
2568 case float_round_nearest_even
    [all...]
  /src/lib/libc/softfloat/bits32/
softfloat.c 83 fp_rnd float_rounding_mode = float_round_nearest_even;
217 roundNearestEven = roundingMode == float_round_nearest_even;
427 roundNearestEven = ( roundingMode == float_round_nearest_even );
626 if ( roundingMode == float_round_nearest_even ) {
752 case float_round_nearest_even:
771 if ( roundingMode == float_round_nearest_even ) {
1450 if ( roundingMode == float_round_nearest_even ) {
1593 if ( roundingMode == float_round_nearest_even ) {
1619 case float_round_nearest_even:
1643 if ( roundingMode == float_round_nearest_even ) {
    [all...]
  /src/lib/libc/softfloat/bits64/
softfloat.c 80 fp_rnd float_rounding_mode = float_round_nearest_even;
133 roundNearestEven = ( roundingMode == float_round_nearest_even );
183 roundNearestEven = ( roundingMode == float_round_nearest_even );
323 roundNearestEven = ( roundingMode == float_round_nearest_even );
493 roundNearestEven = ( roundingMode == float_round_nearest_even );
670 roundNearestEven = ( roundingMode == float_round_nearest_even );
1001 roundNearestEven = ( roundingMode == float_round_nearest_even );
1669 case float_round_nearest_even:
1688 if ( roundingMode == float_round_nearest_even ) {
2634 case float_round_nearest_even
    [all...]
  /src/external/gpl3/gdb/dist/sim/testsuite/common/
fpu-tst.c 79 case float_round_nearest_even:
  /src/external/gpl3/gdb.old/dist/sim/testsuite/common/
fpu-tst.c 79 case float_round_nearest_even:
  /src/lib/libc/softfloat/
timesoftfloat.c 2081 roundingCode = float_round_nearest_even;
2085 roundingCode = float_round_nearest_even;

Completed in 25 milliseconds