HomeSort by relevance Sort by last modified time
    Searched full:c99 (Results 251 - 275 of 1299) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/opus/src/
README 126 The implementation can be compiled with either a C89 or a C99 compiler.
128 C99, it relies on common _implementation-defined behavior_ for two's
141 o The compiler provides a 64-bit integer type (a C99 requirement
configure.ac 96 [/* Define to the equivalent of the C99 'restrict' keyword, or to
117 AC_MSG_CHECKING(for C99 variable-size arrays)
119 [has_var_arrays=yes;AC_DEFINE([VAR_ARRAYS], [], [Use C99 variable-size arrays])
305 C99 var arrays: ................ ${has_var_arrays}
306 C99 lrintf: .................... ${ac_cv_func_lrintf}
  /external/chromium_org/third_party/opus/src/celt/
float_cast.h 44 ** Fortunately the ISO C99 specifications define the functions lrint, lrintf,
53 ** The C99 prototypes for lrint and lrintf are as follows:
122 /* supported by gcc in C99 mode, but not by all other compilers */
  /external/clang/include/clang/Sema/
Designator.h 11 // C99 designated initializers) during parsing.
27 /// Designator - A designator in a C99 designated initializer.
32 /// [8] .field [47] // C99 designation: 3 designators
  /external/libxml2/
triodef.h 201 * Although the compiler supports C99 language constructs, the C
202 * run-time library does not contain all C99 functions.
206 * supports C99.
  /external/libxslt/libxslt/
triodef.h 199 * Although the compiler supports C99 language constructs, the C
200 * run-time library does not contain all C99 functions.
204 * supports C99.
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdbool.in.h 38 as C99 lists that as an "obsolescent feature".
49 - In C99, casts and automatic conversions to '_Bool' or 'bool' are
99 "warning: _Bool is a keyword in ISO C99".
  /ndk/sources/host-tools/sed-4.2.1/m4/
gnulib-common.m4 16 [/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
21 __STDC_VERSION__ tests for the C99 mode. */
85 [/* Define to the equivalent of the C99 'restrict' keyword, or to
stdbool.m4 1 # Check for stdbool.h that conforms to C99.
38 [AC_CACHE_CHECK([for stdbool.h that conforms to C99],
114 AC_DEFINE([HAVE_STDBOOL_H], [1], [Define to 1 if stdbool.h conforms to C99.])
  /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/chromium_org/third_party/mesa/src/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/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...]
  /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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
math.h 22 * ISO C99 Standard: 7.12 Mathematics <math.h>
46 /* Get general and ISO C99 specific information. */
149 #endif /* Use misc or ISO C99. */
161 /* ISO C99 defines some generic macros which work on any data type. */
280 #endif /* Use ISO C99. */
290 _ISOC_ /* Actually this is ISO C99. */
393 /* ISO C99 defines some macros to compare number while taking care for
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
complex 94 // Effects: Behaves the same as C99 function cacos, defined
130 // Effects: Behaves the same as C99 function casin, defined
174 // Effects: Behaves the same as C99 function catan, defined
212 // Effects: Behaves the same as C99 function cacosh, defined
251 // Effects: Behaves the same as C99 function casin, defined
295 // Effects: Behaves the same as C99 function catanh, defined
306 // Effects: Behaves the same as C99 function cabs, defined
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 22 * ISO C99 Standard: 7.12 Mathematics <math.h>
46 /* Get general and ISO C99 specific information. */
149 #endif /* Use misc or ISO C99. */
161 /* ISO C99 defines some generic macros which work on any data type. */
280 #endif /* Use ISO C99. */
290 _ISOC_ /* Actually this is ISO C99. */
393 /* ISO C99 defines some macros to compare number while taking care for
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 22 * ISO C99 Standard: 7.12 Mathematics <math.h>
46 /* Get general and ISO C99 specific information. */
149 #endif /* Use misc or ISO C99. */
161 /* ISO C99 defines some generic macros which work on any data type. */
280 #endif /* Use ISO C99. */
290 _ISOC_ /* Actually this is ISO C99. */
393 /* ISO C99 defines some macros to compare number while taking care for
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
complex 94 // Effects: Behaves the same as C99 function cacos, defined
130 // Effects: Behaves the same as C99 function casin, defined
174 // Effects: Behaves the same as C99 function catan, defined
212 // Effects: Behaves the same as C99 function cacosh, defined
251 // Effects: Behaves the same as C99 function casin, defined
295 // Effects: Behaves the same as C99 function catanh, defined
306 // Effects: Behaves the same as C99 function cabs, defined
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
complex 94 // Effects: Behaves the same as C99 function cacos, defined
130 // Effects: Behaves the same as C99 function casin, defined
174 // Effects: Behaves the same as C99 function catan, defined
212 // Effects: Behaves the same as C99 function cacosh, defined
251 // Effects: Behaves the same as C99 function casin, defined
295 // Effects: Behaves the same as C99 function catanh, defined
306 // Effects: Behaves the same as C99 function cabs, defined
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
complex 94 // Effects: Behaves the same as C99 function cacos, defined
130 // Effects: Behaves the same as C99 function casin, defined
174 // Effects: Behaves the same as C99 function catan, defined
212 // Effects: Behaves the same as C99 function cacosh, defined
251 // Effects: Behaves the same as C99 function casin, defined
295 // Effects: Behaves the same as C99 function catanh, defined
306 // Effects: Behaves the same as C99 function cabs, defined
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
complex 94 // Effects: Behaves the same as C99 function cacos, defined
130 // Effects: Behaves the same as C99 function casin, defined
174 // Effects: Behaves the same as C99 function catan, defined
212 // Effects: Behaves the same as C99 function cacosh, defined
251 // Effects: Behaves the same as C99 function casin, defined
295 // Effects: Behaves the same as C99 function catanh, defined
306 // Effects: Behaves the same as C99 function cabs, defined
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
complex 94 // Effects: Behaves the same as C99 function cacos, defined
130 // Effects: Behaves the same as C99 function casin, defined
174 // Effects: Behaves the same as C99 function catan, defined
212 // Effects: Behaves the same as C99 function cacosh, defined
251 // Effects: Behaves the same as C99 function casin, defined
295 // Effects: Behaves the same as C99 function catanh, defined
306 // Effects: Behaves the same as C99 function cabs, defined
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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
37 /// Note: we diverge from the C99 grammar when parsing the assignment-expression
38 /// production. C99 specifies that the LHS of an assignment operator should be
52 /// multiplicative-expression: [C99 6.5.5]
59 /// additive-expression: [C99 6.5.6]
64 /// shift-expression: [C99 6.5.7]
69 /// relational-expression: [C99 6.5.8]
76 /// equality-expression: [C99 6.5.9]
81 /// AND-expression: [C99 6.5.10
    [all...]

Completed in 1005 milliseconds

<<11121314151617181920>>