Home
last modified time | relevance | path

Searched refs:FP_CLS_ZERO (Results 1 - 25 of 36) sorted by relevance

12

/kernel/linux/linux-5.10/include/math-emu/
H A Dop-common.h49 X##_c = FP_CLS_ZERO; \
63 X##_c = FP_CLS_ZERO; \
183 case FP_CLS_ZERO: \
282 R##_c = FP_CLS_ZERO; \
309 case _FP_CLS_COMBINE(FP_CLS_NORMAL,FP_CLS_ZERO): \
314 case _FP_CLS_COMBINE(FP_CLS_NAN,FP_CLS_ZERO): \
320 case _FP_CLS_COMBINE(FP_CLS_ZERO,FP_CLS_NORMAL): \
325 case _FP_CLS_COMBINE(FP_CLS_ZERO,FP_CLS_NAN): \
344 case _FP_CLS_COMBINE(FP_CLS_INF,FP_CLS_ZERO): \
350 case _FP_CLS_COMBINE(FP_CLS_ZERO,FP_CLS_IN
[all...]
/kernel/linux/linux-6.6/include/math-emu/
H A Dop-common.h49 X##_c = FP_CLS_ZERO; \
63 X##_c = FP_CLS_ZERO; \
183 case FP_CLS_ZERO: \
282 R##_c = FP_CLS_ZERO; \
309 case _FP_CLS_COMBINE(FP_CLS_NORMAL,FP_CLS_ZERO): \
314 case _FP_CLS_COMBINE(FP_CLS_NAN,FP_CLS_ZERO): \
320 case _FP_CLS_COMBINE(FP_CLS_ZERO,FP_CLS_NORMAL): \
325 case _FP_CLS_COMBINE(FP_CLS_ZERO,FP_CLS_NAN): \
344 case _FP_CLS_COMBINE(FP_CLS_INF,FP_CLS_ZERO): \
350 case _FP_CLS_COMBINE(FP_CLS_ZERO,FP_CLS_IN
[all...]
/kernel/linux/linux-5.10/arch/powerpc/math-emu/
H A Dfdivs.c31 if (A_c == FP_CLS_ZERO && B_c == FP_CLS_ZERO) { in fdivs()
44 if (B_c == FP_CLS_ZERO && A_c != FP_CLS_ZERO) { in fdivs()
H A Dfdiv.c30 if (A_c == FP_CLS_ZERO && B_c == FP_CLS_ZERO) { in fdiv()
43 if (B_c == FP_CLS_ZERO && A_c != FP_CLS_ZERO) { in fdiv()
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()
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()
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()
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()
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 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()
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()
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()
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()
/kernel/linux/linux-6.6/arch/powerpc/math-emu/
H A Dfdivs.c31 if (A_c == FP_CLS_ZERO && B_c == FP_CLS_ZERO) { in fdivs()
44 if (B_c == FP_CLS_ZERO && A_c != FP_CLS_ZERO) { in fdivs()
H A Dfdiv.c30 if (A_c == FP_CLS_ZERO && B_c == FP_CLS_ZERO) { in fdiv()
43 if (B_c == FP_CLS_ZERO && A_c != FP_CLS_ZERO) { in fdiv()
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()
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()
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()
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()
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 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()
/kernel/linux/linux-5.10/arch/nds32/math-emu/
H A Dfdivs.c18 if (B_c == FP_CLS_ZERO && A_c != FP_CLS_ZERO) in fdivs()
H A Dfdivd.c19 if (B_c == FP_CLS_ZERO && A_c != FP_CLS_ZERO) in fdivd()

Completed in 6 milliseconds

12