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

  /external/clang/test/CodeGenCXX/
lto-visibility-inference.cpp 62 struct C11 {
105 C11 *c11; local
106 c11->f();
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_cosl.c 48 C11 = 0.1601061435794535138244346256065192782581e-23;
57 z*(C8+z*(C9+z*(C10+z*C11))))))))));
s_expl.c 150 C11 = 2.50521083854417203619031960151253944e-8L,
247 x * (C11 + x * (C12 + x * (C13 +
  /external/clang/include/clang/Frontend/
LangStandard.h 24 C11 = (1 << 3),
67 /// isC11 - Language is a superset of C11.
68 bool isC11() const { return Flags & frontend::C11; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h 24 C11 = (1 << 3),
68 /// isC11 - Language is a superset of C11.
69 bool isC11() const { return Flags & frontend::C11; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h 24 C11 = (1 << 3),
68 /// isC11 - Language is a superset of C11.
69 bool isC11() const { return Flags & frontend::C11; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h 24 C11 = (1 << 3),
68 /// isC11 - Language is a superset of C11.
69 bool isC11() const { return Flags & frontend::C11; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h 24 C11 = (1 << 3),
68 /// isC11 - Language is a superset of C11.
69 bool isC11() const { return Flags & frontend::C11; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h 24 C11 = (1 << 3),
68 /// isC11 - Language is a superset of C11.
69 bool isC11() const { return Flags & frontend::C11; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h 24 C11 = (1 << 3),
68 /// isC11 - Language is a superset of C11.
69 bool isC11() const { return Flags & frontend::C11; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h 24 C11 = (1 << 3),
68 /// isC11 - Language is a superset of C11.
69 bool isC11() const { return Flags & frontend::C11; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
LangStandard.h 24 C11 = (1 << 3),
68 /// isC11 - Language is a superset of C11.
69 bool isC11() const { return Flags & frontend::C11; }
  /prebuilts/go/darwin-x86/test/import2.dir/
import2.go 21 var C11 chan <- chan <- chan int = (chan<- (chan<- (chan int)))(nil)
  /prebuilts/go/linux-x86/test/import2.dir/
import2.go 21 var C11 chan <- chan <- chan int = (chan<- (chan<- (chan int)))(nil)
  /external/libyuv/files/util/
ssim.cc 97 static const double C11 = (0.01 * 0.01) * (255 * 255);
100 const double l = (2. * iwx * iwy + C11) / (iwx * iwx + iwy * iwy + C11);
  /external/libvpx/libvpx/test/
dct16x16_test.cc 45 const double C11 = 0.471396736825998;
88 temp1 = step[9] * C11;
109 temp2 = step[14] * C11;
  /external/eigen/Eigen/src/Core/products/
GeneralBlockPanelKernel.h     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
aarch64-opc.c     [all...]
  /libcore/benchmarks/src/benchmarks/
ImtConflictBenchmark.java 112 C11 c11 = new C11(); local
113 callF0(c11);
114 callF43(c11);
115 callF86(c11);
116 callF129(c11);
117 callF172(c11);
118 callF215(c11);
119 callF258(c11);
542 C11 c11 = new C11(); local
    [all...]
  /art/test/636-arm64-veneer-pool/src/
Main.java 31 class C11 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new Error(); } } }
    [all...]

Completed in 597 milliseconds