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

  /external/clang/test/SemaCXX/
value-dependent-exprs.cpp 4 class C0 {
alias-template.cpp 70 class C0 {
72 template<typename U> using C0 = int; // expected-error {{name defined in alias declaration must be an identifier}}
79 template<typename U> using C0 = C1; // ok
127 class C0 {
130 C0::U<int> v; // expected-error {{'U' is a private member}}
  /bionic/libm/src/
k_cosf.c 29 C0 = -0x1ffffffd0c5e81.0p-54, /* -0.499999997251031003120 */
46 return ((one+z*C0) + w*C1) + (w*z)*r;
  /external/clang/test/SemaTemplate/
friend.cpp 12 struct C0 {
  /external/clang/test/CodeGenCXX/
vtable-layout-extreme.cpp 7 class C0
11 : virtual public C0
16 : public C0
22 : virtual public C0
34 , public C0
39 : public C0
49 , public C0
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/
p2-0x.cpp 85 class C0 {
87 using C0 = int; // expected-error {{name defined in alias declaration must be an identifier}}
94 using C0 = C1; // ok
146 class C0 {
149 C0::U v; // expected-error {{'U' is a private member}}
  /cts/tools/signature-tools/test/signature/comparator/
ClassCompareTest.java 224 CompilationUnit C0 = new CompilationUnit("a.C0",
226 "public class C0 implements I1{}");
227 CompilationUnit C0_I1 = new CompilationUnit("a.C0",
229 "public class C0 implements I1, I0{}");
230 IApi fromApi = convert(I0, I1, C0);
272 CompilationUnit C0 = new CompilationUnit("a.C",
278 IApi fromApi = convert(C0);
286 CompilationUnit C0 = new CompilationUnit("a.C",
292 IApi fromApi = convert(C0);
    [all...]
MethodCompareTests.java 138 CompilationUnit C0 = new CompilationUnit("a.C0",
140 "public class C0 {" +
143 CompilationUnit C0_E1 = new CompilationUnit("a.C0",
145 "public class C0{" +
148 IApi fromApi = convert(E0, E1, C0);
162 CompilationUnit C0 = new CompilationUnit("a.C0",
164 "public class C0 {" +
167 CompilationUnit C0_E1 = new CompilationUnit("a.C0",
    [all...]
  /external/bluetooth/bluez/sbc/
sbc_tables.h 379 #define C0 1.0932568993
385 F(0.00000000E+00 * C0), F(3.83720193E-03 * C0),
389 F(1.09137620E-02 * C0), F(2.58767811E-02 * C0),
393 F(1.35593274E-01 * C0), F(2.94315332E-01 * C0),
397 -F(1.35593274E-01 * C0), F(2.58767811E-02 * C0),
401 -F(1.09137620E-02 * C0), F(3.83720193E-03 * C0)
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
AESEngine.java 335 private int C0, C1, C2, C3;
426 C0 = (bytes[index++] & 0xff);
427 C0 |= (bytes[index++] & 0xff) << 8;
428 C0 |= (bytes[index++] & 0xff) << 16;
429 C0 |= bytes[index++] << 24;
453 bytes[index++] = (byte)C0;
454 bytes[index++] = (byte)(C0 >> 8);
455 bytes[index++] = (byte)(C0 >> 16);
456 bytes[index++] = (byte)(C0 >> 24);
479 C0 ^= KW[0][0]
    [all...]
AESFastEngine.java     [all...]
  /external/libvpx/vpx_scale/generic/
bicubic_scaler.c 47 // C0 = a*t - a*t
149 // C0 = -a*t + a*t
151 float C0(float t)
200 real0 = C0(phase_offset_real) * 4096.0;
439 g_c_w[i*4+3] = (C0(phase_offset) * 4096.0);
445 g_c_h[i*4] = (C0(phase_offset) * 4096.0);
454 g_c_h_uv[i*4] = (C0(phase_offset) * 4096.0);
  /external/speex/libspeex/
math_approx.h 131 /*#define C0 3634
137 #define C0 3634
148 rt = ADD16(C0, MULT16_16_Q14(x, ADD16(C1, MULT16_16_Q14(x, ADD16(C2, MULT16_16_Q14(x, (C3)))))));
  /libcore/luni/src/main/java/java/util/concurrent/
TimeUnit.java 45 public long toMicros(long d) { return d/(C1/C0); }
46 public long toMillis(long d) { return d/(C2/C0); }
47 public long toSeconds(long d) { return d/(C3/C0); }
48 public long toMinutes(long d) { return d/(C4/C0); }
49 public long toHours(long d) { return d/(C5/C0); }
50 public long toDays(long d) { return d/(C6/C0); }
55 public long toNanos(long d) { return x(d, C1/C0, MAX/(C1/C0)); }
66 public long toNanos(long d) { return x(d, C2/C0, MAX/(C2/C0)); }
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/webrtc/src/modules/audio_processing/aec/main/source/
aec_core_sse2.c 271 // pol5(y) = C5 * y^5 + C4 * y^4 + C3 * y^3 + C2 * y^2 + C1 * y + C0
282 static const ALIGN16_BEG float ALIGN16_END C0[4] =
293 const __m128 pol5_y = _mm_add_ps(pol5_y_8, *((__m128 *)C0));
341 // Approximate 2^y ~= C2 * y^2 + C1 * y + C0.
346 static const ALIGN16_BEG float C0[4] ALIGN16_END =
351 const __m128 exp2_y = _mm_add_ps(exp2_y_2, *((__m128 *)C0));
  /frameworks/base/media/libstagefright/codecs/avc/common/src/
deblock.cpp 1089 int C0, c0, dif, AbsDelta, tmp, tmp1; local
1278 int C0, c0, dif, AbsDelta, Strng, tmp, tmp1; local
1495 int c0, dif; local
1585 int c0, dif; local
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 157 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
162 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1311 milliseconds