Home
last modified time | relevance | path

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

12345678910>>...185

/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(::tensorflow::tstring) argument
71 #define TF_CALL_tstring(m) m(::tensorflow::tstring) argument
72 #define TF_CALL_resource(m) m(::tensorflow::ResourceHandle) 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/
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 …]
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 …]
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/
Dsimplified-operator-reducer.cc22 NumberMatcher m(input); in DecideObjectIsSmi() local
47 HeapObjectMatcher m(node->InputAt(0)); in Reduce() local
54 Int32Matcher m(node->InputAt(0)); in Reduce() local
61 HeapObjectMatcher m(node->InputAt(0)); in Reduce() local
69 Float64Matcher m(node->InputAt(0)); in Reduce() local
76 Int32Matcher m(node->InputAt(0)); in Reduce() local
85 NumberMatcher m(node->InputAt(0)); in Reduce() local
100 NumberMatcher m(node->InputAt(0)); in Reduce() local
112 NumberMatcher m(node->InputAt(0)); in Reduce() local
122 Uint32Matcher m(node->InputAt(0)); in Reduce() local
[all …]
Dmachine-operator-reducer.cc305 Int32BinopMatcher m(node); in Reduce() local
317 Int64BinopMatcher m(node); in Reduce() local
341 Int32BinopMatcher m(node); in Reduce() local
374 Int32BinopMatcher m(node); in Reduce() local
399 Int32BinopMatcher m(node); in Reduce() local
416 Int32BinopMatcher m(node); in Reduce() local
425 Uint32BinopMatcher m(node); in Reduce() local
451 Uint32BinopMatcher m(node); in Reduce() local
462 Float32BinopMatcher m(node); in Reduce() local
501 Float64BinopMatcher m(node); in Reduce() local
[all …]
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_resource.h9 #define NVC0_TILE_MODE_X(m) (((m) >> 0) & 0xf) argument
10 #define NVC0_TILE_MODE_Y(m) (((m) >> 4) & 0xf) argument
11 #define NVC0_TILE_MODE_Z(m) (((m) >> 8) & 0xf) argument
13 #define NVC0_TILE_SHIFT_X(m) (NVC0_TILE_MODE_X(m) + 6) argument
14 #define NVC0_TILE_SHIFT_Y(m) (NVC0_TILE_MODE_Y(m) + 3) argument
15 #define NVC0_TILE_SHIFT_Z(m) (NVC0_TILE_MODE_Z(m) + 0) argument
17 #define NVC0_TILE_SIZE_X(m) (64 << NVC0_TILE_MODE_X(m)) argument
18 #define NVC0_TILE_SIZE_Y(m) ( 8 << NVC0_TILE_MODE_Y(m)) argument
19 #define NVC0_TILE_SIZE_Z(m) ( 1 << NVC0_TILE_MODE_Z(m)) argument
23 #define NVC0_TILE_SIZE_2D(m) ((64 * 8) << (((m) + ((m) >> 4)) & 0xf)) argument
[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/
Dquantize_test.cc61 QuantizeOpModel m({TensorType_FLOAT32, {2, 5}}, in TEST() local
72 QuantizeOpModel m({TensorType_FLOAT32, {2, 5}}, in TEST() local
83 QuantizeOpModel m({TensorType_FLOAT32, {2, 5}}, in TEST() local
96 QuantizeOpModel m({TensorType_INT8, {1, 1, 2, 5}, -63.5, 64}, in TEST() local
109 QuantizeOpModel m({TensorType_INT8, {1, 1, 2, 5}, -63.5, 64}, in TEST() local
122 QuantizeOpModel m({TensorType_INT8, {1, 1, 2, 5}, -127, 128}, in TEST() local
134 QuantizeOpModel m({TensorType_INT8, {1, 1, 4, 5}, -127, 128}, in TEST() local
149 QuantizeOpModel m({TensorType_UINT8, {1, 1, 2, 5}, -63.5, 64}, in TEST() local
163 QuantizeOpModel m({TensorType_UINT8, {1, 1, 2, 5}, -63.5, 64}, in TEST() local
177 QuantizeOpModel m({TensorType_UINT8, {1, 1, 2, 5}, -127, 128}, in TEST() local
[all …]
Dstrided_slice_test.cc101 StridedSliceOpModel<TypeParam> m({4}, {1}, {1}, {1}, 0, 0, 0, 0, 0); in TYPED_TEST() local
112 StridedSliceOpModel<TypeParam> m({32768}, {1}, {1}, {1}, 0, 0, 0, 0, 0); in TYPED_TEST() local
127 StridedSliceOpModel<TypeParam> m({4}, {1}, {1}, {1}, 0, 0, 0, 0, 0); in TYPED_TEST() local
137 StridedSliceOpModel<TypeParam> m({4}, {1}, {1}, {1}, 0, 0, 0, 0, 0); in TYPED_TEST() local
148 StridedSliceOpModel<TypeParam> m({4}, {1}, {1}, {1}, 0, 0, 0, 0, 0); in TYPED_TEST() local
159 StridedSliceOpModel<TypeParam> m({4}, {1}, {1}, {1}, 0, 0, 0, 0, 0); in TYPED_TEST() local
170 StridedSliceOpModel<TypeParam> m({4}, {1}, {1}, {1}, 0, 0, 0, 0, 0); in TYPED_TEST() local
181 StridedSliceOpModel<TypeParam> m({4}, {1}, {1}, {1}, 1, 0, 0, 0, 0); in TYPED_TEST() local
192 StridedSliceOpModel<TypeParam> m({4}, {1}, {1}, {1}, 0, 0, 0, 0, 0); in TYPED_TEST() local
203 StridedSliceOpModel<TypeParam> m({4}, {1}, {1}, {1}, 0, 0, 0, 0, 0); in TYPED_TEST() local
[all …]
Dpooling_test.cc118 FloatPoolingOpModel m(BuiltinOperator_AVERAGE_POOL_2D, in TEST() local
131 FloatPoolingOpModel m(BuiltinOperator_AVERAGE_POOL_2D, in TEST() local
145 FloatPoolingOpModel m(BuiltinOperator_AVERAGE_POOL_2D, in TEST() local
166 FloatPoolingOpModel m(BuiltinOperator_AVERAGE_POOL_2D, in TEST() local
187 FloatPoolingOpModel m(BuiltinOperator_AVERAGE_POOL_2D, in TEST() local
202 FloatPoolingOpModel m(BuiltinOperator_AVERAGE_POOL_2D, in TEST() local
219 QuantizedPoolingOpModel m( in TEST() local
239 QuantizedPoolingOpModel m( in TEST() local
260 QuantizedPoolingOpModel m( in TEST() local
291 QuantizedPoolingOpModel m( 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 …]
Dcast_test.cc47 CastOpModel m({TensorType_INT32, {2, 3}}, {TensorType_FLOAT32, {2, 3}}); in TEST() local
55 CastOpModel m({TensorType_FLOAT32, {3, 2}}, {TensorType_INT32, {3, 2}}); in TEST() local
63 CastOpModel m({TensorType_INT64, {2, 3}}, {TensorType_FLOAT32, {2, 3}}); in TEST() local
71 CastOpModel m({TensorType_FLOAT32, {3, 2}}, {TensorType_INT64, {3, 2}}); in TEST() local
79 CastOpModel m({TensorType_FLOAT32, {3, 2}}, {TensorType_BOOL, {3, 2}}); in TEST() local
87 CastOpModel m({TensorType_BOOL, {3, 2}}, {TensorType_FLOAT32, {3, 2}}); in TEST() local
95 CastOpModel m({TensorType_FLOAT32, {3, 2}}, {TensorType_UINT8, {3, 2}}); in TEST() local
103 CastOpModel m({TensorType_UINT8, {3, 2}}, {TensorType_FLOAT32, {3, 2}}); in TEST() local
111 CastOpModel m({TensorType_INT32, {3, 2}}, {TensorType_UINT8, {3, 2}}); in TEST() local
119 CastOpModel m({TensorType_UINT8, {3, 2}}, {TensorType_INT32, {3, 2}}); in TEST() local
[all …]
/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/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
DAnnotationGeneratedFilterTest.java28 final MethodNode m = new MethodNode(InstrSupport.ASM_API_VERSION, 0, in should_filter_methods_annotated_with_runtime_visible_org_groovy_transform_Generated() local
42 final MethodNode m = new MethodNode(InstrSupport.ASM_API_VERSION, 0, in should_filter_methods_annotated_with_runtime_invisible_lombok_Generated() local
56 final MethodNode m = new MethodNode(InstrSupport.ASM_API_VERSION, 0, in should_filter_classes_annotated_with_runtime_visible_org_immutables_value_Generated() local
71 final MethodNode m = new MethodNode(InstrSupport.ASM_API_VERSION, 0, in should_filter_classes_annotated_with_runtime_visible_org_apache_avro_specific_AvroGenerated() local
86 final MethodNode m = new MethodNode(InstrSupport.ASM_API_VERSION, 0, in should_filter_when_annotation_is_inner() local
101 final MethodNode m = new MethodNode(InstrSupport.ASM_API_VERSION, 0, in should_not_filter_when_no_annotations() local
114 final MethodNode m = new MethodNode(InstrSupport.ASM_API_VERSION, 0, in should_not_filter_when_other_annotations() local
/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/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>>...185