Home
last modified time | relevance | path

Searched refs:DEFINE_DOUBLE (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/arm64/
Dinstructions-arm64.h27 #define DEFINE_DOUBLE(name, value) extern const uint64_t name = value macro
30 #define DEFINE_DOUBLE(name, value) extern const double name macro
35 DEFINE_DOUBLE(kFP64PositiveInfinity, 0x7ff0000000000000UL);
36 DEFINE_DOUBLE(kFP64NegativeInfinity, 0xfff0000000000000UL);
40 DEFINE_DOUBLE(kFP64SignallingNaN, 0x7ff000007f800001);
44 DEFINE_DOUBLE(kFP64QuietNaN, 0x7ff800007fc00001);
48 DEFINE_DOUBLE(kFP64DefaultNaN, 0x7ff8000000000000UL);
52 #undef DEFINE_DOUBLE