Searched refs:ix (Results 26 - 50 of 285) sorted by relevance

1234567891011>>

/external/clang/test/CodeGenCXX/
H A Dconstructor-conversion.cpp12 X(const char* arg, int ix=0) { iX = ix; fX = 6.0; name = arg+ix; } argument
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
H A DGifFrame.java7 public int ix, iy, iw, ih; field in class:GifFrame
/external/fdlibm/
H A Dk_cos.c72 int ix; local
73 ix = __HI(x)&0x7fffffff; /* ix = |x|'s high word*/
74 if(ix<0x3e400000) { /* if x < 2**27 */
79 if(ix < 0x3FD33333) /* if |x| < 0.3 */
82 if(ix > 0x3fe90000) { /* x > 0.78125 */
85 __HI(qx) = ix-0x00200000; /* x/4 */
H A De_j0.c96 int hx,ix; local
99 ix = hx&0x7fffffff;
100 if(ix>=0x7ff00000) return one/(x*x);
102 if(ix >= 0x40000000) { /* |x| >= 2.0 */
107 if(ix<0x7fe00000) { /* make sure x+x not overflow */
116 if(ix>0x48000000) z = (invsqrtpi*cc)/ieee_sqrt(x);
123 if(ix<0x3f200000) { /* |x| < 2**-13 */
125 if(ix<0x3e400000) return one; /* |x|<2**-27 */
132 if(ix < 0x3FF00000) { /* |x| < 1.00 */
165 int hx,ix,l local
333 int ix; local
468 int ix; local
[all...]
H A De_j1.c97 int hx,ix; local
100 ix = hx&0x7fffffff;
101 if(ix>=0x7ff00000) return one/x;
103 if(ix >= 0x40000000) { /* |x| >= 2.0 */
108 if(ix<0x7fe00000) { /* make sure y+y not overflow */
117 if(ix>0x48000000) z = (invsqrtpi*cc)/ieee_sqrt(y);
125 if(ix<0x3e400000) { /* |x|<2**-27 */
166 int hx,ix,lx; local
169 ix = 0x7fffffff&hx;
172 if(ix>
331 int ix; local
467 int ix; local
[all...]
H A Ds_nextafter.c30 int hx,hy,ix,iy; local
37 ix = hx&0x7fffffff; /* |x| */
40 if(((ix>=0x7ff00000)&&((ix-0x7ff00000)|lx)!=0) || /* x is nan */
44 if((ix|lx)==0) { /* x == 0 */
H A Dk_sin.c65 int ix; local
66 ix = __HI(x)&0x7fffffff; /* high word of x */
67 if(ix<0x3e400000) /* |x| < 2**-27 */
H A De_atan2.c64 int k,m,hx,hy,ix,iy; local
67 hx = __HI(x); ix = hx&0x7fffffff;
71 if(((ix|((lx|-lx)>>31))>0x7ff00000)||
87 if((ix|lx)==0) return (hy<0)? -pi_o_2-tiny: pi_o_2+tiny;
90 if(ix==0x7ff00000) {
111 k = (iy-ix)>>20;
H A De_pow.c110 int hx,hy,ix,iy; local
116 ix = hx&0x7fffffff; iy = hy&0x7fffffff;
122 if(ix > 0x7ff00000 || ((ix==0x7ff00000)&&(lx!=0)) ||
149 if(((ix-0x3ff00000)|lx)==0)
151 else if (ix >= 0x3ff00000)/* (|x|>1)**+-inf = inf,0 */
169 if(ix==0x7ff00000||ix==0||ix==0x3ff00000){
173 if(((ix
[all...]
H A De_lgamma_r.c166 int n,ix; local
168 ix = 0x7fffffff&__HI(x);
170 if(ix<0x3fd00000) return __kernel_sin(pi*x,zero,0);
183 if(ix>=0x43400000) {
186 if(ix<0x43300000) z = y+two52; /* exact */
214 int i,hx,lx,ix; local
221 ix = hx&0x7fffffff;
222 if(ix>=0x7ff00000) return x*x;
223 if((ix|lx)==0) return one/zero;
224 if(ix<
[all...]
H A De_asin.c77 int hx,ix; local
79 ix = hx&0x7fffffff;
80 if(ix>= 0x3ff00000) { /* |x|>= 1 */
81 if(((ix-0x3ff00000)|__LO(x))==0)
85 } else if (ix<0x3fe00000) { /* |x|<0.5 */
86 if(ix<0x3e400000) { /* if |x| < 2**-27 */
101 if(ix>=0x3FEF3333) { /* if |x| > 0.975 */
H A De_fmod.c35 int n,hx,hy,hz,ix,iy,sx,i; local
56 /* determine ix = ieee_ilogb(x) */
59 for (ix = -1043, i=lx; i>0; i<<=1) ix -=1;
61 for (ix = -1022,i=(hx<<11); i>0; i<<=1) ix -=1;
63 } else ix = (hx>>20)-1023;
75 if(ix >= -1022)
78 n = -1022-ix;
101 n = ix
[all...]
H A Ds_erf.c197 int hx,ix,i; local
200 ix = hx&0x7fffffff;
201 if(ix>=0x7ff00000) { /* ieee_erf(nan)=nan */
206 if(ix < 0x3feb0000) { /* |x|<0.84375 */
207 if(ix < 0x3e300000) { /* |x|<2**-28 */
208 if (ix < 0x00800000)
218 if(ix < 0x3ff40000) { /* 0.84375 <= |x| < 1.25 */
224 if (ix >= 0x40180000) { /* inf>|x|>=6 */
229 if(ix< 0x4006DB6E) { /* |x| < 1/0.35 */
253 int hx,ix; local
[all...]
/external/chromium_org/sandbox/win/src/
H A Dpolicy_engine_processor.cc63 for (size_t ix = 0; ix != count; ++ix) {
64 PolicyOpcode& opcode = policy_->opcodes[ix];
93 SetInternalState(ix, result);
H A Dsharedmem_ipc_client.cc19 size_t ix = LockFreeChannel(&failure); local
24 control_->channels[ix].channel_base;
124 for (size_t ix = 0; ix != control_->channels_count; ++ix) {
125 if (kFreeChannel == ::InterlockedCompareExchange(&channel[ix].state,
129 return ix;
/external/valgrind/main/coregrind/
H A Dm_sparsewa.c92 static inline UWord swa_bitarray_read ( UChar* arr, UWord ix ) {
93 UWord bix = ix >> 3;
94 UWord off = ix & 7;
98 static inline UWord swa_bitarray_read_then_set ( UChar* arr, UWord ix ) {
99 UWord bix = ix >> 3;
100 UWord off = ix & 7;
107 static inline UWord swa_bitarray_read_then_clear ( UChar* arr, UWord ix ) {
108 UWord bix = ix >> 3;
109 UWord off = ix & 7;
281 UWord ix; local
314 UWord ix; local
372 UWord ix; local
[all...]
/external/chromium_org/tools/grit/grit/tool/
H A Dtransl2tc.py174 for ix in range(len(transl_content)):
175 if isinstance(transl_content[ix], tclib.Placeholder):
176 if not isinstance(current_content[ix], tclib.Placeholder):
179 if (transl_content[ix].GetOriginal() !=
180 current_content[ix].GetOriginal()):
184 if isinstance(current_content[ix], tclib.Placeholder):
192 def Fixup(content, ix):
193 if (isinstance(content[ix], tclib.Placeholder) and
194 content[ix].GetPresentation().startswith('TODO_')):
195 assert isinstance(current_content[ix], tcli
[all...]
/external/chromium_org/media/audio/win/
H A Dwaveout_output_win.cc152 for (int ix = 0; ix != num_buffers_; ++ix) {
153 WAVEHDR* buffer = GetBuffer(ix);
167 for (int ix = 0; ix != num_buffers_; ++ix) {
168 ::waveOutUnprepareHeader(waveout_, GetBuffer(ix), sizeof(WAVEHDR));
205 for (int ix = 0; ix !
[all...]
/external/chromium_org/third_party/opus/src/silk/
H A DLPC_analysis_filter.c55 int ix; local
77 for( ix = d; ix < len; ix++ ) {
78 in_ptr = &in[ ix - 1 ];
100 out[ ix ] = (opus_int16)silk_SAT16( out32 );
/external/libopus/silk/
H A DLPC_analysis_filter.c55 int ix; local
77 for( ix = d; ix < len; ix++ ) {
78 in_ptr = &in[ ix - 1 ];
100 out[ ix ] = (opus_int16)silk_SAT16( out32 );
/external/qemu/distrib/sdl-1.2.15/src/video/
H A De_pow.h106 int32_t hx,hy,ix,iy; local
111 ix = hx&0x7fffffff; iy = hy&0x7fffffff;
117 if(ix > 0x7ff00000 || ((ix==0x7ff00000)&&(lx!=0)) ||
144 if(((ix-0x3ff00000)|lx)==0)
146 else if (ix >= 0x3ff00000)/* (|x|>1)**+-inf = inf,0 */
164 if(ix==0x7ff00000||ix==0||ix==0x3ff00000){
168 if(((ix
[all...]
/external/chromium_org/third_party/skia/samplecode/
H A DSampleRepeatTile.cpp27 for (int ix = 0; ix < W; ix += 1) {
28 SkScalar x = SkIntToScalar(ix) + SK_ScalarHalf;
29 paint.setColor(colors[ix & 3]);
/external/skia/samplecode/
H A DSampleRepeatTile.cpp27 for (int ix = 0; ix < W; ix += 1) {
28 SkScalar x = SkIntToScalar(ix) + SK_ScalarHalf;
29 paint.setColor(colors[ix & 3]);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aatritemp.h190 GLint ix, startX = (GLint) (x - xAdj);
207 ix = startX;
211 span.attrStart[FRAG_ATTRIB_WPOS][3] = solve_plane(ix + 0.5F, iy + 0.5F, wPlane);
215 span.attrStart[attr][c] = solve_plane(ix + 0.5F, iy + 0.5F, attrPlane[attr][c]);
223 const GLfloat cx = ix + 0.5F, cy = iy + 0.5F;
233 ix++;
235 coverage = compute_coveragef(pMin, pMid, pMax, ix, iy);
238 if (ix > startX) {
241 span.end = (GLuint) ix - (GLuint) startX;
259 GLint ix, lef
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_aatritemp.h190 GLint ix, startX = (GLint) (x - xAdj);
207 ix = startX;
211 span.attrStart[FRAG_ATTRIB_WPOS][3] = solve_plane(ix + 0.5F, iy + 0.5F, wPlane);
215 span.attrStart[attr][c] = solve_plane(ix + 0.5F, iy + 0.5F, attrPlane[attr][c]);
223 const GLfloat cx = ix + 0.5F, cy = iy + 0.5F;
233 ix++;
235 coverage = compute_coveragef(pMin, pMid, pMax, ix, iy);
238 if (ix > startX) {
241 span.end = (GLuint) ix - (GLuint) startX;
259 GLint ix, lef
[all...]

Completed in 498 milliseconds

1234567891011>>