HomeSort by relevance Sort by last modified time
    Searched defs:xx (Results 76 - 100 of 246) sorted by null

1 2 34 5 6 7 8 910

  /external/clang/test/OpenMP/
target_update_to_messages.cpp 49 float xx; member in struct:S6
  /external/clang/test/Sema/
complex-int.c 6 __complex__ unsigned xx; local
18 result = xx*yy;
22 case xx: ; // expected-error{{expression is not an integer constant expression}}
  /external/dng_sdk/source/
dng_misc_opcodes.cpp 799 real32 xx = x; local
804 y += fCoefficient32 [j] * xx;
806 xx *= x;
  /external/jemalloc/test/include/test/
math.h 224 double e, aa, xx, c, ch, a, q, p1, p2, t, x, b, s1, s2, s3, s4, s5, s6; local
233 xx = 0.5 * df;
234 c = xx - 1.0;
238 ch = pow(p * xx * exp(ln_gamma_df_2 + xx * aa), 1.0 / xx);
278 p2 = p - i_gamma(p1, xx, ln_gamma_df_2);
279 t = p2 * exp(xx * aa + ln_gamma_df_2 + p1 - c * log(ch));
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
JcopOsDownload.cpp 575 UINT8 xx=0; local
594 fprintf(fp, "%u", xx);
599 FSCANF_BYTE(fp, "%u", &xx);
600 ALOGE("JcopOsState %d", xx);
604 switch(xx)
  /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/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/skia/src/opts/
SkBitmapProcState_matrixProcs_neon.cpp 174 uint16_t* xx = (uint16_t*)dst; local
176 *xx++ = SkToU16(fx >> 16); fx += dx;
  /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;
  /external/skqp/src/opts/
SkBitmapProcState_matrixProcs_neon.cpp 174 uint16_t* xx = (uint16_t*)dst; local
176 *xx++ = SkToU16(fx >> 16); fx += dx;
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
image_neon.cc 207 float32x4_t xx = vdupq_n_f32(0.0f); local
228 xx = vmlaq_f32(xx, x, x);
244 vst1q_f32(xx_vals, xx);
  /external/valgrind/VEX/priv/
host_generic_simd128.c 45 static inline UInt mul32 ( Int xx, Int yy )
47 Long t = ((Long)xx) * ((Long)yy);
51 static inline UInt max32S ( Int xx, Int yy )
53 return toUInt((xx > yy) ? xx : yy);
56 static inline UInt min32S ( Int xx, Int yy )
58 return toUInt((xx < yy) ? xx : yy);
61 static inline UInt max32U ( UInt xx, UInt yy )
63 return toUInt((xx > yy) ? xx : yy)
115 Int xx = (Int)xx0; local
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-mips32-linux.c 256 Bool rr, ww, xx; local
265 xx = toBool(prot & VKI_PROT_EXEC);
267 VG_TRACK( new_mem_mmap, a, len, rr, ww, xx, di_handle );
    [all...]
  /external/valgrind/memcheck/tests/
sh-mem-random.c 30 // size 2 --> xx
65 volatile U1 xx = x; local
66 (void)VALGRIND_MAKE_MEM_DEFINED(&xx, 1);
67 return xx;
  /external/valgrind/none/tests/amd64/
aes.c 34 UChar xx = 0; local
38 xx = fromhex (x);
41 assert(xx < 16);
43 xx = (yy << 4) | xx;
44 assert(xx < 256);
45 dst->uChar[i] = xx;
  /frameworks/rs/driver/runtime/
rs_quaternion.c 33 float xx = q->x * q->x; local
47 m->m[5] = 1.0f - 2.0f * ( xx + zz );
51 m->m[10] = 1.0f - 2.0f * ( xx + yy );
  /hardware/nxp/secure_element/1.0/
SecureElement.cpp 191 uint8_t xx = 0; local
192 cmdApdu.p_data[xx++] = resApduBuff.channelNumber;
193 cmdApdu.p_data[xx++] = 0xA4; // INS
194 cmdApdu.p_data[xx++] = 0x04; // P1
195 cmdApdu.p_data[xx++] = p2; // P2
196 cmdApdu.p_data[xx++] = aid.size(); // Lc
197 memcpy(&cmdApdu.p_data[xx], aid.data(), aid.size());
267 uint8_t xx = 0; local
268 cmdApdu.p_data[xx++] = 0x00; // basic channel
269 cmdApdu.p_data[xx++] = 0xA4; // IN
338 uint8_t xx = 0; local
    [all...]
  /system/bt/bta/ag/
bta_ag_rfc.cc 311 uint8_t xx; local
314 for (xx = 0; xx < BTA_AG_NUM_IDX; xx++) {
315 if (p_scb->serv_handle[xx] != 0) is_closed = false;
  /system/bt/bta/hh/
bta_hh_utils.cc 58 uint8_t xx; local
61 for (xx = 0; xx < BTA_HH_MAX_DEVICE; xx++) {
63 if ((bda == bta_hh_cb.kdev[xx].addr && !bda.IsEmpty())) {
65 APPL_TRACE_DEBUG("found kdev_cb[%d] hid_handle = %d ", xx,
66 bta_hh_cb.kdev[xx].hid_handle)
68 return xx;
73 bta_hh_cb.kdev[xx].in_use, xx,
211 uint8_t xx; local
244 uint16_t xx, yy, key_idx = 0; local
328 uint8_t xx; local
426 uint8_t xx; local
489 uint8_t xx; local
    [all...]
  /system/bt/bta/hl/
bta_hl_sdp.cc 98 uint16_t xx, str_len, seq_len; local
101 for (xx = 0; xx < num_elem; xx++, p_elem_list++) {
  /system/bt/stack/btm/
btm_dev.cc 285 uint8_t xx; local
301 for (xx = 0; xx < BD_FEATURES_LEN; xx++) {
302 if (p_dev_rec->feature_pages[0][xx] != 0x00) {
  /system/nfc/src/nfa/ee/
nfa_ee_main.cc 95 int xx; local
101 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++) {
102 nfa_ee_cb.ecb[xx].nfcee_id = NFA_EE_INVALID;
103 nfa_ee_cb.ecb[xx].ee_status = NFC_NFCEE_STATUS_INACTIVE;
219 uint32_t xx; local
229 for (xx = 0; xx < NFA_EE_MAX_EE_SUPPORTED; xx++, p_cb++)
280 uint32_t xx; local
399 uint32_t xx; local
428 uint32_t xx; local
454 uint32_t xx; local
    [all...]
  /system/nfc/src/nfa/p2p/
nfa_p2p_act.cc 59 uint8_t xx; local
61 for (xx = 0; xx < LLCP_MAX_DATA_LINK; xx++) {
62 if (nfa_p2p_cb.conn_cb[xx].flags == 0) {
63 nfa_p2p_cb.conn_cb[xx].flags |= NFA_P2P_CONN_FLAG_IN_USE;
64 nfa_p2p_cb.conn_cb[xx].local_sap = local_sap;
66 return (xx);
85 static void nfa_p2p_deallocate_conn_cb(uint8_t xx) {
86 if (xx < LLCP_MAX_DATA_LINK)
104 uint8_t xx; local
179 uint8_t xx; local
212 int xx; local
244 uint8_t local_sap, xx; local
287 uint8_t xx; local
331 uint8_t local_sap, xx; local
372 uint8_t local_sap, xx; local
419 uint8_t local_sap, xx; local
482 uint8_t local_sap, remote_sap, xx; local
552 uint8_t local_sap, xx; local
723 uint8_t local_sap, xx; local
777 uint8_t xx; local
806 uint8_t xx; local
834 uint8_t local_sap, xx; local
981 uint8_t xx; local
1028 uint8_t xx; local
    [all...]
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/nfc/src/nfc/nci/
nci_hmsgs.cc 361 int xx; local
379 for (xx = 0; xx < num; xx++) {
380 UINT8_TO_STREAM(pp, p_param[xx].type);
381 UINT8_TO_STREAM(pp, p_param[xx].frequency);
472 int xx; local
491 for (xx = 0; xx < num; xx++)
    [all...]

Completed in 1962 milliseconds

1 2 34 5 6 7 8 910