Searched refs:toInt64 (Results 1 – 2 of 2) sorted by relevance
49 static inline deInt64 toInt64 (const char* str) in toInt64() function282 const deInt64 num = toInt64(stripLeadingWhitespace(value.c_str())); in getNumericValue()
348 int64_t toInt64 (mp_rnd_t mode = GMP_RNDZ) const;352 explicit operator int64_t () const { return toInt64(); } in int64_t()1709 inline int64_t mpreal::toInt64 (mp_rnd_t mode) const{ return mpfr_get_sj(mpfr_srcptr(), …