Home
last modified time | relevance | path

Searched refs:__FPR (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/arch/powerpc/include/
Dieeefp.h24 #define __FPR(x) ((x)) macro
34 FP_RN=__FPR(FE_TONEAREST), /* round to nearest representable number */
35 FP_RZ=__FPR(FE_TOWARDZERO), /* round to zero (truncate) */
36 FP_RP=__FPR(FE_UPWARD), /* round toward positive infinity */
37 FP_RM=__FPR(FE_DOWNWARD) /* round toward negative infinity */
/netbsd/src/sys/arch/m68k/include/
Dieeefp.h25 #define __FPR(x) ((x) >> 4) macro
35 FP_RN=__FPR(FE_TONEAREST), /* round to nearest representable number */
36 FP_RZ=__FPR(FE_TOWARDZERO), /* round to zero (truncate) */
37 FP_RM=__FPR(FE_DOWNWARD), /* round toward negative infinity */
38 FP_RP=__FPR(FE_UPWARD) /* round toward positive infinity */
/netbsd/src/sys/arch/arm/include/
Dieeefp.h26 #define __FPR(x) (x) macro
/netbsd/src/sys/arch/mips/include/
Dieeefp.h24 #define __FPR(x) ((x)) macro
/netbsd/src/sys/arch/sh3/include/
Dieeefp.h94 __FPR(int __fe) in __FPR() function