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

1 2

  /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; }
  /external/clang/test/Sema/
thread-specifier.c 33 #elif defined(C11)
43 #elif defined(C11)
  /system/bt/
Android.mk 29 # switching to C11 or C++.
  /toolchain/binutils/binutils-2.25/opcodes/
aarch64-opc.c     [all...]
  /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/v8/test/mjsunit/strong/
declaration-after-use.js 233 let C11 = class C12 { get x() { C12; } }; new C11();
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
Lexer.cpp     [all...]
  /external/libvpx/libvpx/test/
dct16x16_test.cc 53 const double C11 = 0.471396736825998;
96 temp1 = step[ 9] * C11;
117 temp2 = step[14] * C11;
  /external/clang/lib/Basic/
IdentifierTable.cpp 145 if (LangOpts.C11 && (Flags & KEYC11)) return KS_Enabled;
  /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/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
rfc4013.txt 141 0C11; ; UNASSIGNED
rfc4505.txt 140 0C11; ; UNASSIGNED
rfc4518.txt 140 0C11; ; UNASSIGNED
  /external/icu/icu4c/source/test/testdata/
nfs4_cs_prep_cs.txt 132 0C11; ; UNASSIGNED
nfs4_mixed_prep_p.txt 132 0C11; ; UNASSIGNED
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 373 if (LangOpts.C11)
400 // In C11 these are environment macros. In C++11 they are only defined
500 // Define macros for the C11 / C++11 memory orderings
    [all...]
  /external/elfutils/libdw/
known-dwarf.h 308 DWARF_ONE_KNOWN_DW_LANG (C11, DW_LANG_C11) \
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp 534 /// [C11] '_Alignof' '(' type-name ')'
554 /// [C11] generic-selection
    [all...]

Completed in 1177 milliseconds

1 2