Searched refs:new_result (Results 1 - 9 of 9) sorted by relevance
/third_party/protobuf/benchmarks/util/ |
H A D | result_uploader.py | 51 new_result = {} 52 new_result["metric"] = "throughput" 53 new_result["value"] = result["throughput"] 54 new_result["unit"] = "MB/s" 55 new_result["test"] = "protobuf_benchmark" 56 new_result["product_name"] = "protobuf" 60 new_result["labels"] = labels_string[1:] 61 new_result["timestamp"] = _INITIAL_TIME 65 row = big_query_utils.make_row(str(uuid.uuid4()), new_result) 69 print('Error when uploading result', new_result) [all...] |
/third_party/astc-encoder/Source/ |
H A D | astcenc_weight_align.cpp | 387 vfloat4 new_result = vfloat4(error[i], i_flt, 0.0f, 0.0f); in compute_angular_endpoints_for_quant_levels() local 389 best_results[idx_span] = select(best_result, new_result, mask); in compute_angular_endpoints_for_quant_levels() 394 new_result = vfloat4(error_cut_low, i_flt, 1.0f, 0.0f); in compute_angular_endpoints_for_quant_levels() 396 best_result = select(best_result, new_result, mask); in compute_angular_endpoints_for_quant_levels() 398 new_result = vfloat4(error_cut_high, i_flt, 0.0f, 0.0f); in compute_angular_endpoints_for_quant_levels() 400 best_results[idx_span - 1] = select(best_result, new_result, mask); in compute_angular_endpoints_for_quant_levels() 404 new_result = vfloat4(error_cut_low_high, i_flt, 1.0f, 0.0f); in compute_angular_endpoints_for_quant_levels() 406 best_results[idx_span - 2] = select(best_result, new_result, mask); in compute_angular_endpoints_for_quant_levels()
|
/third_party/node/deps/v8/src/utils/ |
H A D | utils.cc | 98 char* new_result = NewArray<char>(new_len); in ReadLine() local 101 std::memcpy(new_result, result, offset * kCharSize); in ReadLine() 103 result = new_result; in ReadLine()
|
/third_party/python/Tools/importbench/ |
H A D | importbench.py | 214 new_result = max(new_results[benchmark_name]) 215 result = '{:,d} vs. {:,d} ({:%})'.format(new_result, 217 new_result/old_result)
|
/third_party/vk-gl-cts/scripts/ |
H A D | check_swiftshader_runtime.py | 268 def compareRuns(new_result, old_result): 269 print(f"Comparing files: {old_result} and {new_result}") 271 r0 = Result(new_result)
|
/third_party/protobuf/src/google/protobuf/ |
H A D | repeated_field.h | 2018 typename TypeHandler::Type* new_result = in ReleaseLastInternal() local 2020 TypeHandler::Merge(*result, new_result); in ReleaseLastInternal() 2021 return new_result; in ReleaseLastInternal()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | inline_test.cpp | 4054 ; CHECK: OpStore [[new_result:%\d+]] [[res]] 4056 ; CHECK: [[result_val:%\d+]] = OpLoad %v4float [[new_result]]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | inline_test.cpp | 4054 ; CHECK: OpStore [[new_result:%\d+]] [[res]] 4056 ; CHECK: [[result_val:%\d+]] = OpLoad %v4float [[new_result]]
|
/third_party/spirv-tools/test/opt/ |
H A D | inline_test.cpp | 4058 ; CHECK: OpStore [[new_result:%\d+]] [[res]] 4060 ; CHECK: [[result_val:%\d+]] = OpLoad %v4float [[new_result]]
|
Completed in 20 milliseconds