HomeSort by relevance Sort by last modified time
    Searched full:c99 (Results 101 - 125 of 2358) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/Config/
General.xcconfig 26 // Force C99 dialect
27 GCC_C_LANGUAGE_STANDARD = c99
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
cfloat 20 FLT_EVAL_METHOD // C99
27 DECIMAL_DIG // C99
cstdlib 33 lldiv_t // C99
38 long long atoll(const char* nptr); // C99
40 float strtof (const char* restrict nptr, char** restrict endptr); // C99
41 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
43 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99
45 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
66 long long llabs(long long j); // C99
71 lldiv_t lldiv(long long numer, long long denom); // C99
float.h 20 FLT_EVAL_METHOD // C99
27 DECIMAL_DIG // C99
stdlib.h 38 lldiv_t // C99
43 long long atoll(const char* nptr); // C99
45 float strtof (const char* restrict nptr, char** restrict endptr); // C99
46 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
48 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99
50 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
71 long long llabs(long long j); // C99
76 lldiv_t lldiv(long long numer, long long denom); // C99
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...]
stdio.h 65 int snprintf(char* restrict s, size_t n, const char* restrict format, ...); // C99
69 int vfscanf(FILE* restrict stream, const char* restrict format, va_list arg); // C99
71 int vscanf(const char* restrict format, va_list arg); // C99
72 int vsnprintf(char* restrict s, size_t n, const char* restrict format, // C99
75 int vsscanf(const char* restrict s, const char* restrict format, va_list arg); // C99
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
cfloat 20 FLT_EVAL_METHOD // C99
27 DECIMAL_DIG // C99
cstdlib 33 lldiv_t // C99
38 long long atoll(const char* nptr); // C99
40 float strtof (const char* restrict nptr, char** restrict endptr); // C99
41 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
43 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99
45 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
66 long long llabs(long long j); // C99
71 lldiv_t lldiv(long long numer, long long denom); // C99
float.h 20 FLT_EVAL_METHOD // C99
27 DECIMAL_DIG // C99
stdlib.h 38 lldiv_t // C99
43 long long atoll(const char* nptr); // C99
45 float strtof (const char* restrict nptr, char** restrict endptr); // C99
46 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
48 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99
50 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
71 long long llabs(long long j); // C99
76 lldiv_t lldiv(long long numer, long long denom); // C99
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/r10/sources/cxx-stl/llvm-libc++/libcxx/include/
cfloat 20 FLT_EVAL_METHOD // C99
27 DECIMAL_DIG // C99
cstdlib 33 lldiv_t // C99
38 long long atoll(const char* nptr); // C99
40 float strtof (const char* restrict nptr, char** restrict endptr); // C99
41 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
43 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99
45 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
66 long long llabs(long long j); // C99
71 lldiv_t lldiv(long long numer, long long denom); // C99
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/
cfloat 20 FLT_EVAL_METHOD // C99
27 DECIMAL_DIG // C99
cstdlib 33 lldiv_t // C99
38 long long atoll(const char* nptr); // C99
40 float strtof (const char* restrict nptr, char** restrict endptr); // C99
41 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
43 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99
45 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
66 long long llabs(long long j); // C99
71 lldiv_t lldiv(long long numer, long long denom); // C99
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
cfloat 20 FLT_EVAL_METHOD // C99
27 DECIMAL_DIG // C99
cstdlib 33 lldiv_t // C99
38 long long atoll(const char* nptr); // C99
40 float strtof (const char* restrict nptr, char** restrict endptr); // C99
41 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
43 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99
45 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
66 long long llabs(long long j); // C99
71 lldiv_t lldiv(long long numer, long long denom); // C99
float.h 20 FLT_EVAL_METHOD // C99
27 DECIMAL_DIG // C99
stdlib.h 38 lldiv_t // C99
43 long long atoll(const char* nptr); // C99
45 float strtof (const char* restrict nptr, char** restrict endptr); // C99
46 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
48 long long strtoll (const char* restrict nptr, char** restrict endptr, int base); // C99
50 unsigned long long strtoull(const char* restrict nptr, char** restrict endptr, int base); // C99
71 long long llabs(long long j); // C99
76 lldiv_t lldiv(long long numer, long long denom); // C99
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/include/vulkan/
vk_sdk_platform.h 33 // C99:
34 // Microsoft didn't implement C99 in Visual Studio; but started adding it with
  /system/chre/build/
tools_config.mk 7 # CHRE requires C++11 and C99 support.
10 COMMON_C_CFLAGS += -std=c99
  /external/clang/test/Preprocessor/
ucn-pp-identifier.c 1 // RUN: %clang_cc1 %s -fsyntax-only -std=c99 -pedantic -verify -Wundef
3 // RUN: not %clang_cc1 %s -fsyntax-only -std=c99 -pedantic -Wundef 2>&1 | FileCheck -strict-whitespace %s
47 // C99 5.1.1.2p1 and C++11 [lex.phases]p1 dictate that preprocessor tokens are
57 // A UCN formed by token pasting is undefined in both C99 and C++.
73 // A UCN produced by line splicing is valid in C99 but undefined in C++.
  /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...]
stdio.h 65 int snprintf(char* restrict s, size_t n, const char* restrict format, ...); // C99
69 int vfscanf(FILE* restrict stream, const char* restrict format, va_list arg); // C99
71 int vscanf(const char* restrict format, va_list arg); // C99
72 int vsnprintf(char* restrict s, size_t n, const char* restrict format, // C99
75 int vsscanf(const char* restrict s, const char* restrict format, va_list arg); // C99

Completed in 2348 milliseconds

1 2 3 45 6 7 8 91011>>