HomeSort by relevance Sort by last modified time
    Searched defs:c4 (Results 26 - 50 of 161) sorted by null

12 3 4 5 6 7

  /external/clang/test/CodeGenCXX/
global-init.cpp 180 const int c4 = C(C()).n; member in namespace:test7
mangle-ms-return-qualifiers.cpp 65 const volatile A c4() { return A(); } function
66 // CHECK: "\01?c4@@YA?DVA@@XZ"
  /external/clang/test/Sema/
string-init.c 24 char16_t c4[] = U"a"; // expected-error{{initializing wide char array with incompatible wide string literal}} local
  /external/clang/test/SemaCXX/
string-init.cpp 19 char16_t c4[] = U"a"; // expected-error{{initializing wide char array with incompatible wide string literal}} local
  /external/jemalloc/include/jemalloc/internal/
hash.h 174 const uint32_t c4 = 0xa1e38b93; local
197 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
202 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
221 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
227 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
  /external/libchrome/base/
callback_unittest.cc 89 Callback<void(int,int,int,int)> c4; local
97 EXPECT_TRUE(c4.is_null());
callback_list_unittest.cc 141 CallbackList<void(int, int, int, int)> c4; local
143 subscription4 = c4.Add(Bind(&Summer::AddFourParam, Unretained(&s)));
145 c4.Notify(1, 2, 3, 4);
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/
test_trig.c 208 FT_Fixed c2, s2, c4, s4; local
227 c4 = (FT_Fixed)(c3*65536.0);
230 if ( abs( c4 - v.x ) > THRESHOLD ||
237 c4/65536.0, s4/65536.0 );
  /external/libweave/third_party/chromium/base/
callback_unittest.cc 90 Callback<void(int,int,int,int)> c4; local
98 EXPECT_TRUE(c4.is_null());
callback_list_unittest.cc 141 CallbackList<void(int, int, int, int)> c4; local
143 subscription4 = c4.Add(Bind(&Summer::AddFourParam, Unretained(&s)));
145 c4.Notify(1, 2, 3, 4);
  /external/skia/src/core/
SkColor.cpp 111 SkPM4f c4; local
112 (value * Sk4f(1.0f / 255)).store(&c4);
113 return c4;
149 auto c4 = Sk4f::Load(fVec); local
150 SkASSERT((c4 >= Sk4f(0)).allTrue() && (c4 <= Sk4f(1)).allTrue());
158 SkColor4f c4; local
159 (value * Sk4f(1.0f / 255)).store(&c4);
160 return c4;
164 SkColor4f c4; local
    [all...]
SkPixmap.cpp 233 Sk4f c4 = Sk4f::Load(color.vec()); local
235 (c4 * Sk4f(255) + Sk4f(0.5f)).store(&c);
SkShader.cpp 297 SkColor4f c4 = SkColor4f::FromColor(shader.fColor); local
298 c4.fA *= rec.fPaint->getAlpha() / 255.0f;
299 fPM4f = c4.premul();
  /external/clang/test/Analysis/
padding_c.c 72 char c4; member in struct:SmallIntSandwich
padding_message.cpp 27 char c4; member in struct:SmallIntSandwich
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p1.cpp 50 class C4 {} constexpr c4 = C4(); variable in typeref:class:C4
  /external/clang/test/CXX/special/class.dtor/
p5-0x.cpp 84 struct C4 : virtual InaccessibleDtor { C4(); } c4; // expected-error {{deleted function}} expected-note {{base class 'InaccessibleDtor' has an inaccessible destructor}} variable in typeref:struct:C4
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/
p1.cpp 80 C<int>::E c4 = C<int>::E::e0; // expected-error {{no member named 'e0' in 'C<int>::E'}} member in struct:C
  /external/clang/test/CodeGen/
arm64-abi-vector.c 44 __char4 c4 = va_arg(ap, __char4); local
45 sum = sum + c4.x + c4.y;
  /external/icu/icu4c/source/test/intltest/
itercoll.cpp 149 Collator *c4 = Collator::createInstance(Locale("th", "TH", ""), status); local
153 iter = ((RuleBasedCollator*)c4)->createCollationElementIterator(source);
156 delete c4;
  /external/libvpx/libvpx/vp9/encoder/
vp9_avg.c 49 int16_t c4 = b4 + b6; local
54 coeff[0] = c0 + c4;
58 coeff[2] = c0 - c4;
  /external/skia/tests/
SkColor4fTest.cpp 49 SkColor4f c4 = SkColor4f::FromColor(r.fC); local
50 REPORTER_ASSERT(reporter, c4 == r.fC4);
59 SkColor4f c4 {
62 SkPM4f pm4 = c4.premul();
63 REPORTER_ASSERT(reporter, pm4.fVec[SK_A_INDEX] == c4.fA);
64 REPORTER_ASSERT(reporter, pm4.fVec[SK_R_INDEX] == c4.fA * c4.fR);
65 REPORTER_ASSERT(reporter, pm4.fVec[SK_G_INDEX] == c4.fA * c4.fG);
66 REPORTER_ASSERT(reporter, pm4.fVec[SK_B_INDEX] == c4.fA * c4.fB)
    [all...]
  /external/sonivox/arm-wt-22k/host_src/
eas_hostmm.c 367 EAS_U8 c1, c2,c3,c4; local
376 if ((result = EAS_HWGetByte(hwInstData, file, &c4)) != EAS_SUCCESS)
381 *((EAS_U32*) p) = ((EAS_U32) c1 << 24) | ((EAS_U32) c2 << 16) | ((EAS_U32) c3 << 8) | c4;
383 *((EAS_U32*) p)= ((EAS_U32) c4 << 24) | ((EAS_U32) c3 << 16) | ((EAS_U32) c2 << 8) | c1;
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
filterbanks_mips.c 116 int32_t c4, c5, c6, c7; local
130 "lh %[c4], 8(%[coeff_ptr]) \n\t"
137 [c4] "=&r" (c4), [c5] "=&r" (c5), [c6] "=&r" (c6), [c7] "=&r" (c7),
151 "mul %[t2], %[c4], %[state0_lo] \n\t"
153 "mul %[t1], %[c4], %[state0_hi] \n\t"
212 [c4] "r" (c4), [c5] "r" (c5), [c6] "r" (c6), [c7] "r" (c7),
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Kube.java 48 float c4 = 0.38f; local
52 mCubes[0] = new Cube(world, c0, c4, c0, c1, c5, c1);
53 mCubes[1] = new Cube(world, c2, c4, c0, c3, c5, c1);
54 mCubes[2] = new Cube(world, c4, c4, c0, c5, c5, c1);
56 mCubes[3] = new Cube(world, c0, c4, c2, c1, c5, c3);
57 mCubes[4] = new Cube(world, c2, c4, c2, c3, c5, c3);
58 mCubes[5] = new Cube(world, c4, c4, c2, c5, c5, c3);
60 mCubes[6] = new Cube(world, c0, c4, c4, c1, c5, c5)
    [all...]

Completed in 1289 milliseconds

12 3 4 5 6 7