Searched refs:jv (Results 1 - 1 of 1) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | k_rem_pio2.c | 94 * jv index for pointing to the suitable ipio2[] for the 96 * ( 2^e0*x[0] * ipio2[jv-1]*2^(-24jv) )/8 98 * e0-3-24*jv >= 0 or (e0-3)/24 >= jv 99 * Hence jv = max(0,(e0-3)/24). 296 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local 303 /* determine jx,jv,q0, note that 3>q0 */ 305 jv = (e0-3)/24; if(jv< [all...] |
Completed in 25 milliseconds