/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
small_structs.rs | 220 #define MAKE_TWO_ELEMENT_STRUCT_TEST(LHS_TAG, LHS_TYPE) \ 221 TWO_ELEMENT_STRUCT_TEST(LHS_TAG##_i8, LHS_TYPE, int8_t) \ 222 TWO_ELEMENT_STRUCT_TEST(LHS_TAG##_i16, LHS_TYPE, int16_t) \ 223 TWO_ELEMENT_STRUCT_TEST(LHS_TAG##_i32, LHS_TYPE, int32_t) \ 224 TWO_ELEMENT_STRUCT_TEST(LHS_TAG##_i64, LHS_TYPE, int64_t) \ 225 TWO_ELEMENT_STRUCT_TEST(LHS_TAG##_f32, LHS_TYPE, float) \ 226 TWO_ELEMENT_STRUCT_TEST(LHS_TAG##_f64, LHS_TYPE, double) \ 227 TWO_ELEMENT_STRUCT_TEST(LHS_TAG##_v128, LHS_TYPE, float4)
|
/art/compiler/optimizing/ |
graph_checker.cc | 937 Primitive::Type lhs_type = op->InputAt(0)->GetType(); local [all...] |
/external/dbus/dbus/ |
dbus-marshal-recursive-util.c | 72 int lhs_type; local 75 lhs_type = _dbus_type_reader_get_current_type (lhs); 78 if (lhs_type != rhs_type) 81 if (lhs_type == DBUS_TYPE_INVALID) 84 if (dbus_type_is_basic (lhs_type)) 95 return basic_value_equal (lhs_type, &lhs_value, &rhs_value); [all...] |
/cts/tools/dasm/src/java_cup/ |
production.java | 435 * @param lhs_type the object type associated with the LHS symbol. 441 String lhs_type) 467 label_types.put("RESULT", lhs_type);
|
/external/bison/src/ |
reader.c | 302 char const *lhs_type = r->content.sym->type_name; 305 if (!UNIQSTR_EQ (lhs_type, rhs_type)) 308 lhs_type, rhs_type); 299 char const *lhs_type = r->content.sym->type_name; local
|
/external/v8/src/arm64/ |
code-stubs-arm64.cc | 589 Register lhs_type = x13; local 593 __ Ldrb(lhs_type, FieldMemOperand(lhs_map, Map::kInstanceTypeOffset)); 598 EmitStrictTwoHeapObjectCompare(masm, lhs, rhs, lhs_type, rhs_type, x14); 626 lhs_type, rhs_type, 633 __ JumpIfBothInstanceTypesAreNotSequentialOneByte(lhs_type, rhs_type, x14, 3277 Register lhs_type = x11; local 3357 Register lhs_type = x11; local [all...] |
/external/mesa3d/src/glsl/ |
ast_to_hir.cpp | 615 * \c NULL if \c rhs cannot be assigned to a location with type \c lhs_type. 625 const glsl_type *lhs_type, ir_rvalue *rhs, 636 if (rhs->type == lhs_type) 646 if (is_initializer && lhs_type->is_array() && rhs->type->is_array() 647 && (lhs_type->element_type() == rhs->type->element_type()) 648 && (lhs_type->array_size() == 0)) { 653 if (apply_implicit_conversion(lhs_type, rhs, state)) { 654 if (rhs->type == lhs_type) [all...] |
/prebuilts/misc/linux-x86/bison/ |
bison | |