HomeSort by relevance Sort by last modified time
    Searched refs:xx (Results 251 - 275 of 578) sorted by null

<<11121314151617181920>>

  /external/clang/test/Sema/
block-return.c 81 int (^xx)(const char *s) = ^(char *s) { return 1; }; // expected-error {{incompatible block pointer types initializing 'int (^)(const char *)' with an expression of type 'int (^)(char *)'}}
  /external/freetype/include/freetype/
fttypes.h 372 /* x' = x*xx + y*xy */
377 /* xx :: Matrix coefficient. */
387 FT_Fixed xx, xy; member in struct:FT_Matrix_
    [all...]
  /external/freetype/src/base/
ftsynth.c 68 transform.xx = 0x10000L;
  /external/libvpx/libvpx/vp8/encoder/x86/
dct_sse2.asm 85 pshufhw xmm1, xmm1, 0b1h ;22 23 02 03 xx xx xx xx
86 pshufhw xmm2, xmm2, 0b1h ;32 33 12 13 xx xx xx xx
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
fttypes.h 372 /* x' = x*xx + y*xy */
377 /* xx :: Matrix coefficient. */
387 FT_Fixed xx, xy; member in struct:FT_Matrix_
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
rd-pcrel1.s 8 xx: label
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECFieldElement.java 177 BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger(); local
179 BigInteger xy = xx.multiply(yx);
185 BigInteger ax = this.x, bx = b.toBigInteger(), xx = x.toBigInteger(), yx = y.toBigInteger(); local
187 BigInteger xy = xx.multiply(yx);
208 BigInteger ax = this.x, xx = x.toBigInteger(), yx = y.toBigInteger(); local
210 BigInteger xy = xx.multiply(yx);
216 BigInteger ax = this.x, xx = x.toBigInteger(), yx = y.toBigInteger(); local
218 BigInteger xy = xx.multiply(yx);
727 LongArray ax = this.x, bx = ((F2m)b).x, xx = ((F2m)x).x, yx = ((F2m)y).x; local
730 LongArray xy = xx.multiply(yx, m, ks)
768 LongArray ax = this.x, xx = ((F2m)x).x, yx = ((F2m)y).x; local
    [all...]
  /external/clang/test/SemaCXX/
nested-name-spec.cpp 361 int f(int xx[B1::B3 ? C2::N1 : B1::B2]);
364 int f(int xx[B1::B3 ? C2::N1 : B1:B2]); // expected-error{{unexpected ':' in nested name specifier; did you mean '::'?}}
367 int f(int xx[B1:B3 ? C2::N1 : B1::B2]); // expected-error{{unexpected ':' in nested name specifier; did you mean '::'?}}
  /external/libopus/celt/arm/
celt_neon_intr.c 53 int16x8_t xx = vld1q_s16(x); local
54 int16x4_t x0 = vget_low_s16(xx);
55 int16x4_t x4 = vget_high_s16(xx);
109 float32x4_t XX[2];
132 XX[0] = vld1q_f32(xi);
134 XX[1] = vld1q_f32(xi);
137 SUMM = vmlaq_lane_f32(SUMM, YY[0], vget_low_f32(XX[0]), 0);
139 SUMM = vmlaq_lane_f32(SUMM, YEXT[0], vget_low_f32(XX[0]), 1);
141 SUMM = vmlaq_lane_f32(SUMM, YEXT[1], vget_high_f32(XX[0]), 0);
143 SUMM = vmlaq_lane_f32(SUMM, YEXT[2], vget_high_f32(XX[0]), 1)
    [all...]
  /external/skia/include/core/
SkScalar.h 113 double xx = x; local
114 xx += 0.5;
115 return (int)floor(xx);
  /external/skia/include/private/
SkFloatingPoint.h 172 const float32x2_t xx = vdup_n_f32(x); // Clever readers will note we're doing everything 2x.
173 float32x2_t estimate = vrsqrte_f32(xx);
177 estimate = vmul_f32(estimate, vrsqrts_f32(xx, estimate_sq));
  /external/skia/src/core/
SkBitmapProcState_sample.h 107 const uint16_t* SK_RESTRICT xx = (const uint16_t*)(xy); local
109 SkASSERT(*xx < (unsigned)s.fPixmap.width());
110 src = srcAddr[*xx++]; *colors++ = RETURNDST(src);
147 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
148 unsigned x0 = XX >> 14;
149 unsigned x1 = XX & 0x3FFF;
  /external/skqp/include/core/
SkScalar.h 113 double xx = x; local
114 xx += 0.5;
115 return (int)floor(xx);
  /external/skqp/src/core/
SkBitmapProcState_sample.h 107 const uint16_t* SK_RESTRICT xx = (const uint16_t*)(xy); local
109 SkASSERT(*xx < (unsigned)s.fPixmap.width());
110 src = srcAddr[*xx++]; *colors++ = RETURNDST(src);
147 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
148 unsigned x0 = XX >> 14;
149 unsigned x1 = XX & 0x3FFF;
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
Quaternion.java 134 double xx = x[1] * x[1]; local
151 m[5] = 1 - 2 * (xx + zz);
156 m[10] = 1 - 2 * (xx + yy);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
sparsetree.go 186 xx := &t[x.ID]
188 return xx.entry <= yy.entry && yy.exit <= xx.exit
196 xx := &t[x.ID]
198 return xx.entry < yy.entry && yy.exit < xx.exit
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
sparsetree.go 186 xx := &t[x.ID]
188 return xx.entry <= yy.entry && yy.exit <= xx.exit
196 xx := &t[x.ID]
198 return xx.entry < yy.entry && yy.exit < xx.exit
  /system/nfc/src/nfa/p2p/
nfa_p2p_main.cc 475 uint8_t xx; local
483 for (xx = 0; xx < LLCP_MAX_SDP_TRANSAC; xx++) {
484 nfa_p2p_cb.sdp_cb[xx].local_sap = LLCP_INVALID_SAP;
  /system/bt/stack/sdp/
sdp_discovery.cc 78 uint16_t xx; local
89 for (xx = 0; xx < num_uuids; xx++, p_uuid_list++) {
107 xx = (uint16_t)(p_out - p_len - 1);
108 UINT8_TO_BE_STREAM(p_len, xx);
279 uint16_t xx; local
301 for (xx = orig; xx < p_ccb->num_handles; xx++
    [all...]
  /external/eigen/unsupported/test/
NonLinearOptimization.cpp 810 double x=m_x[i], xx=x*x, xxx=xx*x; local
811 fvec[i] = (b[0]+b[1]*x+b[2]*xx+b[3]*xxx) / (1.+b[4]*x+b[5]*xx+b[6]*xxx) - m_y[i];
822 double x=m_x[i], xx=x*x, xxx=xx*x; local
823 double fact = 1./(1.+b[4]*x+b[5]*xx+b[6]*xxx);
826 fjac(i,2) = xx*fact;
828 fact = - (b[0]+b[1]*x+b[2]*xx+b[3]*xxx) * fact * fact;
830 fjac(i,5) = xx*fact
1398 double x = _x[i], xx=x*x; local
1409 double x = _x[i], xx=x*x; local
1567 double x=_x[i], xx=x*x, xxx=xx*x; local
1578 double x=_x[i], xx=x*x, xxx=xx*x; local
    [all...]
levenberg_marquardt.cpp 421 double x=m_x[i], xx=x*x, xxx=xx*x; local
422 fvec[i] = (b[0]+b[1]*x+b[2]*xx+b[3]*xxx) / (1.+b[4]*x+b[5]*xx+b[6]*xxx) - m_y[i];
433 double x=m_x[i], xx=x*x, xxx=xx*x; local
434 double fact = 1./(1.+b[4]*x+b[5]*xx+b[6]*xxx);
437 fjac(i,2) = xx*fact;
439 fact = - (b[0]+b[1]*x+b[2]*xx+b[3]*xxx) * fact * fact;
441 fjac(i,5) = xx*fact
1025 double x = _x[i], xx=x*x; local
1036 double x = _x[i], xx=x*x; local
1194 double x=_x[i], xx=x*x, xxx=xx*x; local
1205 double x=_x[i], xx=x*x, xxx=xx*x; local
    [all...]
  /external/toybox/toys/posix/
sed.c 182 unsigned xx;
411 if (!TT.xx) {
412 terminal_size(&TT.xx, 0);
413 if (!TT.xx) TT.xx = 80;
414 if (TT.xx > sizeof(toybuf)-10) TT.xx = sizeof(toybuf)-10;
415 if (TT.xx > 4) TT.xx -= 4;
419 if (off >= TT.xx) {
    [all...]
  /system/bt/stack/rfcomm/
port_api.cc 529 uint8_t xx, yy; local
535 for (xx = 0; xx < MAX_BD_CONNECTIONS; xx++) {
536 if ((rfc_cb.port.rfc_mcb[xx].state > RFC_MX_STATE_IDLE) &&
537 (rfc_cb.port.rfc_mcb[xx].state < RFC_MX_STATE_CONNECTED)) {
538 bd_addr = rfc_cb.port.rfc_mcb[xx].bd_addr;
542 if (rfc_cb.port.rfc_mcb[xx].state == RFC_MX_STATE_CONNECTED) {
544 p_mcb = &rfc_cb.port.rfc_mcb[xx];
557 bd_addr = rfc_cb.port.rfc_mcb[xx].bd_addr
    [all...]
  /external/opencv/ml/src/
mlcnn.cpp     [all...]
  /external/tremolo/Tremolo/
mdct.c 256 DATA_TYPE *xx = x + (b>>shift); local
261 if(w>xx){
263 r = xx[0];
264 xx[0] = w[0];
267 r = xx[1];
268 xx[1] = w[1];

Completed in 917 milliseconds

<<11121314151617181920>>