Home
last modified time | relevance | path

Searched refs:_FPU_RC_UP (Results 1 – 11 of 11) sorted by relevance

/glibc-2.36/sysdeps/generic/
Dget-rounding-mode.h77 || defined _FPU_RC_UP) in get_rounding_mode()
89 # ifdef _FPU_RC_UP in get_rounding_mode()
90 | _FPU_RC_UP in get_rounding_mode()
112 # ifdef _FPU_RC_UP in get_rounding_mode()
113 case _FPU_RC_UP: in get_rounding_mode()
/glibc-2.36/sysdeps/powerpc/
Dfpu_control.h40 # define _FPU_RC_UP 0x02 macro
43 # define _FPU_MASK_RC (_FPU_RC_NEAREST|_FPU_RC_DOWN|_FPU_RC_UP|_FPU_RC_ZERO)
/glibc-2.36/sysdeps/alpha/fpu/
Dfpu_control.h77 #define _FPU_RC_UP 0x800 macro
/glibc-2.36/sysdeps/x86/
Dfpu_control.h75 #define _FPU_RC_UP 0x800 macro
/glibc-2.36/sysdeps/loongarch/
Dfpu_control.h67 #define _FPU_RC_UP 0x200 macro
/glibc-2.36/sysdeps/sparc/fpu/
Dfpu_control.h41 #define _FPU_RC_UP 0x80000000 macro
/glibc-2.36/sysdeps/m68k/
Dfpu_control.h88 # define _FPU_RC_UP 0x30 macro
/glibc-2.36/sysdeps/mips/
Dfpu_control.h90 #define _FPU_RC_UP 0x2 macro
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
Dsetfpucw.c46 | (FE_UPWARD << (_FPU_RC_UP >> 8))); in __setfpucw()
/glibc-2.36/sysdeps/csky/
Dfpu_control.h94 # define _FPU_RC_UP (0x2 << 24) macro
/glibc-2.36/ChangeLog.old/
DChangeLog.1863779 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.