tag | line | file | source code |
pos_poly | 52 | kernel/FPU-emu/poly_atan.c | FPU_REG odd_poly, even_poly, pos_poly, neg_poly; |
pos_poly | 141 | kernel/FPU-emu/poly_atan.c | *(short *)&(pos_poly.sign) = 0; |
pos_poly | 142 | kernel/FPU-emu/poly_atan.c | pos_poly.exp = EXP_BIAS; |
pos_poly | 145 | kernel/FPU-emu/poly_atan.c | polynomial(&pos_poly.sigl, (unsigned *)&argSqSq, |
pos_poly | 147 | kernel/FPU-emu/poly_atan.c | mul64((long long *)(&argSq.sigl), (long long *)(&pos_poly.sigl), |
pos_poly | 148 | kernel/FPU-emu/poly_atan.c | (long long *)(&pos_poly.sigl)); |
pos_poly | 159 | kernel/FPU-emu/poly_atan.c | *((long long *)(&pos_poly.sigl)) -= *((long long *)(&neg_poly.sigl)); |
pos_poly | 161 | kernel/FPU-emu/poly_atan.c | reg_move(&pos_poly, &odd_poly); |
pos_poly | 54 | kernel/FPU-emu/poly_tan.c | FPU_REG odd_poly, even_poly, pos_poly, neg_poly; |
pos_poly | 110 | kernel/FPU-emu/poly_tan.c | *(short *)&(pos_poly.sign) = 0; |
pos_poly | 111 | kernel/FPU-emu/poly_tan.c | pos_poly.exp = EXP_BIAS; |
pos_poly | 114 | kernel/FPU-emu/poly_tan.c | polynomial(&pos_poly.sigl, (unsigned *)&argSqSq, oddplterms, HIPOWERop-1); |
pos_poly | 126 | kernel/FPU-emu/poly_tan.c | *((long long *)(&pos_poly.sigl)) -= *((long long *)(&neg_poly.sigl)); |
pos_poly | 129 | kernel/FPU-emu/poly_tan.c | pos_poly.exp -= 1; |
pos_poly | 131 | kernel/FPU-emu/poly_tan.c | reg_move(&pos_poly, &odd_poly); |
pos_poly | 139 | kernel/FPU-emu/poly_tan.c | *(short *)&(pos_poly.sign) = 0; |
pos_poly | 140 | kernel/FPU-emu/poly_tan.c | pos_poly.exp = EXP_BIAS; |
pos_poly | 143 | kernel/FPU-emu/poly_tan.c | polynomial(&pos_poly.sigl, (unsigned *)&argSqSq, evenplterms, HIPOWERep-1); |
pos_poly | 145 | kernel/FPU-emu/poly_tan.c | (long long *)(&pos_poly.sigl), (long long *)(&pos_poly.sigl)); |
pos_poly | 155 | kernel/FPU-emu/poly_tan.c | *((long long *)(&neg_poly.sigl)) -= *((long long *)(&pos_poly.sigl)); |