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

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

Completed in 82 milliseconds