tag | line | file | source code |
lterms | 20 | drivers/FPU-emu/poly_2xm1.c | static unsigned short const lterms[HIPOWER][4] = |
lterms | 74 | drivers/FPU-emu/poly_2xm1.c | polynomial((unsigned *)&accum.sigl, (unsigned *)&Xll, lterms, HIPOWER-1); |
lterms | 22 | drivers/FPU-emu/poly_l2.c | static unsigned short const lterms[HIPOWER][4] = |
lterms | 95 | drivers/FPU-emu/poly_l2.c | polynomial((unsigned *)&accum.sigl, (unsigned *)&Xsq, lterms, HIPOWER-1); |
lterms | 270 | drivers/FPU-emu/poly_l2.c | polynomial(&(accum.sigl), (unsigned *)&Xsq, lterms, HIPOWER-1); |
lterms | 21 | drivers/FPU-emu/poly_sin.c | static unsigned short const lterms[HIPOWER][4] = |
lterms | 98 | drivers/FPU-emu/poly_sin.c | polynomial(&(accum.sigl), &(arg_to_4.sigl), lterms, HIPOWER-1); |