Searched refs:jx (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A Ds_tanh.c67 int jx,ix; local
70 jx = __HI(x);
71 ix = jx&0x7fffffff;
75 if (jx>=0) return one/x+one; /* tanh(+-inf)=+-1 */
94 return (jx>=0)? z: -z;
H A De_sinh.c61 int ix,jx; local
65 jx = __HI(x);
66 ix = jx&0x7fffffff;
72 if (jx<0) h = -h;
H A Dk_rem_pio2.c103 * jx nx - 1
183 int jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
190 /* determine jx,jv,q0, note that 3>q0 */
191 jx = nx-1;
195 /* set up f[0] to f[jx+jk] where f[jx+jk] = ipio2[jv+jk] */
196 j = jv-jx; m = jx+jk;
201 for(j=0,fw=0.0;j<=jx;j++) fw += x[j]*f[jx
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrig.cpp200 * jx nx - 1
261 int jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
268 /* determine jx,jv,q0, note that 3>q0 */
269 jx = nx-1;
273 /* set up f[0] to f[jx+jk] where f[jx+jk] = ipio2[jv+jk] */
274 j = jv-jx; m = jx+jk;
279 for(j=0,fw=0.0;j<=jx;j++) fw += x[j]*f[jx
[all...]
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.c2533 int ix, jx, pos = 1; local
2544 for(jx = sizeof(mp_digit) - 1; jx >= 0; jx--) {
2545 str[pos++] = (char)(d >> (jx * CHAR_BIT));
4767 int jx; local
4770 for(jx = sizeof(mp_digit) - 1; jx >= 0; jx--) {
4771 unsigned char x = (unsigned char)(d >> (jx * CHAR_BI
4799 int jx; local
4844 int jx; local
[all...]

Completed in 78 milliseconds