Home
last modified time | relevance | path

Searched refs:Sgl_set_quiet (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/parisc/math-emu/
H A Dsfrem.c72 Sgl_set_quiet(opnd1); in sgl_frem()
83 Sgl_set_quiet(opnd2); in sgl_frem()
113 Sgl_set_quiet(opnd2); in sgl_frem()
H A Dsfmpy.c91 Sgl_set_quiet(opnd1); in sgl_fmpy()
102 Sgl_set_quiet(opnd2); in sgl_fmpy()
143 Sgl_set_quiet(opnd2); in sgl_fmpy()
H A Dsfdiv.c88 Sgl_set_quiet(opnd1); in sgl_fdiv()
99 Sgl_set_quiet(opnd2); in sgl_fdiv()
130 Sgl_set_quiet(opnd2); in sgl_fdiv()
H A Dsfsub.c95 Sgl_set_quiet(left); in sgl_fsub()
106 Sgl_set_quiet(right); in sgl_fsub()
138 Sgl_set_quiet(right); in sgl_fsub()
H A Dsfadd.c97 Sgl_set_quiet(left); in sgl_fadd()
108 Sgl_set_quiet(right); in sgl_fadd()
139 Sgl_set_quiet(right); in sgl_fadd()
H A Dfcnvff.c79 Sgl_set_quiet(src); in sgl_to_dbl_fcnvff()
175 if (Sgl_iszero_mantissa(result)) Sgl_set_quiet(result); in dbl_to_sgl_fcnvff()
H A Dfmpyfadd.c1450 Sgl_set_quiet(opnd1);
1461 Sgl_set_quiet(opnd2);
1474 Sgl_set_quiet(opnd3);
1541 Sgl_set_quiet(opnd2);
1552 Sgl_set_quiet(opnd3);
1582 Sgl_set_quiet(opnd3);
2092 Sgl_set_quiet(opnd1);
2103 Sgl_set_quiet(opnd2);
2116 Sgl_set_quiet(opnd3);
2183 Sgl_set_quiet(opnd2);
[all …]
H A Dsfsqrt.c62 Sgl_set_quiet(src); in sgl_fsqrt()
H A Dfrnd.c57 Sgl_set_quiet(src); in sgl_frnd()
H A Dsgl_float.h144 #define Sgl_set_quiet(sgl_value) Deposit_shigh2mantissa(sgl_value,1) macro