Searched defs:ix (Results 26 - 50 of 59) sorted by relevance

123

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A De_asin.c90 int hx,ix; local
92 ix = hx&0x7fffffff;
93 if(ix>= 0x3ff00000) { /* |x|>= 1 */
94 if(((ix-0x3ff00000)|__LO(x))==0)
98 } else if (ix<0x3fe00000) { /* |x|<0.5 */
99 if(ix<0x3e400000) { /* if |x| < 2**-27 */
114 if(ix>=0x3FEF3333) { /* if |x| > 0.975 */
H A De_jn.c73 int i,hx,ix,lx, sgn; local
81 ix = 0x7fffffff&hx;
84 if((ix|((unsigned)(lx|-lx))>>31)>0x7ff00000) return x+x;
94 if((ix|lx)==0||ix>=0x7ff00000) /* if x is 0 or inf */
98 if(ix>=0x52D00000) { /* x > 2**302 */
129 if(ix<0x3e100000) { /* x < 2**-29 */
234 int i,hx,ix,lx; local
239 ix = 0x7fffffff&hx;
242 if((ix|((unsigne
[all...]
H A De_rem_pio2.c104 int e0,i,j,nx,n,ix,hx; local
107 ix = hx&0x7fffffff;
108 if(ix<=0x3fe921fb) /* |x| ~<= pi/4 , no need for reduction */
110 if(ix<0x4002d97c) { /* |x| < 3pi/4, special case with n=+-1 */
113 if(ix!=0x3ff921fb) { /* 33+53 bit pi is good enough */
124 if(ix!=0x3ff921fb) { /* 33+53 bit pi is good enough */
135 if(ix<=0x413921fb) { /* |x| ~<= 2^19*(pi/2), medium size */
141 if(n<32&&ix!=npio2_hw[n-1]) {
144 j = ix>>20;
170 if(ix>
[all...]
H A De_j0.c109 int hx,ix; local
112 ix = hx&0x7fffffff;
113 if(ix>=0x7ff00000) return one/(x*x);
115 if(ix >= 0x40000000) { /* |x| >= 2.0 */
120 if(ix<0x7fe00000) { /* make sure x+x not overflow */
129 if(ix>0x48000000) z = (invsqrtpi*cc)/sqrt(x);
136 if(ix<0x3f200000) { /* |x| < 2**-13 */
138 if(ix<0x3e400000) return one; /* |x|<2**-27 */
145 if(ix < 0x3FF00000) { /* |x| < 1.00 */
178 int hx,ix,l local
346 int ix; local
481 int ix; local
[all...]
H A De_j1.c110 int hx,ix; local
113 ix = hx&0x7fffffff;
114 if(ix>=0x7ff00000) return one/x;
116 if(ix >= 0x40000000) { /* |x| >= 2.0 */
121 if(ix<0x7fe00000) { /* make sure y+y not overflow */
130 if(ix>0x48000000) z = (invsqrtpi*cc)/sqrt(y);
138 if(ix<0x3e400000) { /* |x|<2**-27 */
179 int hx,ix,lx; local
182 ix = 0x7fffffff&hx;
185 if(ix>
344 int ix; local
480 int ix; local
[all...]
H A De_pow.c121 int hx,hy,ix,iy; local
127 ix = hx&0x7fffffff; iy = hy&0x7fffffff;
133 if(ix > 0x7ff00000 || ((ix==0x7ff00000)&&(lx!=0)) ||
160 if(((ix-0x3ff00000)|lx)==0)
162 else if (ix >= 0x3ff00000)/* (|x|>1)**+-inf = inf,0 */
180 if(ix==0x7ff00000||ix==0||ix==0x3ff00000){
184 if(((ix
[all...]
H A Ds_erf.c210 int hx,ix,i; local
213 ix = hx&0x7fffffff;
214 if(ix>=0x7ff00000) { /* erf(nan)=nan */
219 if(ix < 0x3feb0000) { /* |x|<0.84375 */
220 if(ix < 0x3e300000) { /* |x|<2**-28 */
221 if (ix < 0x00800000)
231 if(ix < 0x3ff40000) { /* 0.84375 <= |x| < 1.25 */
237 if (ix >= 0x40180000) { /* inf>|x|>=6 */
242 if(ix< 0x4006DB6E) { /* |x| < 1/0.35 */
266 int hx,ix; local
[all...]
H A De_lgamma_r.c178 int n,ix; local
180 ix = 0x7fffffff&__HI(x);
182 if(ix<0x3fd00000) return __kernel_sin(pi*x,zero,0);
195 if(ix>=0x43400000) {
198 if(ix<0x43300000) z = y+two52; /* exact */
226 int i,hx,lx,ix; local
233 ix = hx&0x7fffffff;
234 if(ix>=0x7ff00000) return x*x;
235 if((ix|lx)==0) return one/zero;
236 if(ix<
[all...]
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DIndicRearrangementProcessor.cpp98 le_int32 ia, ib, ic, id, ix, x; local
113 ix = glyphStorage.getCharIndex(x, success);
114 glyphStorage.setCharIndex(x - 1, ix, success);
129 ix = glyphStorage.getCharIndex(x, success);
130 glyphStorage.setCharIndex(x + 1, ix, success);
159 ix = glyphStorage.getCharIndex(x, success);
160 glyphStorage.setCharIndex(x - 2, ix, success);
180 ix = glyphStorage.getCharIndex(x, success);
181 glyphStorage.setCharIndex(x - 2, ix, success);
201 ix
[all...]
H A DIndicRearrangementProcessor2.cpp95 le_int32 ia, ib, ic, id, ix, x; local
110 ix = glyphStorage.getCharIndex(x, success);
111 glyphStorage.setCharIndex(x - 1, ix, success);
126 ix = glyphStorage.getCharIndex(x, success);
127 glyphStorage.setCharIndex(x + 1, ix, success);
156 ix = glyphStorage.getCharIndex(x, success);
157 glyphStorage.setCharIndex(x - 2, ix, success);
177 ix = glyphStorage.getCharIndex(x, success);
178 glyphStorage.setCharIndex(x - 2, ix, success);
198 ix
[all...]
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmplogic.c115 mp_size ix; local
121 ix = bitNum / MP_DIGIT_BIT;
122 if (ix + 1 > MP_USED(a)) {
123 rv = s_mp_pad(a, ix + 1);
131 MP_DIGIT(a,ix) |= mask;
133 MP_DIGIT(a,ix) &= ~mask;
145 mp_size bit, ix; local
150 ix = bitNum / MP_DIGIT_BIT;
151 ARGCHK(ix <= MP_USED(a) - 1, MP_RANGE);
154 rv = (mp_err)(MP_DIGIT(a, ix) >> bi
195 int ix; local
[all...]
H A Dmp_gf2m.c204 mp_size ix; local
228 for (ix = 0; ix < used_pb; ix++) {
233 for (; ix < used_pa; ++ix) {
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftPerformer.java351 private void processSource(ModelSource src, int ix) { argument
355 processMidiControlSource(src, ix);
357 processMidiRpnSource(src, ix);
359 processMidiNrpnSource(src, ix);
361 processMidiSource(src, ix);
363 processNoteOnSource(src, ix);
369 ctrl_connections_list.add(ix);
372 private void processMidiControlSource(ModelSource src, int ix) { argument
378 midi_ctrl_connections[c] = new int[]{ix};
384 newa[newa.length - 1] = ix;
389 processNoteOnSource(ModelSource src, int ix) argument
410 processMidiSource(ModelSource src, int ix) argument
433 processMidiRpnSource(ModelSource src, int ix) argument
450 processMidiNrpnSource(ModelSource src, int ix) argument
[all...]
H A DAudioFloatFormatConverter.java176 for (int i = 0, ix = off + c; i < len2; i++, ix += cs) {
177 b[ix] = conversion_buffer[i];
182 for (int i = 0, ix = off; i < len2; i += cs, ix++) {
183 b[ix] = conversion_buffer[i];
186 for (int i = c, ix = off; i < len2; i += cs, ix++) {
187 b[ix] += conversion_buffer[i];
191 for (int i = 0, ix
257 private final float[] ix = new float[1]; field in class:AudioFloatFormatConverter.AudioFloatInputStreamResampler
[all...]
H A DSoftAbstractResampler.java65 float[] ix = new float[1]; field in class:SoftAbstractResampler.ModelAbstractResamplerStream
128 ix[0] = pad;
131 ix[0] = sector_size + pad;
153 if (ix[0] < pad) {
157 ix[0] += streampos - (sector_loopstart * sector_size);
162 ix[0] += sector_size;
169 if (ix[0] >= sector_size + pad) {
176 if (ix[0] >= sector_size * 4 + pad) {
177 int skips = (int)((ix[0] - sector_size * 4 + pad) / sector_size);
178 ix[
[all...]
H A DSoftMixingDataLine.java84 private final float[] ix = new float[1]; field in class:SoftMixingDataLine.AudioFloatInputStreamResampler
177 for (int i = ibuffer_len, ix = 0; i < buffer_len_pad; i++, ix++) {
178 buff[ix] = buff[i];
202 for (int i = c, ix = pad2; i < ibuffer2_len; i += nrofchannels, ix++) {
203 buff[ix] = ibuffer2[i];
238 ix[0] = ibuffer_index;
241 resampler.interpolate(buff, ix, in_end, pitch, 0,
244 ibuffer_index = ix[
[all...]
/openjdk7/jdk/src/share/classes/javax/naming/directory/
H A DBasicAttribute.java441 public Object get(int ix) throws NamingException { argument
442 return values.elementAt(ix);
445 public Object remove(int ix) { argument
446 Object answer = values.elementAt(ix);
447 values.removeElementAt(ix);
451 public void add(int ix, Object attrVal) { argument
456 values.insertElementAt(attrVal, ix);
459 public Object set(int ix, Object attrVal) { argument
465 Object answer = values.elementAt(ix);
466 values.setElementAt(attrVal, ix);
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DCode.java326 public void finishRefs(ConstantPool.Index ix) { argument
328 fixups.finishRefs(ix);
H A DFixups.java437 // by a hardcoded coding of its reference, drawn from ix.
439 void finishRefs(Object fixups, byte[] bytes, ConstantPool.Index ix) { argument
444 int index = ix.indexOf((Entry) fixups);
450 f.finishRefs(ix);
453 void finishRefs(ConstantPool.Index ix) { argument
458 int index = ix.indexOf(fx.entry);
533 Index ix = new Index("ix") {
538 f.finishRefs(ix);
H A DAttribute.java91 public void finishRefs(Index ix) { argument
93 Fixups.finishRefs(fixups, bytes, ix);
H A DConstantPool.java908 void sort(Index ix) { argument
910 ix.clearIndex();
911 Arrays.sort(ix.cpMap);
913 System.out.println("sorted "+ix.dumpString());
922 Index[] partition(Index ix, int[] keys) { argument
925 Entry[] cpMap = ix.cpMap;
943 indexes[key] = new Index(ix.debugName+"/part#"+key, part);
949 Index[] partitionByTag(Index ix) { argument
951 Entry[] cpMap = ix.cpMap;
957 Index[] byTag = partition(ix, key
1023 initIndexByTag(byte tag, Index ix) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/font/
H A DLayoutPathImpl.java728 * Return true if we intersect the segment at ix. This takes
732 boolean pin(int ix, LineInfo result) { argument
733 double lo = data[ix-1];
734 double hi = data[ix+2];
739 if (ix == 3) lo = Double.NEGATIVE_INFINITY;
740 if (ix == data.length - 3) hi = Double.POSITIVE_INFINITY;
756 final int ix; // index into data array for this segment field in class:LayoutPathImpl.SegmentPath.Segment
765 Segment(int ix) { argument
766 this.ix = ix;
[all...]
H A DStandardGlyphVector.java336 public int getGlyphCharIndex(int ix) { argument
337 if (ix < 0 && ix >= glyphs.length) {
338 throw new IndexOutOfBoundsException("" + ix);
342 return glyphs.length - 1 - ix;
344 return ix;
346 return charIndices[ix];
431 public Shape getGlyphOutline(int ix) { argument
432 return getGlyphsOutline(ix, 1, 0, 0);
436 public Shape getGlyphOutline(int ix, floa argument
440 getGlyphPosition(int ix) argument
447 setGlyphPosition(int ix, Point2D pos) argument
458 getGlyphTransform(int ix) argument
468 setGlyphTransform(int ix, AffineTransform newTX) argument
523 getGlyphLogicalBounds(int ix) argument
573 getGlyphVisualBounds(int ix) argument
598 getGlyphMetrics(int ix) argument
617 getGlyphJustificationInfo(int ix) argument
1171 getGlyphOutlineBounds(int ix) argument
1231 clearCaches(int ix) argument
1348 getGlyphStrike(int ix) argument
1552 getGlyphTransform(int ix) argument
1773 getGlyphPosition(int glyphID, int ix, float[] positions, float[] result) argument
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntimeTrans.cpp513 int hx,hy,ix,iy; local
519 ix = hx&0x7fffffff; iy = hy&0x7fffffff;
525 if(ix > 0x7ff00000 || ((ix==0x7ff00000)&&(lx!=0)) ||
552 if(((ix-0x3ff00000)|lx)==0)
554 else if (ix >= 0x3ff00000)/* (|x|>1)**+-inf = inf,0 */
572 if(ix==0x7ff00000||ix==0||ix==0x3ff00000){
576 if(((ix
[all...]
H A DsharedRuntimeTrig.cpp479 int e0,i,j,nx,n,ix,hx,i0; local
483 ix = hx&0x7fffffff;
484 if(ix<=0x3fe921fb) /* |x| ~<= pi/4 , no need for reduction */
486 if(ix<0x4002d97c) { /* |x| < 3pi/4, special case with n=+-1 */
489 if(ix!=0x3ff921fb) { /* 33+53 bit pi is good enough */
500 if(ix!=0x3ff921fb) { /* 33+53 bit pi is good enough */
511 if(ix<=0x413921fb) { /* |x| ~<= 2^19*(pi/2), medium size */
517 if(n<32&&ix!=npio2_hw[n-1]) {
520 j = ix>>20;
546 if(ix>
605 int ix; local
662 int ix; local
740 int ix,hx; local
841 int n, ix; variable
899 int n, ix; variable
956 int n, ix; variable
[all...]

Completed in 97 milliseconds

123