tag | line | file | source code |
---|---|---|---|
arg_pl1 | 230 | kernel/FPU-emu/poly_l2.c | FPU_REG arg_pl1, denom, accum, local_arg, poly_arg; |
arg_pl1 | 235 | kernel/FPU-emu/poly_l2.c | reg_add(arg, &CONST_1, &arg_pl1, FULL_PRECISION); |
arg_pl1 | 237 | kernel/FPU-emu/poly_l2.c | if ( (arg_pl1.sign) | (arg_pl1.tag) ) |
arg_pl1 | 242 | kernel/FPU-emu/poly_l2.c | reg_add(&CONST_1, &arg_pl1, &denom, FULL_PRECISION); |
arg_pl1 | 255 | kernel/FPU-emu/poly_l2.c | poly_l2(&arg_pl1, result); return 0; |