Searched defs:C11 (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Frontend/
H A DLangStandard.h24 C11 = (1 << 3), enumerator in enum:clang::frontend::LangFeatures
67 /// isC11 - Language is a superset of C11.
68 bool isC11() const { return Flags & frontend::C11; }
/external/libvpx/libvpx/test/
H A Ddct16x16_test.cc77 const double C11 = 0.471396736825998; member in namespace:__anon24778
120 temp1 = step[ 9] * C11;
141 temp2 = step[14] * C11;
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Ddct16x16_test.cc74 const double C11 = 0.471396736825998; member in namespace:__anon12980
117 temp1 = step[ 9] * C11;
138 temp2 = step[14] * C11;
/external/chromium_org/third_party/libyuv/util/
H A Dssim.cc86 static const double C11 = (0.01 * 0.01) * (255 * 255); local
89 const double l = (2. * iwx * iwy + C11) / (iwx * iwx + iwy * iwy + C11);
/external/openssl/crypto/modes/
H A Dgcm128.c1701 C11[]= {0x0f,0x10,0xf5,0x99,0xae,0x14,0xa1,0x54,0xed,0x24,0xb3,0x6e,0x25,0x32,0x4d,0xb8, local

Completed in 1073 milliseconds