Home | History | Annotate | Download | only in math

Lines Matching refs:j0

33 	int64_t i0,i1,j0;
36 j0 = ((i0>>48)&0x7fff)-0x3fff;
37 if(j0<48) {
38 if(j0<0) {
43 i = (0x0000ffffffffffffULL)>>j0;
45 if(i0>0) i0 += (0x0001000000000000LL)>>j0;
48 } else if (j0>111) {
49 if(j0==0x4000) return x+x; /* inf or NaN */
52 i = -1ULL>>(j0-48);
55 if(j0==48) i0+=1;
57 j = i1+(1LL<<(112-j0));