Home
last modified time | relevance | path

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

12345678910>>...318

/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/tensorflow/tensorflow/core/ops/
Dtraining_ops.cc25 static ShapeHandle ShapeOrHandleShape(InferenceContext* c, int input) { in ShapeOrHandleShape()
37 static Status HandleGradAndIndicesInputs(InferenceContext* c, bool sparse, in HandleGradAndIndicesInputs()
59 static Status ApplyGradientDescentShapeFn(InferenceContext* c) { in ApplyGradientDescentShapeFn()
87 static Status ApplyProximalGradientDescentShapeFn(InferenceContext* c, in ApplyProximalGradientDescentShapeFn()
111 .SetShapeFn([](InferenceContext* c) { in __anoncd5e4d380102()
126 .SetShapeFn([](InferenceContext* c) { in __anoncd5e4d380202()
138 .SetShapeFn([](InferenceContext* c) { in __anoncd5e4d380302()
152 .SetShapeFn([](InferenceContext* c) { in __anoncd5e4d380402()
156 static Status ApplyAdadeltaShapeFn(InferenceContext* c, bool sparse) { in ApplyAdadeltaShapeFn()
184 .SetShapeFn([](InferenceContext* c) { in __anoncd5e4d380502()
[all …]
Dnn_ops.cc32 Status FractionalPoolShapeFn(InferenceContext* c) { in FractionalPoolShapeFn()
88 .SetShapeFn([](InferenceContext* c) { in __anon3e672dd80202()
109 .SetShapeFn([](InferenceContext* c) { in __anon3e672dd80302()
141 .SetShapeFn([](InferenceContext* c) { in __anon3e672dd80402()
290 .SetShapeFn([](InferenceContext* c) { in __anon3e672dd80502()
313 .SetShapeFn([](InferenceContext* c) { in __anon3e672dd80602()
345 Status CommonFusedConvCalculations(InferenceContext* c, bool has_resize) { in CommonFusedConvCalculations()
465 .SetShapeFn([](InferenceContext* c) { in __anon3e672dd80802()
478 .SetShapeFn([](InferenceContext* c) { in __anon3e672dd80902()
505 .SetShapeFn([](InferenceContext* c) { in __anon3e672dd80a02()
[all …]
Dmkl_nn_ops.cc163 .SetShapeFn([](InferenceContext* c) { in __anon4d19f77b0102()
210 .SetShapeFn([](InferenceContext* c) { in __anon4d19f77b0202()
256 .SetShapeFn([](InferenceContext* c) { in __anon4d19f77b0302()
302 .SetShapeFn([](InferenceContext* c) { in __anon4d19f77b0402()
352 .SetShapeFn([](InferenceContext* c) { in __anon4d19f77b0502()
395 .SetShapeFn([](InferenceContext* c) { in __anon4d19f77b0602()
441 .SetShapeFn([](InferenceContext* c) { in __anon4d19f77b0702()
487 .SetShapeFn([](InferenceContext* c) { in __anon4d19f77b0802()
537 .SetShapeFn([](InferenceContext* c) { in __anon4d19f77b0902()
586 .SetShapeFn([](InferenceContext* c) { in __anon4d19f77b0a02()
[all …]
Dspectral_ops.cc31 .SetShapeFn([](InferenceContext* c) { in __anonc2e126fa0102()
39 .SetShapeFn([](InferenceContext* c) { in __anonc2e126fa0202()
47 .SetShapeFn([](InferenceContext* c) { in __anonc2e126fa0302()
55 .SetShapeFn([](InferenceContext* c) { in __anonc2e126fa0402()
63 .SetShapeFn([](InferenceContext* c) { in __anonc2e126fa0502()
71 .SetShapeFn([](InferenceContext* c) { in __anonc2e126fa0602()
75 Status RFFTShape(InferenceContext* c, const bool forward, const int rank) { in RFFTShape()
115 .SetShapeFn([](InferenceContext* c) { return RFFTShape(c, true, 1); }); in __anonc2e126fa0702()
121 .SetShapeFn([](InferenceContext* c) { return RFFTShape(c, false, 1); }); in __anonc2e126fa0802()
127 .SetShapeFn([](InferenceContext* c) { return RFFTShape(c, true, 2); }); in __anonc2e126fa0902()
[all …]
Ddataset_ops.cc108 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anondee5e0a20102()
120 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anondee5e0a20202()
132 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anondee5e0a20302()
170 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anondee5e0a20402()
239 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anondee5e0a20502()
255 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anondee5e0a20602()
269 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anondee5e0a20702()
285 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anondee5e0a20802()
307 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anondee5e0a20902()
324 .SetShapeFn([](shape_inference::InferenceContext* c) { in __anondee5e0a20a02()
[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/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/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/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/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/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/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/v8/src/
Dchar-predicates-inl.h17 inline int AsciiAlphaToLower(uc32 c) { in AsciiAlphaToLower()
22 inline bool IsCarriageReturn(uc32 c) { in IsCarriageReturn()
27 inline bool IsLineFeed(uc32 c) { in IsLineFeed()
38 inline bool IsAsciiIdentifier(uc32 c) { in IsAsciiIdentifier()
42 inline bool IsAlphaNumeric(uc32 c) { in IsAlphaNumeric()
46 inline bool IsDecimalDigit(uc32 c) { in IsDecimalDigit()
51 inline bool IsHexDigit(uc32 c) { in IsHexDigit()
56 inline bool IsOctalDigit(uc32 c) { in IsOctalDigit()
61 inline bool IsBinaryDigit(uc32 c) { in IsBinaryDigit()
66 inline bool IsRegExpWord(uc16 c) { in IsRegExpWord()
[all …]
/external/icu/icu4c/source/common/
Duchar.cpp43 #define GET_PROPS(c, result) ((result)=UTRIE2_GET16(&propsTrie, c)); argument
49 u_charType(UChar32 c) { in u_charType()
90 u_islower(UChar32 c) { in u_islower()
98 u_isupper(UChar32 c) { in u_isupper()
106 u_istitle(UChar32 c) { in u_istitle()
114 u_isdigit(UChar32 c) { in u_isdigit()
121 u_isxdigit(UChar32 c) { in u_isxdigit()
138 u_isalpha(UChar32 c) { in u_isalpha()
145 u_isUAlphabetic(UChar32 c) { in u_isUAlphabetic()
151 u_isalnum(UChar32 c) { in u_isalnum()
[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
/external/icu/libandroidicu/include/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
/external/clang/test/CodeGen/
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 …]
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 …]

12345678910>>...318