Home
last modified time | relevance | path

Searched defs:ToDouble (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/base/utils/
Drandom-number-generator.h93 static inline double ToDouble(uint64_t state0, uint64_t state1) { in ToDouble() function
/external/pdfium/xfa/src/fxjse/src/
Dvalue.h126 V8_INLINE FXJSE_DOUBLE ToDouble() const { in ToDouble() function
/external/v8/src/compiler/
Dcode-generator-impl.h134 double ToDouble(InstructionOperand* op) { return ToConstant(op).ToFloat64(); } in ToDouble() function
/external/pdfium/fpdfsdk/src/javascript/
DJS_Value.cpp112 double CJS_Value::ToDouble() const { in ToDouble() function in CJS_Value
/external/tinyxml2/
Dtinyxml2.cpp442 bool XMLUtil::ToDouble( const char* str, double* value ) in ToDouble() function in XMLUtil
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc429 double LCodeGen::ToDouble(LConstantOperand* op) const { in ToDouble() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc442 double LCodeGen::ToDouble(LConstantOperand* op) const { in ToDouble() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc1178 double LCodeGen::ToDouble(LConstantOperand* op) const { in ToDouble() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc479 double LCodeGen::ToDouble(LConstantOperand* op) const { in ToDouble() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc494 double LCodeGen::ToDouble(LConstantOperand* op) const { in ToDouble() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc469 double LCodeGen::ToDouble(LConstantOperand* op) const { in ToDouble() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc697 double LCodeGen::ToDouble(LConstantOperand* op) const { in ToDouble() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc497 double LCodeGen::ToDouble(LConstantOperand* op) const { in ToDouble() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc466 double LCodeGen::ToDouble(LConstantOperand* op) const { in ToDouble() function in v8::internal::LCodeGen