/aosp_15_r20/frameworks/native/libs/binder/tests/ |
H A D | binderTextOutputTest.cpp | 41 #define CHECK_LOG_(input, expect, singleline) \ argument 48 #define CHECK_VAL_(val, singleline) \ argument 56 #define CHECK_LOG(input, expect) CHECK_LOG_(input, expect, true) argument 57 #define CHECK_VAL(val) CHECK_VAL_(val, true) argument 101 android::Parcel val; in TEST() local 107 android::HexDump val(buf, sizeof(buf)); in TEST() local 113 android::HexDump val(buf, sizeof(buf), 4); in TEST() local 118 android::TypeCode val(1234); in TEST() local 123 int32_t val = 321; //0x141 in TEST() local 128 android::String8 val("foobar"); in TEST() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | eigen_activations_test.cc | 33 Tensor<float, 4> input(depth, rows, cols, batch); in TEST() local 43 float val = input(d, r, c, b); in TEST() local 57 Tensor<float, 4> input(depth, rows, cols, batch); in TEST() local 67 float val = input(d, r, c, b); in TEST() local 81 Tensor<float, 4> input(depth, rows, cols, batch); in TEST() local 91 float val = input(d, r, c, b); in TEST() local
|
H A D | quantization_utils.h | 46 inline int64_t FloatToQuantizedUnclamped(float input, float range_min, in FloatToQuantizedUnclamped() 73 T FloatToQuantized(float input, float range_min, float range_max) { in FloatToQuantized() 91 float QuantizedToFloat(T input, float range_min, float range_max) { in QuantizedToFloat() 228 inline T2 RequantizeInNewRange(T1 input, float min_input, float max_input, in RequantizeInNewRange() 235 inline void RequantizeManyInNewRange(const T1* input, int64_t count, in RequantizeManyInNewRange() 249 inline void RequantizeManyInNewRangeReference(const qint32* input, in RequantizeManyInNewRangeReference() 295 const quint8* input, int64_t count, float min_input, float max_input, in RequantizeManyInNewRange8To32BitReference() 320 inline void RequantizeManyInNewRangeNeon(const qint32* input, int64 count, in RequantizeManyInNewRangeNeon() 427 inline int16x8_t Divide16x8PowRound(const int16x8_t val) { in Divide16x8PowRound() 439 inline int64x2_t Divide64x2PowRound(const int64x2_t val) { in Divide64x2PowRound() [all …]
|
H A D | quantization_utils_test.cc | 202 for (int val = low; val <= high; ++val) { in TestRequantizeManyInNewRange8To32Bit() local 353 Tensor input(DT_FLOAT, TensorShape{values_count}); in TestFloatToQuantizedInPlaceUsingEigen() local 399 Tensor input(DataTypeToEnum<T>::v(), TensorShape{values_count}); in TestQuantizedToFloatInPlaceUsingEigen() local 627 Tensor input(DT_FLOAT, TensorShape({input_height, input_width})); in TestFloatTensorToQuantized() local 658 Tensor input(DT_FLOAT, shape); in TestOverflowWithEigen() local 680 Tensor input(DT_QUINT8, TensorShape({input_height, input_width})); in TestQuantizedTensorToFloat() local 747 void TestDivide64x2Pow(int64 val, int64 ref) { in TestDivide64x2Pow() 759 void TestDivide64x2PowRound(int64 val, int64 ref) { in TestDivide64x2PowRound() 814 uint8x8_t To8x8(uint8 val) { return vmov_n_u8(val); } in To8x8() 816 int16x8_t To16x8(int16 val) { return vmovq_n_s16(val); } in To16x8() [all …]
|
H A D | dilation_ops.cc | 72 const Tensor& input = context->input(0); in ParseSizes() local 123 const Tensor& input = context->input(0); in Compute() local 196 const T val = input(b, h_in, w_in, d) + filter(h, w, d); in operator ()() local 222 const Tensor& input = context->input(0); in Compute() local 319 const T val = input(b, h_in, w_in, d) + filter(h, w, d); in operator ()() local 355 const Tensor& input = context->input(0); in Compute() local 447 const T val = input(b, h_in, w_in, d) + filter(h, w, d); in operator ()() local
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | HTMLparser.c | 95 const char *msg, int val) in htmlParseErrInt() 249 #define SKIP(val) ctxt->input->cur += (val),ctxt->input->col+=(val) argument 251 #define NXT(val) ctxt->input->cur[(val)] argument 253 #define UPP(val) (toupper(ctxt->input->cur[(val)])) argument 371 unsigned int val; in htmlCurrentChar() local 3476 int val = 0; in htmlParseCharRef() local 3636 xmlChar *val = NULL; in htmlParseAttribute() local 5024 xmlParserInputPtr input; in htmlCreateMemoryParserCtxtInternal() local 5077 xmlParserInputPtr input; in htmlCreateDocParserCtxt() local 5583 xmlChar val; in htmlParseTryOrFinish() local [all …]
|
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/parser/ |
H A D | CharacterReader.java | 38 public CharacterReader(Reader input, int sz) { in CharacterReader() 46 public CharacterReader(Reader input) { in CharacterReader() 50 public CharacterReader(String input) { in CharacterReader() 257 char val = isEmptyNoBufferUp() ? EOF : charBuf[bufPos]; in consume() local 385 final char[] val = charBuf; in consumeToAny() local 406 final char[] val = charBuf; in consumeToAnySorted() local 423 final char[] val = charBuf; in consumeData() local 445 final char[] val = charBuf; in consumeAttributeQuoted() local 472 final char[] val = charBuf; in consumeRawData() local 494 final char[] val = charBuf; in consumeTagName() local
|
/aosp_15_r20/external/fbjni/test/ |
H A D | FBJniTests.java | 554 String captureStringArray(String[] input) { in captureStringArray() 561 String[] input = {"Four", "score", "and", "seven", "beers", "ago"}; in testBuildStringArray() local 566 private native String nativeTestBuildStringArray(String... input); in nativeTestBuildStringArray() 568 public Object methodResolutionWithCxxTypes(String t, long val) { in methodResolutionWithCxxTypes() 573 public void methodResolutionWithCxxTypesVoid(String t, long val) { in methodResolutionWithCxxTypesVoid() 577 public int methodResolutionWithCxxTypesInt(String t, long val) { in methodResolutionWithCxxTypesInt() 582 public static Object methodResolutionWithCxxTypesStatic(String t, long val) { in methodResolutionWithCxxTypesStatic() 587 public static void methodResolutionWithCxxTypesVoidStatic(String t, long val) { in methodResolutionWithCxxTypesVoidStatic() 591 public static int methodResolutionWithCxxTypesIntStatic(String t, long val) { in methodResolutionWithCxxTypesIntStatic() 602 String callbackName, String str, long val); in testMethodResolutionWithCxxTypesNative() [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | kernel.cpp | 135 for (auto const& input : inputs) { in pickDeviceType() local 151 for (auto const& input : node->inputs()) { in pickDeviceType() local 163 for (auto const& input : graph->inputs()) { in pickDeviceType() local 259 auto const& input = getTensorInfoJit(node->input(0)); in conv2dIsSupportedJit() local 293 auto const& input = getTensorInfoJit(node->input(0)); in mkldnnPrepackedConvIsSupportedJit() local 400 auto val = toIValue(v).value(); in constant() local 448 auto val = toIValue(v).value(); in toArg() local 713 if (auto val = to<LongImm>(tc.node())) { in tripCount() local 990 for (const torch::jit::Value* input : graph_->inputs()) { in genInputDebugNames() local 1036 const torch::jit::Value* input, in getInputStrides() [all …]
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-cpp-source/gen/include/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.h | 148 …::android::binder::Status RepeatBytes(const std::array<uint8_t, 3>& input, std::array<uint8_t, 3>*… in RepeatBytes() 151 …::android::binder::Status RepeatInts(const std::array<int32_t, 3>& input, std::array<int32_t, 3>* … in RepeatInts() 154 …tatus RepeatBinders(const std::array<::android::sp<::android::IBinder>, 3>& input, std::array<::an… in RepeatBinders() 157 …<::android::aidl::fixedsizearray::FixedSizeArrayExample::IntParcelable, 3>& input, std::array<::an… in RepeatParcelables() 160 …::android::binder::Status Repeat2dBytes(const std::array<std::array<uint8_t, 3>, 2>& input, std::a… in Repeat2dBytes() 163 …::android::binder::Status Repeat2dInts(const std::array<std::array<int32_t, 3>, 2>& input, std::ar… in Repeat2dInts() 166 …ders(const std::array<std::array<::android::sp<::android::IBinder>, 3>, 2>& input, std::array<std:… in Repeat2dBinders() 169 …ndroid::aidl::fixedsizearray::FixedSizeArrayExample::IntParcelable, 3>, 2>& input, std::array<std:… in Repeat2dParcelables() 365 [[nodiscard]] static inline std::string toString(FixedSizeArrayExample::ByteEnum val) { in toString() 390 [[nodiscard]] static inline std::string toString(FixedSizeArrayExample::IntEnum val) { in toString() [all …]
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-cpp-source/gen/include/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.h | 148 …::android::binder::Status RepeatBytes(const std::array<uint8_t, 3>& input, std::array<uint8_t, 3>*… in RepeatBytes() 151 …::android::binder::Status RepeatInts(const std::array<int32_t, 3>& input, std::array<int32_t, 3>* … in RepeatInts() 154 …tatus RepeatBinders(const std::array<::android::sp<::android::IBinder>, 3>& input, std::array<::an… in RepeatBinders() 157 …<::android::aidl::fixedsizearray::FixedSizeArrayExample::IntParcelable, 3>& input, std::array<::an… in RepeatParcelables() 160 …::android::binder::Status Repeat2dBytes(const std::array<std::array<uint8_t, 3>, 2>& input, std::a… in Repeat2dBytes() 163 …::android::binder::Status Repeat2dInts(const std::array<std::array<int32_t, 3>, 2>& input, std::ar… in Repeat2dInts() 166 …ders(const std::array<std::array<::android::sp<::android::IBinder>, 3>, 2>& input, std::array<std:… in Repeat2dBinders() 169 …ndroid::aidl::fixedsizearray::FixedSizeArrayExample::IntParcelable, 3>, 2>& input, std::array<std:… in Repeat2dParcelables() 365 [[nodiscard]] static inline std::string toString(FixedSizeArrayExample::ByteEnum val) { in toString() 390 [[nodiscard]] static inline std::string toString(FixedSizeArrayExample::IntEnum val) { in toString() [all …]
|
/aosp_15_r20/frameworks/base/tools/aapt2/ |
H A D | ResourceParser_test.cpp | 55 std::string input = kXmlPreamble; in TEST() local 77 std::string input = kXmlPreamble; in TestParse() local 135 std::string input = in TEST_F() local 204 std::string input = R"(<string name="foo"> <b> My <i> favorite</i> string </b> </string>)"; in TEST_F() local 246 std::string input = R"( in TEST_F() local 258 std::string input = R"( in TEST_F() local 265 std::string input = R"( in TEST_F() local 280 std::string input = R"( in TEST_F() local 300 std::string input = R"(<integer name="foo">@null</integer>)"; in TEST_F() local 315 std::string input = R"(<integer name="foo">@empty</integer>)"; in TEST_F() local [all …]
|
/aosp_15_r20/external/XNNPACK/src/xnnpack/ |
H A D | requantization.h | 36 int32_t input, in xnn_qs8_requantize_fp32() 57 int32_t input, in xnn_qu8_requantize_fp32() 78 int32_t input, in xnn_qs8_requantize_rndna() 116 int32_t input, in xnn_qu8_requantize_rndna() 154 int32_t input, in xnn_qs8_requantize_rndnu() 181 int32_t input, in xnn_qu8_requantize_rndnu() 239 inline static int8_t xnn_qs8_quantize(float val, float scale, int32_t zero_point) in xnn_qs8_quantize() 244 inline static uint8_t xnn_qu8_quantize(float val, float scale, int32_t zero_point) in xnn_qu8_quantize()
|
/aosp_15_r20/external/executorch/backends/cadence/reference/operators/ |
H A D | quantized_layer_norm.cpp | 28 const Tensor& input, in quantized_layer_norm_per_tensor_() 60 int32_t val = x[j]; in quantized_layer_norm_per_tensor_() local 77 float val = kernels::dequantize<T>(x[j], input_scale, input_zero_point); in quantized_layer_norm_per_tensor_() local 89 const Tensor& input, in quantized_layer_norm_() 117 const Tensor& input, in quantized_layer_norm_out() 159 const Tensor& input, in quantized_layer_norm_per_tensor_out()
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | xxhash.c | 166 U32 val; in XXH_read32() local 255 static U32 XXH32_round(U32 seed, U32 input) in XXH32_round() 263 FORCE_INLINE U32 XXH32_endian_align(const void* input, size_t len, U32 seed, XXH_endianess endian, … in XXH32_endian_align() 320 XXH_PUBLIC_API unsigned int XXH32 (const void* input, size_t len, unsigned int seed) in XXH32() 378 FORCE_INLINE XXH_errorcode XXH32_update_endian (XXH32_state_t* state, const void* input, size_t len… in XXH32_update_endian() 436 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* state_in, const void* input, size_t len) in XXH32_update() 555 U64 val; in XXH_read64() local 607 static U64 XXH64_round(U64 acc, U64 input) in XXH64_round() 615 static U64 XXH64_mergeRound(U64 acc, U64 val) in XXH64_mergeRound() 623 FORCE_INLINE U64 XXH64_endian_align(const void* input, size_t len, U64 seed, XXH_endianess endian, … in XXH64_endian_align() [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.lazy.split/range.lazy.split.outer.value/ |
H A D | ctor.iter.pass.cpp | 25 CopyableView input = "a"; in test() local 27 ValueTypeCopyable val(v.begin()); in test() local 33 InputView input = "a"; in test() local 35 ValueTypeInput val(v.begin()); in test() local
|
/aosp_15_r20/libcore/ojluni/src/test/java/lang/Double/ |
H A D | ParseDouble.java | 40 private static void fail(String val, double n) { in fail() 45 private static void check(String val) { in check() 123 private static void check(String val, double expected) { in check() 560 private static void testParsing(String [] input, in testParsing() 589 private static void testRegex(String [] input, boolean exceptionalInput) { in testRegex()
|
/aosp_15_r20/external/executorch/backends/cadence/hifi/operators/ |
H A D | quantized_layer_norm.cpp | 31 const Tensor& input, in quantized_layer_norm_per_tensor_() 64 int32_t val = x[j]; in quantized_layer_norm_per_tensor_() local 83 float val = ::cadence::impl::HiFi::kernels::dequantize<T>( in quantized_layer_norm_per_tensor_() local 96 const Tensor& input, in quantized_layer_norm_() 124 const Tensor& input, in quantized_layer_norm_out() 162 const Tensor& input, in quantized_layer_norm_per_tensor_out()
|
/aosp_15_r20/external/lz4/lib/ |
H A D | xxhash.c | 176 U32 val; in XXH_read32() local 269 static U32 XXH32_round(U32 seed, U32 input) in XXH32_round() 352 XXH32_endian_align(const void* input, size_t len, U32 seed, in XXH32_endian_align() 392 XXH_PUBLIC_API unsigned int XXH32 (const void* input, size_t len, unsigned int seed) in XXH32() 452 XXH32_update_endian(XXH32_state_t* state, const void* input, size_t len, XXH_endianness endian) in XXH32_update_endian() 515 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* state_in, const void* input, size_t len) in XXH32_update() 620 U64 val; in XXH_read64() local 672 static U64 XXH64_round(U64 acc, U64 input) in XXH64_round() 680 static U64 XXH64_mergeRound(U64 acc, U64 val) in XXH64_mergeRound() 811 XXH64_endian_align(const void* input, size_t len, U64 seed, in XXH64_endian_align() [all …]
|
/aosp_15_r20/external/angle/src/common/third_party/xxhash/ |
H A D | xxhash.c | 176 U32 val; in XXH_read32() local 269 static U32 XXH32_round(U32 seed, U32 input) in XXH32_round() 352 XXH32_endian_align(const void* input, size_t len, U32 seed, in XXH32_endian_align() 392 XXH_PUBLIC_API unsigned int XXH32 (const void* input, size_t len, unsigned int seed) in XXH32() 452 XXH32_update_endian(XXH32_state_t* state, const void* input, size_t len, XXH_endianess endian) in XXH32_update_endian() 515 XXH_PUBLIC_API XXH_errorcode XXH32_update (XXH32_state_t* state_in, const void* input, size_t len) in XXH32_update() 620 U64 val; in XXH_read64() local 672 static U64 XXH64_round(U64 acc, U64 input) in XXH64_round() 680 static U64 XXH64_mergeRound(U64 acc, U64 val) in XXH64_mergeRound() 811 XXH64_endian_align(const void* input, size_t len, U64 seed, in XXH64_endian_align() [all …]
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/ |
H A D | AdaptiveMaxPoolKernel.cpp | 23 auto input = input_.contiguous(); in cpu_adaptive_max_pool2d() local 60 scalar_t val = input_ptr[index]; in cpu_adaptive_max_pool2d() local 94 auto input = input_.contiguous(memory_format); in cpu_adaptive_max_pool2d_channels_last() local 175 scalar_t val = in[d2]; in cpu_adaptive_max_pool2d_channels_last() local 211 auto input = input_.contiguous(memory_format); in cpu_adaptive_max_pool2d_channels_last() local 304 float val = float(in[d2]); in cpu_adaptive_max_pool2d_channels_last() local 439 const Tensor& input, in adaptive_max_pool2d_kernel_impl() 489 auto input = input_.contiguous(); in cpu_adaptive_max_pool3d() local 532 scalar_t val = input_ptr[index]; in cpu_adaptive_max_pool3d() local 568 auto input = input_.contiguous(memory_format); in cpu_adaptive_max_pool3d_channels_last() local [all …]
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
H A D | TestDisplayAndInputProcessor.java | 50 String input = daip.processInput(path, display, internalException); in TestAExemplars() local 66 final String input = "Z \u017E"; in TestTasawaq() local 351 String input = daip.processInput(path, display, internalException); in showCldrFile() local 426 private String diff(String value, String input, String path) { in diff() 490 String val = daip.processInput(a[i].xpath, a[i].rawValue, null); in TestWhitespaceNormalization() local 719 String val = daip.processInput(xpath, "a|b", null); in TestSplitBar() local 739 String val = daip.processInput(xpath, DisplayAndInputProcessor.EMPTY_ELEMENT_VALUE, null); in checkPathAllowsEmpty() local
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/gpu/ |
H A D | morton_msb_radix_bitonic_sort.h | 46 void kernel check_bls_sort(global struct Globals* globals, global ulong* input) in check_bls_sort() 66 inline uint wg_scan_inclusive_add_opt(local uint* tmp, uint val, uint SG_SIZE, uint WG_SIZE) in wg_scan_inclusive_add_opt() 292 …l struct VContextScheduler* scheduler, global struct MSBRadixContext* context, global ulong* input) in DO_Create_Separate_BLS_Work() 322 …l struct VContextScheduler* scheduler, global struct MSBRadixContext* context, global ulong* input) in DO_Create_SG_Merged_BLS_Work_Parallel() 395 …l struct VContextScheduler* scheduler, global struct MSBRadixContext* context, global ulong* input) in DO_Create_SG_Merged_BLS_Work() 459 …ntextScheduler* scheduler, global struct MSBRadixContext* context, global ulong* input, local uint… in DO_Create_Work() 539 …orton_codes_bottom_level_single_wg(global struct Globals* globals, global ulong* input, global ulo… in sort_morton_codes_bottom_level_single_wg() 814 global struct VContextScheduler* scheduler, global ulong* input) in sort_morton_codes_msb_bin_items() 848 ulong val; in sort_morton_codes_msb_bin_items() local 876 ulong val = *key_start; in sort_morton_codes_msb_bin_items() local
|
/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 374 for (int val : mParamValues) { in assertZeroEnergyWithBypass() local 436 std::vector<float> input(kBufferSize); in TEST_P() local 454 auto val = std::get<TAG_VALUE_PAIR>(info.param).second; in __anon415eeb6d1602() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/ |
H A D | NEQLSTMLayerNormalizationKernel.cpp | 84 void NEQLSTMLayerNormalizationKernel::configure(const ITensor *input, ITensor *output, const ITenso… in configure() 137 Status NEQLSTMLayerNormalizationKernel::validate(const ITensorInfo *input, const ITensorInfo *outpu… in validate() 192 const int16x8_t val = vloadq(input_ptr + x); in sum_qsymm16() local 220 const InputDataType val = input_ptr[x]; in sum_qsymm16() local 242 const int16x8_t val = vloadq(input_ptr + x); in normalize_qasymm16() local 271 const auto val = static_cast<int32_t>(input_ptr[x]); in normalize_qasymm16() local
|