Searched refs:j0 (Results 1 - 8 of 8) sorted by relevance
/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/ |
H A D | s_ceil.c | 51 int i0,i1,j0; local 55 j0 = ((i0>>20)&0x7ff)-0x3ff; 56 if(j0<20) { 57 if(j0<0) { /* raise inexact if x != 0 */ 63 i = (0x000fffff)>>j0; 66 if(i0>0) i0 += (0x00100000)>>j0; 70 } else if (j0>51) { 71 if(j0==0x400) return x+x; /* inf or NaN */ 74 i = ((unsigned)(0xffffffff))>>(j0-20); 78 if(j0 [all...] |
H A D | s_floor.c | 51 int i0,i1,j0; local 55 j0 = ((i0>>20)&0x7ff)-0x3ff; 56 if(j0<20) { 57 if(j0<0) { /* raise inexact if x != 0 */ 64 i = (0x000fffff)>>j0; 67 if(i0<0) i0 += (0x00100000)>>j0; 71 } else if (j0>51) { 72 if(j0==0x400) return x+x; /* inf or NaN */ 75 i = ((unsigned)(0xffffffff))>>(j0-20); 79 if(j0 [all...] |
H A D | s_rint.c | 56 int i0,j0,sx; local 62 j0 = ((i0>>20)&0x7ff)-0x3ff; 63 if(j0<20) { 64 if(j0<0) { 76 i = (0x000fffff)>>j0; 80 if(j0==19) i1 = 0x40000000; else 81 i0 = (i0&(~i))|((0x20000)>>j0); 84 } else if (j0>51) { 85 if(j0==0x400) return x+x; /* inf or NaN */ 88 i = ((unsigned)(0xffffffff))>>(j0 [all...] |
H A D | s_modf.c | 52 int i0,i1,j0; local 56 j0 = ((i0>>20)&0x7ff)-0x3ff; /* exponent of x */ 57 if(j0<20) { /* integer part in high x */ 58 if(j0<0) { /* |x|<1 */ 63 i = (0x000fffff)>>j0; 75 } else if (j0>51) { /* no fraction part */ 81 i = ((unsigned)(0xffffffff))>>(j0-20);
|
H A D | w_j0.c | 28 * wrapper j0(double x), y0(double x) 34 double j0(double x) /* wrapper j0 */ function 36 double j0(x) /* wrapper j0 */ 46 return __kernel_standard(x,x,34); /* j0(|x|>X_TLOSS) */
|
/openjdk7/jdk/src/solaris/native/sun/font/ |
H A D | X11FontScaler.c | 318 jfloat j0=0, j1=1, ay=j0, dy=j0, mx=j0; local 344 j0, ay, j0, dy, j1, j0, j0, j1, mx, j0);
|
/openjdk7/jdk/src/share/native/java/lang/fdlibm/include/ |
H A D | fdlibm.h | 150 extern double j0 __P((double));
|
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/ |
H A D | PackageReader.java | 1685 for (int j0 = j; 1686 (j == j0)
|
Completed in 3393 milliseconds