tag | line | file | source code |
Xx | 49 | kernel/FPU-emu/poly_l2.c | FPU_REG accum, denom, num, Xx; |
Xx | 83 | kernel/FPU-emu/poly_l2.c | Xx.exp = EXP_BIAS; /* needed to prevent errors in div routine */ |
Xx | 84 | kernel/FPU-emu/poly_l2.c | reg_u_div(&num, &denom, &Xx, FULL_PRECISION); |
Xx | 86 | kernel/FPU-emu/poly_l2.c | zero = !(Xx.sigh | Xx.sigl); |
Xx | 88 | kernel/FPU-emu/poly_l2.c | mul64((long long *)&Xx.sigl, (long long *)&Xx.sigl, &Xsq); |
Xx | 152 | kernel/FPU-emu/poly_l2.c | (long long *)&Xx.sigl, (long long *)&accum.sigl); |
Xx | 154 | kernel/FPU-emu/poly_l2.c | *((long long *)(&accum.sigl)) += *((long long *)(&Xx.sigl)); |
Xx | 156 | kernel/FPU-emu/poly_l2.c | if ( Xx.sigh > accum.sigh ) |
Xx | 46 | kernel/FPU-emu/poly_sin.c | FPU_REG Xx, Xx2, Xx4, accum, negaccum; |
Xx | 79 | kernel/FPU-emu/poly_sin.c | Xx.sigl = arg->sigl; |
Xx | 80 | kernel/FPU-emu/poly_sin.c | Xx.sigh = arg->sigh; |
Xx | 84 | kernel/FPU-emu/poly_sin.c | if ( shrx(&(Xx.sigl), -1-exponent) >= 0x80000000U ) |
Xx | 85 | kernel/FPU-emu/poly_sin.c | (*((long long *)(&(Xx.sigl))))++; /* round up */ |
Xx | 88 | kernel/FPU-emu/poly_sin.c | mul64((long long *)&(Xx.sigl), (long long *)&(Xx.sigl), |