Searched refs:toInt64 (Results 1 - 2 of 2) sorted by relevance

/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/eigen/unsupported/test/mpreal/
H A Dmpreal.h348 int64_t toInt64 (mp_rnd_t mode = GMP_RNDZ) const;
352 explicit operator int64_t () const { return toInt64(); }
1709 inline int64_t mpreal::toInt64 (mp_rnd_t mode) const{ return mpfr_get_sj(mpfr_srcptr(), mode); } function in class:mpfr::mpreal

Completed in 246 milliseconds