Home
last modified time | relevance | path

Searched defs:is_double (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/arm/
Dconstants-arm.cc61 const char* VFPRegisters::Name(int reg, bool is_double) { in Name()
67 int VFPRegisters::Number(const char* name, bool* is_double) { in Number()
Dsimulator-arm.cc117 bool is_double; in GetVFPSingleValue() local
128 bool is_double; in GetVFPDoubleValue() local
/external/v8/src/
Dfield-index.h41 bool is_double() const { return EncodingBits::decode(bit_field_) == kDouble; } in is_double() function
/external/libchrome/base/
Dvalues.h156 bool is_double() const { return type() == Type::DOUBLE; } in is_double() function
/external/arm-optimized-routines/test/
Dmathtest.c624 special_op* find_special_op_from_op(unsigned op1, unsigned op2, int is_double) { in find_special_op_from_op()
648 special_op* find_special_op_from_name(const char* name, int is_double) { in find_special_op_from_name()
/external/mesa3d/src/compiler/
Dglsl_types.h523 bool is_double() const in is_double() function
/external/mesa3d/src/intel/compiler/
Dbrw_vec4.cpp2396 bool is_double = type_sz(inst->dst.type) == 8; in scalarize_df() local
/external/v8/src/ic/
Daccessor-assembler.cc296 Label is_double(this); in HandleLoadField() local
313 Label is_double(this); in HandleLoadField() local
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c151 bool is_double; member