Home
last modified time | relevance | path

Searched +defs:val +defs:reference (Results 51 – 75 of 1241) sorted by relevance

12345678910>>...50

/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_custom_op.cpp96 Tensor<float, 2> reference = tensor1.chip<2>(i).contract(tensor2.chip<2>(i), dims); in test_custom_binary_op() local
97 TensorRef<Tensor<float, 2> > val = result.chip<2>(i); in test_custom_binary_op() local
H A Dcxx11_tensor_custom_op_sycl.cpp144 …Eigen::Tensor<DataType, 2, DataLayout, IndexType> reference = in1.template chip<2>(i).contract(in2… in test_custom_binary_op_sycl() local
145 TensorRef<Eigen::Tensor<DataType, 2, DataLayout, IndexType> > val = out.template chip<2>(i); in test_custom_binary_op_sycl() local
/aosp_15_r20/external/ComputeLibrary/examples/
H A Dcl_cache.cpp105 void validate_result(CLTensor &reference, CLTensor &result) in validate_result()
128 unsigned char val(0); in fill_tensor() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryMappingTests.cpp543 const uint8_t *reference) in compareAndLogBuffer()
721 vector<uint8_t> reference; in testMemoryMapping() local
847 const uint8_t val = rng.getUint8(); in testMemoryMapping() local
972 MemoryMapping::MemoryMapping(const MemoryRange &range, void *ptr, ReferenceMemory &reference) in MemoryMapping()
987 const uint8_t val = ((uint8_t *)m_ptr)[pos]; in randomRead() local
1000 const uint8_t val = rng.getUint8(); in randomWrite() local
1014 const uint8_t val = ((uint8_t *)m_ptr)[pos]; in randomModify() local
1181 void removeFirstEqual(vector<T> &vec, const T &val) in removeFirstEqual()
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dstl_emulation.h189 FLATBUFFERS_CONSTEXPR_CPP11 Optional(T val) FLATBUFFERS_NOEXCEPT in Optional()
308 using reference = T&; member
338 typedef T& reference; typedef
H A Dvector.h35 typedef IT &reference; typedef
225 void Mutate(uoffset_t i, const T &val) { in Mutate()
233 void MutateOffset(uoffset_t i, const uint8_t *val) { in MutateOffset()
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dstl_emulation.h189 FLATBUFFERS_CONSTEXPR_CPP11 Optional(T val) FLATBUFFERS_NOEXCEPT in Optional()
308 using reference = T&; member
338 typedef T& reference; typedef
H A Dvector.h35 typedef IT &reference; typedef
225 void Mutate(uoffset_t i, const T &val) { in Mutate()
233 void MutateOffset(uoffset_t i, const uint8_t *val) { in MutateOffset()
/aosp_15_r20/external/cronet/base/containers/
H A Dflat_tree.h107 using reference = typename Container::reference; variable
418 std::pair<iterator, bool> insert_or_assign(V&& val) { in insert_or_assign()
436 V&& val) { in append_or_assign()
459 V&& val) { in append_unique()
/aosp_15_r20/external/angle/src/compiler/translator/
H A DPoolAlloc.h47 typedef T &reference; typedef
90 void construct(pointer p, const T &val) { new ((void *)p) T(val); } in construct()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dtest_offload.py256 def int2str(fmt, val): argument
340 def ctrl_write(path, val): argument
650 def check_extack(output, reference, args): argument
657 def check_extack_nsim(output, reference, args): argument
664 def check_verifier_log(output, reference): argument
1251 val = str2int(entries[i]["value"]) variable
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/com/android/tools/smali/smali-dexlib2/3.0.3/
HDsmali-dexlib2-3.0.3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/google-smali/dexlib2/smali-dexlib2-device/android_common_apex33/javac/
Dsmali-dexlib2-device.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DPixelWiseMultiplication.cpp34 namespace reference namespace
62 …const double val = static_cast<intermediate_type>(src1) * static_cast<intermediate_type>(src2) * s… in mul() local
136 const double val = intermediate_val / scale_inv; in mul() local
H A DDepthwiseConvolutionLayer.cpp41 namespace reference namespace
105 T val(0); in depthwise_convolution_fp() local
208 int32_t val = 0; in depthwise_convolution_quantized() local
H A DArithmeticOperations.cpp35 namespace reference namespace
44 …intermediate_type val = (op == ArithmeticOperation::ADD) ? static_cast<intermediate_type>(src1) + … in arithm_op() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/iterator/include/boost/iterator/
Diterator_facade.hpp358 typedef typename Iterator::reference reference; typedef in boost::iterators::detail::operator_brackets_proxy
371 operator_brackets_proxy& operator=(value_type const& val) in operator =()
646 typedef Reference reference; typedef in boost::iterators::detail::iterator_facade_base
726 typedef typename base_type::reference reference; typedef in boost::iterators::detail::iterator_facade_base
/aosp_15_r20/art/openjdkjvmti/
H A Djvmti_allocator.h84 using reference = T&; variable
135 void construct(pointer p, const_reference val) { in construct()
/aosp_15_r20/frameworks/layoutlib/bridge/bridge_client/src/com/android/layoutlib/bridge/intensive/setup/
H A DLayoutlibBridgeClientCallback.java80 final Integer val = (Integer) field.get(null); in initResources() local
81 ResourceReference reference = in initResources() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/test/
Dorder_type.hpp25 std::size_t val; member
77 std::size_t val; member
182 typedef T& reference; typedef in randit
/aosp_15_r20/prebuilts/misc/common/android-support-test/espresso/
HDespresso_intents_release_no_deps.jar ... .TypeSafeMatcher { final synthetic org.hamcrest.Matcher val$schemeMatcher final synthetic org.hamcrest.Matcher val ...
/aosp_15_r20/external/swiftshader/third_party/marl/include/marl/
H A Dmemory.h40 MARL_NO_EXPORT inline T alignUp(T val, T alignment) { in alignUp()
334 using reference = T&; member
429 void StlAllocator<T>::construct(pointer p, const_reference val) { in construct()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/views/views.span/span.cons/
H A Diterator_sentinel.pass.cpp29 T val[2] = {}; in test_ctor() local
73 typedef typename std::iterator_traits<It>::reference reference; typedef in throw_operator_minus
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
H A DSettableAnyProperty.java163 Map<Object,Object> val = (Map<Object,Object>) field.getValue(instance); in set() local
226UnresolvedForwardReference reference, Class<?> type, Object instance, String propName) in AnySetterReferring()
/aosp_15_r20/art/dex2oat/utils/
H A Dswap_space.h151 using reference = T&; variable
197 void construct(pointer p, const_reference val) { in construct()

12345678910>>...50