tag | line | file | source code |
Denom | 57 | arch/i386/math-emu/poly_2xm1.c | Xsig accumulator, Denom, argSignif; |
Denom | 126 | arch/i386/math-emu/poly_2xm1.c | Denom.lsw = accumulator.lsw; |
Denom | 127 | arch/i386/math-emu/poly_2xm1.c | XSIG_LL(Denom) = XSIG_LL(accumulator); |
Denom | 129 | arch/i386/math-emu/poly_2xm1.c | shr_Xsig(&Denom, - exponent); |
Denom | 133 | arch/i386/math-emu/poly_2xm1.c | XSIG_LL(Denom) <<= 1; |
Denom | 134 | arch/i386/math-emu/poly_2xm1.c | if ( Denom.lsw & 0x80000000 ) |
Denom | 135 | arch/i386/math-emu/poly_2xm1.c | XSIG_LL(Denom) |= 1; |
Denom | 136 | arch/i386/math-emu/poly_2xm1.c | (Denom.lsw) <<= 1; |
Denom | 138 | arch/i386/math-emu/poly_2xm1.c | Denom.msw |= 0x80000000; /* add 1.0 */ |
Denom | 139 | arch/i386/math-emu/poly_2xm1.c | div_Xsig(&accumulator, &Denom, &accumulator); |
Denom | 59 | arch/i386/math-emu/poly_atan.c | Xsig accumulator, Numer, Denom, accumulatore, argSignif, |
Denom | 68 | arch/i386/math-emu/poly_atan.c | Numer.lsw = Denom.lsw = 0; |
Denom | 70 | arch/i386/math-emu/poly_atan.c | XSIG_LL(Denom) = significand(arg2); |
Denom | 76 | arch/i386/math-emu/poly_atan.c | Numer.lsw = Denom.lsw = 0; |
Denom | 78 | arch/i386/math-emu/poly_atan.c | XSIG_LL(Denom) = significand(arg1); |
Denom | 80 | arch/i386/math-emu/poly_atan.c | div_Xsig(&Numer, &Denom, &argSignif); |
Denom | 105 | arch/i386/math-emu/poly_atan.c | Numer.lsw = Denom.lsw = argSignif.lsw; |
Denom | 106 | arch/i386/math-emu/poly_atan.c | XSIG_LL(Numer) = XSIG_LL(Denom) = XSIG_LL(argSignif); |
Denom | 112 | arch/i386/math-emu/poly_atan.c | shr_Xsig(&Denom, -exponent); |
Denom | 113 | arch/i386/math-emu/poly_atan.c | Denom.msw |= 0x80000000; |
Denom | 115 | arch/i386/math-emu/poly_atan.c | div_Xsig(&Numer, &Denom, &argSignif); |
Denom | 189 | arch/i386/math-emu/poly_l2.c | Xsig accumulator, Numer, Denom, argSignif, arg_signif; |
Denom | 194 | arch/i386/math-emu/poly_l2.c | Numer.lsw = Denom.lsw = 0; |
Denom | 195 | arch/i386/math-emu/poly_l2.c | XSIG_LL(Numer) = XSIG_LL(Denom) = significand(arg); |
Denom | 198 | arch/i386/math-emu/poly_l2.c | shr_Xsig(&Denom, 2 - (1 + exponent)); |
Denom | 199 | arch/i386/math-emu/poly_l2.c | Denom.msw |= 0x80000000; |
Denom | 200 | arch/i386/math-emu/poly_l2.c | div_Xsig(&Numer, &Denom, &argSignif); |
Denom | 204 | arch/i386/math-emu/poly_l2.c | shr_Xsig(&Denom, 1 - (1 + exponent)); |
Denom | 205 | arch/i386/math-emu/poly_l2.c | negate_Xsig(&Denom); |
Denom | 206 | arch/i386/math-emu/poly_l2.c | if ( Denom.msw & 0x80000000 ) |
Denom | 208 | arch/i386/math-emu/poly_l2.c | div_Xsig(&Numer, &Denom, &argSignif); |