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

1 2 3

  /libcore/luni/src/test/java/libcore/java/util/zip/
OldZipExceptionTest.java 26 ZipException zz = new ZipException(); local
27 assertEquals(zz.getMessage(), null);
31 ZipException zz = new ZipException("Test"); local
32 assertEquals(zz.getMessage(), "Test");
  /bionic/libm/upstream-netbsd/lib/libm/complex/
casinl.c 44 long double complex ca, ct, zz, z2; local
108 /* cmull( &ca, &ca, &zz ) */
110 zz = (x - y) * (x + y) + (2.0L * x * y) * I;
112 zz = 1.0L - creall(zz) - cimagl(zz) * I;
113 z2 = csqrtl(zz);
115 zz = ct + z2;
116 zz = clogl(zz);
    [all...]
  /external/compiler-rt/test/msan/
chained_origin.cc 40 int * volatile zz = new int; local
41 int z = *zz;
  /external/skia/src/core/
SkPoint3.cpp 33 double zz = z; local
34 return (float)sqrt(xx * xx + yy * yy + zz * zz);
62 double zz = fZ; local
67 double dscale = 1.0f / sqrt(xx * xx + yy * yy + zz * zz);
73 scale = (float)(1.0f / sqrt(xx * xx + yy * yy + zz * zz));
  /bionic/tests/libs/
cfi_test_lib.cpp 71 int zz; local
72 __cfi_slowpath(13, static_cast<void*>(&zz));
  /external/clang/test/Sema/
cast-to-union.c 16 union u zz = (union u)i; // expected-error{{initializer element is not a compile-time constant}} expected-warning {{cast to union type is a GNU extension}} variable in typeref:union:u
anonymous-struct-union.c 47 double zz; // expected-note{{previous declaration is here}} member in union:Redecl::__anon15378
51 void zz(); // expected-error{{duplicate member 'zz'}}
  /external/valgrind/none/tests/amd64/
bug127521-64.c 52 ULong dd, aa, mmHi, mmLo, zz; local
53 do_cmpxchg8b( &dd, &aa, &mmHi, &mmLo, &zz,
57 d,a, mHi,mLo, c,b, zz, dd,aa, mmHi,mmLo );
105 ULong dd, aa, mmHi, mmLo, zz; local
106 do_cmpxchg16b( &dd, &aa, &mmHi, &mmLo, &zz,
110 d,a, mHi,mLo, c,b, zz, dd,aa, mmHi,mmLo );
  /external/clang/test/SemaCXX/
internal_linkage.cpp 14 static int zz; // expected-note{{previous definition is here}} member in class:A
25 __attribute__((internal_linkage)) int A::zz; // expected-error{{'internal_linkage' attribute does not appear on the first declaration of 'zz'}} member in class:A
anonymous-union.cpp 71 double zz; // expected-note{{previous definition is here}} member in union:Redecl::__anon15596
75 void zz(); // expected-error{{redefinition of 'zz' as different kind of symbol}}
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
matrixop.c 89 float xx, yy, zz, xy, yz, xz, xs, ys, zs; local
97 zz = az * az;
117 rot[2*4 + 2] = zz + (1.f - zz) * c;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastquant.cpp 153 Int i, zz; local
222 zz = ZZTab[i]; /* zigzag order */
233 qcoeff[zz>>1] = q_value;
242 if ((zz >> 1) > 31) bitmapzz[1] |= (1 << (63 - (zz >> 1)));
243 else bitmapzz[0] |= (1 << (31 - (zz >> 1)));
548 Int i, zz; local
613 zz = ZZTab[i]; /* zigzag order */
619 qcoeff[zz>>1] = q_value;
629 if ((zz >> 1) > 31) bitmapzz[1] |= (1 << (63 - (zz >> 1)))
    [all...]
  /frameworks/rs/driver/runtime/
rs_quaternion.c 40 float zz = q->z * q->z; local
43 m->m[0] = 1.0f - 2.0f * ( yy + zz );
47 m->m[5] = 1.0f - 2.0f * ( xx + zz );
  /external/clang/test/SemaTemplate/
instantiate-expr-2.cpp 49 typedef N4::BinOpOverload<N3::Z, N3::Z>::type ZZ;
50 ZZ *zz = a8; local
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
Quaternion.java 143 double zz = x[3] * x[3]; local
146 m[0] = 1 - 2 * (yy + zz);
151 m[5] = 1 - 2 * (xx + zz);
  /prebuilts/go/darwin-x86/src/debug/dwarf/testdata/
typedef.c 33 int zz[0]; member in struct:my_struct
36 int zz [1]; member in struct:my_struct1
  /prebuilts/go/linux-x86/src/debug/dwarf/testdata/
typedef.c 33 int zz[0]; member in struct:my_struct
36 int zz [1]; member in struct:my_struct1
  /system/bt/stack/btm/
btm_pm.cc 743 int xx, yy, zz; local
788 for (zz = 0; zz < MAX_L2CAP_LINKS; zz++) {
789 if (btm_cb.pm_mode_db[zz].chg_ind == true) {
791 BTM_TRACE_DEBUG("btm_pm_proc_mode_change: Sending PM req :%d", zz);
793 btm_pm_snd_md_req(BTM_PM_SET_ONLY_ID, zz, NULL);
  /system/bt/stack/sdp/
sdp_db.cc 299 uint16_t xx, yy, zz; local
319 for (zz = 0; zz < p_rec->num_attributes; zz++)
320 p_rec->attribute[zz].value_ptr -= sizeof(tSDP_RECORD);
358 uint16_t xx, yy, zz; local
393 for (zz = 0; zz < sdp_cb.server_db.num_records; zz++, p_rec++) {
  /system/nfc/src/nfa/hci/
nfa_hci_main.c 198 uint8_t xx, yy, zz; local
266 for (zz = 0; zz < app_count; zz++) {
267 if (nfa_hci_cb.cfg.dyn_gates[xx].gate_owner == reg_app[zz]) break;
269 if (zz == app_count) {
342 for (zz = 0; zz < gate_count; zz++) {
343 if (nfa_hci_cb.cfg.dyn_pipes[xx].local_gate == valid_gate[zz]) break
    [all...]
  /external/clang/test/Analysis/
derived-to-base.cpp 322 int zz; member in struct:LazyBindings::Nested::Wrapper
324 Wrapper(const FullyDerived &d) : d(d), zz(0) {}
pr22954.c 759 struct zz { struct
764 int f36(struct zz * z36) {
773 z36 = z36 - 1; // Decrement by 8 bytes (struct zz is 8 bytes).
800 int f37(struct zz * z37) {
809 z37 = (struct zz *)((char*)(z37) - 4); // Decrement by 4 bytes (struct zz is 8 bytes).
825 z37 = (struct zz *)((char*)(z37) + 4); // Increment back.
836 int f38(struct zz * z38) {
845 z38 = (struct zz *)((char*)(z38) - 2); // Decrement by 2 bytes (struct zz is 8 bytes)
    [all...]
  /external/clang/test/CodeGenCXX/
x86_64-arguments.cpp 149 A zz(A, A, A, A, StringDouble) { return A(); } function in namespace:test7
  /external/llvm/unittests/Support/
AlignOfTest.cpp 77 struct V8 : V5, virtual V6, V7 { double zz; member in struct:__anon26308::V8
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
pgen.c 391 ss_arc *zz; local
432 zz = &yy->ss_arc[jarc];
433 if (ar->ar_label == zz->sa_label)
442 zz = &yy->ss_arc[yy->ss_narcs++];
443 zz->sa_label = ar->ar_label;
444 zz->sa_bitset = newbitset(nbits);
445 zz->sa_arrow = -1;
448 addclosure(zz->sa_bitset, nf, ar->ar_arrow);
453 zz = &xx_state[istate].ss_arc[jarc];
455 if (samebitset(zz->sa_bitset,
499 ss_arc *zz; local
603 ss_arc *zz; local
    [all...]

Completed in 1208 milliseconds

1 2 3