Searched refs:FastD2IChecked (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-utils.cc59 CHECK_EQ(-1000000, FastD2IChecked(-1000000.0));
60 CHECK_EQ(-1, FastD2IChecked(-1.0));
61 CHECK_EQ(0, FastD2IChecked(0.0));
62 CHECK_EQ(1, FastD2IChecked(1.0));
63 CHECK_EQ(1000000, FastD2IChecked(1000000.0));
65 CHECK_EQ(-1000000, FastD2IChecked(-1000000.123));
66 CHECK_EQ(-1, FastD2IChecked(-1.234));
67 CHECK_EQ(0, FastD2IChecked(0.345));
68 CHECK_EQ(1, FastD2IChecked(1.234));
69 CHECK_EQ(1000000, FastD2IChecked(1000000.12
[all...]
/external/chromium_org/v8/src/
H A Dconversions.h63 inline int FastD2IChecked(double x) { function in namespace:v8::internal
H A Delements.cc950 int old_length = FastD2IChecked(array->length()->Number());
H A Druntime.cc4363 start = FastD2IChecked(from_number);
4364 end = FastD2IChecked(to_number);
4650 int f = FastD2IChecked(f_number);
4666 int f = FastD2IChecked(f_number);
4682 int f = FastD2IChecked(f_number);

Completed in 125 milliseconds