v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
Functions | |
int | signbit (double x) |
int | isfinite (double x) |
int | isinf (double x) |
int | isnan (double x) |
int | isless (double x, double y) |
int | isgreater (double x, double y) |
int | fpclassify (double x) |
int std::fpclassify | ( | double | x | ) |
Referenced by v8::internal::DoubleToCString(), and v8::internal::RUNTIME_FUNCTION().
int std::isfinite | ( | double | x | ) |
int std::isgreater | ( | double | x, |
double | y | ||
) |
int std::isinf | ( | double | x | ) |
int std::isless | ( | double | x, |
double | y | ||
) |
Referenced by v8::internal::RUNTIME_FUNCTION().
int std::isnan | ( | double | x | ) |
Referenced by v8::internal::BUILTIN(), OS::DaylightSavingsOffset(), v8::internal::DoubleToInteger(), EqualFP32(), EqualFP64(), Object::IsNaN(), v8::internal::IsQuietNaN(), v8::internal::IsSignallingNaN(), V8_FINAL< kOperandKind, kNumCachedOperands >::IsSpecialDouble(), OS::LocalTimezone(), Number::New(), Date::New(), v8::internal::power_double_double(), v8::internal::RUNTIME_FUNCTION(), Object::SameValue(), FixedDoubleArray::set(), Isolate::StackOverflow(), Value::StrictEquals(), TEST(), THREADED_TEST(), v8::internal::ToQuietNaN(), and ToBooleanStub::Types::UpdateStatus().
int signbit | ( | double | x | ) |
Definition at line 65 of file platform-solaris.cc.
Referenced by TEST().