| /external/eigen/test/ |
| D | split_test_helper.h | 2 #define CALL_SUBTEST_1(FUNC) CALL_SUBTEST(FUNC) argument 4 #define CALL_SUBTEST_1(FUNC) argument 8 #define CALL_SUBTEST_2(FUNC) CALL_SUBTEST(FUNC) argument 10 #define CALL_SUBTEST_2(FUNC) argument 14 #define CALL_SUBTEST_3(FUNC) CALL_SUBTEST(FUNC) argument 16 #define CALL_SUBTEST_3(FUNC) argument 20 #define CALL_SUBTEST_4(FUNC) CALL_SUBTEST(FUNC) argument 22 #define CALL_SUBTEST_4(FUNC) argument 26 #define CALL_SUBTEST_5(FUNC) CALL_SUBTEST(FUNC) argument 28 #define CALL_SUBTEST_5(FUNC) argument [all …]
|
| /external/clang/test/CodeGenObjCXX/ |
| D | write-barrier-global-assign.mm | 6 CPDestUser* FUNC(); function 9 CPDestUser* globalUser = FUNC(); function 12 __weak CPDestUser* weakUser = FUNC(); function 16 static CPDestUser* staticUser = FUNC(); function
|
| /external/eigen/bench/tensors/ |
| D | tensor_benchmarks_sycl.cc | 10 #define BM_FuncWithInput2DimsGPU(FUNC, D1, D2) \ argument 62 #define BM_FuncGPU(FUNC) \ argument 89 #define BM_FuncWithInputDimsGPU(FUNC, D1, D2, D3) \ argument 125 #define BM_FuncWithKernelDimsGPU(FUNC, DIM1, DIM2) \ argument
|
| D | tensor_benchmarks_fp16_gpu.cu | 10 #define BM_FuncGPU(FUNC) \ argument 40 #define BM_FuncWithInputDimsGPU(FUNC, D1, D2, D3) \ argument 59 #define BM_FuncWithKernelDimsGPU(FUNC, DIM1, DIM2) \ argument
|
| D | tensor_benchmarks_gpu.cu | 10 #define BM_FuncGPU(FUNC) \ argument 40 #define BM_FuncWithInputDimsGPU(FUNC, D1, D2, D3) \ argument 59 #define BM_FuncWithKernelDimsGPU(FUNC, DIM1, DIM2) \ argument
|
| D | tensor_benchmarks_cpu.cc | 12 #define BM_FuncCPU(FUNC, THREADS) \ argument 83 #define BM_FuncWithInputDimsCPU(FUNC, D1, D2, D3, THREADS) \ argument 137 #define BM_FuncWithKernelDimsCPU(FUNC, DIM1, DIM2, THREADS) \ argument
|
| /external/tensorflow/tensorflow/compiler/xla/runtime/ |
| D | custom_call_registry.h | 64 #define XLA_RUNTIME_STATIC_CUSTOM_CALL_REGISTRATION(FUNC) \ argument 66 #define XLA_RUNTIME_STATIC_CUSTOM_CALL_REGISTRATION_IMPL(FUNC, N) \ argument 68 #define XLA_RUNTIME_STATIC_CUSTOM_CALL_REGISTRATION_IMPL_EXPAND(FUNC, N) \ argument
|
| /external/arm-optimized-routines/string/aarch64/ |
| D | strchr-sve.S | 19 #define FUNC __strchrnul_aarch64_sve macro 21 #define FUNC __strchr_aarch64_sve macro
|
| D | strcpy-sve.S | 19 #define FUNC __stpcpy_aarch64_sve macro 21 #define FUNC __strcpy_aarch64_sve macro
|
| /external/webp/src/dsp/ |
| D | upsampling.c | 37 #define UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument 138 #define DUAL_SAMPLE_FUNC(FUNC_NAME, FUNC) \ argument 180 #define YUV444_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument
|
| D | upsampling_sse2.c | 107 #define CONVERT2RGB_32(FUNC, XSTEP, top_y, bottom_y, \ argument 116 #define SSE2_UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument
|
| D | upsampling_sse41.c | 109 #define CONVERT2RGB_32(FUNC, XSTEP, top_y, bottom_y, \ argument 118 #define SSE4_UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \ argument
|
| /external/mesa3d/src/mapi/glapi/ |
| D | glapi_dispatch.c | 69 #define DISPATCH(FUNC, ARGS, MESSAGE) \ argument 72 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \ argument
|
| /external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/ |
| D | output_transforms_fp32.cpp | 44 #define IMPL(OUT_HEIGHT, OUT_WIDTH, KERN_HEIGHT, KERN_WIDTH, FUNC, DRIVER) \ argument 47 #define IMPL_T(OUT_HEIGHT, OUT_WIDTH, KERN_HEIGHT, KERN_WIDTH, FUNC, DRIVER) \ argument
|
| /external/mesa3d/src/gallium/targets/libgl-xlib/ |
| D | xlib.c | 123 #define DISPATCH(FUNC, ARGS, MESSAGE) \ argument 126 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \ argument
|
| /external/ltp/include/ |
| D | tst_common.h | 38 #define TST_RETRY_FUNC(FUNC, ECHCK) \ argument 41 #define TST_RETRY_FN_EXP_BACKOFF(FUNC, ECHCK, MAX_DELAY) \ argument
|
| /external/mesa3d/src/compiler/glsl/glcpp/tests/ |
| D | 084-unbalanced-parentheses.c | 1 #define FUNC(x) (2*(x)) macro
|
| D | 130-define-comment.c | 1 #define /*...*/ FUNC( /*...*/ x /*...*/ ) /*...*/ FOO( /*...*/ x /*...*/ ) macro
|
| /external/clang/test/SemaObjC/ |
| D | legacy-implementation-1.m | 8 INTF* FUNC() function
|
| D | crash-on-objc-bool-literal.m | 7 EXPORT BOOL FUNC(BOOL enabled); // expected-error {{unknown type name 'EXPORT'}} // expected-error … function
|
| D | warn-incompatible-builtin-types.m | 8 void FUNC() { function
|
| /external/mesa3d/src/gallium/auxiliary/draw/ |
| D | draw_pt_vsplit.c | 181 #define FUNC vsplit_run_linear macro 184 #define FUNC vsplit_run_ubyte macro 189 #define FUNC vsplit_run_ushort macro 194 #define FUNC vsplit_run_uint macro
|
| /external/clang/test/CodeGenObjC/ |
| D | local-static-block.m | 20 void FUNC() function
|
| /external/clang/test/Preprocessor/ |
| D | macro_rparen_scan2.c | 5 #define FUNC(a) a macro
|
| D | macro_fn_lparen_scan2.c | 4 #define FUNC(a) (a+1) macro
|