HomeSort by relevance Sort by last modified time
    Searched refs:DoubleToBits (Results 1 - 3 of 3) sorted by null

  /external/llvm/unittests/Support/
MathExtrasTest.cpp 82 EXPECT_FLOAT_EQ(kValue, BitsToDouble(DoubleToBits(kValue)));
  /external/llvm/include/llvm/Support/
MathExtras.h 391 /// DoubleToBits - This function takes a double and returns the bit
395 inline uint64_t DoubleToBits(double Double) {
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 1666 milliseconds