/external/v8/test/cctest/ |
test-double.cc | 21 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); local 22 CHECK_EQ(5e-324, Double(min_double64).value()); 35 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); local 36 diy_fp = Double(min_double64).AsDiyFp(); 55 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); local 56 diy_fp = Double(min_double64).AsNormalizedDiyFp(); 70 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); local 71 CHECK(Double(min_double64).IsDenormal()); 110 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); local 111 CHECK(!Double(min_double64).IsInfinite()) 125 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); local 136 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); local 163 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); local [all...] |
/external/chromium_org/v8/test/cctest/ |
test-double.cc | 46 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); local 47 CHECK_EQ(5e-324, Double(min_double64).value()); 61 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); local 62 diy_fp = Double(min_double64).AsDiyFp(); 81 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); local 82 diy_fp = Double(min_double64).AsNormalizedDiyFp(); 96 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); local 97 CHECK(Double(min_double64).IsDenormal()); 136 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); local 137 CHECK(!Double(min_double64).IsInfinite()) 147 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); local 174 uint64_t min_double64 = V8_2PART_UINT64_C(0x00000000, 00000001); local [all...] |