| /src/lib/libm/src/ |
| k_rem_pio2.c | 94 * jz local integer variable indicating the number of 302 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local 330 jz = jk; 333 for(i=0,j=jz,z=q[jz];j>0;i++,j--) { 345 if(q0>0) { /* need iq[jz-1] to determine n */ 346 i = (iq[jz-1]>>(24-q0)); n += i; 347 iq[jz-1] -= i<<(24-q0); 348 ih = iq[jz-1]>>(23-q0); 350 else if(q0==0) ih = iq[jz-1]>>23 [all...] |
| k_rem_pio2f.c | 53 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local 81 jz = jk; 84 for(i=0,j=jz,z=q[jz];j>0;i++,j--) { 96 if(q0>0) { /* need iq[jz-1] to determine n */ 97 i = (iq[jz-1]>>(8-q0)); n += i; 98 iq[jz-1] -= i<<(8-q0); 99 ih = iq[jz-1]>>(7-q0); 101 else if(q0==0) ih = iq[jz-1]>>8; 106 for(i=0;i<jz ;i++) { /* compute 1-q * [all...] |
| /src/external/gpl3/gcc/dist/libquadmath/math/ |
| rem_pio2q.c | 90 * jz local integer variable indicating the number of 156 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local 178 jz = jk; 181 for(i=0,j=jz,z=q[jz];j>0;i++,j--) { 193 if(q0>0) { /* need iq[jz-1] to determine n */ 194 i = (iq[jz-1]>>(24-q0)); n += i; 195 iq[jz-1] -= i<<(24-q0); 196 ih = iq[jz-1]>>(23-q0); 198 else if(q0==0) ih = iq[jz-1]>>23 [all...] |
| /src/external/gpl3/gcc.old/dist/libquadmath/math/ |
| rem_pio2q.c | 90 * jz local integer variable indicating the number of 156 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local 177 jz = jk; 180 for(i=0,j=jz,z=q[jz];j>0;i++,j--) { 192 if(q0>0) { /* need iq[jz-1] to determine n */ 193 i = (iq[jz-1]>>(24-q0)); n += i; 194 iq[jz-1] -= i<<(24-q0); 195 ih = iq[jz-1]>>(23-q0); 197 else if(q0==0) ih = iq[jz-1]>>23 [all...] |