HomeSort by: relevance | last modified time | path
    Searched defs:atan_table (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/m68k/fpe/
fpu_cordic.c 49 * atan_table[]. However, it's just for reference.
66 static struct sfpn atan_table[EXT_FRACBITS]; variable in typeref:struct:sfpn[]
80 printf("static const struct sfpn atan_table[] = {\n");
83 printf_sfpn(&atan_table[i]);
105 /* atan_table */
111 fpn_to_sfpn(&atan_table[i], r);
239 static const struct sfpn atan_table[] = { variable in typeref:typename:const struct sfpn[]
392 * z = z - atan_table[i] (if sign)
393 * z = z + atan_table[i]
396 sfpn_to_fpn(&fe->fe_f2, &atan_table[i])
    [all...]
fpu_cordic.c 49 * atan_table[]. However, it's just for reference.
66 static struct sfpn atan_table[EXT_FRACBITS]; variable in typeref:struct:sfpn[]
80 printf("static const struct sfpn atan_table[] = {\n");
83 printf_sfpn(&atan_table[i]);
105 /* atan_table */
111 fpn_to_sfpn(&atan_table[i], r);
239 static const struct sfpn atan_table[] = { variable in typeref:typename:const struct sfpn[]
392 * z = z - atan_table[i] (if sign)
393 * z = z + atan_table[i]
396 sfpn_to_fpn(&fe->fe_f2, &atan_table[i])
    [all...]

Completed in 24 milliseconds