Searched refs:result_array (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/src/google/protobuf/stubs/ |
D | common.cc | 312 uint8 result_array[4]; in ghtonl() member 314 result_array[0] = static_cast<uint8>(x >> 24); in ghtonl() 315 result_array[1] = static_cast<uint8>((x >> 16) & 0xFF); in ghtonl() 316 result_array[2] = static_cast<uint8>((x >> 8) & 0xFF); in ghtonl() 317 result_array[3] = static_cast<uint8>(x & 0xFF); in ghtonl()
|
/external/grpc-grpc/src/php/tests/generated_code/ |
D | math_client.php | 57 $result_array = iterator_to_array($call->responses()); variable 59 foreach ($result_array as $num) {
|
D | AbstractGeneratedCodeTest.php | 175 $result_array = iterator_to_array($call->responses()); 222 $result_array = iterator_to_array($call->responses()); 226 $values = array_map($extract_num, $result_array);
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_rendershading.cpp | 63 std::vector<float> result_array(results_count); in GetShadingSteps() local 71 if (func->Call(&input, 1, &result_array[offset], &nresults)) in GetShadingSteps() 78 pCS->GetRGB(result_array.data(), &R, &G, &B); in GetShadingSteps() 285 std::vector<float> result_array(total_results); in DrawFuncShading() local 299 if (func->Call(input, 2, &result_array[offset], &nresults)) in DrawFuncShading() 307 pCS->GetRGB(result_array.data(), &R, &G, &B); in DrawFuncShading()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_evaluator_typed_visitor.h | 1379 std::unique_ptr<Array2D<NativeT>> result_array = 1382 result.PopulateR2FromArray2D(*result_array);
|