Searched defs:xx (Results 126 - 150 of 207) sorted by relevance

123456789

/external/chromium_org/third_party/openssl/openssl/crypto/bn/
H A Dbn_gf2m.c656 /* Invert xx, reduce modulo p, and store the result in r. r could be xx.
662 int BN_GF2m_mod_inv_arr(BIGNUM *r, const BIGNUM *xx, const int p[], BN_CTX *ctx) argument
667 bn_check_top(xx);
672 ret = BN_GF2m_mod_inv(r, xx, field, ctx);
781 /* Divide yy by xx, reduce modulo p, and store the result in r. r could be xx
782 * or yy, xx could equal yy.
788 int BN_GF2m_mod_div_arr(BIGNUM *r, const BIGNUM *yy, const BIGNUM *xx, const int p[], BN_CTX *ctx) argument
794 bn_check_top(xx);
[all...]
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkRadialGradient.cpp85 unsigned xx = SkPin32(fx, -0xFFFF >> 1, 0xFFFF >> 1); local
86 unsigned fi = (xx * xx + fy) >> (14 + 16 - kSQRT_TABLE_BITS);
95 unsigned xx = SkPin32(fx, -0xFFFF >> 1, 0xFFFF >> 1); local
97 fi = (xx * xx + fi * fi) >> (14 + 16 - kSQRT_TABLE_BITS);
343 unsigned xx = SkPin32(fx, -0xFFFF >> 1, 0xFFFF >> 1); local
344 unsigned fi = (xx * xx + yy) >> (14 + 16 - kSQRT_TABLE_BITS);
353 unsigned xx local
[all...]
/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_matrix_clamp_neon.h153 uint16_t* xx = (uint16_t*)xy; local
155 *xx++ = TILEX_PROCF(fx, maxX); fx += dx;
H A DSkBitmapProcState_opts_SSE2.cpp430 uint16_t* xx = reinterpret_cast<uint16_t*>(xy); local
432 *xx++ = SkToU16(fx >> 16);
480 uint16_t* xx = reinterpret_cast<uint16_t*>(xy); local
482 *xx++ = SkClampMax(fx >> 16, maxX);
/external/clang/test/Sema/
H A Ddesignated-initializers.c146 struct XY { int before; struct XX xx, *xp; float* after; } xy[] = { member in struct:XY
147 0, 0, &xy[0].xx.a, &xy[0].xx, &global_float,
148 [1].xx = 0, &xy[1].xx.a, &xy[1].xx, &global_float,
153 &xy[2].xx.a, &xy[2].xx, &global_float
/external/eigen/unsupported/test/
H A DNonLinearOptimization.cpp805 double x=m_x[i], xx=x*x, xxx=xx*x; local
806 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];
817 double x=m_x[i], xx=x*x, xxx=xx*x; local
818 double fact = 1./(1.+b[4]*x+b[5]*xx+b[6]*xxx);
821 fjac(i,2) = xx*fact;
823 fact = - (b[0]+b[1]*x+b[2]*xx+b[3]*xxx) * fact * fact;
825 fjac(i,5) = xx*fac
1384 double x = _x[i], xx=x*x; local
1395 double x = _x[i], xx=x*x; local
1550 double x=_x[i], xx=x*x, xxx=xx*x; local
1561 double x=_x[i], xx=x*x, xxx=xx*x; local
[all...]
/external/freetype/src/truetype/
H A Dttobjs.h193 FT_Fixed xx, xy; /* transformation matrix coefficients */ member in struct:TT_Transform_
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c1292 register UINT32 xx; local
1294 for (xx = 0; xx < len; xx++)
1309 register UINT32 xx; local
1311 for (xx = 0; xx < len; xx++)
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_dm.c379 UINT8 xx; local
383 for (xx = 0; xx < nfc_post_reset_cb.dev_init_config.num_xtal_cfg; xx++)
386 == nfc_post_reset_cb.dev_init_config.xtal_cfg[xx].brcm_hw_id)
388 *p_xtal_freq = nfc_post_reset_cb.dev_init_config.xtal_cfg[xx].xtal_freq;
389 return (nfc_post_reset_cb.dev_init_config.xtal_cfg[xx].xtal_index);
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c1270 register UINT32 xx; local
1272 for (xx = 0; xx < len; xx++)
1287 register UINT32 xx; local
1289 for (xx = 0; xx < len; xx++)
/external/libnfc-nci/src/nfa/dm/
H A Dnfa_dm_discover.c432 UINT8 params[250], *p, xx; local
544 for (xx = 0; xx < NFA_LF_MAX_SC_NFCID2; xx++)
546 if ((p_cfg->lf_t3t_flags & (0x0001 << xx)) != 0x0000)
548 UINT8_TO_STREAM (p, NFC_PMID_LF_T3T_ID1 + xx);
550 ARRAY_TO_STREAM (p, p_cfg->lf_t3t_identifier[xx], NCI_SYSTEMCODE_LEN + NCI_NFCID2_LEN);
939 UINT8 num_params, xx; local
961 for (xx = 0; xx < NFA_DM_DISC_NUM_ENTRIE
1204 UINT8 xx, host_id_in_LRT; local
1388 tNFA_HANDLE xx; local
1788 UINT8 xx; local
2625 UINT8 xx; local
[all...]
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_utils.c52 int xx = 0; local
55 for ( ; xx < NFA_HCI_MAX_PIPE_CB; xx++, pp++)
77 int xx = 0; local
79 for ( ; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++)
100 int xx = 0; local
102 for ( ; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++)
124 int xx local
147 int xx = 0; local
174 int xx = 0; local
245 int xx; local
427 int xx; local
456 UINT8 xx; local
612 int xx; local
647 int xx; local
679 int xx; local
710 UINT8 xx; local
733 UINT8 xx; local
756 UINT8 xx; local
780 int xx; local
868 int xx; local
1315 int xx; local
[all...]
/external/libnfc-nci/src/nfc/ndef/
H A Dndef_utils.c47 register UINT32 xx; local
49 for (xx = 0; xx < len; xx++)
64 register UINT32 xx; local
66 for (xx = 0; xx < len; xx++)
/external/libnfc-nci/src/nfc/nfc/
H A Dnfc_main.c220 UINT8 num_interfaces = 0, xx; local
237 for (xx = 0; xx < num_interfaces; xx++)
733 int xx; local
739 for (xx = 0; xx < NCI_MAX_CONN_CBS; xx++)
741 nfc_cb.conn_cb[xx].conn_id = NFC_ILLEGAL_CONN_ID;
839 UINT8 xx, y local
[all...]
H A Dnfc_ncif.c573 UINT8 num, xx; local
577 for (xx = 0; xx < num; xx++)
1150 UINT8 more, num_entries, xx, yy, *pn, tl; local
1157 for (xx = 0; xx < num_entries; xx++)
1159 if ((more == FALSE) && (xx == (num_entries - 1)))
/external/opencv/cv/src/
H A Dcvundistort.cpp470 double xx = RR[0][0]*x + RR[0][1]*y + RR[0][2]; local
473 x = xx*ww;
/external/openssl/crypto/bn/
H A Dbn_gf2m.c656 /* Invert xx, reduce modulo p, and store the result in r. r could be xx.
662 int BN_GF2m_mod_inv_arr(BIGNUM *r, const BIGNUM *xx, const int p[], BN_CTX *ctx) argument
667 bn_check_top(xx);
672 ret = BN_GF2m_mod_inv(r, xx, field, ctx);
781 /* Divide yy by xx, reduce modulo p, and store the result in r. r could be xx
782 * or yy, xx could equal yy.
788 int BN_GF2m_mod_div_arr(BIGNUM *r, const BIGNUM *yy, const BIGNUM *xx, const int p[], BN_CTX *ctx) argument
794 bn_check_top(xx);
[all...]
/external/qemu/hw/
H A Dgoldfish_fb.c341 int xx = xx1; local
343 unsigned spix = src[xx];
344 dst[xx] = (uint16_t)((spix << 8) | (spix >> 8));
345 xx++;
357 int xx = xx1*3;
358 if (src_line[xx+0] != dst_line[xx+0] ||
359 src_line[xx+1] != dst_line[xx+1] ||
360 src_line[xx
411 int xx = xx1; local
[all...]
/external/skia/src/effects/gradients/
H A DSkRadialGradient.cpp85 unsigned xx = SkPin32(fx, -0xFFFF >> 1, 0xFFFF >> 1); local
86 unsigned fi = (xx * xx + fy) >> (14 + 16 - kSQRT_TABLE_BITS);
95 unsigned xx = SkPin32(fx, -0xFFFF >> 1, 0xFFFF >> 1); local
97 fi = (xx * xx + fi * fi) >> (14 + 16 - kSQRT_TABLE_BITS);
343 unsigned xx = SkPin32(fx, -0xFFFF >> 1, 0xFFFF >> 1); local
344 unsigned fi = (xx * xx + yy) >> (14 + 16 - kSQRT_TABLE_BITS);
353 unsigned xx local
[all...]
/external/skia/src/opts/
H A DSkBitmapProcState_matrix_clamp_neon.h153 uint16_t* xx = (uint16_t*)xy; local
155 *xx++ = TILEX_PROCF(fx, maxX); fx += dx;
H A DSkBitmapProcState_opts_SSE2.cpp430 uint16_t* xx = reinterpret_cast<uint16_t*>(xy); local
432 *xx++ = SkToU16(fx >> 16);
480 uint16_t* xx = reinterpret_cast<uint16_t*>(xy); local
482 *xx++ = SkClampMax(fx >> 16, maxX);
/external/speex/libspeex/
H A Dfilters.c379 void syn_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack) argument
386 iir_mem16(xx, ak, y, N, ord, mem, stack);
391 void residue_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack) argument
398 filter_mem16(xx, ak, awk1, y, N, ord, mem, stack);
441 void qmf_decomp(const spx_word16_t *xx, const spx_word16_t *aa, spx_word16_t *y1, spx_word16_t *y2, int N, int M, spx_word16_t *mem, char *stack) argument
457 x[i+M-1]=SHR16(xx[i],1);
459 mem[i]=SHR16(xx[N-i-1],1);
/external/stlport/test/unit/
H A Dstring_test.cpp377 string xx; local
379 CPPUNIT_ASSERT( xx.data() != 0 ); // ISO-IEC-14882:1998(E), 21.3.6, paragraph 3
392 xx = "123456";
393 xx += low;
394 if ( strcmp( xx.data(), "1234562004-01-01" ) != 0 ) {
400 xx = "1234";
401 xx += ";";
403 if ( strcmp( xx.data(), "1234;" ) != 0 ) {
413 string xx; local
420 xx
[all...]
/external/valgrind/main/drd/
H A Ddrd_main.c463 const Bool rr, const Bool ww, const Bool xx,
462 drd_start_using_mem_w_perms(const Addr a, const SizeT len, const Bool rr, const Bool ww, const Bool xx, ULong di_handle) argument
/external/valgrind/main/none/tests/amd64/
H A Dpcmpstr64.c75 UChar xx = 0; local
77 if (x >= '0' && x <= '9') { xx = x - '0'; }
78 else if (x >= 'A' && x <= 'F') { xx = x - 'A' + 10; }
79 else if (x >= 'a' && x <= 'f') { xx = x - 'a' + 10; }
82 assert(xx < 16);
83 xx = (xx << 4) | xx;
84 assert(xx < 256);
85 dst->uChar[i] = xx;
[all...]

Completed in 2658 milliseconds

123456789