HomeSort by relevance Sort by last modified time
    Searched refs:ipio2 (Results 1 - 2 of 2) sorted by null

  /external/fdlibm/
k_rem_pio2.c 15 * __kernel_rem_pio2(x,y,e0,nx,prec,ipio2)
16 * double x[],y[]; int e0,nx,prec; int ipio2[];
28 * (2/pi) is represented by an array of 24-bit integers in ipio2[].
70 * ipio2[]
75 * ipio2[i] * 2^(-24(i+1)).
83 * jk jk+1 is the initial number of terms of ipio2[] needed
88 * terms of ipio2[] used.
92 * jv index for pointing to the suitable ipio2[] for the
94 * ( 2^e0*x[0] * ipio2[jv-1]*2^(-24jv) )/8
110 * f[] ipio2[] in floating point
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
k_rem_pio2.c 31 * (2/pi) is represented by an array of 24-bit integers in ipio2[].
64 * expand the ipio2 table.
80 * jk jk+1 is the initial number of terms of ipio2[] needed
90 * terms of ipio2[] used.
94 * jv index for pointing to the suitable ipio2[] for the
96 * ( 2^e0*x[0] * ipio2[jv-1]*2^(-24jv) )/8
112 * f[] ipio2[] in floating point
146 * ipio2[i] * 2^(-24(i+1)).
151 static const int32_t ipio2[] = { variable
166 #error "ipio2 table needs to be expanded
    [all...]

Completed in 1164 milliseconds