v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <stdlib.h>
#include "v8.h"
#include "platform.h"
#include "cctest.h"
#include "double.h"
#include "fixed-dtoa.h"
#include "gay-fixed.h"
Go to the source code of this file.
Functions | |
TEST (FastFixedVariousDoubles) | |
TEST (FastFixedDtoaGayFixed) | |
TEST | ( | FastFixedVariousDoubles | ) |
Definition at line 42 of file test-fixed-dtoa.cc.
References CHECK, CHECK_EQ, v8::internal::FastFixedDtoa(), and Vector< T >::start().
TEST | ( | FastFixedDtoaGayFixed | ) |
Definition at line 492 of file test-fixed-dtoa.cc.
References CHECK, CHECK_EQ, CHECK_GE, PrecomputedFixed::decimal_point, v8::internal::FastFixedDtoa(), Vector< T >::length(), PrecomputedFixed::number_digits, v8::internal::PrecomputedFixedRepresentations(), PrecomputedFixed::representation, Vector< T >::start(), and PrecomputedFixed::v.