/picolibc-latest/newlib/libc/machine/sparc/machine/ |
D | fenv.h | 40 #define FE_TONEAREST 0 /* round to nearest representable number */ macro 72 #define FE_TONEAREST 0 /* round to nearest representable number */ 76 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \
|
/picolibc-latest/newlib/libc/machine/mips/machine/ |
D | fenv.h | 59 #define FE_TONEAREST 0x0000 macro 63 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \ 78 #define FE_TONEAREST 0x0000 macro
|
/picolibc-latest/test/ |
D | rounding-mode.c | 46 #ifdef FE_TONEAREST in do_round_int() 47 case FE_TONEAREST: in do_round_int() 73 #ifdef FE_TONEAREST in do_roundf_int() 74 case FE_TONEAREST: in do_roundf_int() 251 #ifdef FE_TONEAREST in main() 252 ret += check(FE_TONEAREST, "FE_TONEAREST", my_values[i]); in main() 315 check_sqrt(FE_TONEAREST, n4, 2.0); in main() 316 check_sqrt(FE_TONEAREST, nn4, n2); in main() 359 check_sqrtf(FE_TONEAREST, n4f, 2.0f); in main() 360 check_sqrtf(FE_TONEAREST, nn4f, n2f); in main()
|
D | test-fma.c | 47 #ifdef FE_TONEAREST 48 FE_TONEAREST, 64 #ifdef FE_TONEAREST 79 #ifdef FE_TONEAREST
|
D | math-funcs.c | 479 i1 = fesetround(FE_TONEAREST); in main()
|
/picolibc-latest/newlib/libc/machine/aarch64/machine/ |
D | fenv.h | 95 #define FE_TONEAREST 0x0 macro 99 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \ 114 #define FE_TONEAREST 0x00000000 macro
|
/picolibc-latest/newlib/libc/machine/m68k/machine/ |
D | fenv.h | 58 #define FE_TONEAREST 0x0000 macro 64 #define FE_TONEAREST 0x0000 macro
|
/picolibc-latest/newlib/libc/machine/riscv/machine/ |
D | fenv.h | 61 #define FE_TONEAREST 0x00000000 macro 65 #define FE_TONEAREST 0 macro
|
D | fenv-fp.h | 375 case FE_TONEAREST: in fesetround()
|
/picolibc-latest/newlib/libc/machine/arm/machine/ |
D | fenv.h | 64 #define FE_TONEAREST 0x00000000 macro 70 #define FE_TONEAREST 0x00000000 macro
|
D | fenv-fp.h | 39 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \
|
/picolibc-latest/newlib/libc/machine/sh/machine/ |
D | fenv.h | 71 #define FE_TONEAREST 0x0000 macro 75 #define FE_TONEAREST 0x0000 macro
|
/picolibc-latest/newlib/libc/machine/xtensa/machine/ |
D | fenv.h | 58 #define FE_TONEAREST 0x0 macro 71 #define FE_TONEAREST 0x0 macro
|
/picolibc-latest/newlib/libc/machine/x86/machine/ |
D | fenv.h | 40 #define FE_TONEAREST (0) macro 129 #define FE_TONEAREST (0)
|
/picolibc-latest/newlib/libc/include/machine/ |
D | fenv-softfloat.h | 100 return FE_TONEAREST; in fegetround() 106 if (rounding_mode == FE_TONEAREST) in fesetround()
|
D | fenv.h | 88 #define FE_TONEAREST 0 macro
|
/picolibc-latest/newlib/libc/machine/powerpc/machine/ |
D | fenv.h | 72 #define FE_TONEAREST 0x0000 macro 76 #define _ROUND_MASK (FE_TONEAREST | FE_DOWNWARD | \
|
/picolibc-latest/newlib/libm/fenv/ |
D | fesetmode.c | 44 int round = FE_TONEAREST, except = 0; in fesetmode()
|
/picolibc-latest/newlib/libc/sys/xtensa/include/ |
D | fenv.h | 53 #define FE_TONEAREST 0x0 macro
|
/picolibc-latest/newlib/libm/ld/common/ |
D | e_sqrtl.c | 150 #if defined(FE_INEXACT) && defined(FE_TOWARDZERO) && defined(FE_TONEAREST) && defined(FE_UPWARD) &&… in sqrtl() 167 if (r == FE_TONEAREST) { in sqrtl()
|
/picolibc-latest/newlib/libm/machine/spu/headers/ |
D | fesetround.h | 52 { FE_TONEAREST, FE_TOWARDZERO, FE_UPWARD, FE_DOWNWARD }; in _fesetround()
|
/picolibc-latest/newlib/libc/machine/spu/machine/ |
D | fenv.h | 128 #define FE_TONEAREST (__FE_ROUND_ELE_0 | (__FE_SPU_TONEAREST << 2)) macro
|
/picolibc-latest/newlib/libm/common/ |
D | fma_inc.h | 259 fesetround(FE_TONEAREST); in FMA() 288 if (oround != FE_TONEAREST) { in FMA()
|
D | fdlibm.h | 97 #define __is_nearest(r) ((r) == FE_TONEAREST)
|
/picolibc-latest/newlib/libm/machine/x86/ |
D | fenv.c | 402 if (round < FE_TONEAREST || round > FE_TOWARDZERO) in fesetround()
|