Lines Matching refs:Denom
57 Xsig accumulator, Numer, Denom, accumulatore, argSignif, argSq, argSqSq; in poly_atan() local
82 Numer.lsw = Denom.lsw = 0; in poly_atan()
84 XSIG_LL(Denom) = significand(st1_ptr); in poly_atan()
88 Numer.lsw = Denom.lsw = 0; in poly_atan()
90 XSIG_LL(Denom) = significand(st0_ptr); in poly_atan()
92 div_Xsig(&Numer, &Denom, &argSignif); in poly_atan()
112 Numer.lsw = Denom.lsw = argSignif.lsw; in poly_atan()
113 XSIG_LL(Numer) = XSIG_LL(Denom) = XSIG_LL(argSignif); in poly_atan()
119 shr_Xsig(&Denom, -exponent); in poly_atan()
120 Denom.msw |= 0x80000000; in poly_atan()
122 div_Xsig(&Numer, &Denom, &argSignif); in poly_atan()