Home
last modified time | relevance | path

Searched refs:FE_TONEAREST (Results 1 – 25 of 77) sorted by relevance

1234

/sysdeps/generic/
A Dget-rounding-mode.h31 #ifdef FE_TONEAREST
32 # define ORIG_FE_TONEAREST FE_TONEAREST
53 #ifndef FE_TONEAREST
54 # define FE_TONEAREST FE_CONSTRUCT_DISTINCT_VALUE (FE_DOWNWARD, \ macro
60 FE_TONEAREST, \
65 FE_TONEAREST, \
104 return FE_TONEAREST; in get_rounding_mode()
121 return FE_TONEAREST; in get_rounding_mode()
/sysdeps/mips/bits/
A Dfenv.h54 FE_TONEAREST = enumerator
55 # define FE_TONEAREST 0x0 macro
56 FE_TONEAREST,
77 FE_TONEAREST = enumerator
78 # define FE_TONEAREST 0x0 macro
79 FE_TONEAREST
/sysdeps/csky/bits/
A Dfenv.h54 FE_TONEAREST = enumerator
55 #define FE_TONEAREST (0x0 << 24) macro
56 FE_TONEAREST,
78 FE_TONEAREST = enumerator
79 # define FE_TONEAREST 0x0 macro
80 FE_TONEAREST
/sysdeps/m68k/bits/
A Dfenv.h54 FE_TONEAREST = enumerator
55 # define FE_TONEAREST 0 macro
56 FE_TONEAREST,
79 FE_TONEAREST = enumerator
80 # define FE_TONEAREST 0 macro
81 FE_TONEAREST
/sysdeps/riscv/nofpu/
A Dmath-tests-rounding.h23 #define ROUNDING_TESTS_float(MODE) ((MODE) == FE_TONEAREST)
24 #define ROUNDING_TESTS_double(MODE) ((MODE) == FE_TONEAREST)
25 #define ROUNDING_TESTS_long_double(MODE) ((MODE) == FE_TONEAREST)
/sysdeps/arc/nofpu/
A Dmath-tests-rounding.h23 #define ROUNDING_TESTS_float(MODE) ((MODE) == FE_TONEAREST)
24 #define ROUNDING_TESTS_double(MODE) ((MODE) == FE_TONEAREST)
25 #define ROUNDING_TESTS_long_double(MODE) ((MODE) == FE_TONEAREST)
/sysdeps/arm/nofpu/
A Dmath-tests-rounding.h25 #define ROUNDING_TESTS_float(MODE) ((MODE) == FE_TONEAREST)
26 #define ROUNDING_TESTS_double(MODE) ((MODE) == FE_TONEAREST)
27 #define ROUNDING_TESTS_long_double(MODE) ((MODE) == FE_TONEAREST)
/sysdeps/microblaze/bits/
A Dfenv.h28 FE_TONEAREST = enumerator
29 #define FE_TONEAREST 0x1 macro
30 FE_TONEAREST,
/sysdeps/nios2/bits/
A Dfenv.h32 FE_TONEAREST = enumerator
33 #define FE_TONEAREST 1 macro
34 FE_TONEAREST,
/sysdeps/sh/bits/
A Dfenv.h54 FE_TONEAREST = enumerator
55 #define FE_TONEAREST 0x0 macro
56 FE_TONEAREST,
/sysdeps/riscv/bits/
A Dfenv.h47 FE_TONEAREST = enumerator
48 #define FE_TONEAREST (0x0) macro
49 FE_TONEAREST,
/sysdeps/arc/bits/
A Dfenv.h50 FE_TONEAREST = enumerator
51 # define FE_TONEAREST (0x1) /* default */ macro
52 FE_TONEAREST,
/sysdeps/sparc/fpu/bits/
A Dfenv.h54 FE_TONEAREST = enumerator
55 #define FE_TONEAREST (0 << 30) macro
56 FE_TONEAREST,
/sysdeps/arm/bits/
A Dfenv.h52 FE_TONEAREST = enumerator
53 #define FE_TONEAREST 0 macro
54 FE_TONEAREST,
/sysdeps/hppa/fpu/bits/
A Dfenv.h53 FE_TONEAREST = enumerator
54 #define FE_TONEAREST (0 << 9) macro
55 FE_TONEAREST,
/sysdeps/s390/fpu/bits/
A Dfenv.h55 FE_TONEAREST = enumerator
56 #define FE_TONEAREST 0 macro
57 FE_TONEAREST,
/sysdeps/ia64/bits/
A Dfenv.h72 FE_TONEAREST = enumerator
73 #define FE_TONEAREST 0 macro
74 FE_TONEAREST,
/sysdeps/alpha/fpu/bits/
A Dfenv.h88 FE_TONEAREST = enumerator
89 #define FE_TONEAREST 2 macro
90 FE_TONEAREST,
/sysdeps/x86/fpu/bits/
A Dfenv.h52 FE_TONEAREST = enumerator
53 #define FE_TONEAREST 0 macro
54 FE_TONEAREST,
/sysdeps/ieee754/ldbl-128ibm/
A Ds_rintl.c57 SET_RESTORE_ROUND_NOEX (FE_TONEAREST); in __rintl()
59 fesetround (FE_TONEAREST); in __rintl()
85 case FE_TONEAREST: in __rintl()
/sysdeps/powerpc/bits/
A Dfenv.h120 FE_TONEAREST = enumerator
121 #define FE_TONEAREST 0 macro
122 FE_TONEAREST,
/sysdeps/arm/
A Dget-rounding-mode.h36 return FE_TONEAREST; in get_rounding_mode()
A Dfesetround.c29 return (round == FE_TONEAREST) ? 0 : 1; in __fesetround()
/sysdeps/arc/
A Dget-rounding-mode.h34 return FE_TONEAREST; in get_rounding_mode()
/sysdeps/riscv/rvf/
A Dfesetround.c27 case FE_TONEAREST: in __fesetround()

Completed in 18 milliseconds

1234