/external/v8/src/arm/ |
D | constants-arm.cc | 70 const char* VFPRegisters::Name(int reg, bool is_double) { in Name() argument 72 return names_[reg + (is_double ? kNumVFPSingleRegisters : 0)]; in Name() 76 int VFPRegisters::Number(const char* name, bool* is_double) { in Number() argument 80 *is_double = false; in Number() 83 *is_double = true; in Number()
|
D | constants-arm.h | 718 static const char* Name(int reg, bool is_double); 723 static int Number(const char* name, bool* is_double);
|
D | simulator-arm.cc | 116 bool is_double; in GetVFPSingleValue() local 117 int regnum = VFPRegisters::Number(desc, &is_double); in GetVFPSingleValue() 118 if (regnum != kNoRegister && !is_double) { in GetVFPSingleValue() 127 bool is_double; in GetVFPDoubleValue() local 128 int regnum = VFPRegisters::Number(desc, &is_double); in GetVFPDoubleValue() 129 if (regnum != kNoRegister && is_double) { in GetVFPDoubleValue()
|
/external/v8/src/ |
D | field-index-inl.h | 26 bool is_double) { in ForPropertyIndex() argument 39 is_double, inobject_properties, first_inobject_offset); in ForPropertyIndex() 47 bool is_double = field_index & 1; in ForLoadByFieldIndex() local 59 FieldIndex result(is_inobject, field_index, is_double, in ForLoadByFieldIndex() 84 return is_double() ? (result | 1) : result; in GetLoadByFieldIndex()
|
D | field-index.h | 26 bool is_double = false); 40 bool is_double() const { in is_double() function 80 FieldIndex(bool is_inobject, int local_index, bool is_double, 85 IsDoubleBits::encode(is_double) |
|
D | lookup.cc | 695 bool is_double = representation().IsDouble(); in GetFieldIndex() local 696 return FieldIndex::ForPropertyIndex(holder_map, index, is_double); in GetFieldIndex()
|
D | code-stub-assembler.cc | 2072 bool is_double = IsFastDoubleElementsKind(kind); in FillFixedArrayWithValue() local 2075 DCHECK_IMPLIES(is_double, value_root_index == Heap::kTheHoleValueRootIndex); in FillFixedArrayWithValue() 2083 [this, value, is_double, double_hole](Node* array, Node* offset) { in FillFixedArrayWithValue() 2084 if (is_double) { in FillFixedArrayWithValue()
|
/external/mesa3d/src/compiler/glsl/ |
D | lower_instructions.cpp | 203 assert(ir->operands[1]->type->is_float() || ir->operands[1]->type->is_double()); in div_to_mul_rcp() 332 (lowering(DDIV_TO_MUL_RCP) && ir->type->is_double())) in mod_to_floor() 338 if (lowering(DOPS_TO_DFRAC) && ir->type->is_double()) in mod_to_floor() 1590 if (ir->operands[0]->type->is_double()) in visit_leave() 1594 if (ir->operands[0]->type->is_double()) in visit_leave() 1606 (ir->operands[1]->type->is_double() && lowering(DDIV_TO_MUL_RCP))) in visit_leave() 1621 if (lowering(MOD_TO_FLOOR) && (ir->type->is_float() || ir->type->is_double())) in visit_leave() 1633 if (lowering(DFREXP_DLDEXP_TO_ARITH) && ir->type->is_double()) in visit_leave() 1638 if (lowering(DFREXP_DLDEXP_TO_ARITH) && ir->operands[0]->type->is_double()) in visit_leave() 1643 if (lowering(DFREXP_DLDEXP_TO_ARITH) && ir->operands[0]->type->is_double()) in visit_leave() [all …]
|
D | loop_controls.cpp | 105 const ir_expression_operation op = iter->type->is_double() in calculate_iterations()
|
D | ir_constant_expression.cpp | 59 assert(op0->type->is_double() && op1->type->is_double()); in dot_d()
|
D | ir_validate.cpp | 592 ir->operands[0]->type->is_double()); in visit_leave()
|
D | ast_function.cpp | 1521 if (!col_type->is_double()) { in emit_inline_matrix_constructor()
|
/external/v8/src/ic/ |
D | handler-configuration-inl.h | 20 IsDoubleBits::encode(field_index.is_double()) | in LoadField()
|
D | accessor-assembler.cc | 250 Label is_double(this); in HandleLoadICSmiHandlerCase() local 251 GotoIf(IsSetWord<LoadHandler::IsDoubleBits>(handler_word), &is_double); in HandleLoadICSmiHandlerCase() 254 Bind(&is_double); in HandleLoadICSmiHandlerCase() 267 Label is_double(this); in HandleLoadICSmiHandlerCase() local 270 GotoIf(IsSetWord<LoadHandler::IsDoubleBits>(handler_word), &is_double); in HandleLoadICSmiHandlerCase() 273 Bind(&is_double); in HandleLoadICSmiHandlerCase()
|
/external/mesa3d/src/compiler/ |
D | glsl_types.h | 499 bool is_double() const in is_double() function
|
D | glsl_types.cpp | 257 return this->is_double(); in contains_double() 1412 if ((!state || state->has_double()) && this->is_double()) in can_implicitly_convert_to() 1416 if ((!state || state->has_double()) && desired->is_double()) { in can_implicitly_convert_to()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_fs_vector_splitting.cpp | 378 if (entry->var->type->is_double()) { in brw_do_vector_splitting()
|
D | brw_vec4.cpp | 2350 bool is_double = type_sz(inst->dst.type) == 8; in scalarize_df() local 2351 for (int arg = 0; !is_double && arg < 3; arg++) { in scalarize_df() 2352 is_double = inst->src[arg].file != BAD_FILE && in scalarize_df() 2356 if (!is_double) in scalarize_df()
|
/external/libchrome/base/ |
D | values.cc | 217 if (is_double()) in GetDouble() 260 if (out_value && is_double()) { in GetAsDouble() 268 return is_double() || is_int(); in GetAsDouble()
|
D | values.h | 120 bool is_double() const { return type() == Type::DOUBLE; } in is_double() function
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 35 bool is_double; member 956 if (const_value->is_double) in spec_constant_decoration_cb() 970 data.is_double = false; in get_specialization() 981 data.is_double = true; in get_specialization64()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 818 bool is_double() const { in is_double() function
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 810 bool is_double() const { in is_double() function
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 801 bool is_double() const { in is_double() function
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 817 bool is_double() const { in is_double() function
|