Searched defs:toInt64 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8Binding.h509 int64_t toInt64(v8::Handle<v8::Value>, IntegerConversionConfiguration, ExceptionState&);
510 inline int64_t toInt64(v8::Handle<v8::Value> value, ExceptionState& exceptionState) function in namespace:blink
512 return toInt64(value, NormalConversion, exceptionState);
516 int64_t toInt64(v8::Handle<v8::Value>);
H A DV8Binding.cpp418 int64_t toInt64(v8::Handle<v8::Value> value, IntegerConversionConfiguration configuration, ExceptionState& exceptionState) function in namespace:blink
451 int64_t toInt64(v8::Handle<v8::Value> value) function in namespace:blink
454 return toInt64(value, NormalConversion, exceptionState);
/external/deqp/executor/
H A DxeTestResultParser.cpp49 static inline deInt64 toInt64 (const char* str) function in namespace:xe
282 const deInt64 num = toInt64(stripLeadingWhitespace(value.c_str()));
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DWTFString.cpp620 int64_t String::toInt64(bool* ok) const function in class:WTF::String
627 return m_impl->toInt64(ok);
H A DStringImpl.cpp1051 int64_t StringImpl::toInt64(bool* ok) function in class:WTF::StringImpl
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h301 int64_t toInt64 (mp_rnd_t mode = GMP_RNDZ) const;
1607 inline int64_t mpreal::toInt64 (mp_rnd_t mode) const{ return mpfr_get_sj(mp, mode); } function in class:mpfr::mpreal

Completed in 175 milliseconds