Searched refs:ToDouble (Results 1 - 12 of 12) sorted by relevance

/external/chromium/webkit/glue/
H A Dcpp_variant.h95 double ToDouble() const;
H A Dcpp_variant.cc198 double CppVariant::ToDouble() const { function in class:CppVariant
H A Dcpp_variant_unittest.cc482 EXPECT_EQ(0, cpp_vector[0].ToDouble());
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.h235 double ToDouble(LConstantOperand* op) const;
H A Dlithium-codegen-ia32.cc325 double LCodeGen::ToDouble(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
1583 double left_val = ToDouble(LConstantOperand::cast(left));
1584 double right_val = ToDouble(LConstantOperand::cast(right));
/external/v8/src/x64/
H A Dlithium-codegen-x64.h81 double ToDouble(LConstantOperand* op) const;
H A Dlithium-codegen-x64.cc331 double LCodeGen::ToDouble(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
1543 double left_val = ToDouble(LConstantOperand::cast(left));
1544 double right_val = ToDouble(LConstantOperand::cast(right));
/external/v8/src/arm/
H A Dlithium-codegen-arm.h90 double ToDouble(LConstantOperand* op) const;
H A Dlithium-codegen-arm.cc409 double LCodeGen::ToDouble(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
1763 double left_val = ToDouble(LConstantOperand::cast(left));
1764 double right_val = ToDouble(LConstantOperand::cast(right));
/external/v8/src/mips/
H A Dlithium-codegen-mips.h90 double ToDouble(LConstantOperand* op) const;
H A Dlithium-codegen-mips.cc377 double LCodeGen::ToDouble(LConstantOperand* op) const { function in class:v8::internal::LCodeGen
1614 double left_val = ToDouble(LConstantOperand::cast(left));
1615 double right_val = ToDouble(LConstantOperand::cast(right));
/external/tinyxml2/
H A Dtinyxml2.h404 static bool ToDouble( const char* str, double* value );

Completed in 507 milliseconds