Home
last modified time | relevance | path

Searched refs:sub_result (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cDrawIndirectTests.cpp102 return sub_result(ERROR); in error()
108 DILogger sub_result(long _code) in sub_result() function in glcts::__anon253d27190111::DIResult
1021 result.sub_result(BindingPointCheck<api>(_buffers[i])); in Run()
1112 result.sub_result(BindingPointCheck<api>(_buffers[1])); in Run()
1116 … result.sub_result(DataCompare(dataRef1, dataWidth, dataHeight, dataTest, dataWidth, dataHeight)); in Run()
1124 result.sub_result(BindingPointCheck<api>(_buffers[2])); in Run()
1128 … result.sub_result(DataCompare(dataRef2, dataWidth, dataHeight, dataTest, dataWidth, dataHeight)); in Run()
1132 result.sub_result(BindingPointCheck<api>(_buffers[3])); in Run()
1136 result.sub_result(BindingPointCheck<api>(_buffers[4])); in Run()
1144 result.sub_result(BindingPointCheck<api>(_buffers[5])); in Run()
[all …]
/aosp_15_r20/external/piex/src/binary_parse/
H A Drange_checked_byte_ptr.cc117 RangeCheckedBytePtr sub_result = (*this) + pos; in pointerToSubArray() local
118 if (!sub_result.errorOccurred() && length <= sub_result.remainingLength()) { in pointerToSubArray()
119 sub_result.sub_array_begin_ = sub_result.current_pos_; in pointerToSubArray()
120 sub_result.sub_array_end_ = sub_result.sub_array_begin_ + length; in pointerToSubArray()
123 sub_result.restrictPageToSubArray(); in pointerToSubArray()
125 return sub_result; in pointerToSubArray()
/aosp_15_r20/external/mesa3d/src/compiler/glsl/tests/
H A Dsexps.py78 sub_result = sexp_to_string(s)
80 result = sub_result
81 elif '\n' not in result and '\n' not in sub_result and \
82 len(result) + len(sub_result) + 1 <= 70:
83 result += ' ' + sub_result
85 result += '\n' + sub_result
/aosp_15_r20/test/dittosuite/src/
H A Dresult.cpp160 for (const auto& sub_result : sub_results_) { in PrintStatisticsTableContent() local
161 sub_result->PrintStatisticsTableContent(next_instruction_path, measurement_name); in PrintStatisticsTableContent()
171 for (const auto& sub_result : sub_results_) { in GetMeasurementsNames() local
172 for (const auto& sub_name : sub_result->GetMeasurementsNames()) { in GetMeasurementsNames()
314 for (const auto& sub_result : sub_results_) { in PrintHistograms() local
315 sub_result->PrintHistograms(next_instruction_path); in PrintHistograms()
351 for (const auto& sub_result : sub_results_) { in PrintStatisticInCsv() local
352 sub_result->PrintStatisticInCsv(csv_stream, next_instruction_path, measurements_names); in PrintStatisticInCsv()
396 for (const auto& sub_result : sub_results_) { in __ToPb() local
397 sub_result->__ToPb(result_pb->add_sub_result()); in __ToPb()
[all …]
H A Dinstruction_set.cpp114 auto sub_result = instruction->CollectResults(""); in CollectResults() local
115 auto samples = sub_result->GetSamples("duration"); in CollectResults()
116 auto repeat = sub_result->GetRepeat(); in CollectResults()
128 result->AddSubResult(std::move(sub_result)); in CollectResults()
H A Dmultiprocessing.cpp190 if (!result_pb.sub_result()[0].SerializeToString(&serialized)) { in CollectResults()
/aosp_15_r20/external/bazelbuild-kotlin-rules/kotlin/common/testing/
H A Danalysis.bzl63 sub_result = []
67 sub_result.append(args[i])
68 result.append(sub_result)
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dhighbd_variance_avx2.c803 __m256i sub_result; in mse_4xh_16bit_highbd_avx2() local
827 sub_result = _mm256_abs_epi16(_mm256_sub_epi16(src_16x16, dst_16x16)); in mse_4xh_16bit_highbd_avx2()
829 src_16x16 = _mm256_unpacklo_epi16(sub_result, zeros); in mse_4xh_16bit_highbd_avx2()
830 dst_16x16 = _mm256_unpackhi_epi16(sub_result, zeros); in mse_4xh_16bit_highbd_avx2()
860 __m256i sub_result; in mse_8xh_16bit_highbd_avx2() local
877 sub_result = _mm256_abs_epi16(_mm256_sub_epi16(src_16x16, dst_16x16)); in mse_8xh_16bit_highbd_avx2()
879 src_16x16 = _mm256_unpacklo_epi16(sub_result, zeros); in mse_8xh_16bit_highbd_avx2()
880 dst_16x16 = _mm256_unpackhi_epi16(sub_result, zeros); in mse_8xh_16bit_highbd_avx2()
H A Dvariance_avx2.c532 __m256i sub_result; in mse_4xh_16bit_avx2() local
555 sub_result = _mm256_abs_epi16(_mm256_sub_epi16(src_16x16, dst_16x16)); in mse_4xh_16bit_avx2()
558 src_16x16 = _mm256_madd_epi16(sub_result, sub_result); in mse_4xh_16bit_avx2()
679 __m256i sub_result; in mse_8xh_16bit_avx2() local
696 sub_result = _mm256_abs_epi16(_mm256_sub_epi16(src_16x16, dst_16x16)); in mse_8xh_16bit_avx2()
699 src_16x16 = _mm256_madd_epi16(sub_result, sub_result); in mse_8xh_16bit_avx2()
/aosp_15_r20/external/skia/site/docs/dev/testing/
H A Dskiaperf.md36 ave(fill(filter("name=desk_wowwiki.skp&sub_result=min_ms"))),
37 ave(fill(filter("name=desk_wowwiki.skp&sub_result=ops")))
/aosp_15_r20/external/pytorch/torch/_numpy/
H A D_util.py254 sub_result = ndarrays_to_tensors(sub_input)
255 result.append(sub_result)
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dshape_refiner.cc561 ShapeHandle sub_result; in ConstantPartialShape() local
563 i, &sub_result, outer_context)); in ConstantPartialShape()
564 if (!target_context->RankKnown(sub_result)) { in ConstantPartialShape()
572 target_context->Concatenate(*result, sub_result, result)); in ConstantPartialShape()
/aosp_15_r20/external/skia/tools/skpbench/
H A DREADME.md70 sub_result = accum_cpu_ms
73 https://perf.skia.org/e/?queries=extra_config%3DAndroid_Skpbench%26sub_result%3Daccum_cpu_ms
/aosp_15_r20/prebuilts/checkstyle/
H A Dcheckstyle.py53 sub_result = _FindFoldersContaining(file_path, wanted)
54 result.extend(sub_result)
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_bignum.function747 char *input_A, int sub_result)
758 TEST_ASSERT(res == sub_result);
765 TEST_ASSERT(mbedtls_mpi_sub_abs(&X, &X, &Y) == sub_result);
767 if (sub_result == 0) {
773 TEST_ASSERT(mbedtls_mpi_sub_abs(&Y, &X, &Y) == sub_result);
775 if (sub_result == 0) {
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_bignum.function767 char *input_A, int sub_result)
778 TEST_ASSERT(res == sub_result);
785 TEST_ASSERT(mbedtls_mpi_sub_abs(&X, &X, &Y) == sub_result);
787 if (sub_result == 0) {
793 TEST_ASSERT(mbedtls_mpi_sub_abs(&Y, &X, &Y) == sub_result);
795 if (sub_result == 0) {
/aosp_15_r20/test/dittosuite/schema/
H A Dresult.proto17 repeated Result sub_result = 3; field
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dwhile_loop_invariant_code_motion_test.cc130 HloInstruction* sub_result = in TEST_F() local
135 scalar_s32, HloOpcode::kDivide, sub_result, gte_2_loop_variant)); in TEST_F()
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
H A Dscatter_nd_ops_test.py428 sub_result = state_ops.scatter_sub(ref, indices, updates)
432 self.assertAllEqual(self.evaluate(sub_result), expected_result)