OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMinLong
(Results
1 - 4
of
4
) sorted by null
/art/runtime/entrypoints/
math_entrypoints.cc
35
static const double
kMinLong
= static_cast<double>(static_cast<int64_t>(0x8000000000000000ULL));
38
} else if (d <=
kMinLong
) {
49
static const float
kMinLong
= static_cast<float>(static_cast<int64_t>(0x8000000000000000ULL));
52
} else if (f <=
kMinLong
) {
/dalvik/docs/
porting-proto.c.txt
103
static const float
kMinLong
= (float)0x8000000000000000ULL;
107
} else if (x <=
kMinLong
) {
119
static const double
kMinLong
= (double)0x8000000000000000ULL;
123
} else if (x <=
kMinLong
) {
/dalvik/vm/interp/
Jit.cpp
[
all
...]
/art/runtime/interpreter/
interpreter.cc
67
static const int64_t
kMinLong
= std::numeric_limits<int64_t>::min();
[
all
...]
Completed in 181 milliseconds