Searched
full:c99 (Results
476 -
500 of
1378) sorted by null
<<11121314151617181920>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
wchar.h | 20 * ISO C99 Standard: 7.24 460 #endif /* C99 */ 492 #endif /* ISO C99 or GCC and GNU. */ 651 /* For strict ISO C99 or POSIX compliance disallow %as, %aS and %a[ 679 #endif /* Use ISO C95, C99 and Unix98. */ 735 #endif /* Use ISO C99. */
|
ctype.h | 21 * ISO C99 Standard 7.4: Character handling <ctype.h> 124 /* ISO C99 introduced one new function. */
|
inttypes.h | 20 * ISO C99: 7.8 Format conversion of integer types <inttypes.h> 45 /* The ISO C99 standard specifies that these macros must only be
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
wchar.h | 20 * ISO C99 Standard: 7.24 459 #endif /* C99 */ 491 #endif /* ISO C99 or GCC and GNU. */ 650 /* For strict ISO C99 or POSIX compliance disallow %as, %aS and %a[ 678 #endif /* Use ISO C95, C99 and Unix98. */ 734 #endif /* Use ISO C99. */
|
ctype.h | 21 * ISO C99 Standard 7.4: Character handling <ctype.h> 134 /* ISO C99 introduced one new function. */
|
inttypes.h | 20 * ISO C99: 7.8 Format conversion of integer types <inttypes.h> 45 /* The ISO C99 standard specifies that these macros must only be
|
/external/bison/src/ |
system.h | 22 runs afoul of pre-C99 compilers that have <inttypes.h> or 24 afoul of pre-C99 compilers that define these macros in <limits.h>. */
|
/external/clang/include/clang/Basic/ |
DiagnosticCommonKinds.td | 129 "'long long' is an extension when C99 mode is not enabled">, 147 "%select{have type 'long long'|be ill-formed}0 in C99 onwards">,
|
TokenKinds.h | 48 /// \brief Defines the possible values of an on-off-switch (C99 6.10.6p2).
|
/external/clang/lib/CodeGen/ |
TargetInfo.h | 176 /// non-variadic convention, because C99 states that a call 193 /// will lead to C99 violations.
|
/external/clang/test/Sema/ |
dllimport.c | 1 // RUN: %clang_cc1 -triple i686-win32 -fsyntax-only -fms-extensions -verify -std=c99 -DMS %s 4 // RUN: %clang_cc1 -triple x86_64-mingw32 -fsyntax-only -fms-extensions -verify -std=c99 -DGNU %s
|
/external/compiler-rt/ |
CMakeLists.txt | 217 # Emulate C99 and C++11's __func__ for MSVC prior to 2013 CTP. 284 append_list_if(COMPILER_RT_HAS_WC99_EXTENSIONS_FLAG -Wno-c99-extensions SANITIZER_COMMON_CFLAGS)
|
/external/deqp/doc/testspecs/GLES3/ |
functional.shaders.builtin_functions.precision.txt | 35 constants of the form used in e.g. C99. 39 infinities hasn't been otherwise specified, C99 Appendix F is used as a
|
/external/libgdx/extensions/gdx-freetype/jni/ |
build-linux32.xml | 19 <property name="gcc-opts" value="-c -Wall -O2 -mfpmath=sse -msse -fmessage-length=0 -m32 -fPIC -std=c99 -DFT2_BUILD_LIBRARY"/>
73 <property name="g++-opts" value="-c -Wall -O2 -mfpmath=sse -msse -fmessage-length=0 -m32 -fPIC -std=c99 -DFT2_BUILD_LIBRARY"/>
|
build-linux64.xml | 19 <property name="gcc-opts" value="-c -Wall -O2 -mfpmath=sse -msse -fmessage-length=0 -m64 -fPIC -std=c99 -DFT2_BUILD_LIBRARY"/>
73 <property name="g++-opts" value="-c -Wall -O2 -mfpmath=sse -msse -fmessage-length=0 -m64 -fPIC -std=c99 -DFT2_BUILD_LIBRARY"/>
|
build-windows32.xml | 19 <property name="gcc-opts" value="-c -Wall -O2 -mfpmath=sse -msse2 -fmessage-length=0 -m32 -std=c99 -DFT2_BUILD_LIBRARY"/>
73 <property name="g++-opts" value="-c -Wall -O2 -mfpmath=sse -msse2 -fmessage-length=0 -m32 -std=c99 -DFT2_BUILD_LIBRARY"/>
|
build-windows32home.xml | 19 <property name="gcc-opts" value="-c -Wall -O2 -mfpmath=sse -msse2 -fmessage-length=0 -m32 -std=c99 -DFT2_BUILD_LIBRARY"/>
73 <property name="g++-opts" value="-c -Wall -O2 -mfpmath=sse -msse2 -fmessage-length=0 -m32 -std=c99 -DFT2_BUILD_LIBRARY"/>
|
build-windows64.xml | 19 <property name="gcc-opts" value="-c -Wall -O2 -mfpmath=sse -msse2 -fmessage-length=0 -m64 -std=c99 -DFT2_BUILD_LIBRARY"/>
73 <property name="g++-opts" value="-c -Wall -O2 -mfpmath=sse -msse2 -fmessage-length=0 -m64 -std=c99 -DFT2_BUILD_LIBRARY"/>
|
/external/llvm/docs/ |
Extensions.rst | 20 C99-style Hexadecimal Floating-point Constants 23 LLVM's assemblers allow floating-point constants to be written in C99's
|
/external/opencv3/modules/videoio/src/ |
ffmpeg_codecs.hpp | 48 // some versions of FFMPEG assume a C99 compiler, and don't define INT64_C 51 // some versions of FFMPEG assume a C99 compiler, and don't define INT64_C
|
/bionic/libc/tzcode/ |
tzfile.h | 163 ** (which is allowed by C89 but not C99).
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
catrig.c | 298 * C99 leaves it optional whether to raise invalid if one of 382 * C99 leaves it optional whether to raise invalid if one of 531 * This code is inspired by the C99 document n1124.pdf, Section G.5.1, 594 * C99 leaves it optional whether to raise invalid if one of
|
/device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
math_private.h | 281 * Attempt to get strict C99 semantics for assignment with non-C99 compilers. 433 * C99 specifies that complex numbers have the same representation as 455 * The C99 standard intends x+I*y to be used for this, but x+I*y is
|
/external/bison/m4/ |
vasnprintf.m4 | 70 dnl conforms to ISO C99. So check that.
|
wctype_h.m4 | 3 dnl A placeholder for ISO C99 <wctype.h>, for platforms that lack it.
|
Completed in 463 milliseconds
<<11121314151617181920>>