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

1234567891011>>

/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...]
/external/chromium_org/third_party/opus/src/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/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/chromium_org/third_party/opus/src/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/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/chromium_org/tools/grit/grit/
H A Dpseudo.py89 ix = 0
90 while ix < len(str):
91 if str[ix] not in _VOWELS.keys():
92 outstr += str[ix]
93 ix += 1
98 while ix < len(str) and str[ix] in _VOWELS.keys():
99 consecutive_vowels += str[ix]
100 ix += 1
/external/chromium_org/sandbox/win/src/
H A Dshared_handles.cc59 for (size_t ix = 0; ix != shared_.max_items; ++ix) {
60 if (tag == shared_.items[ix].tag) {
61 return &shared_.items[ix];
/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/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Dcolor_enhancement.cc38 for (int ix = 0; ix < size_uv; ix++) {

Completed in 243 milliseconds

1234567891011>>