HomeSort by relevance Sort by last modified time
    Searched defs:xb (Results 1 - 25 of 25) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
sum.c 42 ULong carry, *xc, *xa, *xb, *xe, y; local
56 xb = b->x;
61 y = (*xa & 0xffff) + (*xb & 0xffff) + carry;
63 z = (*xa++ >> 16) + (*xb++ >> 16) + carry;
78 y = *xa++ + *xb++ + carry;
misc.c 283 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
312 xb = b->x;
313 xbe = xb + wb;
316 for(; xb < xbe; xc0++) {
317 if ( (y = *xb++) !=0) {
332 for(; xb < xbe; xb++, xc0++) {
333 if ( (y = *xb & 0xffff) !=0) {
347 if ( (y = *xb >> 16) !=0) {
364 for(; xb < xbe; xc0++)
521 ULong *xa, *xa0, *xb, *xb0; local
557 ULong *xa, *xae, *xb, *xbe, *xc; local
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p7.cpp 15 auto xa = x, xb = 0; local
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-alg-fst.c 147 } xa, xb; local
149 #define b xb.x8
312 } xa, xb; local
314 #define b xb.x8
  /external/chromium_org/third_party/libsrtp/srtp/tables/
aes_tables.c 146 uint8_t x, xe, x9, xd, xb; local
156 xb = gf2_8_multiply(0x0b, x);
161 tmp.v8[3] = xb;
164 tmp.v8[0] = xb;
171 tmp.v8[1] = xb;
178 tmp.v8[2] = xb;
  /external/srtp/tables/
aes_tables.c 146 uint8_t x, xe, x9, xd, xb; local
156 xb = gf2_8_multiply(0x0b, x);
161 tmp.v8[3] = xb;
164 tmp.v8[0] = xb;
171 tmp.v8[1] = xb;
178 tmp.v8[2] = xb;
  /external/chromium_org/third_party/opus/src/src/
opus_compare.c 170 float *xb; local
249 xb=(float *)opus_malloc(nframes*NBANDS*nchannels*sizeof(*xb));
254 band_energy(xb,X,BANDS,NBANDS,x,nchannels,nframes,
264 xb[(xi*NBANDS+bi)*nchannels+ci]+=
265 0.1F*xb[(xi*NBANDS+bi-1)*nchannels+ci];
271 xb[(xi*NBANDS+bi)*nchannels+ci]+=
272 0.03F*xb[(xi*NBANDS+bi+1)*nchannels+ci];
279 xb[(xi*NBANDS+bi)*nchannels+ci]+=
280 0.5F*xb[((xi-1)*NBANDS+bi)*nchannels+ci]
    [all...]
  /external/iproute2/ip/
xfrm_policy.c 714 struct xfrm_buffer *xb = (struct xfrm_buffer *)arg; local
715 struct rtnl_handle *rth = xb->rth;
751 if (xb->offset > xb->size) {
756 new_n = (struct nlmsghdr *)(xb->buf + xb->offset);
767 xb->offset += new_n->nlmsg_len;
768 xb->nlmsg_count ++;
845 struct xfrm_buffer xb; local
849 xb.buf = buf
    [all...]
xfrm_state.c 908 struct xfrm_buffer *xb = (struct xfrm_buffer *)arg; local
909 struct rtnl_handle *rth = xb->rth;
930 if (xb->offset > xb->size) {
935 new_n = (struct nlmsghdr *)(xb->buf + xb->offset);
947 addattr_l(new_n, xb->size, XFRMA_SRCADDR, &xsinfo->saddr,
950 xb->offset += new_n->nlmsg_len;
951 xb->nlmsg_count ++;
1002 struct xfrm_buffer xb; local
    [all...]
  /external/libopus/src/
opus_compare.c 170 float *xb; local
249 xb=(float *)opus_malloc(nframes*NBANDS*nchannels*sizeof(*xb));
254 band_energy(xb,X,BANDS,NBANDS,x,nchannels,nframes,
264 xb[(xi*NBANDS+bi)*nchannels+ci]+=
265 0.1F*xb[(xi*NBANDS+bi-1)*nchannels+ci];
271 xb[(xi*NBANDS+bi)*nchannels+ci]+=
272 0.03F*xb[(xi*NBANDS+bi+1)*nchannels+ci];
279 xb[(xi*NBANDS+bi)*nchannels+ci]+=
280 0.5F*xb[((xi-1)*NBANDS+bi)*nchannels+ci]
    [all...]
  /external/openssl/crypto/jpake/
jpake.c 9 * In the definition, (xa, xb, xc, xd) are Alice's (x1, x2, x3, x4) or
30 BIGNUM *xb; /* Alice's x2 or Bob's x4 */ member in struct:JPAKE_CTX
90 ctx->xb = BN_new();
99 BN_clear_free(ctx->xb);
254 /* Generate each party's random numbers. xa is in [0, q), xb is in [1, q). */
267 /* ... and xb in [0, q-1) */
268 BN_rand_range(ctx->xb, qm1);
270 BN_add_word(ctx->xb, 1);
280 generate_step_part(&send->p2, ctx->xb, ctx->p.g, ctx);
351 * X = g^{(xa + xc + xd) * xb * s
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmswtpnt.c 286 cmsFloat64Number xb, yb; local
294 xb = Primrs -> Blue.x;
298 _cmsVEC3init(&Primaries.v[0], xr, xg, xb);
300 _cmsVEC3init(&Primaries.v[2], (1-xr-yr), (1-xg-yg), (1-xb-yb));
314 _cmsVEC3init(&r -> v[0], Coef.n[VX]*xr, Coef.n[VY]*xg, Coef.n[VZ]*xb);
316 _cmsVEC3init(&r -> v[2], Coef.n[VX]*(1.0-xr-yr), Coef.n[VY]*(1.0-xg-yg), Coef.n[VZ]*(1.0-xb-yb));
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 264 char *xb = (char *)bytes + sizeof(*oh); local
283 memcpy(xb, &xreclen, sizeof(int));
284 xb += sizeof(int);
285 strcpy(xb, XATTR_NAME_SELINUX);
286 xb += xnamelen;
287 memcpy(xb, secontext, xvalsize);
  /development/perftests/panorama/feature_stab/src/dbreg/
dbreg.h 436 double xb[3]; local
454 db_Multiply3x3_3x1(xb, H, x);
455 xb[0] = db_SafeDivision(xb[0],xb[2]);
456 xb[1] = db_SafeDivision(xb[1],xb[2]);
458 lut_x[j][i] = float(xb[0]);
459 lut_y[j][i] = float(xb[1])
    [all...]
  /external/valgrind/main/coregrind/
m_stacktrace.c 155 UInt xi; UInt xs; UInt xb; // register(s) which caused a 'store CFUNWIND'. member in struct:__anon37176
369 if (do_stats && uregs.xbp != fpverif_uregs.xbp) stats.xb++;
431 "CF %u (xi %u xs %u xb %u) "
437 stats.CF, stats.xi, stats.xs, stats.xb,
    [all...]
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.h 436 double xb[3]; local
454 db_Multiply3x3_3x1(xb, H, x);
455 xb[0] = db_SafeDivision(xb[0],xb[2]);
456 xb[1] = db_SafeDivision(xb[1],xb[2]);
458 lut_x[j][i] = float(xb[0]);
459 lut_y[j][i] = float(xb[1])
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.h 436 double xb[3]; local
454 db_Multiply3x3_3x1(xb, H, x);
455 xb[0] = db_SafeDivision(xb[0],xb[2]);
456 xb[1] = db_SafeDivision(xb[1],xb[2]);
458 lut_x[j][i] = float(xb[0]);
459 lut_y[j][i] = float(xb[1])
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 276 const uint32_t* xb; local
303 xb = b->words();
304 xbe = xb + wb;
307 for (; xb < xbe; xc0++) {
308 if ((y = *xb++)) {
321 for (; xb < xbe; xb++, xc0++) {
322 if ((y = *xb & 0xffff)) {
335 if ((y = *xb >> 16)) {
459 const uint32_t *xa, *xa0, *xb, *xb0 local
507 const uint32_t* xb = b->words(); local
    [all...]
  /external/chromium_org/third_party/qcms/src/
transform.c 61 double xb, yb; local
73 xb = primrs.blue.x;
78 primaries.m[0][2] = xb;
86 primaries.m[2][2] = 1 - xb - yb;
99 result.m[0][2] = coefs.v[2]*xb;
107 result.m[2][2] = coefs.v[2]*(1.-xb-yb);
    [all...]
  /external/libvorbis/lib/
floor1.c 44 int xb; member in struct:lsfit_acc
426 int xa=0,ya=0,x2a=0,y2a=0,xya=0,na=0, xb=0,yb=0,x2b=0,y2b=0,xyb=0,nb=0; local
444 xb += i;
461 a->xb=xb;
473 double xb=0,yb=0,x2b=0,y2b=0,xyb=0,bn=0; local
481 xb+=a[i].xb + a[i].xa * weight;
490 xb+= x0;
499 xb+= x1
    [all...]
  /external/clang/test/CXX/drs/
dr3xx.cpp 259 X<B> xb; local
    [all...]
  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part1.c 1142 unsigned int xb[4]; member in struct:vsx_permute_test
    [all...]
test_isa_2_06_part2.c 781 unsigned long long xb[] = { 0xfedc432124681235ULL, 0xf1e2d3c4e0057708ULL}; local
785 memcpy(&vec_inB, xb, 16);
791 printf("xxsel %016llx,%016llx,%016llx => %016llx\n", xa[0], xb[0], xc[0], *dst);
793 printf("xxsel %016llx,%016llx,%016llx => %016llx\n", xa[1], xb[1], xc[1], *dst);
801 unsigned long long xb[] = { 0xfedc432124681235ULL, 0xf1e2d3c4e0057708ULL}; local
802 memcpy(&vec_inB, xb, 16);
820 printf("xxspltw 0x%016llx%016llx %d=> 0x%016llx", xb[0], xb[1], uim, *dst);
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 807 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; variable
834 xb = b->x;
835 xbe = xb + wb;
838 for(; xb < xbe; xc0++) {
839 y = *xb++;
855 for(; xb < xbe; xb++, xc0++) {
856 if (y = *xb & 0xffff) {
870 if (y = *xb >> 16) {
887 for(; xb < xbe; xc0++)
1041 ULong *xa, *xa0, *xb, *xb0; variable
1077 ULong *xa, *xae, *xb, *xbe, *xc; variable
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 927 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
953 xb = b->x;
954 xbe = xb + wb;
957 for(; xb < xbe; xb++, xc0++) {
958 if ((y = *xb & 0xffff) != 0) {
972 if ((y = *xb >> 16) != 0) {
989 for(; xb < xbe; xc0++) {
990 if (y = *xb++) {
1143 ULong *xa, *xa0, *xb, *xb0 local
1187 ULong *xa, *xae, *xb, *xbe, *xc; local
    [all...]

Completed in 1398 milliseconds