/aosp_15_r20/external/sdv/vsomeip/third_party/boost/lexical_cast/include/boost/lexical_cast/detail/ |
D | converter_lexical_streams.hpp | 273 bool shl_real_type(const T& val, SomeCharT* /*begin*/) { in shl_real_type() 278 bool shl_real_type(float val, char* begin) { in shl_real_type() 291 bool shl_real_type(double val, char* begin) { in shl_real_type() 304 bool shl_real_type(long double val, char* begin) { in shl_real_type() 319 bool shl_real_type(float val, wchar_t* begin) { in shl_real_type() 329 bool shl_real_type(double val, wchar_t* begin) { in shl_real_type() 336 bool shl_real_type(long double val, wchar_t* begin) { in shl_real_type() 344 bool shl_real(T val) { in shl_real() 448 bool operator<<(float val) { return shl_real(val); } in operator <<() 449 bool operator<<(double val) { return shl_real(val); } in operator <<() [all …]
|
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
H A D | TensorReductionGpu.h | 25 __device__ EIGEN_ALWAYS_INLINE void atomicReduce(T* output, T accum, R& reducer) { in atomicReduce() 72 __device__ inline Type atomicExchCustom(Type* address, Type val) { in atomicExchCustom() 77 __device__ inline double atomicExchCustom(double* address, double val) { in atomicExchCustom() 84 __device__ inline void atomicReduce(half2* output, half2 accum, R& reducer) { in atomicReduce() 103 __device__ inline void atomicReduce(Packet4h2* output, Packet4h2 accum, R& reducer) { in atomicReduce() 113 __device__ inline void atomicReduce(float* output, float accum, SumReducer<float>&) { in atomicReduce() argument 123 …AUNCH_BOUNDS_1024 void ReductionInitKernel(const CoeffType val, Index num_preserved_coeffs, CoeffT… in ReductionInitKernel() 135 … typename Self::CoeffReturnType* output, unsigned int* semaphore) { in FullReductionKernel() 156 unsigned int val; in FullReductionKernel() local 174 typename Self::CoeffReturnType val = input.m_impl.coeff(index); in FullReductionKernel() local [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | text_format.cc | 303 bool Parse(Message* output) { in Parse() 323 bool ParseField(const FieldDescriptor* field, Message* output) { in ParseField() 1343 explicit TextGenerator(io::ZeroCopyOutputStream* output, in TextGenerator() 1354 explicit TextGenerator(io::ZeroCopyOutputStream* output, in TextGenerator() 1549 void PrintString(const std::string& val, in PrintString() 1555 void PrintBytes(const std::string& val, in PrintBytes() 1622 Message* output) { in Parse() 1639 Message* output) { in ParseFromString() 1646 Message* output) { in Merge() 1657 Message* output) { in MergeFromString() [all …]
|
H A D | reflection_tester.cc | 767 std::vector<const FieldDescriptor*> output; in RemoveLastMapsViaReflection() local 779 std::vector<const FieldDescriptor*> output; in ReleaseLastMapsViaReflection() local 795 std::vector<const FieldDescriptor*> output; in SwapMapsViaReflection() local 904 int32_t val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() local 932 int64_t val = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection() local 960 uint32_t val = sub_message->GetReflection()->GetUInt32( in ExpectMapFieldsSetViaReflection() local 988 uint64_t val = sub_message->GetReflection()->GetUInt64( in ExpectMapFieldsSetViaReflection() local 1016 int32_t val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() local 1044 int64_t val = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection() local 1072 uint32_t val = sub_message->GetReflection()->GetUInt32( in ExpectMapFieldsSetViaReflection() local [all …]
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | text_format.cc | 303 bool Parse(Message* output) { in Parse() 323 bool ParseField(const FieldDescriptor* field, Message* output) { in ParseField() 1343 explicit TextGenerator(io::ZeroCopyOutputStream* output, in TextGenerator() 1354 explicit TextGenerator(io::ZeroCopyOutputStream* output, in TextGenerator() 1549 void PrintString(const std::string& val, in PrintString() 1555 void PrintBytes(const std::string& val, in PrintBytes() 1622 Message* output) { in Parse() 1639 Message* output) { in ParseFromString() 1646 Message* output) { in Merge() 1657 Message* output) { in MergeFromString() [all …]
|
H A D | reflection_tester.cc | 767 std::vector<const FieldDescriptor*> output; in RemoveLastMapsViaReflection() local 779 std::vector<const FieldDescriptor*> output; in ReleaseLastMapsViaReflection() local 795 std::vector<const FieldDescriptor*> output; in SwapMapsViaReflection() local 904 int32_t val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() local 932 int64_t val = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection() local 960 uint32_t val = sub_message->GetReflection()->GetUInt32( in ExpectMapFieldsSetViaReflection() local 988 uint64_t val = sub_message->GetReflection()->GetUInt64( in ExpectMapFieldsSetViaReflection() local 1016 int32_t val = sub_message->GetReflection()->GetInt32( in ExpectMapFieldsSetViaReflection() local 1044 int64_t val = sub_message->GetReflection()->GetInt64( in ExpectMapFieldsSetViaReflection() local 1072 uint32_t val = sub_message->GetReflection()->GetUInt32( in ExpectMapFieldsSetViaReflection() local [all …]
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsShaderLibraryCase.cpp | 158 const Value &val = spec.values.inputs[ndx]; in genVertexShader() local 180 const Value &val = spec.values.inputs[ndx]; in genVertexShader() local 193 static void genCompareOp(ostringstream &output, const char *dstVec4Var, const ValueBlock &valueBloc… in genCompareOp() 200 const Value &val = valueBlock.outputs[ndx]; in genCompareOp() local 259 const Value &val = spec.values.outputs[ndx]; in genFragmentShader() local 290 ostringstream output; in specializeVertexShader() local 306 const Value &val = spec.values.inputs[ndx]; in specializeVertexShader() local 327 const Value &val = spec.values.outputs[ndx]; in specializeVertexShader() local 364 ostringstream output; in specializeFragmentShader() local 382 const Value &val = spec.values.inputs[ndx]; in specializeFragmentShader() local [all …]
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/ |
H A D | CpuDequantizeKernel.cpp | 109 void run_dequantization_qasymm8(const ITensor *input, ITensor *output, const Window &window) in run_dequantization_qasymm8() 144 auto val = *(in_ptr + x); in run_dequantization_qasymm8() local 152 void run_dequantization_qsymm8_per_channel_nchw(const ITensor *input, ITensor *output, const Window… in run_dequantization_qsymm8_per_channel_nchw() 185 int8_t val = *(in_ptr + x); in run_dequantization_qsymm8_per_channel_nchw() local 193 void run_dequantization_qsymm8_per_channel_nhwc(const ITensor *input, ITensor *output, const Window… in run_dequantization_qsymm8_per_channel_nhwc() 235 int8_t val = *(in_ptr + x); in run_dequantization_qsymm8_per_channel_nhwc() local 243 void run_dequantization_qsymm8(const ITensor *input, ITensor *output, const Window &window) in run_dequantization_qsymm8() 277 int8_t val = *(in_ptr + x); in run_dequantization_qsymm8() local 285 void run_dequantization_qsymm16(const ITensor *input, ITensor *output, const Window &window) in run_dequantization_qsymm16() 319 int16_t val = *(in_ptr + x); in run_dequantization_qsymm16() local [all …]
|
/aosp_15_r20/external/executorch/extension/llm/tokenizer/ |
H A D | base64.h | 72 inline Error decode(const std::string_view& input, std::string& output) { in decode() 79 uint32_t val = 0; in decode() local 109 std::string& output) { in decode_1_padding() 116 uint32_t val = 0; in decode_1_padding() local 140 std::string& output) { in decode_2_padding() 147 uint32_t val = 0; in decode_2_padding() local 175 std::string output; in decode() local
|
/aosp_15_r20/external/armnn/src/armnn/test/ |
H A D | RuntimeTests.cpp | 107 std::vector<int> output(4); variable 120 for (auto val: output) { variable 129 for (auto val: output) { variable 134 for (auto val: output) { variable 168 for (auto val: output) { variable 248 for (auto val : outputData1) in __anon93245f6b0102() local 253 for (auto val : outputData2) in __anon93245f6b0102() local 460 IConnectableLayer* output = net->AddOutputLayer(0); variable 494 IConnectableLayer* output = net->AddOutputLayer(0); variable 525 armnn::IConnectableLayer* output = net->AddOutputLayer(0, "output"); variable [all …]
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcShaderLibraryCase.cpp | 124 const ShaderCase::Value &val, int arrayNdx) in setUniformValue() 378 const ShaderCase::Value &val = valueBlock.values[valNdx]; in execute() local 538 const ShaderCase::Value &val = valueBlock.values[ndx]; in genVertexShader() local 561 const ShaderCase::Value &val = valueBlock.values[ndx]; in genVertexShader() local 584 const ShaderCase::Value &val = valueBlock.values[valueNdx]; in genCompareFunctions() local 687 static void genCompareOp(ostringstream &output, const char *dstVec4Var, const ShaderCase::ValueBloc… in genCompareOp() 694 const ShaderCase::Value &val = valueBlock.values[ndx]; in genCompareOp() local 752 const ShaderCase::Value &val = valueBlock.values[ndx]; in genFragmentShader() local 784 ostringstream output; in specializeVertexShader() local 796 const ShaderCase::Value &val = valueBlock.values[ndx]; in specializeVertexShader() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
H A D | convert_tensor.cc | 109 const auto& val = arr(i); in ConvertStringTensor() local 292 protobuf::RepeatedPtrField<std::string>* output) { in ConvertStringElementsAttr() 293 for (const auto& val : attr.getRawStringData()) in ConvertStringElementsAttr() local 299 protobuf::RepeatedField<T>* output) { in ConvertComplexElementsAttr() 300 for (const auto& val : attr.getValues<std::complex<T>>()) { in ConvertComplexElementsAttr() local 316 protobuf::RepeatedField<T>* output) { in ConvertElementsAttr() 328 protobuf::RepeatedField<T>* output, in ConvertFloatElementsAttr() 341 protobuf::RepeatedField<int>* output) { in ConvertHalfElementsAttr() 357 protobuf::RepeatedField<T>* output, in ConvertIntElementsAttr() 371 protobuf::RepeatedField<T>* output, in ConvertUIntElementsAttr() [all …]
|
/aosp_15_r20/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/ |
D | Struct.java | 465 private static void putFieldValue(final ByteBuffer output, final FieldInfo fieldInfo, in putFieldValue() 650 private void writeToByteBufferInternal(final ByteBuffer output, final FieldInfo[] fieldInfos) { in writeToByteBufferInternal() 674 public final void writeToByteBuffer(final ByteBuffer output) { in writeToByteBuffer() 765 public final boolean val; field in Struct.Bool 767 public Bool(final boolean val) { in Bool() 775 public final short val; field in Struct.U8 777 public U8(final short val) { in U8() 785 public final int val; field in Struct.S32 787 public S32(final int val) { in S32() 795 public final long val; field in Struct.U32 [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/ |
H A D | convert_tensor.cc | 106 const auto& val = arr(i); in ConvertStringTensor() local 292 RepeatedPtrField<std::string>* output) { in ConvertStringElementsAttr() 293 for (const auto& val : attr.getRawStringData()) in ConvertStringElementsAttr() local 299 RepeatedField<T>* output) { in ConvertComplexElementsAttr() 300 for (const auto& val : attr.getValues<std::complex<T>>()) { in ConvertComplexElementsAttr() local 316 RepeatedField<T>* output) { in ConvertElementsAttr() 328 RepeatedField<T>* output, Cord* tensor_content) { in ConvertFloatElementsAttr() 343 RepeatedField<int>* output) { in ConvertHalfElementsAttr() 359 RepeatedField<T>* output, Cord* tensor_content) { in ConvertIntElementsAttr() 372 RepeatedField<T>* output, Cord* tensor_content) { in ConvertUIntElementsAttr() [all …]
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | ml.c | 19 void av1_nn_output_prec_reduce(float *const output, int num_output) { in av1_nn_output_prec_reduce() 33 float *const output) { in av1_nn_predict_c() 48 float val = layer_bias[node]; in av1_nn_predict_c() local 64 float val = layer_bias[node]; in av1_nn_predict_c() local 101 float val = bias[node]; in nn_fc_forward() local 122 int reduce_prec, float *output) { in av1_nn_predict_v2() 143 void av1_nn_softmax(const float *input, float *output, int n) { in av1_nn_softmax() 159 void av1_nn_fast_softmax_16_c(const float *input, float *output) { in av1_nn_fast_softmax_16_c()
|
/aosp_15_r20/hardware/interfaces/audio/aidl/vts/ |
H A D | VtsHalEnvironmentalReverbTargetTest.cpp | 216 float computeOutputEnergy(const std::vector<float>& input, std::vector<float> output) { in computeOutputEnergy() 273 void setParameterAndProcess(std::vector<float>& input, std::vector<float>& output, int val, in setParameterAndProcess() 329 auto val = std::get<TAG_VALUE_PAIR>(info.param).second; in __anon415eeb6d1302() local 362 for (int val : mParamValues) { in assertEnergyIncreasingWithParameter() local 363 std::vector<float> output(kBufferSize); in assertEnergyIncreasingWithParameter() local 374 for (int val : mParamValues) { in assertZeroEnergyWithBypass() local 375 std::vector<float> output(kBufferSize); in assertZeroEnergyWithBypass() local 438 std::vector<float> output(kBufferSize); in TEST_P() local 454 auto val = std::get<TAG_VALUE_PAIR>(info.param).second; in __anon415eeb6d1602() local 512 std::vector<float> output(kBufferSize); in TEST_P() local [all …]
|
/aosp_15_r20/external/perfetto/src/traceconv/ |
H A D | trace_to_hprof.cc | 47 void WriteId(uint64_t val) { WriteU8(val); } in WriteId() 49 void WriteU8(uint64_t val) { in WriteU8() 54 void WriteU4(uint32_t val) { in WriteU4() 59 void SetU4(uint32_t val, size_t pos) { in SetU4() 71 void WriteByte(uint8_t val) { buf_.emplace_back(val); } in WriteByte() 73 void Write(const char* val, uint32_t sz) { in Write() 93 HprofWriter(std::ostream* output) : output_(output) {} in HprofWriter() 299 std::ostream* output, in TraceToHprof() 315 std::ostream* output, in TraceToHprof()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/net-utils-device-common-struct-base/android_common/javac/ |
D | net-utils-device-common-struct-base.jar | ... .module.util.Struct {
public final boolean val
public void <init> (boolean)
boolean val ... |
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/shaders/ |
H A D | common.h | 171 static inline void shortToBytes(Short val, uint offset, device uchar *output) in shortToBytes() 179 static inline void intToBytes(Int val, uint offset, device uchar *output) in intToBytes() 188 static inline void floatToBytes(float val, uint offset, device uchar *output) in floatToBytes() 193 static inline void int24bitToBytes(uint val, uint offset, device uchar *output) in int24bitToBytes()
|
/aosp_15_r20/external/tensorflow/tensorflow/c/ |
H A D | kernels_test.cc | 344 std::unique_ptr<char[]> val(new char[5]); in TEST_F() local 423 TF_Tensor* val; in TEST_F() local 542 int64_t val; in TEST_F() local 592 float val; in TEST_F() local 642 unsigned char val; in TEST_F() local 692 TF_DataType val; in TEST_F() local 1056 TF_Tensor* output = TF_AllocateOutput( in TEST_F() local 1071 Tensor* output = GetOutput(0); in TEST_F() local 1083 TF_Tensor* output = TF_AllocateOutput( in TEST_F() local 1095 Tensor* output = GetOutput(0); in TEST_F() local [all …]
|
/aosp_15_r20/external/igt-gpu-tools/tests/ |
H A D | perf_pmu.c | 117 static uint64_t pmu_read_multi(int fd, unsigned int num, uint64_t *val) in pmu_read_multi() 274 uint64_t val; in single() local 319 uint64_t val, ts[2]; in busy_start() local 354 uint64_t val, val2, ts[2]; in busy_double_start() local 415 static void log_busy(unsigned int num_engines, uint64_t *val) in log_busy() 441 uint64_t val[num_engines]; in busy_check_all() local 504 uint64_t val[num_engines]; in most_busy_check_all() local 561 uint64_t val[num_engines]; in all_busy_check_all() local 609 uint64_t val[2][2]; in no_sema() local 655 uint64_t val[2], ts[2]; in sema_wait() local [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | Cookie.py | 451 def set(self, key, val, coded_val, argument 467 def output(self, attrs=None, header = "Set-Cookie:"): member in Morsel 562 def value_decode(self, val): argument 572 def value_encode(self, val): argument 603 def output(self, attrs=None, header="Set-Cookie:", sep="\015\012"): member in BaseCookie 689 def value_decode(self, val): argument 691 def value_encode(self, val): argument 715 def value_decode(self, val): argument 718 def value_encode(self, val): argument 740 def value_decode(self, val): argument [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/protos_generator/ |
D | gen_accessors.cc | 90 Output& output) { in WriteFieldAccessorsInHeader() 148 Output& output) { in WriteFieldAccessorHazzer() 161 Output& output) { in WriteFieldAccessorClear() 172 Output& output) { in WriteMapFieldAccessors() 175 const protobuf::FieldDescriptor* val = entry->FindFieldByNumber(2); in WriteMapFieldAccessors() local 205 void WriteAccessorsInSource(const protobuf::Descriptor* desc, Output& output) { in WriteAccessorsInSource() 294 Output& output) { in WriteMapAccessorDefinitions() 297 const protobuf::FieldDescriptor* val = entry->FindFieldByNumber(2); in WriteMapAccessorDefinitions() local 426 MessageClassType handle_type, Output& output) { in WriteUsingAccessorsInHeader() 489 Output& output) { in WriteOneofAccessorsInHeader()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | dataset.h | 177 Status AddScalar(const T& val, Node** output) { in AddScalar() 193 Status AddVector(const std::vector<T>& val, Node** output) { in AddVector() 206 Status AddVector(const std::vector<string>& val, Node** output) { in AddVector() 224 Status AddTensor(const Tensor& val, Node** output) { in AddTensor() 237 Status AddPlaceholder(const Tensor& val, Node** output) { in AddPlaceholder() 1300 const StringPiece& argument_name, T* output) { in ParseScalarArgument() 1313 std::vector<T>* output) { in ParseVectorArgument()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ |
H A D | vktShaderLibrary.cpp | 116 for (vector<Value>::const_iterator val = uniforms.begin(); val != uniforms.end(); ++val) in genUniformBlock() local 172 const Value &val = spec.values.inputs[ndx]; in genVertexShader() local 195 const Value &val = spec.values.inputs[ndx]; in genVertexShader() local 206 void genCompareOp(ostringstream &output, const char *dstVec4Var, const ValueBlock &valueBlock, cons… in genCompareOp() 212 const Value &val = valueBlock.outputs[ndx]; in genCompareOp() local 261 const Value &val = spec.values.outputs[ndx]; in genFragmentShader() local 297 ostringstream output; in specializeVertexShader() local 313 const Value &val = spec.values.inputs[ndx]; in specializeVertexShader() local 337 const Value &val = spec.values.outputs[ndx]; in specializeVertexShader() local 379 ostringstream output; in specializeFragmentShader() local [all …]
|