Searched refs:__FPR (Results 1 – 5 of 5) sorted by relevance
24 #define __FPR(x) ((x)) macro34 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 */
25 #define __FPR(x) ((x) >> 4) macro35 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 */
26 #define __FPR(x) (x) macro
24 #define __FPR(x) ((x)) macro
94 __FPR(int __fe) in __FPR() function