/aosp_15_r20/external/libdav1d/src/x86/ |
H A D | itx16_avx512.asm | 636 .fast: label 809 .fast: label 955 .fast: label 1117 .fast: label 1570 .fast: label 1780 .fast: label 1991 .fast: label 2042 .fast: label 2175 .fast: label 2426 .fast: label [all …]
|
H A D | itx16_avx2.asm | 2846 .fast: label 3042 .fast: label 3108 .fast: label 4680 .fast: label 4919 .fast: label 5055 .fast: label 5141 .fast: label 5537 .fast: label 6624 .fast: label 7234 .fast: label [all …]
|
H A D | itx_avx512.asm | 2890 .fast: ; right half is zero label 3127 .fast: ; bottom half is zero label 3511 .fast: ; right half is zero label 3781 .fast: ; bottom half zero label 4639 .fast: ; bottom/right halves are zero label 5075 .fast: ; right half is zero label 5521 .fast: ; bottom half is zero label 6020 .fast: ; bottom/right halves are zero label 6677 .fast: ; bottom/right halves are zero label 7159 .fast: ; bottom/right halves are zero label
|
H A D | itx_avx2.asm | 3060 .fast: label 4235 .fast: label 4536 .fast: label 5008 .fast: label 5281 .fast: label 5461 .fast: label
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/integer/include/boost/ |
D | integer.hpp | 47 typedef LeastInt fast; typedef 131 typedef typename int_fast_t<least>::type fast; typedef 163 typedef typename int_fast_t<least>::type fast; typedef 189 typedef typename int_fast_t<least>::type fast; typedef 211 typedef typename int_fast_t<least>::type fast; typedef 256 typedef typename int_fast_t<least>::type fast; typedef
|
/aosp_15_r20/external/pytorch/ |
H A D | CONTRIBUTING.md | 727 #### Use Ninja 737 #### Use CCache 783 #### Use a faster linker 798 #### Use pre-compiled headers 819 #### Workaround for header dependency bug in nvcc
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/base/internal/ |
H A D | bits_test.cc | 22 int fast = absl::base_internal::CountLeadingZeros64(n); in CLZ64() local 41 int fast = absl::base_internal::CountLeadingZeros32(n); in CLZ32() local 61 int fast = absl::base_internal::CountTrailingZerosNonZero64(n); in CTZ64() local 79 int fast = absl::base_internal::CountTrailingZerosNonZero32(n); in CTZ32() local
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_pickle.py | 17 def dumps(self, arg, proto=0, fast=0): argument 53 def dumps(self, arg, proto=0, fast=0): argument 69 def dumps(self, arg, proto=0, fast=0): argument 96 def dumps(self, arg, proto=0, fast=0): argument
|
D | test_xpickle.py | 39 def dumps(self, arg, proto=0, fast=False): argument 51 def dumps(self, arg, proto=0, fast=False): argument 119 def dumps(self, arg, proto=0, fast=False): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/linalg/ |
H A D | matrix_solve_ls_op_test.py | 84 fast, argument 183 def _GetSmallMatrixSolveLsOpTests(dtype, use_placeholder, fast, l2_regularizer): argument 230 def _GetLargeMatrixSolveLsOpTests(dtype, use_placeholder, fast, l2_regularizer): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/ |
D | __clang_hip_math.h | 38 #define __FAST_OR_SLOW(fast, slow) fast argument 40 #define __FAST_OR_SLOW(fast, slow) slow argument
|
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/ |
H A D | __clang_hip_math.h | 38 #define __FAST_OR_SLOW(fast, slow) fast argument 40 #define __FAST_OR_SLOW(fast, slow) slow argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/ |
D | __clang_hip_math.h | 38 #define __FAST_OR_SLOW(fast, slow) fast argument 40 #define __FAST_OR_SLOW(fast, slow) slow argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/ |
D | __clang_hip_math.h | 38 #define __FAST_OR_SLOW(fast, slow) fast argument 40 #define __FAST_OR_SLOW(fast, slow) slow argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/ |
D | __clang_hip_math.h | 38 #define __FAST_OR_SLOW(fast, slow) fast argument 40 #define __FAST_OR_SLOW(fast, slow) slow argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/integer/include/boost/integer/ |
D | integer_mask.hpp | 46 typedef typename uint_t<(Bit + 1)>::fast fast; typedef 69 typedef typename uint_t<Bits>::fast fast; typedef
|
/aosp_15_r20/external/compiler-rt/lib/asan/ |
H A D | asan_stack.h | 36 bool fast) { in GetStackTraceWithPcBpAndContext() 69 #define GET_STACK_TRACE(max_size, fast) \ argument
|
/aosp_15_r20/external/libcups/vcnet/regex/ |
H A D | engine.c | 10 #define fast sfast macro 21 #define fast lfast macro 625 fast(m, start, stop, startst, stopst) in fast() function
|
/aosp_15_r20/external/coreboot/src/southbridge/amd/pi/hudson/ |
H A D | early_setup.c | 210 void hudson_set_spi100(u16 norm, u16 fast, u16 alt, u16 tpm) in hudson_set_spi100() 231 void hudson_set_readspeed(u16 norm, u16 fast) in hudson_set_readspeed()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | linalg_ops.py | 243 def matrix_solve_ls(matrix, rhs, l2_regularizer=0.0, fast=True, name=None): argument 300 def _use_composite_impl(fast, tensor_shape): argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/arc-swap/src/debt/ |
D | list.rs | 58 fast: FastSlots, field 210 fast: FastLocal, field
|
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/utils/ |
H A D | find_usb_devices.py | 253 def GetBusNumberToDeviceTreeMap(fast=True): argument 394 def CollectHubMaps(hub_types, map_func, device_tree_map=None, fast=False): argument
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | frameobject.c | 907 PyObject **fast; in PyFrame_FastToLocals() local 959 PyObject **fast; in PyFrame_LocalsToFast() local
|
/aosp_15_r20/external/zstd/lib/compress/ |
H A D | fse_compress.c | 553 const FSE_CTable* ct, const unsigned fast) in FSE_compress_usingCTable_generic() 614 unsigned const fast = (dstSize >= FSE_BLOCKBOUND(srcSize)); in FSE_compress_usingCTable() local
|
/aosp_15_r20/external/compiler-rt/lib/lsan/ |
H A D | lsan.h | 18 #define GET_STACK_TRACE(max_size, fast) \ argument
|