Searched refs:DoubleToBits (Results 1 - 3 of 3) sorted by relevance

/external/llvm/unittests/Support/
H A DMathExtrasTest.cpp169 EXPECT_FLOAT_EQ(kValue, BitsToDouble(DoubleToBits(kValue)));
/external/llvm/include/llvm/Support/
H A DMathExtras.h508 /// DoubleToBits - This function takes a double and returns the bit
512 inline uint64_t DoubleToBits(double Double) { function in namespace:llvm
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc18162 static uint64_t DoubleToBits(double value) { function
18237 uint64_t stored_bits = DoubleToBits(stored_number);
18258 uint64_t stored_bits = DoubleToBits(stored_date);

Completed in 128 milliseconds