HomeSort by relevance Sort by last modified time
    Searched refs:C11 (Results 1 - 25 of 59) sorted by null

1 2 3

  /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 334 C11 = 2.50521083854417203619031960151253944e-8L,
415 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; }
  /external/clang/test/Sema/
thread-specifier.c 33 #elif defined(C11)
43 #elif defined(C11)
  /external/chromium_org/third_party/libyuv/util/
ssim.cc 87 static const double C11 = (0.01 * 0.01) * (255 * 255);
90 const double l = (2. * iwx * iwy + C11) / (iwx * iwx + iwy * iwy + C11);
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
dct16x16_test.cc 77 const double C11 = 0.471396736825998;
120 temp1 = step[ 9] * C11;
141 temp2 = step[14] * C11;
  /external/libvpx/libvpx/test/
dct16x16_test.cc 77 const double C11 = 0.471396736825998;
120 temp1 = step[ 9] * C11;
141 temp2 = step[14] * C11;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
dct16x16_test.cc 77 const double C11 = 0.471396736825998;
120 temp1 = step[ 9] * C11;
141 temp2 = step[14] * C11;
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
Lexer.cpp     [all...]
  /external/clang/lib/Basic/
IdentifierTable.cpp 140 else if (LangOpts.C11 && (Flags & KEYC11)) AddResult = 2;
  /external/chromium_org/third_party/icu/source/tools/gensprep/
filterRFC3454.pl 43 "--C11" => \$c11,
106 if($line =~ /C.1.1/ && defined $c11 ){
647 --C11 Generate data for table C.1.1
  /external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl 43 "--C11" => \$c11,
106 if($line =~ /C.1.1/ && defined $c11 ){
647 --C11 Generate data for table C.1.1
  /external/chromium_org/third_party/icu/source/data/sprep/
rfc3530cs.txt 140 0C11; ; UNASSIGNED
rfc3530mixp.txt 141 0C11; ; UNASSIGNED
rfc3920res.txt 141 0C11; ; UNASSIGNED
rfc4011.txt 140 0C11; ; UNASSIGNED
rfc4013.txt 141 0C11; ; UNASSIGNED
rfc4505.txt 140 0C11; ; UNASSIGNED
  /external/chromium_org/third_party/icu/source/test/testdata/
nfs4_cs_prep_cs.txt 132 0C11; ; UNASSIGNED
nfs4_mixed_prep_p.txt 132 0C11; ; UNASSIGNED
  /external/icu/icu4c/source/data/sprep/
rfc3530cs.txt 140 0C11; ; UNASSIGNED
rfc3530mixp.txt 141 0C11; ; UNASSIGNED
rfc3920res.txt 141 0C11; ; UNASSIGNED
rfc4011.txt 140 0C11; ; UNASSIGNED

Completed in 467 milliseconds

1 2 3