Searched refs:jk (Results 1 – 7 of 7) sorted by relevance
/freebsd/lib/msun/src/ |
H A D | k_rem_pio2.c | 292 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; in __kernel_rem_pio2() local 296 jk = init_jk[prec]; in __kernel_rem_pio2() 297 jp = jk; in __kernel_rem_pio2() 305 j = jv-jx; m = jx+jk; in __kernel_rem_pio2() 309 for (i=0;i<=jk;i++) { in __kernel_rem_pio2() 313 jz = jk; in __kernel_rem_pio2() 363 for (i=jz-1;i>=jk;i--) j |= iq[i]; in __kernel_rem_pio2() 365 for(k=1;iq[jk-k]==0;k++); /* k = no. of terms needed */ in __kernel_rem_pio2()
|
/freebsd/contrib/sendmail/test/ |
H A D | Results | 67 Linux 2.1.109 OK 98.07.21 John Kennedy <jk@csuchico.edu> 92 Linux 2.1.109 FAIL 98.07.21 John Kennedy <jk@csuchico.edu>
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | test.data | 135 1 jk
|
/freebsd/crypto/openssh/ |
H A D | CREDITS | 52 Juergen Keil <jk@tools.de> - scp bugfixing
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | compress | 203 # lzop from <markus.oberhumer@jk.uni-linz.ac.at>
|
/freebsd/contrib/ncurses/ |
H A D | configure | 20755 size_t jk; 20758 for (jk = 0; jk < j; ++jk) { 20759 if (!strcmp(name, mynames[jk])) {
|
H A D | aclocal.m4 | 1265 size_t jk; 1268 for (jk = 0; jk < j; ++jk) { 1269 if (!strcmp(name, mynames[jk])) {
|