Home
last modified time | relevance | path

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

/linux-6.1.9/include/math-emu/
Dop-common.h70 X##_c = FP_CLS_INF; \
110 X##_c = FP_CLS_INF; \
113 if (!X##_s) X##_c = FP_CLS_INF; \
116 if (X##_s) X##_c = FP_CLS_INF; \
119 if (X##_c == FP_CLS_INF) \
188 case FP_CLS_INF: \
313 case _FP_CLS_COMBINE(FP_CLS_NAN,FP_CLS_INF): \
324 case _FP_CLS_COMBINE(FP_CLS_INF,FP_CLS_NAN): \
331 case _FP_CLS_COMBINE(FP_CLS_INF,FP_CLS_INF): \
343 case _FP_CLS_COMBINE(FP_CLS_INF,FP_CLS_NORMAL): \
[all …]
Dsoft-fp.h178 #define FP_CLS_INF 2 macro
/linux-6.1.9/arch/powerpc/math-emu/
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()
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()
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()
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()
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()
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()
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()
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()
Dfsub.c33 if (A_s != B_s && A_c == FP_CLS_INF && B_c == FP_CLS_INF) in fsub()
Dfsubs.c34 if (A_s != B_s && A_c == FP_CLS_INF && B_c == FP_CLS_INF) in fsubs()
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()
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()
Dfdiv.c36 if (A_c == FP_CLS_INF && B_c == FP_CLS_INF) { in fdiv()
Dfdivs.c37 if (A_c == FP_CLS_INF && B_c == FP_CLS_INF) { in fdivs()