Searched refs:nx (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DNet.java145 Exception nx = x;
147 nx = new SocketException("Socket is closed");
149 nx = new SocketException("Socket is not connected");
151 nx = new SocketException("Already bound");
153 nx = new SocketException("Socket is not bound yet");
155 nx = new SocketException("Unsupported address type");
157 nx = new SocketException("Unresolved address");
159 if (nx != x)
160 nx.initCause(x);
162 if (nx instanceo
[all...]
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DNormalizerBase.java192 UnicodeSet nx) {
260 boolean allowMaybe,UnicodeSet nx) {
295 UnicodeSet nx) {
299 false, trailCC,nx);
324 UnicodeSet nx) {
333 nx
357 UnicodeSet nx) {
361 true, trailCC, nx);
386 UnicodeSet nx) {
395 nx
190 normalize(char[] src, int srcStart, int srcLimit, char[] dest,int destStart,int destLimit, UnicodeSet nx) argument
259 quickCheck(char[] src,int start, int limit, boolean allowMaybe,UnicodeSet nx) argument
293 normalize(char[] src, int srcStart, int srcLimit, char[] dest,int destStart,int destLimit, UnicodeSet nx) argument
322 quickCheck(char[] src,int start, int limit,boolean allowMaybe, UnicodeSet nx) argument
355 normalize(char[] src, int srcStart, int srcLimit, char[] dest,int destStart,int destLimit, UnicodeSet nx) argument
384 quickCheck(char[] src,int start, int limit,boolean allowMaybe, UnicodeSet nx) argument
416 normalize(char[] src, int srcStart, int srcLimit, char[] dest,int destStart,int destLimit, UnicodeSet nx) argument
442 quickCheck(char[] src,int start, int limit,boolean allowMaybe, UnicodeSet nx) argument
475 normalize(char[] src, int srcStart, int srcLimit, char[] dest,int destStart,int destLimit, UnicodeSet nx) argument
500 quickCheck(char[] src,int start, int limit,boolean allowMaybe, UnicodeSet nx) argument
[all...]
H A DNormalizerImpl.java811 UnicodeSet nx){
856 if(nx_contains(nx, c, c2)) {
907 buffer = composePart(args,prevStarter,src,srcStart,srcLimit,options,nx);
930 UnicodeSet nx) {
1010 if(nx_contains(nx, c)) {
1053 if(nx_contains(nx, c, c2)) {
1152 UnicodeSet nx) {
1186 if(nx_contains(nx, args.c, args.c2)) {
1311 private static char/*unsigned byte*/ recompose(RecomposeArgs args, int options, UnicodeSet nx) { argument
1333 combineFlags=getNextCombining(ncArg,args.limit,nx);
804 quickCheck(char[] src, int srcStart, int srcLimit, int minNoMaybe, int qcMask, int options, boolean allowMaybe, UnicodeSet nx) argument
927 decompose(char[] src,int srcStart,int srcLimit, char[] dest,int destStart,int destLimit, boolean compat,int[] outTrailCC, UnicodeSet nx) argument
1150 getNextCombining(NextCombiningArgs args, int limit, UnicodeSet nx) argument
1636 composePart(ComposePartArgs args, int prevStarter, char[] src, int start, int limit, int options, UnicodeSet nx) argument
1676 composeHangul(char prev, char c, long norm32, char[] src,int[] srcIndex, int limit, boolean compat, char[] dest,int destIndex, UnicodeSet nx) argument
1748 compose(char[] src, int srcStart, int srcLimit, char[] dest,int destStart,int destLimit, int options,UnicodeSet nx) argument
2451 nx_contains(UnicodeSet nx, int c) argument
2455 nx_contains(UnicodeSet nx, char c, char c2) argument
[all...]
/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_rem_pio2.c104 int e0,i,j,nx,n,ix,hx; local
182 nx = 3;
183 while(tx[nx-1]==zero) nx--; /* skip zero term */
184 n = __kernel_rem_pio2(tx,y,e0,nx,2,two_over_pi);
H A Dk_rem_pio2.c28 * __kernel_rem_pio2(x,y,e0,nx,prec,ipio2)
29 * double x[],y[]; int e0,nx,prec; int ipio2[];
44 * x[] The input value (must be positive) is broken into nx
75 * nx dimension of x[]
103 * jx nx - 1
177 int __kernel_rem_pio2(double *x, double *y, int e0, int nx, int prec, const int *ipio2) argument
179 int __kernel_rem_pio2(x,y,e0,nx,prec,ipio2)
180 double x[], y[]; int e0,nx,prec; int ipio2[];
191 jx = nx-1;
/openjdk7/jdk/src/share/classes/sun/net/spi/nameservice/dns/
H A DDNSNameService.java218 } catch (NamingException nx) {
219 throw new UnknownHostException(nx.getMessage());
281 } catch (NamingException nx) {
282 throw new Error(nx);
412 } catch (NamingException nx) {
413 throw new Error(nx);
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrig.cpp125 * __kernel_rem_pio2(x,y,e0,nx,prec,ipio2)
126 * double x[],y[]; int e0,nx,prec; int ipio2[];
141 * x[] The input value (must be positive) is broken into nx
172 * nx dimension of x[]
200 * jx nx - 1
260 static SAFEBUF int __kernel_rem_pio2(double *x, double *y, int e0, int nx, int prec, const int *ipio2) { argument
269 jx = nx-1;
479 int e0,i,j,nx,n,ix,hx,i0; local
558 nx = 3;
559 while(tx[nx
[all...]
/openjdk7/jdk/src/share/classes/sun/font/
H A DLayoutPathImpl.java412 double nx = data[i]; // current end point
416 double dx = nx - bx; // vector from previous to current
450 vcx = nx; // special case, always test last point
472 bx = nx;
481 double nx = data[ci];
484 if ((x-cx)*(ny-by) > (y-cy)*(nx-bx)) {
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DStroker.java221 float nx = my - omy, ny = omx - mx;
222 float nlen = (float) sqrt(nx*nx + ny*ny);
224 float mmx = nx * scale, mmy = ny * scale;
/openjdk7/jdk/src/share/native/sun/java2d/opengl/J2D_GL/
H A Dglext.h5191 typedef void (APIENTRYP PFNGLNORMAL3FVERTEX3FSUNPROC) (GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);
5193 typedef void (APIENTRYP PFNGLCOLOR4FNORMAL3FVERTEX3FSUNPROC) (GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);
5203 typedef void (APIENTRYP PFNGLTEXCOORD2FNORMAL3FVERTEX3FSUNPROC) (GLfloat s, GLfloat t, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);
5205 typedef void (APIENTRYP PFNGLTEXCOORD2FCOLOR4FNORMAL3FVERTEX3FSUNPROC) (GLfloat s, GLfloat t, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);
5207 typedef void (APIENTRYP PFNGLTEXCOORD4FCOLOR4FNORMAL3FVERTEX4FSUNPROC) (GLfloat s, GLfloat t, GLfloat p, GLfloat q, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
5215 typedef void (APIENTRYP PFNGLREPLACEMENTCODEUINORMAL3FVERTEX3FSUNPROC) (GLuint rc, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);
5217 typedef void (APIENTRYP PFNGLREPLACEMENTCODEUICOLOR4FNORMAL3FVERTEX3FSUNPROC) (GLuint rc, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);
5221 typedef void (APIENTRYP PFNGLREPLACEMENTCODEUITEXCOORD2FNORMAL3FVERTEX3FSUNPROC) (GLuint rc, GLfloat s, GLfloat t, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);
5223 typedef void (APIENTRYP PFNGLREPLACEMENTCODEUITEXCOORD2FCOLOR4FNORMAL3FVERTEX3FSUNPROC) (GLuint rc, GLfloat s, GLfloat t, GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z);
6028 typedef void (APIENTRYP PFNGLNORMALSTREAM3BATIPROC) (GLenum stream, GLbyte nx, GLbyt
[all...]
H A Dgl.h997 GLAPI void GLAPIENTRY glNormal3b( GLbyte nx, GLbyte ny, GLbyte nz );
998 GLAPI void GLAPIENTRY glNormal3d( GLdouble nx, GLdouble ny, GLdouble nz );
999 GLAPI void GLAPIENTRY glNormal3f( GLfloat nx, GLfloat ny, GLfloat nz );
1000 GLAPI void GLAPIENTRY glNormal3i( GLint nx, GLint ny, GLint nz );
1001 GLAPI void GLAPIENTRY glNormal3s( GLshort nx, GLshort ny, GLshort nz );
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c1185 int nloop, nx; local
1219 nx = npix%NLUT;
1250 for(x=nx; x!=0; x--) {
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi.c1961 mp_size nx = mp_trailing_zeros(&xc); local
1963 mp_size n = MP_MIN(nx, ny);

Completed in 156 milliseconds