v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <stdlib.h>
#include "v8.h"
#include "bignum-dtoa.h"
#include "cctest.h"
#include "double.h"
#include "gay-fixed.h"
#include "gay-precision.h"
#include "gay-shortest.h"
#include "platform.h"
Go to the source code of this file.
Functions | |
TEST (BignumDtoaVariousDoubles) | |
TEST (BignumDtoaGayShortest) | |
TEST (BignumDtoaGayFixed) | |
TEST (BignumDtoaGayPrecision) | |
TEST | ( | BignumDtoaVariousDoubles | ) |
Definition at line 59 of file test-bignum-dtoa.cc.
References v8::internal::BIGNUM_DTOA_FIXED, v8::internal::BIGNUM_DTOA_PRECISION, v8::internal::BIGNUM_DTOA_SHORTEST, v8::internal::BignumDtoa(), CHECK_EQ, CHECK_GE, Vector< T >::start(), V8_2PART_UINT64_C, and Double::value().
TEST | ( | BignumDtoaGayShortest | ) |
Definition at line 257 of file test-bignum-dtoa.cc.
References v8::internal::BIGNUM_DTOA_SHORTEST, v8::internal::BignumDtoa(), CHECK_EQ, PrecomputedShortest::decimal_point, Vector< T >::length(), v8::internal::PrecomputedShortestRepresentations(), PrecomputedShortest::representation, Vector< T >::start(), and PrecomputedShortest::v.
TEST | ( | BignumDtoaGayFixed | ) |
Definition at line 275 of file test-bignum-dtoa.cc.
References v8::internal::BIGNUM_DTOA_FIXED, v8::internal::BignumDtoa(), CHECK_EQ, CHECK_GE, PrecomputedFixed::decimal_point, Vector< T >::length(), PrecomputedFixed::number_digits, v8::internal::PrecomputedFixedRepresentations(), PrecomputedFixed::representation, Vector< T >::start(), and PrecomputedFixed::v.
TEST | ( | BignumDtoaGayPrecision | ) |
Definition at line 296 of file test-bignum-dtoa.cc.
References v8::internal::BIGNUM_DTOA_PRECISION, v8::internal::BignumDtoa(), CHECK_EQ, CHECK_GE, PrecomputedPrecision::decimal_point, Vector< T >::length(), PrecomputedPrecision::number_digits, v8::internal::PrecomputedPrecisionRepresentations(), PrecomputedPrecision::representation, Vector< T >::start(), and PrecomputedPrecision::v.