Home
last modified time | relevance | path

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

/linux-2.6.39/arch/parisc/math-emu/
Dsfrem.c85 Sgl_set_quiet(opnd1); in sgl_frem()
96 Sgl_set_quiet(opnd2); in sgl_frem()
126 Sgl_set_quiet(opnd2); in sgl_frem()
Dsfmpy.c104 Sgl_set_quiet(opnd1); in sgl_fmpy()
115 Sgl_set_quiet(opnd2); in sgl_fmpy()
156 Sgl_set_quiet(opnd2); in sgl_fmpy()
Dsfadd.c110 Sgl_set_quiet(left); in sgl_fadd()
121 Sgl_set_quiet(right); in sgl_fadd()
152 Sgl_set_quiet(right); in sgl_fadd()
Dsfdiv.c101 Sgl_set_quiet(opnd1); in sgl_fdiv()
112 Sgl_set_quiet(opnd2); in sgl_fdiv()
143 Sgl_set_quiet(opnd2); in sgl_fdiv()
Dsfsub.c108 Sgl_set_quiet(left); in sgl_fsub()
119 Sgl_set_quiet(right); in sgl_fsub()
151 Sgl_set_quiet(right); in sgl_fsub()
Dfcnvff.c92 Sgl_set_quiet(src); in sgl_to_dbl_fcnvff()
188 if (Sgl_iszero_mantissa(result)) Sgl_set_quiet(result); in dbl_to_sgl_fcnvff()
Dfmpyfadd.c1463 Sgl_set_quiet(opnd1);
1474 Sgl_set_quiet(opnd2);
1487 Sgl_set_quiet(opnd3);
1554 Sgl_set_quiet(opnd2);
1565 Sgl_set_quiet(opnd3);
1595 Sgl_set_quiet(opnd3);
2105 Sgl_set_quiet(opnd1);
2116 Sgl_set_quiet(opnd2);
2129 Sgl_set_quiet(opnd3);
2196 Sgl_set_quiet(opnd2);
[all …]
Dsfsqrt.c75 Sgl_set_quiet(src); in sgl_fsqrt()
Dfrnd.c70 Sgl_set_quiet(src); in sgl_frnd()
Dsgl_float.h157 #define Sgl_set_quiet(sgl_value) Deposit_shigh2mantissa(sgl_value,1) macro