v8  3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
test-bignum.cc File Reference
#include <stdlib.h>
#include "v8.h"
#include "platform.h"
#include "cctest.h"
#include "bignum.h"
Include dependency graph for test-bignum.cc:

Go to the source code of this file.

Functions

 TEST (Assign)
 
 TEST (ShiftLeft)
 
 TEST (AddUInt64)
 
 TEST (AddBignum)
 
 TEST (SubtractBignum)
 
 TEST (MultiplyUInt32)
 
 TEST (MultiplyUInt64)
 
 TEST (MultiplyPowerOfTen)
 
 TEST (DivideModuloIntBignum)
 
 TEST (Compare)
 
 TEST (PlusCompare)
 
 TEST (Square)
 
 TEST (AssignPowerUInt16)
 

Function Documentation

TEST ( ShiftLeft  )

Definition at line 120 of file test-bignum.cc.

References CHECK, CHECK_EQ, Bignum::ShiftLeft(), and Bignum::ToHexString().

TEST ( AddBignum  )
TEST ( SubtractBignum  )
TEST ( MultiplyUInt32  )
TEST ( MultiplyPowerOfTen  )
TEST ( Square  )
TEST ( AssignPowerUInt16  )

Definition at line 1390 of file test-bignum.cc.

References Bignum::AssignPowerUInt16(), CHECK, CHECK_EQ, and Bignum::ToHexString().