OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toInt64
(Results
1 - 2
of
2
) sorted by null
/external/deqp/executor/
xeTestResultParser.cpp
49
static inline deInt64
toInt64
(const char* str)
284
const deInt64 num =
toInt64
(stripLeadingWhitespace(value.c_str()));
/external/eigen/unsupported/test/mpreal/
mpreal.h
349
int64_t
toInt64
(mp_rnd_t mode = GMP_RNDZ) const;
353
explicit operator int64_t () const { return
toInt64
(); }
[
all
...]
Completed in 736 milliseconds