tag | line | file | source code |
lterms | 19 | kernel/FPU-emu/poly_2xm1.c | static unsigned short lterms[HIPOWER][4] = |
lterms | 87 | kernel/FPU-emu/poly_2xm1.c | polynomial((unsigned *)&accum.sigl, (unsigned *)&Xll, lterms, HIPOWER-1); |
lterms | 20 | kernel/FPU-emu/poly_l2.c | static unsigned short lterms[HIPOWER][4] = |
lterms | 92 | kernel/FPU-emu/poly_l2.c | polynomial((unsigned *)&accum.sigl, (unsigned *)&Xsq, lterms, HIPOWER-1); |
lterms | 267 | kernel/FPU-emu/poly_l2.c | polynomial(&(accum.sigl), (unsigned *)&Xsq, lterms, HIPOWER-1); |
lterms | 19 | kernel/FPU-emu/poly_sin.c | static unsigned short lterms[HIPOWER][4] = |
lterms | 96 | kernel/FPU-emu/poly_sin.c | polynomial(&(accum.sigl), &(Xx4.sigl), lterms, HIPOWER-1); |