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

1 2

  /external/clang/test/CodeGenCXX/
microsoft-templ-uuidof.cpp 21 const _GUID &xb = __uuidof(X<B>); variable
22 // CHECK-DAG: @"\01?xb@@3ABU_GUID@@B" = {{.*}} @_GUID_bbbbbbbb_bbbb_bbbb_bbbb_bbbbbbbbbbbb
  /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...]
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
sum.c 45 ULong carry, *xc, *xa, *xb, *xe, y; local
59 xb = b->x;
64 y = (*xa & 0xffff) + (*xb & 0xffff) + carry;
66 z = (*xa++ >> 16) + (*xb++ >> 16) + carry;
81 y = *xa++ + *xb++ + carry;
misc.c 282 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
311 xb = b->x;
312 xbe = xb + wb;
315 for(; xb < xbe; xc0++) {
316 if ( (y = *xb++) !=0) {
333 for(; xb < xbe; xb++, xc0++) {
334 if ( (y = *xb & 0xffff) !=0) {
348 if ( (y = *xb >> 16) !=0) {
365 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
  /prebuilts/go/darwin-x86/test/
nilptr.go 64 var xb byte var
68 xb = 123
71 println(p[uintptr(unsafe.Pointer(&xb))]) // should panic
  /prebuilts/go/linux-x86/test/
nilptr.go 64 var xb byte var
68 xb = 123
71 println(p[uintptr(unsafe.Pointer(&xb))]) // should panic
  /external/syslinux/com32/libupload/
upload_tftp.c 98 uint16_t *xb = (uint16_t *)(ur+1); local
99 if (ntohs(xb[0]) == TFTP_ACK &&
100 ntohs(xb[1]) == tftp->seq) {
104 } else if (ntohs(xb[0]) == TFTP_ERROR) {
  /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/pdfium/third_party/lcms/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/iproute2/ip/
xfrm_policy.c 701 struct xfrm_buffer *xb = (struct xfrm_buffer *)arg; local
702 struct rtnl_handle *rth = xb->rth;
742 if (xb->offset + NLMSG_LENGTH(sizeof(*xpid)) > xb->size)
745 new_n = (struct nlmsghdr *)(xb->buf + xb->offset);
757 int r = addattr_l(new_n, xb->size, XFRMA_MARK,
765 xb->offset += new_n->nlmsg_len;
766 xb->nlmsg_count++;
846 struct xfrm_buffer xb; local
    [all...]
xfrm_state.c 1077 struct xfrm_buffer *xb = (struct xfrm_buffer *)arg; local
1078 struct rtnl_handle *rth = xb->rth;
1100 if (xb->offset > xb->size) {
1105 new_n = (struct nlmsghdr *)(xb->buf + xb->offset);
1117 addattr_l(new_n, xb->size, XFRMA_SRCADDR, &xsinfo->saddr,
1123 int r = addattr_l(new_n, xb->size, XFRMA_MARK,
1131 xb->offset += new_n->nlmsg_len;
1132 xb->nlmsg_count++
1183 struct xfrm_buffer xb; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ext_attr.c 262 const struct ext2_xattr *xa = a, *xb = b; local
269 else if (xb->name == NULL)
273 else if (!strcmp(xb->name, "system.data"))
281 xb_suffix = xb->name;
284 find_ea_index(xb->name, &xb_suffix, &xb_idx);
  /external/valgrind/coregrind/
m_stacktrace.c 175 UInt xi; UInt xs; UInt xb; // register(s) which caused a 'store CFUNWIND'. member in struct:__anon42361
410 if (do_stats && uregs.xbp != fpverif_uregs.xbp) stats.xb++;
479 "CF %u (xi %u xs %u xb %u) "
485 stats.CF, stats.xi, stats.xs, stats.xb,
    [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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 633 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
669 xb = b->x;
670 xbe = xb + wb;
673 for(; xb < xbe; xc0++) {
674 if ((y = *xb++)) {
688 for(; xb < xbe; xb++, xc0++) {
689 if (y = *xb & 0xffff) {
703 if (y = *xb >> 16) {
892 ULong *xa, *xa0, *xb, *xb0; local
927 ULong *xa, *xae, *xb, *xbe, *xc; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c 616 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
652 xb = b->x;
653 xbe = xb + wb;
656 for(; xb < xbe; xc0++) {
657 if ((y = *xb++)) {
671 for(; xb < xbe; xb++, xc0++) {
672 if (y = *xb & 0xffff) {
686 if (y = *xb >> 16) {
875 ULong *xa, *xa0, *xb, *xb0; local
910 ULong *xa, *xae, *xb, *xbe, *xc; local
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java 1296 double xb = xa - x + 1.0; local
1359 double xb = ab; local
2498 double xb = 0.0; local
2605 double xb = 0; local
2700 double xb = 0; local
3041 final double xb = x - xa; local
3089 final double xb = x - xa; local
3165 final double xb = x - xa; local
3317 double xb = x - xa; local
3342 double xb = x - xa; local
    [all...]
  /external/clang/test/CXX/drs/
dr3xx.cpp 254 X<B> xb; local
    [all...]
  /external/python/cpython2/Python/
dtoa.c 633 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
669 xb = b->x;
670 xbe = xb + wb;
673 for(; xb < xbe; xc0++) {
674 if ((y = *xb++)) {
688 for(; xb < xbe; xb++, xc0++) {
689 if (y = *xb & 0xffff) {
703 if (y = *xb >> 16) {
892 ULong *xa, *xa0, *xb, *xb0 local
927 ULong *xa, *xae, *xb, *xbe, *xc; local
    [all...]
  /external/python/cpython3/Python/
dtoa.c 621 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
652 xb = b->x;
653 xbe = xb + wb;
655 for(; xb < xbe; xc0++) {
656 if ((y = *xb++)) {
841 ULong *xa, *xa0, *xb, *xb0; local
857 xb = xb0 + j;
859 if (*--xa != *--xb)
860 return *xa < *xb ? -1 : 1;
876 ULong *xa, *xae, *xb, *xbe, *xc local
    [all...]
  /external/valgrind/none/tests/ppc32/
test_isa_2_06_part1.c 1084 unsigned int xb[4]; member in struct:vsx_permute_test
    [all...]
test_isa_2_06_part2.c 793 unsigned long long xb[] = { 0xfedc432124681235ULL, 0xf1e2d3c4e0057708ULL}; local
797 memcpy(&vec_inB, xb, 16);
803 printf("xxsel %016llx,%016llx,%016llx => %016llx\n", xa[0], xb[0], xc[0], *dst);
805 printf("xxsel %016llx,%016llx,%016llx => %016llx\n", xa[1], xb[1], xc[1], *dst);
813 unsigned int xb[] = { 0xfedc4321, 0x24681235, 0xf1e2d3c4, 0xe0057708}; local
818 memcpy(vecB_ptr, &xb[i], 4);
823 memcpy(vecB_ptr, &xb[i], 4);
844 printf("xxspltw 0x%08x%08x%08x%08x %d=> 0x%016llx", xb[0], xb[1],
845 xb[2], xb[3], uim, *dst)
    [all...]

Completed in 737 milliseconds

1 2