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

/freebsd-11-stable/gnu/usr.bin/gdb/libgdb/
H A DMakefile34 jv-exp.y jv-lang.c jv-typeprint.c jv-valprint.c \
/freebsd-11-stable/lib/msun/src/
H A Dk_rem_pio2.c94 * 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 56 milliseconds