Searched refs:ix (Results 1 - 25 of 214) sorted by relevance

123456789

/external/valgrind/coregrind/m_aspacemgr/
H A Daspacemgr-segnames.c100 for (ix = overhead; (size = get_slotsize(ix)) != 0; ix += size + overhead) {
101 if (is_freeslot(ix))
146 is_freeslot(UInt ix) argument
148 aspacem_assert(ix >= overhead && ix <= segnames_used);
149 return (segnames[ix - 4] & fbit_mask) != 0;
153 put_slotindex(UInt ix, UInt slotindex) argument
155 aspacem_assert(ix >
167 get_slotindex(UInt ix) argument
185 put_slotsize(UInt ix, UInt size) argument
194 get_slotsize(UInt ix) argument
207 put_refcount(UInt ix, UInt rc) argument
217 get_refcount(UInt ix) argument
229 inc_refcount(UInt ix) argument
238 dec_refcount(UInt ix) argument
262 put_sentinel(UInt ix) argument
277 UInt len, ix, size, next_freeslot; local
354 UInt size, ix, i; local
383 SizeT ix, size; local
412 am_inc_refcount(Int ix) argument
420 am_dec_refcount(Int ix) argument
427 am_sane_segname(Int ix) argument
433 am_get_segname(Int ix) argument
[all...]
/external/clang/test/CodeGen/
H A Darrayderef.c13 int * bar(unsigned int ix) { argument
15 return &Foo->y[ix];
/external/fdlibm/
H A Ds_logb.c29 int lx,ix; local
30 ix = (__HI(x))&0x7fffffff; /* high |x| */
32 if((ix|lx)==0) return -1.0/ieee_fabs(x);
33 if(ix>=0x7ff00000) return x*x;
34 if((ix>>=20)==0) /* IEEE 754 logb */
37 return (double) (ix-1023);
H A Ds_tan.c54 int n, ix; local
57 ix = __HI(x);
60 ix &= 0x7fffffff;
61 if(ix <= 0x3fe921fb) return __kernel_tan(x,z,1);
64 else if (ix>=0x7ff00000) return x-x; /* NaN */
H A Ds_ilogb.c29 int hx,lx,ix; local
38 for (ix = -1043; lx>0; lx<<=1) ix -=1;
40 for (ix = -1022,hx<<=11; hx>0; hx<<=1) ix -=1;
42 return ix;
H A Ds_frexp.c40 int hx, ix, lx; local
42 ix = 0x7fffffff&hx;
45 if(ix>=0x7ff00000||((ix|lx)==0)) return x; /* 0,inf,nan */
46 if (ix<0x00100000) { /* subnormal */
49 ix = hx&0x7fffffff;
52 *eptr += (ix>>20)-1022;
H A Ds_cos.c55 int n, ix; local
58 ix = __HI(x);
61 ix &= 0x7fffffff;
62 if(ix <= 0x3fe921fb) return __kernel_cos(x,z);
65 else if (ix>=0x7ff00000) return x-x;
H A Ds_sin.c55 int n, ix; local
58 ix = __HI(x);
61 ix &= 0x7fffffff;
62 if(ix <= 0x3fe921fb) return __kernel_sin(x,z,0);
65 else if (ix>=0x7ff00000) return x-x;
H A De_atanh.c51 int hx,ix; local
55 ix = hx&0x7fffffff;
56 if ((ix|((lx|(-lx))>>31))>0x3ff00000) /* |x|>1 */
58 if(ix==0x3ff00000)
60 if(ix<0x3e300000&&(huge+x)>zero) return x; /* x<2**-28 */
61 __HI(x) = ix; /* x <- |x| */
62 if(ix<0x3fe00000) { /* x < 0.5 */
H A De_cosh.c51 int ix; local
55 ix = __HI(x);
56 ix &= 0x7fffffff;
59 if(ix>=0x7ff00000) return x*x;
62 if(ix<0x3fd62e43) {
65 if (ix<0x3c800000) return w; /* ieee_cosh(tiny) = 1 */
70 if (ix < 0x40360000) {
76 if (ix < 0x40862E42) return half*__ieee754_exp(ieee_fabs(x));
80 if (ix<0x408633CE ||
81 (ix
[all...]
H A Ds_asinh.c44 int hx,ix; local
46 ix = hx&0x7fffffff;
47 if(ix>=0x7ff00000) return x+x; /* x is inf or NaN */
48 if(ix< 0x3e300000) { /* |x|<2**-28 */
51 if(ix>0x41b00000) { /* |x| > 2**28 */
53 } else if (ix>0x40000000) { /* 2**28 > |x| > 2.0 */
H A Ds_tanh.c54 int jx,ix; local
58 ix = jx&0x7fffffff;
61 if(ix>=0x7ff00000) {
67 if (ix < 0x40360000) { /* |x|<22 */
68 if (ix<0x3c800000) /* |x|<2**-55 */
70 if (ix>=0x3ff00000) { /* |x|>=1 */
H A De_sinh.c48 int ix,jx; local
53 ix = jx&0x7fffffff;
56 if(ix>=0x7ff00000) return x+x;
61 if (ix < 0x40360000) { /* |x|<22 */
62 if (ix<0x3e300000) /* |x|<2**-28 */
65 if(ix<0x3ff00000) return h*(2.0*t-t*t/(t+one));
70 if (ix < 0x40862E42) return h*__ieee754_exp(ieee_fabs(x));
74 if (ix<0x408633CE || (ix==0x408633ce)&&(lx<=(unsigned)0x8fb9f87d)) {
H A Ds_atan.c93 int ix,hx,id; local
96 ix = hx&0x7fffffff;
97 if(ix>=0x44100000) { /* if |x| >= 2^66 */
98 if(ix>0x7ff00000||
99 (ix==0x7ff00000&&(__LO(x)!=0)))
103 } if (ix < 0x3fdc0000) { /* |x| < 0.4375 */
104 if (ix < 0x3e200000) { /* |x| < 2^-29 */
110 if (ix < 0x3ff30000) { /* |x| < 1.1875 */
111 if (ix < 0x3fe60000) { /* 7/16 <=|x|<11/16 */
117 if (ix <
[all...]
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...]
/external/libopus/silk/
H A Dstereo_decode_pred.c40 opus_int n, ix[ 2 ][ 3 ]; local
45 ix[ 0 ][ 2 ] = silk_DIV32_16( n, 5 );
46 ix[ 1 ][ 2 ] = n - 5 * ix[ 0 ][ 2 ];
48 ix[ n ][ 0 ] = ec_dec_icdf( psRangeDec, silk_uniform3_iCDF, 8 );
49 ix[ n ][ 1 ] = ec_dec_icdf( psRangeDec, silk_uniform5_iCDF, 8 );
54 ix[ n ][ 0 ] += 3 * ix[ n ][ 2 ];
55 low_Q13 = silk_stereo_pred_quant_Q13[ ix[ n ][ 0 ] ];
56 step_Q13 = silk_SMULWB( silk_stereo_pred_quant_Q13[ ix[
[all...]
H A Dstereo_encode_pred.c37 opus_int8 ix[ 2 ][ 3 ] /* I Quantization indices */
43 n = 5 * ix[ 0 ][ 2 ] + ix[ 1 ][ 2 ];
47 silk_assert( ix[ n ][ 0 ] < 3 );
48 silk_assert( ix[ n ][ 1 ] < STEREO_QUANT_SUB_STEPS );
49 ec_enc_icdf( psRangeEnc, ix[ n ][ 0 ], silk_uniform3_iCDF, 8 );
50 ec_enc_icdf( psRangeEnc, ix[ n ][ 1 ], silk_uniform5_iCDF, 8 );
H A Dstereo_quant_pred.c37 opus_int8 ix[ 2 ][ 3 ] /* O Quantization indices */
57 ix[ n ][ 0 ] = i;
58 ix[ n ][ 1 ] = j;
66 ix[ n ][ 2 ] = silk_DIV32_16( ix[ n ][ 0 ], 3 );
67 ix[ n ][ 0 ] -= ix[ n ][ 2 ] * 3;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTrie2_16.java68 int ix;
75 ix = index[codePoint >> UTRIE2_SHIFT_2];
76 ix = (ix << UTRIE2_INDEX_SHIFT) + (codePoint & UTRIE2_DATA_MASK);
77 value = index[ix];
87 ix = index[UTRIE2_LSCP_INDEX_2_OFFSET + ((codePoint - 0xd800) >> UTRIE2_SHIFT_2)];
88 ix = (ix << UTRIE2_INDEX_SHIFT) + (codePoint & UTRIE2_DATA_MASK);
89 value = index[ix];
94 ix
[all...]
H A DTrie2_32.java67 int ix;
74 ix = index[codePoint >> UTRIE2_SHIFT_2];
75 ix = (ix << UTRIE2_INDEX_SHIFT) + (codePoint & UTRIE2_DATA_MASK);
76 value = data32[ix];
86 ix = index[UTRIE2_LSCP_INDEX_2_OFFSET + ((codePoint - 0xd800) >> UTRIE2_SHIFT_2)];
87 ix = (ix << UTRIE2_INDEX_SHIFT) + (codePoint & UTRIE2_DATA_MASK);
88 value = data32[ix];
93 ix
[all...]
/external/libopus/silk/float/
H A DLPC_analysis_filter_FLP.c50 opus_int ix; local
54 for( ix = 16; ix < length; ix++ ) {
55 s_ptr = &s[ix - 1];
76 r_LPC[ix] = s_ptr[ 1 ] - LPC_pred;
88 opus_int ix; local
92 for( ix = 12; ix < length; ix
122 opus_int ix; local
154 opus_int ix; local
184 opus_int ix; local
[all...]
/external/libvorbis/lib/
H A Dscales.h37 } ix; local
38 ix.f = x;
39 ix.i = (ix.i & 0x80000000U) | (0x3f800000U);
40 return ix.f;
48 } ix; local
49 ix.f = *x;
50 ix.i = ix.i&0x7fffffff;
51 return (float)(ix
[all...]
/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 int ix, iy, iw, ih; field in class:GifFrame

Completed in 320 milliseconds

123456789