Home
last modified time | relevance | path

Searched refs:value_b (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/cctest/compiler/
Dtest-run-properties.cc51 volatile U value_b = static_cast<U>(kValues[j]); in TypedArrayLoadHelper() local
53 static_cast<double>(value_a) + static_cast<double>(value_b); in TypedArrayLoadHelper()
120 volatile U value_b = static_cast<U>(kValues[j]); in TypedArrayStoreHelper() local
122 static_cast<double>(value_a) + static_cast<double>(value_b); in TypedArrayStoreHelper()
/external/lldb/source/Symbol/
DSymtab.cpp579 addr_t value_b = addr_cache[index_b]; in operator ()() local
580 if (value_b == LLDB_INVALID_ADDRESS) in operator ()()
582 value_b = symbols[index_b].GetAddress().GetFileAddress(); in operator ()()
583 addr_cache[index_b] = value_b; in operator ()()
587 if (value_a == value_b) { in operator ()()
596 } else if (value_a < value_b) in operator ()()
/external/mesa3d/src/glsl/
Dast_to_hir.cpp165 arithmetic_result_type(ir_rvalue * &value_a, ir_rvalue * &value_b, in arithmetic_result_type() argument
170 const glsl_type *type_b = value_b->type; in arithmetic_result_type()
189 if (!apply_implicit_conversion(type_a, value_b, state) in arithmetic_result_type()
197 type_b = value_b->type; in arithmetic_result_type()
496 relational_result_type(ir_rvalue * &value_a, ir_rvalue * &value_b, in relational_result_type() argument
500 const glsl_type *type_b = value_b->type; in relational_result_type()
521 if (!apply_implicit_conversion(type_a, value_b, state) in relational_result_type()
529 type_b = value_b->type; in relational_result_type()