HomeSort by relevance Sort by last modified time
    Searched full:value_a (Results 1 - 5 of 5) sorted by null

  /external/skia/src/core/
SkFloat.cpp 153 int value_a = get_signed_value(packed_a) >> shift_a; local
156 return SkFloat::SetShift(value_a + value_b, exp - EXP_BIAS);
178 int value_a = get_signed_value(packed_a); local
181 return SkFloat::SetShift(mul24(value_a, value_b), exp_a + exp_b - 2*EXP_BIAS + 24);
  /external/clang/test/Sema/
conversion.c 395 void test_8559831(enum E8559831b value_a, E8559831c value_c) {
396 test_8559831_a(value_a); // expected-warning{{implicit conversion from enumeration type 'enum E8559831b' to different enumeration type 'enum E8559831a'}}
397 enum E8559831a a1 = value_a; // expected-warning{{implicit conversion from enumeration type 'enum E8559831b' to different enumeration type 'enum E8559831a'}}
398 a1 = value_a; // expected-warning{{implicit conversion from enumeration type 'enum E8559831b' to different enumeration type 'enum E8559831a'}}
  /external/e2fsprogs/e2fsck/
e2fsck.conf.5.in 28 tag1 = value_a
  /external/e2fsprogs/misc/
mke2fs.conf.5.in 28 tag1 = value_a
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 154 arithmetic_result_type(ir_rvalue * &value_a, ir_rvalue * &value_b,
158 const glsl_type *type_a = value_a->type;
179 && !apply_implicit_conversion(type_b, value_a, state)) {
185 type_a = value_a->type;
470 relational_result_type(ir_rvalue * &value_a, ir_rvalue * &value_b,
473 const glsl_type *type_a = value_a->type;
496 && !apply_implicit_conversion(type_b, value_a, state)) {
502 type_a = value_a->type;
    [all...]

Completed in 320 milliseconds