Home
last modified time | relevance | path

Searched refs:is_double (Results 1 – 25 of 40) sorted by relevance

12

/external/v8/src/codegen/arm/
Dconstants-arm.cc54 const char* VFPRegisters::Name(int reg, bool is_double) { in Name() argument
56 return names_[reg + (is_double ? kNumVFPSingleRegisters : 0)]; in Name()
59 int VFPRegisters::Number(const char* name, bool* is_double) { in Number() argument
63 *is_double = false; in Number()
66 *is_double = true; in Number()
Dconstants-arm.h676 static const char* Name(int reg, bool is_double);
681 static int Number(const char* name, bool* is_double);
/external/deqp-deps/amber/src/
Dtokenizer.cc140 bool is_double = false; in NextToken() local
142 is_double = true; in NextToken()
146 is_double = true; in NextToken()
155 if (is_double) { in NextToken()
/external/mesa3d/src/compiler/glsl/
Dir_validate.cpp412 assert(ir->type->is_double()); in visit_leave()
416 assert(ir->type->is_double()); in visit_leave()
419 assert(ir->operands[0]->type->is_double()); in visit_leave()
423 assert(ir->operands[0]->type->is_double()); in visit_leave()
456 assert(ir->type->is_double()); in visit_leave()
460 assert(ir->type->is_double()); in visit_leave()
479 assert(ir->operands[0]->type->is_double()); in visit_leave()
495 assert(ir->operands[0]->type->is_double()); in visit_leave()
637 assert(ir->operands[0]->type->is_double()); in visit_leave()
642 assert(ir->type->is_double()); in visit_leave()
[all …]
Dlower_instructions.cpp347 (lowering(DDIV_TO_MUL_RCP) && ir->type->is_double())) in mod_to_floor()
353 if (lowering(DOPS_TO_DFRAC) && ir->type->is_double()) in mod_to_floor()
1762 if (ir->operands[0]->type->is_double()) in visit_leave()
1766 if (ir->operands[0]->type->is_double()) in visit_leave()
1778 (ir->operands[1]->type->is_double() && lowering(DDIV_TO_MUL_RCP))) in visit_leave()
1805 if (lowering(DFREXP_DLDEXP_TO_ARITH) && ir->type->is_double()) in visit_leave()
1810 if (lowering(DFREXP_DLDEXP_TO_ARITH) && ir->operands[0]->type->is_double()) in visit_leave()
1815 if (lowering(DFREXP_DLDEXP_TO_ARITH) && ir->operands[0]->type->is_double()) in visit_leave()
1835 if (lowering(DOPS_TO_DFRAC) && ir->type->is_double()) in visit_leave()
1840 if (lowering(DOPS_TO_DFRAC) && ir->type->is_double()) in visit_leave()
[all …]
Dlower_buffer_access.cpp124 ? (deref->type->is_double() ? 8 : 4) in emit_access()
147 assert(deref->type->is_float() || deref->type->is_double()); in emit_access()
Dir_equals.cpp61 if (type->is_double()) { in equals()
Dir_function.cpp152 if (to_type->is_double()) { in get_parameter_match_type()
Dir_constant_expression.cpp59 assert(op0->type->is_double() && op1->type->is_double()); in dot_d()
Dloop_analysis.cpp111 const ir_expression_operation op = iter->type->is_double() in calculate_iterations()
/external/OpenCL-CTS/test_conformance/spirv_new/
Dtypes.hpp82 template<typename T> struct is_double { static const bool value = false; }; struct
83 template<> struct is_double<cl_double> { static const bool value = true; }; argument
84 template<> struct is_double<cl_double2> { static const bool value = true; }; struct
Dtest_op_vector_times_scalar.cpp59 if (is_double<Ts>::value) { in test_vector_times_scalar()
Dtest_op_fmath.cpp59 if (is_double<T>::value) { in test_fmath()
/external/libchrome/base/json/
Djson_reader_unittest.cc116 EXPECT_TRUE(root->is_double()); in TEST()
122 EXPECT_TRUE(root->is_double()); in TEST()
131 EXPECT_TRUE(root->is_double()); in TEST()
138 EXPECT_TRUE(root->is_double()); in TEST()
145 EXPECT_TRUE(root->is_double()); in TEST()
152 EXPECT_TRUE(root->is_double()); in TEST()
159 EXPECT_TRUE(root->is_double()); in TEST()
166 EXPECT_TRUE(root->is_double()); in TEST()
/external/mesa3d/src/compiler/
Dglsl_types.h847 return base_type == GLSL_TYPE_FLOAT16 || is_float() || is_double(); in is_float_16_32_64()
855 return is_float() || is_double(); in is_float_32_64()
887 bool is_double() const in is_double() function
/external/libtextclassifier/native/annotator/number/
Dnumber.cc204 const bool is_double = unilib_->ParseDouble(token_text, parsed_double_value); in TryParseNumber() local
205 if (!is_double) { in TryParseNumber()
/external/v8/src/objects/
Dfield-index-inl.h60 return is_double() ? (result | 1) : result; in GetLoadByFieldIndex()
Dfield-index.h41 bool is_double() const { return EncodingBits::decode(bit_field_) == kDouble; } in is_double() function
/external/v8/src/compiler/
Daccess-info.cc532 bool is_double = LoadHandler::IsDoubleBits::decode(handler); in ComputePropertyAccessInfo() local
535 is_double ? Representation::Double() : Representation::Tagged(); in ComputePropertyAccessInfo()
536 Type field_type = is_double ? Type::Number() : Type::Any(); in ComputePropertyAccessInfo()
/external/arm-optimized-routines/math/test/
Dmathtest.c624 special_op* find_special_op_from_op(unsigned op1, unsigned op2, int is_double) { in find_special_op_from_op() argument
627 if(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() argument
651 if(is_double) { in find_special_op_from_name()
/external/v8/src/ic/
Dhandler-configuration-inl.h55 IsDoubleBits::encode(field_index.is_double()) | in LoadField()
/external/libchrome/base/
Dvalues.cc236 if (is_double()) in GetDouble()
461 if (out_value && is_double()) { in GetAsDouble()
469 return is_double() || is_int(); in GetAsDouble()
Dvalues.h156 bool is_double() const { return type() == Type::DOUBLE; } in is_double() function
/external/mesa3d/src/intel/compiler/
Dbrw_vec4.cpp2448 bool is_double = type_sz(inst->dst.type) == 8; in scalarize_df() local
2449 for (int arg = 0; !is_double && arg < 3; arg++) { in scalarize_df()
2450 is_double = inst->src[arg].file != BAD_FILE && in scalarize_df()
2454 if (!is_double) in scalarize_df()
/external/mesa3d/prebuilt-intermediates/glsl/
Dir_expression_operation_constant.h1442 if (op[0]->type->is_double())
1988 assert(op[0]->type->is_float() || op[0]->type->is_double());
1989 assert(op[1]->type->is_float() || op[1]->type->is_double());
1990 assert(op[2]->type->is_float() || op[2]->type->is_double());

12