Home
last modified time | relevance | path

Searched refs:atan_table (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/m68k/fpe/
H A Dfpu_cordic.c66 static struct sfpn atan_table[EXT_FRACBITS]; variable
83 printf_sfpn(&atan_table[i]); in main()
111 fpn_to_sfpn(&atan_table[i], r); in prepare_cordic_const()
239 static const struct sfpn atan_table[] = { variable
396 sfpn_to_fpn(&fe->fe_f2, &atan_table[i]); in fpu_cordit1()
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Datan.c35 static const mp_limb_t atan_table[][3] = { variable
118 set_table (y, atan_table[0]); in mpfr_atan_aux()
123 set_table (y, atan_table[1]); in mpfr_atan_aux()
129 set_table (y, atan_table[1 + u]); in mpfr_atan_aux()
135 set_table (y, atan_table[4 + u]); in mpfr_atan_aux()