Home
last modified time | relevance | path

Searched refs:result_val (Results 1 – 16 of 16) sorted by relevance

/external/iw/
Dutil.c55 unsigned char *result_val; in parse_hex_mask() local
62 result_val = calloc(len + 2, 1); in parse_hex_mask()
63 if (!result_val) in parse_hex_mask()
65 *result = result_val; in parse_hex_mask()
93 result_val[pos] = temp; in parse_hex_mask()
110 free(result_val); in parse_hex_mask()
/external/tensorflow/tensorflow/python/ops/
Dcollective_ops_xla_test.py73 for result_val in result:
74 self.assertEqual(result_val, 8.)
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dfold.cpp665 uint32_t result_val = 0; in FoldInstructionToConstant() local
669 result_val = FoldScalars(inst->opcode(), constants); in FoldInstructionToConstant()
674 successful = FoldIntegerOpToConstant(inst, id_map, &result_val); in FoldInstructionToConstant()
679 const_mgr->GetConstant(const_mgr->GetType(inst), {result_val}); in FoldInstructionToConstant()
Dfold_spec_constant_op_and_composite_pass.cpp401 const uint32_t result_val = in DoComponentWiseOperation() local
404 result_type, EncodeIntegerAsWords(*result_type, result_val)); in DoComponentWiseOperation()
Dconst_folding_rules.cpp412 float result_val = integer_type->IsSigned() in FoldIToFOp() local
415 utils::FloatProxy<float> result(result_val); in FoldIToFOp()
419 double result_val = integer_type->IsSigned() in FoldIToFOp() local
422 utils::FloatProxy<double> result(result_val); in FoldIToFOp()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dfold.cpp665 uint32_t result_val = 0; in FoldInstructionToConstant() local
669 result_val = FoldScalars(inst->opcode(), constants); in FoldInstructionToConstant()
674 successful = FoldIntegerOpToConstant(inst, id_map, &result_val); in FoldInstructionToConstant()
679 const_mgr->GetConstant(const_mgr->GetType(inst), {result_val}); in FoldInstructionToConstant()
Dfold_spec_constant_op_and_composite_pass.cpp401 const uint32_t result_val = in DoComponentWiseOperation() local
404 result_type, EncodeIntegerAsWords(*result_type, result_val)); in DoComponentWiseOperation()
Dconst_folding_rules.cpp412 float result_val = integer_type->IsSigned() in FoldIToFOp() local
415 utils::FloatProxy<float> result(result_val); in FoldIToFOp()
419 double result_val = integer_type->IsSigned() in FoldIToFOp() local
422 utils::FloatProxy<double> result(result_val); in FoldIToFOp()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfold.cpp665 uint32_t result_val = 0; in FoldInstructionToConstant() local
669 result_val = FoldScalars(inst->opcode(), constants); in FoldInstructionToConstant()
674 successful = FoldIntegerOpToConstant(inst, id_map, &result_val); in FoldInstructionToConstant()
679 const_mgr->GetConstant(const_mgr->GetType(inst), {result_val}); in FoldInstructionToConstant()
Dfold_spec_constant_op_and_composite_pass.cpp401 const uint32_t result_val = in DoComponentWiseOperation() local
404 result_type, EncodeIntegerAsWords(*result_type, result_val)); in DoComponentWiseOperation()
Dconst_folding_rules.cpp412 float result_val = integer_type->IsSigned() in FoldIToFOp() local
415 utils::FloatProxy<float> result(result_val); in FoldIToFOp()
419 double result_val = integer_type->IsSigned() in FoldIToFOp() local
422 utils::FloatProxy<double> result(result_val); in FoldIToFOp()
/external/ltp/testcases/kernel/syscalls/utils/
Dinclude_j_h.h116 enum result_val { enum
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_typed_visitor.h1167 ElementwiseT result_val = static_cast<ElementwiseT>(0);
1246 result_val +=
1254 return static_cast<ReturnT>(result_val);
1459 ElementwiseT result_val = static_cast<ElementwiseT>(0);
1479 result_val +=
1496 return static_cast<ReturnT>(result_val);
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dinline_test.cpp3759 ; CHECK: [[result_val:%\d+]] = OpLoad %v4float [[new_result]]
3760 ; CHECK: {{%\d+}} = OpExtInst %void [[ext]] DebugValue [[dbg_result]] [[result_val]]
/external/deqp-deps/SPIRV-Tools/test/opt/
Dinline_test.cpp3759 ; CHECK: [[result_val:%\d+]] = OpLoad %v4float [[new_result]]
3760 ; CHECK: {{%\d+}} = OpExtInst %void [[ext]] DebugValue [[dbg_result]] [[result_val]]
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dinline_test.cpp3759 ; CHECK: [[result_val:%\d+]] = OpLoad %v4float [[new_result]]
3760 ; CHECK: {{%\d+}} = OpExtInst %void [[ext]] DebugValue [[dbg_result]] [[result_val]]