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