Home
last modified time | relevance | path

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

/external/v8/test/cctest/compiler/
Dtest-run-properties.cc48 volatile U value_a = static_cast<U>(kValues[i]); in TypedArrayLoadHelper() local
51 static_cast<double>(value_a) + static_cast<double>(value_b); in TypedArrayLoadHelper()
116 volatile U value_a = static_cast<U>(kValues[i]); in TypedArrayStoreHelper() local
119 static_cast<double>(value_a) + static_cast<double>(value_b); in TypedArrayStoreHelper()
/external/clang/test/Sema/
Dconversion.c395 void test_8559831(enum E8559831b value_a, E8559831c value_c) { in test_8559831() argument
396 …test_8559831_a(value_a); // expected-warning{{implicit conversion from enumeration type 'enum E855… in test_8559831()
397 …enum E8559831a a1 = value_a; // expected-warning{{implicit conversion from enumeration type 'enum … in test_8559831()
398 …a1 = value_a; // expected-warning{{implicit conversion from enumeration type 'enum E8559831b' to d… in test_8559831()
/external/mesa3d/src/glsl/
Dast_to_hir.cpp165 arithmetic_result_type(ir_rvalue * &value_a, ir_rvalue * &value_b, in arithmetic_result_type() argument
169 const glsl_type *type_a = value_a->type; in arithmetic_result_type()
190 && !apply_implicit_conversion(type_b, value_a, state)) { in arithmetic_result_type()
196 type_a = value_a->type; in arithmetic_result_type()
496 relational_result_type(ir_rvalue * &value_a, ir_rvalue * &value_b, in relational_result_type() argument
499 const glsl_type *type_a = value_a->type; in relational_result_type()
522 && !apply_implicit_conversion(type_b, value_a, state)) { in relational_result_type()
528 type_a = value_a->type; in relational_result_type()