Home
last modified time | relevance | path

Searched +defs:val +defs:d (Results 326 – 350 of 2945) sorted by relevance

1...<<11121314151617181920>>...118

/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.effect-V3-ndk-source/gen/include/aidl/android/hardware/audio/effect/
DVirtualizer.h34 #define __assert2(a,b,c,d) ((void)0) argument
339 [[nodiscard]] static inline std::string toString(Virtualizer::Id::Tag val) { in toString()
374 [[nodiscard]] static inline std::string toString(Virtualizer::Tag val) { in toString()
DEqualizer.h32 #define __assert2(a,b,c,d) ((void)0) argument
377 [[nodiscard]] static inline std::string toString(Equalizer::Id::Tag val) { in toString()
409 [[nodiscard]] static inline std::string toString(Equalizer::Tag val) { in toString()
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/json/
H A Dtest.proto26 optional google.protobuf.Value val = 6; field
28 optional double d = 8; field
/aosp_15_r20/external/libopus/celt/tests/
H A Dtest_unit_laplace.c59 int val[10000], decay[10000]; in main() local
82 int d = ec_laplace_decode(&dec, in main() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/
DTimeUnit.java153 private static long cvt(long d, long dst, long src) { in cvt()
235 long val = secs * secRatio + nanoVal; in convert() local
367 private int excessNanos(long d, long m) { in excessNanos()
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dblock_codegen.cpp158 for (unsigned long d = 0; d < num_dims; d++) { in PrintTensorInfo() local
188 for (unsigned long d = 0; d < num_dims; d++) { in PrintArguments() local
194 auto val = *intValue(buf->dim(0)); in PrintArguments() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DTimeUnit.java153 private static long cvt(long d, long dst, long src) { in cvt()
235 long val = secs * secRatio + nanoVal; in convert() local
367 private int excessNanos(long d, long m) { in excessNanos()
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DTimeUnit.java153 private static long cvt(long d, long dst, long src) { in cvt()
235 long val = secs * secRatio + nanoVal; in convert() local
367 private int excessNanos(long d, long m) { in excessNanos()
/aosp_15_r20/external/mesa3d/src/freedreno/rnn/
H A Drnndec.c78 static uint32_t float16i(uint16_t val) in float16i()
101 static float float16(uint16_t val) in float16()
275 union { uint64_t i; float f; double d; } val; in rnndec_decodeval() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DSegmentReduce.cpp43 for (int64_t d = 0; d < axis; d++) in _segment_reduce_lengths_cpu_kernel1() local
45 for (int64_t d = axis + 1; d < output.dim(); d++) in _segment_reduce_lengths_cpu_kernel1() local
92 const auto val = values_data[data_index]; in _segment_reduce_lengths_cpu_kernel1() local
197 for (int64_t d = 0; d < axis; d++) in _segment_reduce_cpu_lengths_backward_kernel1() local
199 for (int64_t d = axis + 1; d < output_contig.dim(); d++) in _segment_reduce_cpu_lengths_backward_kernel1() local
/aosp_15_r20/external/coreboot/src/northbridge/intel/i945/
H A Ddebug.c35 unsigned char val; in dump_pci_device() local
62 for (unsigned int d = 0; d < 4; d++) { in dump_spd_registers() local
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_inlines.h264 void Instruction::setFlagsDef(int d, Value *val) in setFlagsDef()
278 void Instruction::setFlagsSrc(int s, Value *val) in setFlagsSrc()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dmemory_optimizer_test.cc48 Output d = ops::AddN(s.WithOpName("gradients/d"), {c}); in TEST_F() local
87 Output d = ops::AddN(s.WithOpName("gradients/d"), {c}); in TEST_F() local
112 Output d = ops::AddN( in TEST_F() local
145 Output d = ops::Identity(s.WithOpName("Conv1"), c); in TEST_F() local
235 Output d = ops::AddN(s.WithOpName("d").WithDevice("/gpu:0"), {c}); in TEST_F() local
247 AttrValue& val = in TEST_F() local
304 Output d = ops::Identity(s.WithOpName("d").WithDevice("/gpu:0"), b); in TEST_F() local
358 Output d = in TEST_F() local
404 Output d = ops::AddN(s.WithOpName("d").WithDevice("/cpu:0"), {a, b, c}); in TEST_F() local
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/audio/aidl/android.hardware.bluetooth.audio-V5-ndk-source/gen/include/aidl/android/hardware/bluetooth/audio/
DCodecSpecificConfigurationLtv.h31 #define __assert2(a,b,c,d) ((void)0) argument
319 [[nodiscard]] static inline std::string toString(CodecSpecificConfigurationLtv::SamplingFrequency v… in toString()
384 [[nodiscard]] static inline std::string toString(CodecSpecificConfigurationLtv::FrameDuration val) { in toString()
419 [[nodiscard]] static inline std::string toString(CodecSpecificConfigurationLtv::Tag val) { in toString()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/
Dtie.hpp43 int val; member in test_detail::foo
80 int d = 3; in test() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/
H A DSparseTensorMath.cpp476 for (auto d: c10::irange(sparse_dim)) { in add_out_sparse_contiguous() local
488 for (auto d: c10::irange(sparse_dim)) { in add_out_sparse_contiguous() local
499 for (auto d: c10::irange(sparse_dim)) { in add_out_sparse_contiguous() local
604 for (const auto d: c10::irange(sparse_dim)) { in add_dense_sparse_worker_non_hybrid_cpu() local
610 for (auto d: c10::irange(sparse_dim)) { in add_dense_sparse_worker_non_hybrid_cpu() local
633 for (auto d : c10::irange(sparse_dim)) { in add_dense_sparse_worker_hybrid_cpu() local
640 for (auto d: c10::irange(sparse_dim)) { in add_dense_sparse_worker_hybrid_cpu() local
668 for (auto d : c10::irange(sparse_dim)) { in add_dense_sparse_worker_non_coalesced_cpu() local
698 for (const auto d : c10::irange(1, sparse_dim)) { in add_dense_sparse_worker_non_coalesced_cpu() local
785 for (auto d: c10::irange(sparse_dim)) { in add_out_dense_sparse_cpu() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/parse_example/
H A Dparse_example.cc74 void FillAndCopyVarLen(const int d, const size_t num_elements, in FillAndCopyVarLen()
153 size_t d = d_and_type.first; in FastParseSerializedExample() local
338 for (size_t d = 0; d < config.dense.size(); ++d) { in FastParseSerializedExample() local
373 for (size_t d = 0; d < config.dense.size(); ++d) { in FastParseSerializedExample() local
382 for (size_t d = 0; d < config.sparse.size(); ++d) { in FastParseSerializedExample() local
484 for (size_t d = 0; d < config.sparse.size(); ++d) { in FastParseExampleLite() local
540 for (size_t d = 0; d < config.dense.size(); ++d) { in FastParseExampleLite() local
591 for (size_t d = 0; d < config.dense.size(); ++d) { in FastParseExampleLite() local
677 tf::Tensor AsTensor(const std::vector<T>& val) { in AsTensor()
918 for (size_t d = 0; d < data->config.dense.size(); ++d) { in EvalParseExample() local
[all …]
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/
H A DNEMath.inl62 inline float32x4_t vfloorq_f32(float32x4_t val)
72 inline float32x4_t vroundq_rte_f32(float32x4_t val)
251 … float32x4_t val = vreinterpretq_f32_s32(vsubq_s32(vreinterpretq_s32_f32(x), vshlq_n_s32(m, 23))); local
262 inline float32x4_t vtanhq_f32(float32x4_t val)
280 inline float32x4_t vpowq_f32(float32x4_t val, float32x4_t n)
285 inline float32x4_t vsinq_f32(float32x4_t val)
330 inline float32x2_t vsin_f32(float32x2_t val)
512 inline float16x8_t vfloorq_f16(float16x8_t val)
522 inline float16x8_t vroundq_rte_f16(float16x8_t val)
640 inline float16x8_t vpowq_f16(float16x8_t val, float16x8_t n)
[all …]
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
DExifTag.java376 long[] val = (long[]) value; in getValueAsInts() local
409 Object val = ((Object[]) value)[0]; in forceGetValueAsString() local
466 void setHasDefinedCount(boolean d) { in setHasDefinedCount()
/aosp_15_r20/external/libxml2/
H A Dxmlschemastypes.c118 double d; member
1118 xmlSchemaValueGetAsString(xmlSchemaValPtr val) in xmlSchemaValueGetAsString()
1151 xmlSchemaValueGetAsBoolean(xmlSchemaValPtr val) in xmlSchemaValueGetAsBoolean()
1175 xmlSchemaValPtr val; in xmlSchemaNewStringValue() local
1203 xmlSchemaValPtr val; in xmlSchemaNewNOTATIONValue() local
1229 xmlSchemaValPtr val; in xmlSchemaNewQNameValue() local
1796 const xmlChar *dateTime, xmlSchemaValPtr *val, in xmlSchemaValidateDates()
2019 const xmlChar *duration, xmlSchemaValPtr *val, in xmlSchemaValidateDuration()
2304 xmlChar *val, *cur, *endval; in xmlSchemaValAtomicListNode() local
2368 static int xmlSchemaParseUInt(const xmlChar **str, xmlSchemaValDecimalPtr val) { in xmlSchemaParseUInt()
[all …]
/aosp_15_r20/hardware/google/pixel/perfstatsd/
Dperfstatsd.cpp52 auto d = raw_time - seconds; in getHistory() local
72 uint32_t val = 0; in setOptions() local
/aosp_15_r20/external/iproute2/tc/
H A Dq_sfb.c37 static int get_prob(__u32 *val, const char *arg) in get_prob()
39 double d; in get_prob() local
/aosp_15_r20/external/executorch/kernels/portable/cpu/util/
H A Dkernel_ops_util.cpp49 bool int_array_all_ge(IntArrayRef array, int64_t val) { in int_array_all_ge()
156 for (size_t d = 0; d < output_size.size(); ++d) { in output_size_is_valid() local
170 for (int d = 0; d < unsqueeze_dim; ++d) { in get_unsqueezed_sizes() local
174 for (int d = (unsqueeze_dim + 1); d < ndim; d++) { in get_unsqueezed_sizes() local
238 int64_t d = val_at(dilation, i, /*default_value=*/1); in calculate_kernel_output_sizes() local
/aosp_15_r20/hardware/interfaces/renderscript/1.0/default/
H A DContext.cpp203 …f, uint32_t yoff, uint32_t zoff, uint32_t lod, uint32_t w, uint32_t h, uint32_t d, const hidl_vec<… in allocation3DWrite()
272 …f, uint32_t yoff, uint32_t zoff, uint32_t lod, uint32_t w, uint32_t h, uint32_t d, Ptr data, Size … in allocation3DRead()
379 …hidl_vec<Element> ids = rs_to_hidl<Element>(_ids, [](uintptr_t val) { return stat… in elementGetSubElements()
380 …hidl_vec<hidl_string> names = rs_to_hidl<hidl_string>(_names, [](const char* val) { return va… in elementGetSubElements()
381 …hidl_vec<Size> arraySizes = rs_to_hidl<Size>(_arraySizes, [](size_t val) { return static_… in elementGetSubElements()
396 …std::vector<RsElement> _eins = hidl_to_rs<RsElement>(eins, [](Element val) { retu… in elementComplexCreate()
397 …nst char*> _namesPtr = hidl_to_rs<const char*>(names, [](const hidl_string& val) { return … in elementComplexCreate()
398 …ze_t> _nameLengthsPtr = hidl_to_rs<size_t>(names, [](const hidl_string& val) { return … in elementComplexCreate()
399 …std::vector<uint32_t> _arraySizes = hidl_to_rs<uint32_t>(arraySizes, [](Size val) { return … in elementComplexCreate()
408 …hidl_vec<OpaqueHandle> metadata = rs_to_hidl<OpaqueHandle>(_metadata, [](uintptr_t val) { return s… in typeGetNativeMetadata()
[all …]
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/emoji2/emoji2/1.5.0-rc01/androidx.emoji2_emoji2/android_common/aar/libs/
Drepackaged.jarandroidx/emoji2/text/flatbuffer/MetadataItem.class MetadataItem.java package androidx.emoji2. ...

1...<<11121314151617181920>>...118