Home
last modified time | relevance | path

Searched refs:FP_CLS_INF (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/include/math-emu/
H A Dop-common.h70 X##_c = FP_CLS_INF; \
110 X##_c = FP_CLS_INF; \
119 if (X##_c == FP_CLS_INF) \
188 case FP_CLS_INF: \
331 case _FP_CLS_COMBINE(FP_CLS_INF,FP_CLS_INF): \
422 case _FP_CLS_COMBINE(FP_CLS_INF,FP_CLS_INF): \
503 R##_c = FP_CLS_INF; \
506 case _FP_CLS_COMBINE(FP_CLS_INF,FP_CLS_INF): \
602 case FP_CLS_INF: \
674 case FP_CLS_INF: \
[all …]
H A Dsoft-fp.h178 #define FP_CLS_INF 2 macro
/openbmc/linux/arch/powerpc/math-emu/
H A Dfnmsubs.c35 if ((A_c == FP_CLS_INF && C_c == FP_CLS_ZERO) || in fnmsubs()
36 (A_c == FP_CLS_ZERO && C_c == FP_CLS_INF)) in fnmsubs()
44 if (T_s != B_s && T_c == FP_CLS_INF && B_c == FP_CLS_INF) in fnmsubs()
H A Dfmsubs.c35 if ((A_c == FP_CLS_INF && C_c == FP_CLS_ZERO) || in fmsubs()
36 (A_c == FP_CLS_ZERO && C_c == FP_CLS_INF)) in fmsubs()
44 if (T_s != B_s && T_c == FP_CLS_INF && B_c == FP_CLS_INF) in fmsubs()
H A Dfmadd.c34 if ((A_c == FP_CLS_INF && C_c == FP_CLS_ZERO) || in fmadd()
35 (A_c == FP_CLS_ZERO && C_c == FP_CLS_INF)) in fmadd()
40 if (T_s != B_s && T_c == FP_CLS_INF && B_c == FP_CLS_INF) in fmadd()
H A Dfmadds.c35 if ((A_c == FP_CLS_INF && C_c == FP_CLS_ZERO) || in fmadds()
36 (A_c == FP_CLS_ZERO && C_c == FP_CLS_INF)) in fmadds()
41 if (T_s != B_s && T_c == FP_CLS_INF && B_c == FP_CLS_INF) in fmadds()
H A Dfmsub.c34 if ((A_c == FP_CLS_INF && C_c == FP_CLS_ZERO) || in fmsub()
35 (A_c == FP_CLS_ZERO && C_c == FP_CLS_INF)) in fmsub()
43 if (T_s != B_s && T_c == FP_CLS_INF && B_c == FP_CLS_INF) in fmsub()
H A Dfnmsub.c34 if ((A_c == FP_CLS_INF && C_c == FP_CLS_ZERO) || in fnmsub()
35 (A_c == FP_CLS_ZERO && C_c == FP_CLS_INF)) in fnmsub()
43 if (T_s != B_s && T_c == FP_CLS_INF && B_c == FP_CLS_INF) in fnmsub()
H A Dfnmadd.c34 if ((A_c == FP_CLS_INF && C_c == FP_CLS_ZERO) || in fnmadd()
35 (A_c == FP_CLS_ZERO && C_c == FP_CLS_INF)) in fnmadd()
40 if (T_s != B_s && T_c == FP_CLS_INF && B_c == FP_CLS_INF) in fnmadd()
H A Dfnmadds.c35 if ((A_c == FP_CLS_INF && C_c == FP_CLS_ZERO) || in fnmadds()
36 (A_c == FP_CLS_ZERO && C_c == FP_CLS_INF)) in fnmadds()
41 if (T_s != B_s && T_c == FP_CLS_INF && B_c == FP_CLS_INF) in fnmadds()
H A Dfsubs.c34 if (A_s != B_s && A_c == FP_CLS_INF && B_c == FP_CLS_INF) in fsubs()
H A Dfsub.c33 if (A_s != B_s && A_c == FP_CLS_INF && B_c == FP_CLS_INF) in fsub()
H A Dfmuls.c33 if ((A_c == FP_CLS_INF && B_c == FP_CLS_ZERO) || in fmuls()
34 (A_c == FP_CLS_ZERO && B_c == FP_CLS_INF)) in fmuls()
H A Dfmul.c32 if ((A_c == FP_CLS_INF && B_c == FP_CLS_ZERO) || in fmul()
33 (A_c == FP_CLS_ZERO && B_c == FP_CLS_INF)) in fmul()
H A Dfdiv.c36 if (A_c == FP_CLS_INF && B_c == FP_CLS_INF) { in fdiv()
H A Dfdivs.c37 if (A_c == FP_CLS_INF && B_c == FP_CLS_INF) { in fdivs()