Searched defs:j0 (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A Dw_j0.c28 * 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) */
H A Ds_ceil.c51 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 Ds_floor.c51 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 Ds_modf.c52 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 Ds_rint.c56 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...]
/openjdk7/jdk/src/solaris/native/sun/font/
H A DX11FontScaler.c318 jfloat j0=0, j1=1, ay=j0, dy=j0, mx=j0; local
344 j0, ay, j0, dy, j1, j0, j0, j1, mx, j0);

Completed in 46 milliseconds