HomeSort by relevance Sort by last modified time
    Searched full:c99 (Results 276 - 300 of 1368) sorted by null

<<11121314151617181920>>

  /external/libxml2/
triodef.h 207 * Although the compiler supports C99 language constructs, the C
208 * run-time library does not contain all C99 functions.
212 * supports C99.
  /prebuilts/gdb/darwin-x86/include/python2.7/
pymath.h 106 * it really can't be implemented correctly (& easily) before C99.
165 * This isn't reliable. C99 no longer requires libm to set errno under
171 * out of luck if a C99 754 box doesn't map HUGE_VAL to +Inf, or
  /prebuilts/gdb/linux-x86/include/python2.7/
pymath.h 106 * it really can't be implemented correctly (& easily) before C99.
165 * This isn't reliable. C99 no longer requires libm to set errno under
171 * out of luck if a C99 754 box doesn't map HUGE_VAL to +Inf, or
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymath.h 106 * it really can't be implemented correctly (& easily) before C99.
165 * This isn't reliable. C99 no longer requires libm to set errno under
171 * out of luck if a C99 754 box doesn't map HUGE_VAL to +Inf, or
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymath.h 106 * it really can't be implemented correctly (& easily) before C99.
165 * This isn't reliable. C99 no longer requires libm to set errno under
171 * out of luck if a C99 754 box doesn't map HUGE_VAL to +Inf, or
  /external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c 24 * 2008-01-20 Holger Weiss <holger@jhweiss.de> for C99-snprintf 1.1:
29 * 2008-01-06 Holger Weiss <holger@jhweiss.de> for C99-snprintf 1.0:
38 * "t", and "z" length modifiers; support the "#" flag and the (non-C99)
57 * C99 compliant snprintf(3) and vsnprintf(3) functions return the number
356 * We need an unsigned integer type corresponding to ptrdiff_t (cf. C99:
365 * We need a signed integer type corresponding to size_t (cf. C99: 7.19.6.1, 7).
484 * C99 says: "If `n' is zero, nothing is written, and `s' may be a null
525 case '\'': /* SUSv2 flag (not in C99). */
545 * C99 says: "A negative field width argument is
578 * C99 says: "A negative precision argument i
    [all...]
  /external/clang/include/clang/Basic/
LangOptions.def 69 LANGOPT(C99 , 1, 0, "C99")
98 BENIGN_LANGOPT(ImplicitInt, 1, !C99 && !CPlusPlus, "C89 implicit 'int'")
100 BENIGN_LANGOPT(HexFloats , 1, C99, "C99 hexadecimal float constants")
DiagnosticLexKinds.td 130 "this character}0 is incompatible with C99">,
143 "universal character names are only valid in C99 or C++; "
146 "universal character names are only valid in C99 or C++">, InGroup<Unicode>;
175 "hexadecimal floating constants are a C99 feature">, InGroup<C99>;
187 "maximum length %1 that %select{C90|ISO C99|C++}2 compilers are required to "
192 "unicode literals are incompatible with C99">,
259 "ISO C99 requires whitespace after the macro name">, InGroup<C99>;
326 "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro">
    [all...]
  /external/libcxx/include/
cmath 20 HUGE_VALF // C99
21 HUGE_VALL // C99
22 INFINITY // C99
23 NAN // C99
24 FP_INFINITE // C99
25 FP_NAN // C99
26 FP_NORMAL // C99
27 FP_SUBNORMAL // C99
28 FP_ZERO // C99
29 FP_FAST_FMA // C99
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 20 HUGE_VALF // C99
21 HUGE_VALL // C99
22 INFINITY // C99
23 NAN // C99
24 FP_INFINITE // C99
25 FP_NAN // C99
26 FP_NORMAL // C99
27 FP_SUBNORMAL // C99
28 FP_ZERO // C99
29 FP_FAST_FMA // C99
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 20 HUGE_VALF // C99
21 HUGE_VALL // C99
22 INFINITY // C99
23 NAN // C99
24 FP_INFINITE // C99
25 FP_NAN // C99
26 FP_NORMAL // C99
27 FP_SUBNORMAL // C99
28 FP_ZERO // C99
29 FP_FAST_FMA // C99
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
math.h 22 * ISO C99 Standard: 7.12 Mathematics <math.h>
46 /* Get general and ISO C99 specific information. */
153 #endif /* Use misc or ISO C99. */
165 /* ISO C99 defines some generic macros which work on any data type. */
291 #endif /* Use ISO C99. */
301 _ISOC_ /* Actually this is ISO C99. */
404 /* ISO C99 defines some macros to compare number while taking care for
stdint.h 20 * ISO C99: 7.18 Integer types <stdint.h>
145 /* The ISO C99 standard specifies that in C++ implementations these
285 /* The ISO C99 standard specifies that in C++ implementations these
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
complex 93 // Effects: Behaves the same as C99 function cacos, defined
129 // Effects: Behaves the same as C99 function casin, defined
173 // Effects: Behaves the same as C99 function catan, defined
211 // Effects: Behaves the same as C99 function cacosh, defined
250 // Effects: Behaves the same as C99 function casin, defined
294 // Effects: Behaves the same as C99 function catanh, defined
305 // Effects: Behaves the same as C99 function cabs, defined
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
cdefs.h 114 future changes and we include the ISO C99 code in the non-standard
163 /* GCC 2.97 supports C99 flexible array members. */
172 /* Some other non-C99 compiler. Approximate with [1]. */
317 /* GCC 4.3 and above with -std=c99 or -std=gnu99 implements ISO C99
360 /* ISO C99 also allows to declare arrays as non-overlapping. The syntax is
372 /* Some other non-C99 compiler. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
math.h 22 * ISO C99 Standard: 7.12 Mathematics <math.h>
46 /* Get general and ISO C99 specific information. */
154 #endif /* Use misc or ISO C99. */
166 /* ISO C99 defines some generic macros which work on any data type. */
292 #endif /* Use ISO C99. */
302 _ISOC_ /* Actually this is ISO C99. */
405 /* ISO C99 defines some macros to compare number while taking care for
stdint.h 20 * ISO C99: 7.18 Integer types <stdint.h>
145 /* The ISO C99 standard specifies that in C++ implementations these
285 /* The ISO C99 standard specifies that in C++ implementations these
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
cdefs.h 114 future changes and we include the ISO C99 code in the non-standard
163 /* GCC 2.97 supports C99 flexible array members. */
172 /* Some other non-C99 compiler. Approximate with [1]. */
317 /* GCC 4.3 and above with -std=c99 or -std=gnu99 implements ISO C99
360 /* ISO C99 also allows to declare arrays as non-overlapping. The syntax is
372 /* Some other non-C99 compiler. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
complex 93 // Effects: Behaves the same as C99 function cacos, defined
129 // Effects: Behaves the same as C99 function casin, defined
173 // Effects: Behaves the same as C99 function catan, defined
211 // Effects: Behaves the same as C99 function cacosh, defined
250 // Effects: Behaves the same as C99 function casin, defined
294 // Effects: Behaves the same as C99 function catanh, defined
305 // Effects: Behaves the same as C99 function cabs, defined
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
complex 93 // Effects: Behaves the same as C99 function cacos, defined
129 // Effects: Behaves the same as C99 function casin, defined
173 // Effects: Behaves the same as C99 function catan, defined
211 // Effects: Behaves the same as C99 function cacosh, defined
250 // Effects: Behaves the same as C99 function casin, defined
294 // Effects: Behaves the same as C99 function catanh, defined
305 // Effects: Behaves the same as C99 function cabs, defined
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
complex 93 // Effects: Behaves the same as C99 function cacos, defined
129 // Effects: Behaves the same as C99 function casin, defined
173 // Effects: Behaves the same as C99 function catan, defined
211 // Effects: Behaves the same as C99 function cacosh, defined
250 // Effects: Behaves the same as C99 function casin, defined
294 // Effects: Behaves the same as C99 function catanh, defined
305 // Effects: Behaves the same as C99 function cabs, defined
  /external/clang/lib/Parse/
ParseExpr.cpp 13 /// Expressions in C99 basically consist of a bunch of binary operators with
16 /// In the C99 grammar, these unary operators bind tightest and are represented
38 /// Note: we diverge from the C99 grammar when parsing the assignment-expression
39 /// production. C99 specifies that the LHS of an assignment operator should be
53 /// multiplicative-expression: [C99 6.5.5]
60 /// additive-expression: [C99 6.5.6]
65 /// shift-expression: [C99 6.5.7]
70 /// relational-expression: [C99 6.5.8]
77 /// equality-expression: [C99 6.5.9]
82 /// AND-expression: [C99 6.5.10
    [all...]
  /external/bison/lib/
signbitd.c 36 C99, because the GCC docs say
signbitf.c 36 C99, because the GCC docs say
signbitl.c 36 C99, because the GCC docs say

Completed in 2001 milliseconds

<<11121314151617181920>>