Home
last modified time | relevance | path

Searched refs:Sgl_clear_signexponent (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/parisc/math-emu/
H A Dsfmpy.c171 Sgl_clear_signexponent(opnd1); in sgl_fmpy()
187 Sgl_clear_signexponent(opnd2); in sgl_fmpy()
236 Sgl_clear_signexponent(opnd3); in sgl_fmpy()
H A Dsfdiv.c177 Sgl_clear_signexponent(opnd1); in sgl_fdiv()
187 Sgl_clear_signexponent(opnd2); in sgl_fdiv()
249 Sgl_clear_signexponent(opnd3); in sgl_fdiv()
H A Dsfsqrt.c104 Sgl_clear_signexponent(src); in sgl_fsqrt()
H A Dfcnvff.c102 Sgl_clear_signexponent(src); in sgl_to_dbl_fcnvff()
H A Dfmpyfadd.c1633 Sgl_clear_signexponent(opnd1);
1675 Sgl_clear_signexponent(opnd2);
1763 Sgl_clear_signexponent(opnd3);
2275 Sgl_clear_signexponent(opnd1);
2317 Sgl_clear_signexponent(opnd2);
2405 Sgl_clear_signexponent(opnd3);
H A Dsfsub.c419 Sgl_clear_signexponent(result); in sgl_fsub()
H A Dsfadd.c416 Sgl_clear_signexponent(result); in sgl_fadd()
H A Dsgl_float.h38 #define Sgl_clear_signexponent(srcdst) Sall(srcdst) &= 0x007fffff macro
417 #define Sglext_clear_signexponent(srcdst) Sgl_clear_signexponent(srcdst)