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

  /external/v8/test/cctest/compiler/
test-run-properties.cc 50 volatile U value_a = static_cast<U>(kValues[i]); local
53 static_cast<double>(value_a) + static_cast<double>(value_b);
119 volatile U value_a = static_cast<U>(kValues[i]); local
122 static_cast<double>(value_a) + static_cast<double>(value_b);
  /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/lldb/source/Symbol/
Symtab.cpp 572 addr_t value_a = addr_cache[index_a]; local
573 if (value_a == LLDB_INVALID_ADDRESS)
575 value_a = symbols[index_a].GetAddress().GetFileAddress();
576 addr_cache[index_a] = value_a;
587 if (value_a == value_b) {
596 } else if (value_a < value_b)
    [all...]
  /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 165 arithmetic_result_type(ir_rvalue * &value_a, ir_rvalue * &value_b,
169 const glsl_type *type_a = value_a->type;
190 && !apply_implicit_conversion(type_b, value_a, state)) {
196 type_a = value_a->type;
496 relational_result_type(ir_rvalue * &value_a, ir_rvalue * &value_b,
499 const glsl_type *type_a = value_a->type;
522 && !apply_implicit_conversion(type_b, value_a, state)) {
528 type_a = value_a->type;
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py     [all...]

Completed in 399 milliseconds