Home
last modified time | relevance | path

Searched +defs:val +defs:input (Results 176 – 200 of 2237) sorted by relevance

12345678910>>...90

/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/frameworks/base/media/android.media.audio.common.types-V1-ndk-source/gen/include/aidl/android/media/audio/common/
DAudioIoFlags.h36 input = 0, enumerator
41 static const inline Tag input = Tag::input; variable
135 [[nodiscard]] static inline std::string toString(AudioIoFlags::Tag val) { in toString()
/aosp_15_r20/out/soong/.intermediates/system/hardware/interfaces/media/android.media.audio.common.types-V1-ndk-source/gen/include/aidl/android/media/audio/common/
DAudioIoFlags.h44 input = 0, enumerator
49 static const inline Tag input = Tag::input; variable
143 [[nodiscard]] static inline std::string toString(AudioIoFlags::Tag val) { in toString()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dlogistic.h46 float val = input_data[i]; in Logistic() local
81 const F3 input = F3::FromRaw(input_data[i]); in Logistic() local
112 float val = in Logistic() local
/aosp_15_r20/external/pytorch/torch/csrc/profiler/
H A Dutil.cpp166 for (const c10::IValue& input : list) { in flattenList() local
182 for (const c10::IValue& input : fn.inputs()) { in inputSizes() local
296 std::string ivalueToStr(const c10::IValue& val, bool isString) { in ivalueToStr()
321 for (const auto& val : list) { in ivalueListToStr() local
336 for (const c10::IValue& input : fn.inputs()) { in inputTypes() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_ops_a_m.cc615 Value input = this->input(); in fold() local
830 TypeRangeWithDesc input{op->getOperands().drop_front().getTypes(), "input"}; in VerifyCaseOrIfOpBranchFunctions() local
1590 auto is_not_positive = [](Attribute val) { in VerifyConvOpAttributes()
1659 auto is_negative = [](Attribute val) { in Verify()
1731 const Value input = op.input(); in inferConvReturnTypeComponents() local
2082 auto complexIsZero = [](const std::complex<APFloat> val) { in matchAndRewrite()
2097 for (const auto val : attr.getValues<APFloat>()) { in matchAndRewrite() local
2105 for (const auto val : attr.getValues<std::complex<APFloat>>()) { in matchAndRewrite() local
2315 for (const auto val : int_attr.getValues<int32_t>()) { in fold() local
2333 APInt val(int_type.getWidth(), 0, int_type.getSignedness()); in fold() local
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/native/libs/input/rust/libinput_cxx_bridge_code/gen/
Dinput_cxx_bridge_generated.cpp511 Box<T>::Box(const T &val) { in Box()
519 Box<T>::Box(T &&val) { in Box()
705 namespace input { namespace
718 namespace input { namespace
800 namespace input { namespace
847 namespace input { namespace
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/
H A Dquantization_utils.cc131 void FillSingleMinMax(const float* const input, const uint64_t input_size, in FillSingleMinMax()
138 TfLiteStatus FillPerChannelMinMax(const float* const input, in FillPerChannelMinMax()
183 const float val = input[Offset(tensor_dims, indices)]; in FillPerChannelMinMax() local
302 const float* const input, in SymmetricPerChannelQuantization()
380 void SymmetricPerChannelQuantizeValues(const float* const input, in SymmetricPerChannelQuantizeValues()
398 const float val = input[index]; in SymmetricPerChannelQuantizeValues() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DTensorTopK.cu40 __global__ void gatherTopK(at::cuda::detail::TensorInfo<const T, IndexType> input, in gatherTopK()
182 at::cuda::detail::TensorInfo<const T, IndexType> input, in launch()
309 Bitwise val = TopKTypeConfig<T>::convert(doLdg(&data[idx])); in C10_LAUNCH_BOUNDS_1() local
570 T val; in C10_LAUNCH_BOUNDS_1() local
643 at::cuda::detail::TensorInfo<const T, IndexType> input, in launch()
801 auto input = self.contiguous(); in launch_gather_topk_kernel() local
H A DUpSampleLinear1d.cu47 const scalar_t val = idata[n][c][w1]; in upsample_linear1d_out_frame() local
63 const accscalar_t val = in upsample_linear1d_out_frame() local
94 const scalar_t val = odata[n][c][w1]; in upsample_linear1d_out_frame_backward() local
121 const Tensor& input, in upsample_linear1d_out_cuda_template()
/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_mps_hybrid_filt.c49 static VOID ixheaacd_mps_hyb_filt_type1(ia_cmplx_flt_struct *input, in ixheaacd_mps_hyb_filt_type1()
156 static VOID ixheaacd_mps_hyb_filt_type2(ia_cmplx_flt_struct *input, in ixheaacd_mps_hyb_filt_type2()
645 WORD32 val = nr_samples - proto_len; in ixheaacd_apply_ana_hyb_filt_bank_create_x() local
836 WORD32 val = nr_samples - proto_len; in ixheaacd_apply_ana_hyb_filt_bank_merge_res_decor() local
1025 WORD32 val = nr_samples - proto_len; in ixheaacd_apply_ana_hyb_filt_bank_create_x_res() local
/aosp_15_r20/external/wpa_supplicant_8/src/common/
H A Dctrl_iface_common.c116 static int ctrl_set_events(struct wpa_ctrl_dst *dst, const char *input) in ctrl_set_events()
119 int val; in ctrl_set_events() local
144 socklen_t fromlen, const char *input) in ctrl_iface_attach()
/aosp_15_r20/external/grpc-grpc/third_party/xxhash/
H A Dxxhash.h1690 xxh_u32 val; in XXH_read32() local
1914 static xxh_u32 XXH32_round(xxh_u32 acc, xxh_u32 input) in XXH32_round()
2084 XXH32_endian_align(const xxh_u8* input, size_t len, xxh_u32 seed, XXH_alignment align) in XXH32_endian_align()
2117 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t len, XXH32_hash_t seed) in XXH32()
2175 XXH32_update(XXH32_state_t* state, const void* input, size_t len) in XXH32_update()
2333 xxh_u64 val; in XXH_read64() local
2432 static xxh_u64 XXH64_round(xxh_u64 acc, xxh_u64 input) in XXH64_round()
2440 static xxh_u64 XXH64_mergeRound(xxh_u64 acc, xxh_u64 val) in XXH64_mergeRound()
2498 XXH64_endian_align(const xxh_u8* input, size_t len, xxh_u64 seed, XXH_alignment align) in XXH64_endian_align()
2535 XXH_PUBLIC_API XXH64_hash_t XXH64 (const void* input, size_t len, XXH64_hash_t seed) in XXH64()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xxhash/
Dxxhash.h1690 xxh_u32 val; in XXH_read32() local
1914 static xxh_u32 XXH32_round(xxh_u32 acc, xxh_u32 input) in XXH32_round()
2084 XXH32_endian_align(const xxh_u8* input, size_t len, xxh_u32 seed, XXH_alignment align) in XXH32_endian_align()
2117 XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t len, XXH32_hash_t seed) in XXH32()
2175 XXH32_update(XXH32_state_t* state, const void* input, size_t len) in XXH32_update()
2333 xxh_u64 val; in XXH_read64() local
2432 static xxh_u64 XXH64_round(xxh_u64 acc, xxh_u64 input) in XXH64_round()
2440 static xxh_u64 XXH64_mergeRound(xxh_u64 acc, xxh_u64 val) in XXH64_mergeRound()
2498 XXH64_endian_align(const xxh_u8* input, size_t len, xxh_u64 seed, XXH_alignment align) in XXH64_endian_align()
2535 XXH_PUBLIC_API XXH64_hash_t XXH64 (const void* input, size_t len, XXH64_hash_t seed) in XXH64()
[all …]
/aosp_15_r20/external/AFLplusplus/include/
H A Dxxhash.h1775 xxh_u32 val; in XXH_read32() local
2016 static xxh_u32 XXH32_round(xxh_u32 acc, xxh_u32 input) { in XXH32_round()
2222 XXH_FORCE_INLINE xxh_u32 XXH32_endian_align(const xxh_u8 *input, size_t len, in XXH32_endian_align()
2276 XXH_PUBLIC_API XXH32_hash_t XXH32(const void *input, size_t len, in XXH32()
2346 const void *input, size_t len) { in XXH32_update()
2562 xxh_u64 val; in XXH_read64() local
2677 static xxh_u64 XXH64_round(xxh_u64 acc, xxh_u64 input) { in XXH64_round()
2686 static xxh_u64 XXH64_mergeRound(xxh_u64 acc, xxh_u64 val) { in XXH64_mergeRound()
2753 XXH_FORCE_INLINE xxh_u64 XXH64_endian_align(const xxh_u8 *input, size_t len, in XXH64_endian_align()
2811 XXH_PUBLIC_API XXH64_hash_t XXH64(const void *input, size_t len, in XXH64()
[all …]
/aosp_15_r20/external/zstd/contrib/linux-kernel/test/include/linux/
H A Dxxhash.h124 static inline unsigned long xxhash(const void *input, size_t length, in xxhash()
348 static uint32_t xxh32_round(uint32_t seed, const uint32_t input) in xxh32_round()
356 XXH_API uint32_t xxh32(const void *input, const size_t len, const uint32_t seed) in xxh32()
409 static uint64_t xxh64_round(uint64_t acc, const uint64_t input) in xxh64_round()
417 static uint64_t xxh64_merge_round(uint64_t acc, uint64_t val) in xxh64_merge_round()
425 XXH_API uint64_t xxh64(const void *input, const size_t len, const uint64_t seed) in xxh64()
520 XXH_API int xxh32_update(struct xxh32_state *state, const void *input, const size_t len) in xxh32_update()
625 XXH_API int xxh64_update(struct xxh64_state *state, const void *input, const size_t len) in xxh64_update()
/aosp_15_r20/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/tags/propagation/
H A DBinarySerializationUtils.java135 TagValue val = createTagValue(key, decodeString(buffer)); in parseTags() local
181 private static final void encodeString(String input, ByteArrayDataOutput byteArrayDataOutput) { in encodeString()
186 private static final void putVarInt(int input, ByteArrayDataOutput byteArrayDataOutput) { in putVarInt()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dbias_op.cc103 const Tensor& input = context->input(0); in Compute() local
252 const Tensor& input = context->input(0); in Compute() local
315 void set_mode(BiasAddGradGPUMode val) { mode_ = val; } in set_mode()
341 for (int64_t val : in_shape_) { in BiasAddParams() local
/aosp_15_r20/frameworks/native/libs/renderengine/skia/filters/
H A DLutShader.cpp146 sk_sp<SkShader> LutShader::generateLutShader(sk_sp<SkShader> input, in generateLutShader()
158 float val = (i++ % 4 == 0) ? *it++ : 0.0f; in generateLutShader() local
217 sk_sp<SkShader> LutShader::lutShader(sk_sp<SkShader>& input, in lutShader()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/tessellator/
H A Dtessellator.cpp137 INT32 floatToIDotF( const float& input ) in floatToIDotF()
385 FXP floatToFixed(const float& input) in floatToFixed()
393 float fixedToFloat(const FXP& input) in fixedToFloat()
402 bool isEven(const float& input) in isEven()
410 FXP fxpCeil(const FXP& input) in fxpCeil()
422 FXP fxpFloor(const FXP& input) in fxpFloor()
1693 int RemoveMSB(int val) in RemoveMSB()
1704 int GetMSB(int val) in GetMSB()
2601 void CHLSLTessellator::CleanupFloatTessFactor(float& input) in CleanupFloatTessFactor()
2616 void CHLSLTessellator::ClampFloatTessFactorScale(float& input) in ClampFloatTessFactorScale()
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dserialization_utils.cc290 const int64_t val) { in WriteScalar()
297 const int64_t val) { in WriteScalar()
302 const tstring& val) { in WriteScalar()
309 const tstring& val) { in WriteScalar()
314 const Tensor& val) { in WriteTensor()
321 const Tensor& val) { in WriteTensor()
364 const T& val) { in WriteScalarInternal()
376 const Tensor& val) { in WriteTensorInternal()
420 Status AsGraphDefForRewrite(OpKernelContext* ctx, const DatasetBase* input, in AsGraphDefForRewrite()
/aosp_15_r20/external/clang/test/Analysis/inlining/
H A Dpath-notes.cpp117 void testCopyConstruction(const Wrapper &input) { in testCopyConstruction()
125 void testMoveConstruction(MovableWrapper &&input) { in testMoveConstruction()
132 void testCopyAssignment(const Wrapper &input) { in testCopyAssignment()
141 void testMoveAssignment(MovableWrapper &&input) { in testMoveAssignment()
254 const A& val = *ptr; //expected-note {{'val' initialized here}} in testDeclRefExprToReferenceInGetDerefExpr() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DAdaptiveAveragePooling3d.cpp70 scalar_t val = in adaptive_avg_pool3d_out_frame() local
88 Tensor const& input, in adaptive_avg_pool3d_out_cpu_template()
233 const Tensor& input) { in adaptive_avg_pool3d_backward_out_cpu_template()
296 Tensor& adaptive_avg_pool3d_out_cpu(const Tensor& input, in adaptive_avg_pool3d_out_cpu()
303 Tensor adaptive_avg_pool3d_cpu(Tensor const& input, IntArrayRef output_size) { in adaptive_avg_pool3d_cpu()
309 Tensor adaptive_avg_pool3d_symint(Tensor const& input, SymIntArrayRef output_size) { in adaptive_avg_pool3d_symint()
333 const Tensor& input, in adaptive_avg_pool3d_backward_out_cpu()
341 const Tensor& input) { in adaptive_avg_pool3d_backward_cpu()
/aosp_15_r20/frameworks/base/core/java/android/telephony/
H A DRlog.java115 String val = String.valueOf(pii); in pii() local
130 String val = String.valueOf(pii); in pii() local
143 private static String secureHash(byte[] input) { in secureHash()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dsingle_threaded_executor.cc374 Entry& input = inputs[arg_output_locations_[i][j]]; in Run() local
382 Entry& input = inputs[arg_output_locations_[i][j]]; in Run() local
401 Entry& input = inputs[kernel_state.output_locations[i]]; in Run() local
421 Entry& input = inputs[input_start_index + j]; in Run() local
455 TensorValue val = ctx.release_output(j); in Run() local
463 Entry& input = inputs[kernel_state.output_locations[j][k]]; in Run() local
472 Entry& input = in Run() local
/aosp_15_r20/external/libxml2/
H A Dxmlreader.c102 xmlParserInputBufferPtr input; /* the input */ member
777 int val, s; in xmlTextReaderPushData() local
1162 int val; in xmlTextReaderDoExpand() local
1198 int val, olddepth = 0; in xmlTextReaderRead() local
2000 xmlNewTextReader(xmlParserInputBufferPtr input, const char *URI) { in xmlNewTextReader()
2102 xmlParserInputBufferPtr input; in xmlNewTextReaderFilename() local
4576 xmlParserInputPtr input; in xmlTextReaderLocatorLineNumber() local
4613 xmlParserInputPtr input; in xmlTextReaderLocatorBaseURI() local
4814 xmlParserInputBufferPtr input, const char *URL, in xmlTextReaderSetup()
5199 xmlParserInputBufferPtr input; in xmlReaderForFd() local
[all …]

12345678910>>...90