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

  /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];

Completed in 26 milliseconds