Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 3990) sorted by relevance

12345678910>>...160

/external/tensorflow/tensorflow/core/framework/
Dregister_types.h62 #define TF_CALL_float(m) m(float) argument
63 #define TF_CALL_double(m) m(double) argument
64 #define TF_CALL_int32(m) m(::tensorflow::int32) argument
65 #define TF_CALL_uint32(m) m(::tensorflow::uint32) argument
66 #define TF_CALL_uint8(m) m(::tensorflow::uint8) argument
67 #define TF_CALL_int16(m) m(::tensorflow::int16) argument
69 #define TF_CALL_int8(m) m(::tensorflow::int8) argument
70 #define TF_CALL_string(m) m(string) argument
71 #define TF_CALL_resource(m) m(::tensorflow::ResourceHandle) argument
72 #define TF_CALL_variant(m) m(::tensorflow::Variant) argument
[all …]
/external/libcxx/test/std/re/re.alg/re.alg.match/
Dbasic.pass.cpp37 std::cmatch m; in main() local
43 std::cmatch m; in main() local
59 std::cmatch m; in main() local
74 std::cmatch m; in main() local
81 std::cmatch m; in main() local
87 std::cmatch m; in main() local
94 std::cmatch m; in main() local
100 std::cmatch m; in main() local
115 std::cmatch m; in main() local
133 std::cmatch m; in main() local
[all …]
Decma.pass.cpp37 std::cmatch m; in main() local
53 std::cmatch m; in main() local
68 std::cmatch m; in main() local
75 std::cmatch m; in main() local
81 std::cmatch m; in main() local
88 std::cmatch m; in main() local
94 std::cmatch m; in main() local
109 std::cmatch m; in main() local
127 std::cmatch m; in main() local
133 std::cmatch m; in main() local
[all …]
Dextended.pass.cpp37 std::cmatch m; in main() local
53 std::cmatch m; in main() local
68 std::cmatch m; in main() local
75 std::cmatch m; in main() local
81 std::cmatch m; in main() local
88 std::cmatch m; in main() local
94 std::cmatch m; in main() local
109 std::cmatch m; in main() local
127 std::cmatch m; in main() local
134 std::cmatch m; in main() local
[all …]
/external/libcxx/test/std/re/re.alg/re.alg.search/
Dbasic.pass.cpp37 std::cmatch m; in main() local
43 std::cmatch m; in main() local
59 std::cmatch m; in main() local
74 std::cmatch m; in main() local
81 std::cmatch m; in main() local
96 std::cmatch m; in main() local
103 std::cmatch m; in main() local
118 std::cmatch m; in main() local
133 std::cmatch m; in main() local
151 std::cmatch m; in main() local
[all …]
Dawk.pass.cpp37 std::cmatch m; in main() local
53 std::cmatch m; in main() local
68 std::cmatch m; in main() local
75 std::cmatch m; in main() local
90 std::cmatch m; in main() local
97 std::cmatch m; in main() local
112 std::cmatch m; in main() local
127 std::cmatch m; in main() local
145 std::cmatch m; in main() local
167 std::cmatch m; in main() local
[all …]
Dextended.pass.cpp37 std::cmatch m; in main() local
53 std::cmatch m; in main() local
68 std::cmatch m; in main() local
75 std::cmatch m; in main() local
90 std::cmatch m; in main() local
97 std::cmatch m; in main() local
112 std::cmatch m; in main() local
127 std::cmatch m; in main() local
145 std::cmatch m; in main() local
167 std::cmatch m; in main() local
[all …]
Decma.pass.cpp37 std::cmatch m; in main() local
53 std::cmatch m; in main() local
68 std::cmatch m; in main() local
75 std::cmatch m; in main() local
90 std::cmatch m; in main() local
97 std::cmatch m; in main() local
112 std::cmatch m; in main() local
127 std::cmatch m; in main() local
145 std::cmatch m; in main() local
166 std::cmatch m; in main() local
[all …]
/external/v8/src/compiler/
Dmachine-operator-reducer.cc169 Int32BinopMatcher m(node); in Reduce() local
178 Int32BinopMatcher m(node); in Reduce() local
193 Int64BinopMatcher m(node); in Reduce() local
216 Int32BinopMatcher m(node); in Reduce() local
237 Int32BinopMatcher m(node); in Reduce() local
260 Int32BinopMatcher m(node); in Reduce() local
276 Int32BinopMatcher m(node); in Reduce() local
284 Uint32BinopMatcher m(node); in Reduce() local
309 Uint32BinopMatcher m(node); in Reduce() local
319 Float32BinopMatcher m(node); in Reduce() local
[all …]
Dsimplified-operator-reducer.cc22 NumberMatcher m(input); in DecideObjectIsSmi() local
49 HeapObjectMatcher m(node->InputAt(0)); in Reduce() local
56 Int32Matcher m(node->InputAt(0)); in Reduce() local
63 HeapObjectMatcher m(node->InputAt(0)); in Reduce() local
71 Float64Matcher m(node->InputAt(0)); in Reduce() local
78 Int32Matcher m(node->InputAt(0)); in Reduce() local
87 NumberMatcher m(node->InputAt(0)); in Reduce() local
102 NumberMatcher m(node->InputAt(0)); in Reduce() local
113 NumberMatcher m(node->InputAt(0)); in Reduce() local
122 Uint32Matcher m(node->InputAt(0)); in Reduce() local
[all …]
/external/libcups/cups/
Dversioning.h154 # define _CUPS_DEPRECATED_MSG(m) _CUPS_PUBLIC argument
155 # define _CUPS_DEPRECATED_1_2_MSG(m) _CUPS_PUBLIC argument
156 # define _CUPS_DEPRECATED_1_6_MSG(m) _CUPS_PUBLIC argument
157 # define _CUPS_DEPRECATED_1_7_MSG(m) _CUPS_PUBLIC argument
158 # define _CUPS_DEPRECATED_2_2_MSG(m) _CUPS_PUBLIC argument
165 # define _CUPS_DEPRECATED_MSG(m) __attribute__ ((unavailable(m))) _CUPS_PUBLIC argument
166 # define _CUPS_DEPRECATED_1_2_MSG(m) API_DEPRECATED(m, macos(10.2,10.5)) API_UNAVAILABLE(ios) _C… argument
167 # define _CUPS_DEPRECATED_1_6_MSG(m) API_DEPRECATED(m, macos(10.2,10.8)) API_UNAVAILABLE(ios) _C… argument
168 # define _CUPS_DEPRECATED_1_7_MSG(m) API_DEPRECATED(m, macos(10.2,10.9)) API_UNAVAILABLE(ios) _C… argument
169 # define _CUPS_DEPRECATED_2_2_MSG(m) API_DEPRECATED(m, macos(10.2,10.12)) API_UNAVAILABLE(ios) _… argument
[all …]
/external/googletest/googlemock/include/gmock/
Dgmock-generated-function-mockers.h599 #define MOCK_METHOD0(m, ...) GMOCK_METHOD0_(, , , m, __VA_ARGS__) argument
600 #define MOCK_METHOD1(m, ...) GMOCK_METHOD1_(, , , m, __VA_ARGS__) argument
601 #define MOCK_METHOD2(m, ...) GMOCK_METHOD2_(, , , m, __VA_ARGS__) argument
602 #define MOCK_METHOD3(m, ...) GMOCK_METHOD3_(, , , m, __VA_ARGS__) argument
603 #define MOCK_METHOD4(m, ...) GMOCK_METHOD4_(, , , m, __VA_ARGS__) argument
604 #define MOCK_METHOD5(m, ...) GMOCK_METHOD5_(, , , m, __VA_ARGS__) argument
605 #define MOCK_METHOD6(m, ...) GMOCK_METHOD6_(, , , m, __VA_ARGS__) argument
606 #define MOCK_METHOD7(m, ...) GMOCK_METHOD7_(, , , m, __VA_ARGS__) argument
607 #define MOCK_METHOD8(m, ...) GMOCK_METHOD8_(, , , m, __VA_ARGS__) argument
608 #define MOCK_METHOD9(m, ...) GMOCK_METHOD9_(, , , m, __VA_ARGS__) argument
[all …]
/external/tensorflow/tensorflow/lite/kernels/
Dstrided_slice_test.cc91 StridedSliceOpModel<> m({4}, {1}, {1}, {1}, 0, 0, 0, 0, 0); in TEST() local
102 StridedSliceOpModel<> m({4}, {1}, {1}, {1}, 0, 0, 0, 0, 0); in TEST() local
112 StridedSliceOpModel<> m({4}, {1}, {1}, {1}, 0, 0, 0, 0, 0); in TEST() local
123 StridedSliceOpModel<> m({4}, {1}, {1}, {1}, 0, 0, 0, 0, 0); in TEST() local
134 StridedSliceOpModel<> m({4}, {1}, {1}, {1}, 0, 0, 0, 0, 0); in TEST() local
145 StridedSliceOpModel<> m({4}, {1}, {1}, {1}, 0, 0, 0, 0, 0); in TEST() local
156 StridedSliceOpModel<> m({4}, {1}, {1}, {1}, 1, 0, 0, 0, 0); in TEST() local
167 StridedSliceOpModel<> m({4}, {1}, {1}, {1}, 0, 0, 0, 0, 0); in TEST() local
178 StridedSliceOpModel<> m({4}, {1}, {1}, {1}, 0, 0, 0, 0, 0); in TEST() local
189 StridedSliceOpModel<> m({4}, {1}, {1}, {1}, 0, 0, 0, 0, 0); in TEST() local
[all …]
Dgather_nd_test.cc63 GatherNdOpModel m({TensorType_FLOAT32, {2, 2}}, {TensorType_INT32, {2, 2}}); in TEST() local
72 GatherNdOpModel m({TensorType_FLOAT32, {2, 2}}, {TensorType_INT32, {2, 1}}); in TEST() local
81 GatherNdOpModel m({TensorType_FLOAT32, {2, 2}}, in TEST() local
91 GatherNdOpModel m({TensorType_FLOAT32, {2, 2}}, in TEST() local
101 GatherNdOpModel m({TensorType_FLOAT32, {2, 2}}, {TensorType_INT32, {2, 2}}); in TEST() local
110 GatherNdOpModel m({TensorType_FLOAT32, {3, 2, 3}}, in TEST() local
122 GatherNdOpModel m({TensorType_FLOAT32, {3, 2, 3}}, in TEST() local
136 GatherNdOpModel m({TensorType_FLOAT32, {3, 2, 3}}, in TEST() local
148 GatherNdOpModel m({TensorType_FLOAT32, {3, 2, 3}}, in TEST() local
162 GatherNdOpModel m({TensorType_FLOAT32, {3, 2, 3}}, in TEST() local
[all …]
Dgather_test.cc70 GatherOpModel m({TensorType_FLOAT32, {2, 2}}, {TensorType_INT32, {2}}); in TEST() local
79 GatherOpModel m({TensorType_FLOAT32, {2, 2}}, {TensorType_INT32, {}}); in TEST() local
91 GatherOpModel m({TensorType_FLOAT32, {3}}, {TensorType_INT32, {}}); in TEST() local
100 GatherOpModel m({TensorType_FLOAT32, {3}}, {TensorType_INT32, {1}}); in TEST() local
109 GatherOpModel m({TensorType_FLOAT32, {3}}, {TensorType_INT32, {1, 2}}); in TEST() local
119 GatherOpModel m({TensorType_FLOAT32, {1, 2, 2}}, {TensorType_INT32, {2}}); in TEST() local
129 GatherOpModel m({TensorType_FLOAT32, {4, 1}}, {TensorType_INT32, {2}}); in TEST() local
139 GatherOpModel m({TensorType_FLOAT32, {1, 2, 3}}, {TensorType_INT32, {2}}, in TEST() local
151 GatherOpModel m({TensorType_FLOAT32, {1, 3, 2}}, {TensorType_INT32, {}}, in TEST() local
162 GatherOpModel m({TensorType_FLOAT32, {1, 4, 2}}, {TensorType_INT32, {2}}, in TEST() local
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_resource.h10 #define NVC0_TILE_SHIFT_X(m) ((((m) >> 0) & 0xf) + 6) argument
11 #define NVC0_TILE_SHIFT_Y(m) ((((m) >> 4) & 0xf) + 3) argument
12 #define NVC0_TILE_SHIFT_Z(m) ((((m) >> 8) & 0xf) + 0) argument
14 #define NVC0_TILE_SIZE_X(m) (64 << (((m) >> 0) & 0xf)) argument
15 #define NVC0_TILE_SIZE_Y(m) ( 8 << (((m) >> 4) & 0xf)) argument
16 #define NVC0_TILE_SIZE_Z(m) ( 1 << (((m) >> 8) & 0xf)) argument
20 #define NVC0_TILE_SIZE_2D(m) ((64 * 8) << (((m) + ((m) >> 4)) & 0xf)) argument
22 #define NVC0_TILE_SIZE(m) ((64 * 8) << (((m) + ((m) >> 4) + ((m) >> 8)) & 0xf)) argument
/external/clang/test/CodeGen/
Davx512er-builtins.c14 __m512d test_mm512_mask_rsqrt28_round_pd(__m512d s, __mmask8 m, __m512d a) { in test_mm512_mask_rsqrt28_round_pd()
20 __m512d test_mm512_maskz_rsqrt28_round_pd(__mmask8 m, __m512d a) { in test_mm512_maskz_rsqrt28_round_pd()
32 __m512d test_mm512_mask_rsqrt28_pd(__m512d s, __mmask8 m, __m512d a) { in test_mm512_mask_rsqrt28_pd()
38 __m512d test_mm512_maskz_rsqrt28_pd(__mmask8 m, __m512d a) { in test_mm512_maskz_rsqrt28_pd()
50 __m512 test_mm512_mask_rsqrt28_round_ps(__m512 s, __mmask16 m, __m512 a) { in test_mm512_mask_rsqrt28_round_ps()
56 __m512 test_mm512_maskz_rsqrt28_round_ps(__mmask16 m, __m512 a) { in test_mm512_maskz_rsqrt28_round_ps()
68 __m512 test_mm512_mask_rsqrt28_ps(__m512 s, __mmask16 m, __m512 a) { in test_mm512_mask_rsqrt28_ps()
74 __m512 test_mm512_maskz_rsqrt28_ps(__mmask16 m, __m512 a) { in test_mm512_maskz_rsqrt28_ps()
86 __m128 test_mm_mask_rsqrt28_round_ss(__m128 s, __mmask16 m, __m128 a, __m128 b) { in test_mm_mask_rsqrt28_round_ss()
92 __m128 test_mm_maskz_rsqrt28_round_ss(__mmask16 m, __m128 a, __m128 b) { in test_mm_maskz_rsqrt28_round_ss()
[all …]
/external/curl/lib/
Dcurl_threads.h31 # define Curl_mutex_init(m) pthread_mutex_init(m, NULL) argument
32 # define Curl_mutex_acquire(m) pthread_mutex_lock(m) argument
33 # define Curl_mutex_release(m) pthread_mutex_unlock(m) argument
34 # define Curl_mutex_destroy(m) pthread_mutex_destroy(m) argument
43 # define Curl_mutex_init(m) InitializeCriticalSection(m) argument
45 # define Curl_mutex_init(m) InitializeCriticalSectionEx(m, 0, 1) argument
47 # define Curl_mutex_acquire(m) EnterCriticalSection(m) argument
48 # define Curl_mutex_release(m) LeaveCriticalSection(m) argument
49 # define Curl_mutex_destroy(m) DeleteCriticalSection(m) argument
/external/libcxx/test/std/localization/locale.stdcvt/
Dcodecvt_utf16_length.pass.cpp32 std::mbstate_t m; in main() local
55 std::mbstate_t m; in main() local
78 std::mbstate_t m; in main() local
101 std::mbstate_t m; in main() local
124 std::mbstate_t m; in main() local
149 std::mbstate_t m; in main() local
172 std::mbstate_t m; in main() local
195 std::mbstate_t m; in main() local
218 std::mbstate_t m; in main() local
241 std::mbstate_t m; in main() local
[all …]
/external/libcxx/test/std/containers/associative/multimap/multimap.cons/
Ddefault.pass.cpp24 std::multimap<int, double> m; in main() local
30 std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> m; in main() local
37 std::multimap<int, double, std::less<int>, A> m; in main() local
43 std::multimap<int, double, std::less<int>, A> m(a); in main() local
49 std::multimap<int, double> m = {}; in main() local
/external/libcxx/test/std/containers/associative/set/set.cons/
Ddefault.pass.cpp24 std::set<int> m; in main() local
30 std::set<int, std::less<int>, min_allocator<int>> m; in main() local
37 std::set<int, std::less<int>, A> m; in main() local
43 std::set<int, std::less<int>, A> m(a); in main() local
49 std::set<int> m = {}; in main() local
/external/libcxx/test/std/containers/associative/map/map.cons/
Ddefault.pass.cpp24 std::map<int, double> m; in main() local
30 std::map<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> m; in main() local
37 std::map<int, double, std::less<int>, A> m; in main() local
43 std::map<int, double, std::less<int>, A> m(a); in main() local
49 std::map<int, double> m = {}; in main() local
/external/libcxx/test/std/containers/associative/multiset/multiset.cons/
Ddefault.pass.cpp24 std::multiset<int> m; in main() local
30 std::multiset<int, std::less<int>, min_allocator<int>> m; in main() local
37 std::multiset<int, std::less<int>, A> m; in main() local
43 std::multiset<int, std::less<int>, A> m(a); in main() local
49 std::multiset<int> m = {}; in main() local
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-generated-function-mockers.h675 #define MOCK_METHOD0(m, ...) GMOCK_METHOD0_(, , , m, __VA_ARGS__) argument
676 #define MOCK_METHOD1(m, ...) GMOCK_METHOD1_(, , , m, __VA_ARGS__) argument
677 #define MOCK_METHOD2(m, ...) GMOCK_METHOD2_(, , , m, __VA_ARGS__) argument
678 #define MOCK_METHOD3(m, ...) GMOCK_METHOD3_(, , , m, __VA_ARGS__) argument
679 #define MOCK_METHOD4(m, ...) GMOCK_METHOD4_(, , , m, __VA_ARGS__) argument
680 #define MOCK_METHOD5(m, ...) GMOCK_METHOD5_(, , , m, __VA_ARGS__) argument
681 #define MOCK_METHOD6(m, ...) GMOCK_METHOD6_(, , , m, __VA_ARGS__) argument
682 #define MOCK_METHOD7(m, ...) GMOCK_METHOD7_(, , , m, __VA_ARGS__) argument
683 #define MOCK_METHOD8(m, ...) GMOCK_METHOD8_(, , , m, __VA_ARGS__) argument
684 #define MOCK_METHOD9(m, ...) GMOCK_METHOD9_(, , , m, __VA_ARGS__) argument
[all …]
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-function-mockers.h632 #define MOCK_METHOD0(m, F) GMOCK_METHOD0_(, , , m, F) argument
633 #define MOCK_METHOD1(m, F) GMOCK_METHOD1_(, , , m, F) argument
634 #define MOCK_METHOD2(m, F) GMOCK_METHOD2_(, , , m, F) argument
635 #define MOCK_METHOD3(m, F) GMOCK_METHOD3_(, , , m, F) argument
636 #define MOCK_METHOD4(m, F) GMOCK_METHOD4_(, , , m, F) argument
637 #define MOCK_METHOD5(m, F) GMOCK_METHOD5_(, , , m, F) argument
638 #define MOCK_METHOD6(m, F) GMOCK_METHOD6_(, , , m, F) argument
639 #define MOCK_METHOD7(m, F) GMOCK_METHOD7_(, , , m, F) argument
640 #define MOCK_METHOD8(m, F) GMOCK_METHOD8_(, , , m, F) argument
641 #define MOCK_METHOD9(m, F) GMOCK_METHOD9_(, , , m, F) argument
[all …]

12345678910>>...160