HomeSort by relevance Sort by last modified time
    Searched refs:is_double (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/v8/src/arm/
constants-arm.cc 70 const char* VFPRegisters::Name(int reg, bool is_double) {
72 return names_[reg + (is_double ? kNumVFPSingleRegisters : 0)];
76 int VFPRegisters::Number(const char* name, bool* is_double) {
80 *is_double = false;
83 *is_double = true;
constants-arm.h 718 static const char* Name(int reg, bool is_double);
721 // Set flag pointed by is_double to true if register
723 static int Number(const char* name, bool* is_double);
simulator-arm.cc 116 bool is_double; local
117 int regnum = VFPRegisters::Number(desc, &is_double);
118 if (regnum != kNoRegister && !is_double) {
127 bool is_double; local
128 int regnum = VFPRegisters::Number(desc, &is_double);
129 if (regnum != kNoRegister && is_double) {
    [all...]
  /external/v8/src/
field-index-inl.h 26 bool is_double) {
39 is_double, inobject_properties, first_inobject_offset);
47 bool is_double = field_index & 1; local
59 FieldIndex result(is_inobject, field_index, is_double,
84 return is_double() ? (result | 1) : result;
field-index.h 26 bool is_double = false);
40 bool is_double() const { function in class:v8::internal::final
80 FieldIndex(bool is_inobject, int local_index, bool is_double,
85 IsDoubleBits::encode(is_double) |
lookup.cc 695 bool is_double = representation().IsDouble(); local
696 return FieldIndex::ForPropertyIndex(holder_map, index, is_double);
    [all...]
  /hardware/qcom/msm8998/json-c/
json_tokener.h 82 int max_depth, depth, is_double, st_pos, char_offset; member in struct:json_tokener
json_tokener.c 339 tok->is_double = 0;
674 tok->is_double = 1;
694 if (!tok->is_double && json_parse_int64(tok->pb->buf, &num64) == 0) {
702 else if(tok->is_double && json_parse_double(tok->pb->buf, &numd) == 0)
  /external/mesa3d/src/compiler/glsl/
lower_instructions.cpp 203 assert(ir->operands[1]->type->is_float() || ir->operands[1]->type->is_double());
332 (lowering(DDIV_TO_MUL_RCP) && ir->type->is_double()))
338 if (lowering(DOPS_TO_DFRAC) && ir->type->is_double())
    [all...]
loop_controls.cpp 105 const ir_expression_operation op = iter->type->is_double()
ir_constant_expression.cpp 59 assert(op0->type->is_double() && op1->type->is_double());
ir_validate.cpp 592 ir->operands[0]->type->is_double());
ast_function.cpp     [all...]
  /external/v8/src/ic/
handler-configuration-inl.h 20 IsDoubleBits::encode(field_index.is_double()) |
accessor-assembler.cc 250 Label is_double(this);
251 GotoIf(IsSetWord<LoadHandler::IsDoubleBits>(handler_word), &is_double); local
254 Bind(&is_double);
267 Label is_double(this);
270 GotoIf(IsSetWord<LoadHandler::IsDoubleBits>(handler_word), &is_double); local
273 Bind(&is_double);
    [all...]
  /external/mesa3d/src/compiler/
glsl_types.h 499 bool is_double() const function in struct:glsl_type
glsl_types.cpp 257 return this->is_double();
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_vector_splitting.cpp 378 if (entry->var->type->is_double()) {
brw_vec4.cpp 2350 bool is_double = type_sz(inst->dst.type) == 8; local
    [all...]
  /art/compiler/optimizing/
intrinsics_arm64.cc 546 bool is_double,
552 FPRegister op1_reg = is_double ? DRegisterFrom(op1) : SRegisterFrom(op1);
553 FPRegister op2_reg = is_double ? DRegisterFrom(op2) : SRegisterFrom(op2);
554 FPRegister out_reg = is_double ? DRegisterFrom(out) : SRegisterFrom(out);
576 GenMinMaxFP(invoke->GetLocations(), /* is_min */ true, /* is_double */ true, GetVIXLAssembler());
584 GenMinMaxFP(invoke->GetLocations(), /* is_min */ true, /* is_double */ false, GetVIXLAssembler());
592 GenMinMaxFP(invoke->GetLocations(), /* is_min */ false, /* is_double */ true, GetVIXLAssembler());
601 invoke->GetLocations(), /* is_min */ false, /* is_double */ false, GetVIXLAssembler());
701 static void GenMathRound(HInvoke* invoke, bool is_double, vixl::aarch64::MacroAssembler* masm) {
716 FPRegister in_reg = is_double ? DRegisterFrom(l->InAt(0)) : SRegisterFrom(l->InAt(0))
    [all...]
intrinsics_x86.cc 499 bool is_double,
534 if (is_double) {
547 if (is_double) {
553 if (is_double) {
569 if (is_double) {
575 if (is_double) {
590 if (is_double) {
624 /* is_double */ true,
636 /* is_double */ false,
648 /* is_double */ true
    [all...]
code_generator_x86.h 302 void GenerateFPCompare(Location lhs, Location rhs, HInstruction* insn, bool is_double);
intrinsics_x86_64.cc 341 bool is_double,
375 if (is_double) {
388 if (is_double) {
394 if (is_double) {
404 if (is_double) {
413 if (is_double) {
440 invoke->GetLocations(), /* is_min */ true, /* is_double */ true, GetAssembler(), codegen_);
449 invoke->GetLocations(), /* is_min */ true, /* is_double */ false, GetAssembler(), codegen_);
458 invoke->GetLocations(), /* is_min */ false, /* is_double */ true, GetAssembler(), codegen_);
467 invoke->GetLocations(), /* is_min */ false, /* is_double */ false, GetAssembler(), codegen_)
    [all...]
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c 35 bool is_double; member in struct:spec_constant_value
956 if (const_value->is_double)
970 data.is_double = false;
981 data.is_double = true;
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-arm.c 6520 bfd_boolean is_double = ((insn & 0xf00) == 0xb00) ? 1 : 0; local
    [all...]

Completed in 718 milliseconds

1 2 3