Searched refs:FastD2I (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-utils.cc40 CHECK_EQ(-1000000, FastD2I(-1000000.0));
41 CHECK_EQ(-1, FastD2I(-1.0));
42 CHECK_EQ(0, FastD2I(0.0));
43 CHECK_EQ(1, FastD2I(1.0));
44 CHECK_EQ(1000000, FastD2I(1000000.0));
46 CHECK_EQ(-1000000, FastD2I(-1000000.123));
47 CHECK_EQ(-1, FastD2I(-1.234));
48 CHECK_EQ(0, FastD2I(0.345));
49 CHECK_EQ(1, FastD2I(1.234));
50 CHECK_EQ(1000000, FastD2I(1000000.12
[all...]
/external/v8/test/cctest/
H A Dtest-utils.cc40 CHECK_EQ(-1000000, FastD2I(-1000000.0));
41 CHECK_EQ(-1, FastD2I(-1.0));
42 CHECK_EQ(0, FastD2I(0.0));
43 CHECK_EQ(1, FastD2I(1.0));
44 CHECK_EQ(1000000, FastD2I(1000000.0));
46 CHECK_EQ(-1000000, FastD2I(-1000000.123));
47 CHECK_EQ(-1, FastD2I(-1.234));
48 CHECK_EQ(0, FastD2I(0.345));
49 CHECK_EQ(1, FastD2I(1.234));
50 CHECK_EQ(1000000, FastD2I(1000000.12
[all...]
/external/chromium_org/v8/src/
H A Dconversions.h74 inline int FastD2I(double x) { function in namespace:v8::internal
H A Dconversions-inl.h64 // in this function as there is in FastD2I. Using lrint doesn't work
96 int32_t i = FastD2I(x);
H A Dic.cc1313 int int_value = FastD2I(value);
H A Dheap.cc3741 int int_value = FastD2I(value);
H A Dobjects-inl.h887 int int_value = FastD2I(value);
H A Dapi.cc2619 return i::FastI2D(i::FastD2I(value)) == value;
H A Dobjects.cc190 if (FastI2D(FastD2I(num)) == num) {
191 *value = FastD2I(num);
H A Druntime.cc6888 int int_value = FastD2I(value);
/external/v8/src/
H A Dconversions.h64 inline int FastD2I(double x) { function in namespace:v8::internal
H A Dconversions-inl.h59 // in this function as there is in FastD2I. Using lrint doesn't work
91 int32_t i = FastD2I(x);
H A Delements.cc653 int old_length = FastD2I(array->length()->Number());
H A Ddeoptimizer.cc909 : FastD2I(input_object->Number());
H A Druntime.cc3576 start = FastD2I(from_number);
3577 end = FastD2I(to_number);
4086 int f = FastD2I(f_number);
4111 int f = FastD2I(f_number);
4136 int f = FastD2I(f_number);
6542 int int_value = FastD2I(value);
H A Dobjects-inl.h822 int int_value = FastD2I(value);
H A Dheap.cc2868 int int_value = FastD2I(value);
H A Dapi.cc2181 return i::FastI2D(i::FastD2I(value)) == value;

Completed in 1129 milliseconds