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

  /external/llvm/unittests/Support/
MathExtrasTest.cpp 77 EXPECT_FLOAT_EQ(kValue, BitsToFloat(FloatToBits(kValue)));
  /external/llvm/include/llvm/Support/
MathExtras.h 380 /// BitsToFloat - This function takes a 32-bit integer and returns the bit
382 inline float BitsToFloat(uint32_t Bits) {
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 236 milliseconds