Searched defs:jv (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A Dk_rem_pio2.c96 * jv index for pointing to the suitable ipio2[] for the
98 * ( 2^e0*x[0] * ipio2[jv-1]*2^(-24jv) )/8
100 * e0-3-24*jv >= 0 or (e0-3)/24 >= jv
101 * Hence jv = max(0,(e0-3)/24).
159 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
166 /* determine jx,jv,q0, note that 3>q0 */
168 jv = (e0-3)/24; if(jv<
[all...]

Completed in 1008 milliseconds