/aosp_15_r20/external/libaom/aom_ports/ |
H A D | x86.h | 48 #define cpuid(func, func2, ax, bx, cx, dx) \ argument 53 #define cpuid(func, func2, ax, bx, cx, dx) \ argument 64 #define cpuid(func, func2, ax, bx, cx, dx) \ argument 73 #define cpuid(func, func2, ax, bx, cx, dx) \ argument 85 #define cpuid(func, func2, a, b, c, d) \ argument 95 #define cpuid(func, func2, a, b, c, d) \ argument 107 #define cpuid(func, func2, a, b, c, d) \ argument
|
/aosp_15_r20/external/libvpx/vpx_ports/ |
H A D | x86.h | 47 #define cpuid(func, func2, ax, bx, cx, dx) \ argument 52 #define cpuid(func, func2, ax, bx, cx, dx) \ argument 63 #define cpuid(func, func2, ax, bx, cx, dx) \ argument 72 #define cpuid(func, func2, ax, bx, cx, dx) \ argument 84 #define cpuid(func, func2, a, b, c, d) \ argument 94 #define cpuid(func, func2, a, b, c, d) \ argument 105 #define cpuid(func, func2, a, b, c, d) \ argument
|
/aosp_15_r20/external/eigen/Eigen/src/Core/arch/AltiVec/ |
H A D | MatrixProductMMA.h | 175 #define MICRO_MMA_TYPE_PEEL(func, func2, type, peel) \ argument 186 #define MICRO_MMA_UNROLL_TYPE_PEEL(func, func2, type) \ argument 194 #define MICRO_MMA_UNROLL_TYPE_ONE(func, func2, type) \ argument 401 #define MICRO_COMPLEX_MMA_TYPE_PEEL(func, func2, type, peel) \ argument 418 #define MICRO_COMPLEX_MMA_UNROLL_TYPE_PEEL(func, func2, type) \ argument 427 #define MICRO_COMPLEX_MMA_UNROLL_TYPE_ONE(func, func2, type) \ argument
|
/aosp_15_r20/frameworks/av/media/utils/tests/ |
H A D | inplace_function_tests.cpp | 242 InPlaceFunction<size_t(), 16> func2 = noisy; in TEST() local 258 InPlaceFunction<size_t(), 16> func2 = noisy; in TEST() local 276 InPlaceFunction<size_t(), 16> func2 = noisy; in TEST() local 293 InPlaceFunction<size_t(), 16> func2 = noisy; in TEST() local 317 InPlaceFunction<NoMoveCopy && (NoMoveCopy &&)> func2 = lambd2; in TEST() local 358 InPlaceFunction<void(void)> func2 = []() -> size_t { return 5; }; in TEST() local
|
/aosp_15_r20/external/llvm/test/MC/ARM/ |
H A D | eh-directive-personality.s | 65 .globl func2 symbol 69 func2: label
|
H A D | eh-directive-section-multiple-func.s | 31 .globl func2 symbol 35 func2: label
|
H A D | eh-directive-save-diagnostics.s | 31 .globl func2 symbol 35 func2: label
|
H A D | eh-directive-text-section-multiple-func.s | 21 .globl func2 symbol 25 func2: label
|
H A D | eh-directive-section.s | 37 .globl func2 symbol 41 func2: label
|
H A D | eh-directive-pad-diagnostics.s | 29 .globl func2 symbol 33 func2: label
|
H A D | eh-directive-handlerdata.s | 63 .globl func2 symbol 67 func2: label
|
H A D | eh-compact-pr0.s | 25 .globl func2 symbol 28 func2: label
|
H A D | eh-directive-vsave-diagnostics.s | 31 .globl func2 symbol 35 func2: label
|
H A D | eh-directive-personality-diagnostics.s | 29 .globl func2 symbol 33 func2: label
|
H A D | eh-directive-fnstart-diagnostics.s | 20 .globl func2 symbol 30 func2: label
|
H A D | eh-directive-integrated-test.s | 67 .globl func2 symbol 70 func2: label
|
H A D | eh-directive-setfp-diagnostics.s | 29 .globl func2 symbol 33 func2: label
|
H A D | eh-directive-multiple-offsets.s | 41 .globl func2 symbol 45 func2: label
|
H A D | eh-directive-cantunwind-diagnostics.s | 37 .globl func2 symbol 41 func2: label
|
/aosp_15_r20/external/pytorch/test/jit/ |
H A D | test_python_builtins.py | 76 def func2(a, b, c, d): function 126 def func2(x): function 381 def func2(x): function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | function_test.cc | 838 auto func2 = ops::Identity(s.WithOpName("Func/y/input/_2"), func1); in TEST_F() local 873 auto func2 = ops::Identity(s.WithOpName("Func/y/input/_2"), func1); in TEST_F() local 956 auto func2 = ops::Identity(s.WithOpName("Func/b/output/_2"), b_y); in TEST_F() local 999 auto func2 = ops::Identity(s.WithOpName("Func/b/output/_2"), func8); in TEST_F() local 1502 auto func2 = ops::Identity( in TEST_F() local 1615 auto func2 = ops::SymbolicGradient( in TEST_F() local 1648 auto func2 = ops::_Retval(s.WithOpName("Func/_3"), func1_dx, 0); in TEST_F() local 1834 auto func2 = ops::Identity(s.WithOpName("Func/grad0/input/_2"), dz); in TEST_F() local
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | c99-variable-length-array.cpp | 155 void func2 () { in func2() function 159 void func2() { in func2() function
|
/aosp_15_r20/external/coreboot/src/soc/nvidia/tegra210/include/soc/ |
H A D | pinmux.h | 80 func0, func1, func2, func3) \ argument 90 #define PAD_GPIO(index, name, por_pu, gpio, func0, func1, func2, func3) \ argument 95 #define PAD_NO_GPIO(index, name, por_pu, func0, func1, func2, func3) \ argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/tools/ |
H A D | saved_model_cli_test.py | 171 def func2(self, x): member in SavedModelCLITestCase.testShowAllWithFunctions.DummyModel 763 def func2(self, x, y): member in SavedModelCLITestCase.AOTCompileDummyModel
|
/aosp_15_r20/external/compiler-rt/test/profile/Inputs/ |
H A D | instrprof-dlopen-func2.c | 1 void func2(int K) { if (K) {} } in func2() function
|