![]() |
v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
Go to the source code of this file.
Namespaces | |
| v8 | |
Enumerations | |
| enum | { FP_NAN, FP_INFINITE, FP_ZERO, FP_SUBNORMAL, FP_NORMAL } |
Functions | |
| int | isfinite (double x) |
| int | isnan (double x) |
| int | isinf (double x) |
| int | isless (double x, double y) |
| int | isgreater (double x, double y) |
| int | fpclassify (double x) |
| int | signbit (double x) |
| anonymous enum |
| Enumerator | |
|---|---|
| FP_NAN | |
| FP_INFINITE | |
| FP_ZERO | |
| FP_SUBNORMAL | |
| FP_NORMAL | |
Definition at line 40 of file win32-math.h.
| int fpclassify | ( | double | x | ) |
Referenced by v8::internal::DoubleToCString(), and v8::internal::RUNTIME_FUNCTION().
| int isgreater | ( | double | x, |
| double | y | ||
| ) |
| int isinf | ( | double | x | ) |
Referenced by v8::internal::power_double_double(), and v8::internal::RUNTIME_FUNCTION().
| int isless | ( | double | x, |
| double | y | ||
| ) |
Referenced by v8::internal::RUNTIME_FUNCTION().
| int isnan | ( | double | x | ) |
Referenced by v8::internal::DoubleToInteger(), HConstant::ImmortalImmovable(), Object::IsNaN(), OS::LocalTimezone(), Number::New(), Date::New(), v8::internal::power_double_double(), ToBooleanStub::Types::Record(), v8::internal::RUNTIME_FUNCTION(), Object::SameValue(), FixedDoubleArray::set(), Value::StrictEquals(), TEST(), Execution::ToBoolean(), and HConstant::ToBoolean().
| int signbit | ( | double | x | ) |
Definition at line 66 of file platform-solaris.cc.