Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 7281) sorted by relevance

12345678910>>...292

/external/mesa3d/prebuilt-intermediates/glsl/
Dir_expression_operation_constant.h3 for (unsigned c = 0; c < op[0]->type->components(); c++) { variable
24 for (unsigned c = 0; c < op[0]->type->components(); c++) { variable
36 for (unsigned c = 0; c < op[0]->type->components(); c++) { variable
63 for (unsigned c = 0; c < op[0]->type->components(); c++) { variable
84 for (unsigned c = 0; c < op[0]->type->components(); c++) { variable
105 for (unsigned c = 0; c < op[0]->type->components(); c++) { variable
120 for (unsigned c = 0; c < op[0]->type->components(); c++) { variable
135 for (unsigned c = 0; c < op[0]->type->components(); c++) { variable
150 for (unsigned c = 0; c < op[0]->type->components(); c++) { variable
162 for (unsigned c = 0; c < op[0]->type->components(); c++) { variable
[all …]
/external/libcxx/test/std/experimental/simd/simd.access/
Ddefault.pass.cpp55 auto c = a; in test_access() local
61 auto c = a; in test_access() local
68 auto c = a; in test_access() local
74 auto c = a; in test_access() local
82 auto c = a; in test_access() local
88 auto c = a; in test_access() local
94 auto c = a; in test_access() local
100 auto c = a; in test_access() local
106 auto c = a; in test_access() local
112 auto c = a; in test_access() local
[all …]
/external/libcxx/test/std/re/re.traits/
Dvalue.pass.cpp25 for (char c = 0; c < '0'; ++c) in main() local
31 for (char c = '0'; c < '8'; ++c) in main() local
37 for (char c = '8'; c < ':'; ++c) in main() local
43 for (char c = ':'; c < 'A'; ++c) in main() local
49 for (char c = 'A'; c < 'G'; ++c) in main() local
55 for (char c = 'G'; c < 'a'; ++c) in main() local
61 for (char c = 'a'; c < 'g'; ++c) in main() local
67 for (int c = 'g'; c < 256; ++c) in main() local
77 for (wchar_t c = 0; c < '0'; ++c) in main() local
83 for (wchar_t c = '0'; c < '8'; ++c) in main() local
[all …]
/external/openssh/
Dnchan.c91 chan_set_istate(Channel *c, u_int next) in chan_set_istate()
100 chan_set_ostate(Channel *c, u_int next) in chan_set_ostate()
114 chan_rcvd_oclose1(Channel *c) in chan_rcvd_oclose1()
138 chan_read_failed(Channel *c) in chan_read_failed()
153 chan_ibuf_empty(Channel *c) in chan_ibuf_empty()
179 chan_rcvd_ieof1(Channel *c) in chan_rcvd_ieof1()
196 chan_write_failed1(Channel *c) in chan_write_failed1()
217 chan_obuf_empty(Channel *c) in chan_obuf_empty()
239 chan_send_ieof1(Channel *c) in chan_send_ieof1()
256 chan_send_oclose1(Channel *c) in chan_send_oclose1()
[all …]
/external/v8/src/strings/
Dchar-predicates-inl.h18 inline constexpr int AsciiAlphaToLower(uc32 c) { return c | 0x20; } in AsciiAlphaToLower()
20 inline constexpr bool IsCarriageReturn(uc32 c) { return c == 0x000D; } in IsCarriageReturn()
22 inline constexpr bool IsLineFeed(uc32 c) { return c == 0x000A; } in IsLineFeed()
24 inline constexpr bool IsAsciiIdentifier(uc32 c) { in IsAsciiIdentifier()
28 inline constexpr bool IsAlphaNumeric(uc32 c) { in IsAlphaNumeric()
32 inline constexpr bool IsDecimalDigit(uc32 c) { in IsDecimalDigit()
37 inline constexpr bool IsHexDigit(uc32 c) { in IsHexDigit()
42 inline constexpr bool IsOctalDigit(uc32 c) { in IsOctalDigit()
47 inline constexpr bool IsNonOctalDecimalDigit(uc32 c) { in IsNonOctalDecimalDigit()
51 inline constexpr bool IsBinaryDigit(uc32 c) { in IsBinaryDigit()
[all …]
/external/python/cpython2/Include/
Dbytes_methods.h39 #define ISLOWER(c) Py_ISLOWER(c) argument
40 #define ISUPPER(c) Py_ISUPPER(c) argument
41 #define ISALPHA(c) Py_ISALPHA(c) argument
42 #define ISDIGIT(c) Py_ISDIGIT(c) argument
43 #define ISXDIGIT(c) Py_ISXDIGIT(c) argument
44 #define ISALNUM(c) Py_ISALNUM(c) argument
45 #define ISSPACE(c) Py_ISSPACE(c) argument
48 #define islower(c) undefined_islower(c) argument
50 #define isupper(c) undefined_isupper(c) argument
52 #define isalpha(c) undefined_isalpha(c) argument
[all …]
/external/libcxx/test/std/containers/
Dmap_allocator_requirement_test_templates.h40 Container c; in testMapInsert() local
53 Container c; in testMapInsert() local
66 Container c; in testMapInsert() local
79 Container c; in testMapInsert() local
92 Container c; in testMapInsert() local
104 Container c; in testMapInsert() local
116 Container c; in testMapInsert() local
128 Container c; in testMapInsert() local
143 Container c; in testMapInsert() local
169 Container c; in testMapInsertHint() local
[all …]
Dset_allocator_requirement_test_templates.h39 Container c; in testSetInsert() local
52 Container c; in testSetInsert() local
65 Container c; in testSetInsert() local
78 Container c; in testSetInsert() local
91 Container c; in testSetInsert() local
103 Container c; in testSetInsert() local
115 Container c; in testSetInsert() local
130 Container c; in testSetInsert() local
151 Container c; in testSetEmplace() local
164 Container c; in testSetEmplace() local
[all …]
/external/dynamic_depth/internal/strings/
Dascii_ctype.h36 static inline bool ascii_isalpha(unsigned char c) { in ascii_isalpha()
40 static inline bool ascii_isalnum(unsigned char c) { in ascii_isalnum()
44 static inline bool ascii_isspace(unsigned char c) { in ascii_isspace()
48 static inline bool ascii_ispunct(unsigned char c) { in ascii_ispunct()
52 static inline bool ascii_isblank(unsigned char c) { in ascii_isblank()
56 static inline bool ascii_iscntrl(unsigned char c) { in ascii_iscntrl()
60 static inline bool ascii_isxdigit(unsigned char c) { in ascii_isxdigit()
64 static inline bool ascii_isdigit(unsigned char c) { in ascii_isdigit()
68 static inline bool ascii_isprint(unsigned char c) { return c >= 32 && c < 127; } in ascii_isprint()
70 static inline bool ascii_isgraph(unsigned char c) { return c > 32 && c < 127; } in ascii_isgraph()
[all …]
/external/u-boot/include/linux/
Dctype.h22 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0) argument
23 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) argument
24 #define iscntrl(c) ((__ismask(c)&(_C)) != 0) argument
25 #define isdigit(c) ((__ismask(c)&(_D)) != 0) argument
26 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) argument
27 #define islower(c) ((__ismask(c)&(_L)) != 0) argument
28 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0) argument
29 #define ispunct(c) ((__ismask(c)&(_P)) != 0) argument
30 #define isspace(c) ((__ismask(c)&(_S)) != 0) argument
31 #define isupper(c) ((__ismask(c)&(_U)) != 0) argument
[all …]
/external/pdfium/core/fxcrt/
Dfx_extension.h35 inline bool FXSYS_iswlower(int32_t c) { in FXSYS_iswlower()
39 inline bool FXSYS_iswupper(int32_t c) { in FXSYS_iswupper()
43 inline int32_t FXSYS_towlower(wchar_t c) { in FXSYS_towlower()
47 inline int32_t FXSYS_towupper(wchar_t c) { in FXSYS_towupper()
51 inline char FXSYS_ToUpperASCII(char c) { in FXSYS_ToUpperASCII()
55 inline bool FXSYS_iswalpha(wchar_t c) { in FXSYS_iswalpha()
59 inline bool FXSYS_iswalnum(wchar_t c) { in FXSYS_iswalnum()
63 inline bool FXSYS_iswspace(wchar_t c) { in FXSYS_iswspace()
67 inline bool FXSYS_IsOctalDigit(char c) { in FXSYS_IsOctalDigit()
71 inline bool FXSYS_IsHexDigit(char c) { in FXSYS_IsHexDigit()
[all …]
/external/tensorflow/tensorflow/core/ops/
Ddataset_ops.cc108 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anonc0e8a7640102()
120 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anonc0e8a7640202()
132 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anonc0e8a7640302()
172 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anonc0e8a7640402()
257 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anonc0e8a7640502()
273 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anonc0e8a7640602()
288 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anonc0e8a7640702()
305 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anonc0e8a7640802()
327 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anonc0e8a7640902()
345 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anonc0e8a7640a02()
[all …]
Dexperimental_dataset_ops.cc26 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anon03b595510102()
39 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anon03b595510202()
72 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anon03b595510302()
84 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anon03b595510402()
137 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anon03b595510502()
179 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anon03b595510602()
246 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anon03b595510702()
262 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anon03b595510802()
393 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anon03b595510902()
405 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anon03b595510a02()
[all …]
Dmkl_nn_ops.cc188 .SetShapeFn([](InferenceContext* c) { in __anonfe9dedfd0102()
234 .SetShapeFn([](InferenceContext* c) { in __anonfe9dedfd0202()
283 .SetShapeFn([](InferenceContext* c) { in __anonfe9dedfd0302()
330 .SetShapeFn([](InferenceContext* c) { in __anonfe9dedfd0402()
381 .SetShapeFn([](InferenceContext* c) { in __anonfe9dedfd0502()
424 .SetShapeFn([](InferenceContext* c) { in __anonfe9dedfd0602()
470 .SetShapeFn([](InferenceContext* c) { in __anonfe9dedfd0702()
517 .SetShapeFn([](InferenceContext* c) { in __anonfe9dedfd0802()
568 .SetShapeFn([](InferenceContext* c) { in __anonfe9dedfd0902()
618 .SetShapeFn([](InferenceContext* c) { in __anonfe9dedfd0a02()
[all …]
Dnn_ops.cc33 Status FractionalPoolShapeFn(InferenceContext* c) { in FractionalPoolShapeFn()
89 .SetShapeFn([](InferenceContext* c) { in __anon87c0335a0202()
110 .SetShapeFn([](InferenceContext* c) { in __anon87c0335a0302()
142 .SetShapeFn([](InferenceContext* c) { in __anon87c0335a0402()
354 .SetShapeFn([](InferenceContext* c) { in __anon87c0335a0502()
377 .SetShapeFn([](InferenceContext* c) { in __anon87c0335a0602()
410 Status CommonFusedConvCalculations(InferenceContext* c, bool has_resize) { in CommonFusedConvCalculations()
530 .SetShapeFn([](InferenceContext* c) { in __anon87c0335a0802()
543 .SetShapeFn([](InferenceContext* c) { in __anon87c0335a0902()
570 .SetShapeFn([](InferenceContext* c) { in __anon87c0335a0a02()
[all …]
Dspectral_ops.cc31 .SetShapeFn([](InferenceContext* c) { in __anone53cc5fc0102()
39 .SetShapeFn([](InferenceContext* c) { in __anone53cc5fc0202()
47 .SetShapeFn([](InferenceContext* c) { in __anone53cc5fc0302()
55 .SetShapeFn([](InferenceContext* c) { in __anone53cc5fc0402()
63 .SetShapeFn([](InferenceContext* c) { in __anone53cc5fc0502()
71 .SetShapeFn([](InferenceContext* c) { in __anone53cc5fc0602()
75 Status RFFTShape(InferenceContext* c, const bool forward, const int rank) { in RFFTShape()
117 .SetShapeFn([](InferenceContext* c) { return RFFTShape(c, true, 1); }); in __anone53cc5fc0702()
125 .SetShapeFn([](InferenceContext* c) { return RFFTShape(c, false, 1); }); in __anone53cc5fc0802()
133 .SetShapeFn([](InferenceContext* c) { return RFFTShape(c, true, 2); }); in __anone53cc5fc0902()
[all …]
/external/libcxx/test/std/numerics/complex.number/complex.members/
Dconstruct.pass.cpp24 const std::complex<T> c; in test() local
29 const std::complex<T> c = 7.5; in test() local
34 const std::complex<T> c(8.5); in test() local
39 const std::complex<T> c(10.5, -9.5); in test() local
45 constexpr std::complex<T> c; in test() local
50 constexpr std::complex<T> c = 7.5; in test() local
55 constexpr std::complex<T> c(8.5); in test() local
60 constexpr std::complex<T> c(10.5, -9.5); in test() local
/external/libcxx/test/std/numerics/complex.number/complex.ops/
Dstream_input.pass.cpp24 std::complex<double> c; in main() local
31 std::complex<double> c; in main() local
38 std::complex<double> c; in main() local
45 std::complex<double> c; in main() local
52 std::complex<double> c; in main() local
59 std::complex<double> c; in main() local
66 std::complex<double> c; in main() local
73 std::complex<double> c; in main() local
80 std::complex<double> c; in main() local
87 std::complex<double> c; in main() local
[all …]
/external/lua/src/
Dlctype.h52 #define testprop(c,p) (luai_ctype_[(c)+1] & (p)) argument
57 #define lislalpha(c) testprop(c, MASK(ALPHABIT)) argument
58 #define lislalnum(c) testprop(c, (MASK(ALPHABIT) | MASK(DIGITBIT))) argument
59 #define lisdigit(c) testprop(c, MASK(DIGITBIT)) argument
60 #define lisspace(c) testprop(c, MASK(SPACEBIT)) argument
61 #define lisprint(c) testprop(c, MASK(PRINTBIT)) argument
62 #define lisxdigit(c) testprop(c, MASK(XDIGITBIT)) argument
67 #define ltolower(c) ((c) | ('A' ^ 'a')) argument
83 #define lislalpha(c) (isalpha(c) || (c) == '_') argument
84 #define lislalnum(c) (isalnum(c) || (c) == '_') argument
[all …]
/external/OpenCL-CTS/test_common/harness/
Dref_counting.h19 #define MARK_REF_COUNT_BASE( c, type, bigType ) \ argument
24 #define TEST_REF_COUNT_BASE( c, type, bigType ) \ argument
34 #define MARK_REF_COUNT_CONTEXT( c ) MARK_REF_COUNT_BASE( c, Context, CONTEXT ) argument
35 #define TEST_REF_COUNT_CONTEXT( c ) TEST_REF_COUNT_BASE( c, Context, CONTEXT ) argument
37 #define MARK_REF_COUNT_DEVICE( c ) MARK_REF_COUNT_BASE( c, Device, DEVICE ) argument
38 #define TEST_REF_COUNT_DEVICE( c ) TEST_REF_COUNT_BASE( c, Device, DEVICE ) argument
40 #define MARK_REF_COUNT_QUEUE( c ) MARK_REF_COUNT_BASE( c, CommandQueue, QUEUE ) argument
41 #define TEST_REF_COUNT_QUEUE( c ) TEST_REF_COUNT_BASE( c, CommandQueue, QUEUE ) argument
43 #define MARK_REF_COUNT_PROGRAM( c ) MARK_REF_COUNT_BASE( c, Program, PROGRAM ) argument
44 #define TEST_REF_COUNT_PROGRAM( c ) TEST_REF_COUNT_BASE( c, Program, PROGRAM ) argument
[all …]
/external/libxml2/include/libxml/
DparserInternals.h105 #define IS_BYTE_CHAR(c) xmlIsChar_ch(c) argument
117 #define IS_CHAR(c) xmlIsCharQ(c) argument
125 #define IS_CHAR_CH(c) xmlIsChar_ch(c) argument
135 #define IS_BLANK(c) xmlIsBlankQ(c) argument
143 #define IS_BLANK_CH(c) xmlIsBlank_ch(c) argument
153 #define IS_BASECHAR(c) xmlIsBaseCharQ(c) argument
163 #define IS_DIGIT(c) xmlIsDigitQ(c) argument
171 #define IS_DIGIT_CH(c) xmlIsDigit_ch(c) argument
181 #define IS_COMBINING(c) xmlIsCombiningQ(c) argument
189 #define IS_COMBINING_CH(c) 0 argument
[all …]
/external/libcxx/include/support/xlocale/
D__posix_l_fallback.h23 inline _LIBCPP_INLINE_VISIBILITY int isalnum_l(int c, locale_t) { in isalnum_l()
27 inline _LIBCPP_INLINE_VISIBILITY int isalpha_l(int c, locale_t) { in isalpha_l()
31 inline _LIBCPP_INLINE_VISIBILITY int isblank_l(int c, locale_t) { in isblank_l()
35 inline _LIBCPP_INLINE_VISIBILITY int iscntrl_l(int c, locale_t) { in iscntrl_l()
39 inline _LIBCPP_INLINE_VISIBILITY int isdigit_l(int c, locale_t) { in isdigit_l()
43 inline _LIBCPP_INLINE_VISIBILITY int isgraph_l(int c, locale_t) { in isgraph_l()
47 inline _LIBCPP_INLINE_VISIBILITY int islower_l(int c, locale_t) { in islower_l()
51 inline _LIBCPP_INLINE_VISIBILITY int isprint_l(int c, locale_t) { in isprint_l()
55 inline _LIBCPP_INLINE_VISIBILITY int ispunct_l(int c, locale_t) { in ispunct_l()
59 inline _LIBCPP_INLINE_VISIBILITY int isspace_l(int c, locale_t) { in isspace_l()
[all …]
/external/clang/test/CodeGen/
Dfma-builtins.c8 __m128 test_mm_fmadd_ps(__m128 a, __m128 b, __m128 c) { in test_mm_fmadd_ps()
13 __m128d test_mm_fmadd_pd(__m128d a, __m128d b, __m128d c) { in test_mm_fmadd_pd()
18 __m128 test_mm_fmadd_ss(__m128 a, __m128 b, __m128 c) { in test_mm_fmadd_ss()
23 __m128d test_mm_fmadd_sd(__m128d a, __m128d b, __m128d c) { in test_mm_fmadd_sd()
28 __m128 test_mm_fmsub_ps(__m128 a, __m128 b, __m128 c) { in test_mm_fmsub_ps()
33 __m128d test_mm_fmsub_pd(__m128d a, __m128d b, __m128d c) { in test_mm_fmsub_pd()
38 __m128 test_mm_fmsub_ss(__m128 a, __m128 b, __m128 c) { in test_mm_fmsub_ss()
43 __m128d test_mm_fmsub_sd(__m128d a, __m128d b, __m128d c) { in test_mm_fmsub_sd()
48 __m128 test_mm_fnmadd_ps(__m128 a, __m128 b, __m128 c) { in test_mm_fnmadd_ps()
53 __m128d test_mm_fnmadd_pd(__m128d a, __m128d b, __m128d c) { in test_mm_fnmadd_pd()
[all …]
Dfma4-builtins.c8 __m128 test_mm_macc_ps(__m128 a, __m128 b, __m128 c) { in test_mm_macc_ps()
14 __m128d test_mm_macc_pd(__m128d a, __m128d b, __m128d c) { in test_mm_macc_pd()
20 __m128 test_mm_macc_ss(__m128 a, __m128 b, __m128 c) { in test_mm_macc_ss()
26 __m128d test_mm_macc_sd(__m128d a, __m128d b, __m128d c) { in test_mm_macc_sd()
32 __m128 test_mm_msub_ps(__m128 a, __m128 b, __m128 c) { in test_mm_msub_ps()
38 __m128d test_mm_msub_pd(__m128d a, __m128d b, __m128d c) { in test_mm_msub_pd()
44 __m128 test_mm_msub_ss(__m128 a, __m128 b, __m128 c) { in test_mm_msub_ss()
50 __m128d test_mm_msub_sd(__m128d a, __m128d b, __m128d c) { in test_mm_msub_sd()
56 __m128 test_mm_nmacc_ps(__m128 a, __m128 b, __m128 c) { in test_mm_nmacc_ps()
62 __m128d test_mm_nmacc_pd(__m128d a, __m128d b, __m128d c) { in test_mm_nmacc_pd()
[all …]
/external/icu/icu4c/source/common/unicode/
Dutf.h130 #define U_IS_UNICODE_NONCHAR(c) \ argument
151 #define U_IS_UNICODE_CHAR(c) \ argument
161 #define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) argument
169 #define U_IS_SUPPLEMENTARY(c) ((uint32_t)((c)-0x10000)<=0xfffff) argument
177 #define U_IS_LEAD(c) (((c)&0xfffffc00)==0xd800) argument
185 #define U_IS_TRAIL(c) (((c)&0xfffffc00)==0xdc00) argument
193 #define U_IS_SURROGATE(c) (((c)&0xfffff800)==0xd800) argument
202 #define U_IS_SURROGATE_LEAD(c) (((c)&0x400)==0) argument
211 #define U_IS_SURROGATE_TRAIL(c) (((c)&0x400)!=0) argument

12345678910>>...292