Home | Sort by: relevance | last modified time | path |
/src/lib/libm/src/ | |
k_rem_pio2.c | 143 static const int init_jk[] = {3,4,4,6}; /* initial value for jk */ variable in typeref:typename:const int[] 311 jk = init_jk[prec]; |
k_rem_pio2f.c | 28 static const int init_jk[] = {4,7,9}; /* initial value for jk */ variable in typeref:typename:const int[] 62 jk = init_jk[prec]; |
k_rem_pio2.c | 143 static const int init_jk[] = {3,4,4,6}; /* initial value for jk */ variable in typeref:typename:const int[] 311 jk = init_jk[prec]; |
k_rem_pio2f.c | 28 static const int init_jk[] = {4,7,9}; /* initial value for jk */ variable in typeref:typename:const int[] 62 jk = init_jk[prec]; |