Searched refs:value_a (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/Sema/ |
D | conversion.c | 395 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/skia/src/core/ |
D | SkFloat.cpp | 153 int value_a = get_signed_value(packed_a) >> shift_a; in Add() local 156 return SkFloat::SetShift(value_a + value_b, exp - EXP_BIAS); in Add() 178 int value_a = get_signed_value(packed_a); in Mul() local 181 return SkFloat::SetShift(mul24(value_a, value_b), exp_a + exp_b - 2*EXP_BIAS + 24); in Mul()
|
/external/mesa3d/src/glsl/ |
D | ast_to_hir.cpp | 154 arithmetic_result_type(ir_rvalue * &value_a, ir_rvalue * &value_b, in arithmetic_result_type() argument 158 const glsl_type *type_a = value_a->type; in arithmetic_result_type() 179 && !apply_implicit_conversion(type_b, value_a, state)) { in arithmetic_result_type() 185 type_a = value_a->type; in arithmetic_result_type() 470 relational_result_type(ir_rvalue * &value_a, ir_rvalue * &value_b, in relational_result_type() argument 473 const glsl_type *type_a = value_a->type; in relational_result_type() 496 && !apply_implicit_conversion(type_b, value_a, state)) { in relational_result_type() 502 type_a = value_a->type; in relational_result_type()
|