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

  /external/llvm/unittests/Support/
MathExtrasTest.cpp 77 EXPECT_FLOAT_EQ(kValue, BitsToFloat(FloatToBits(kValue)));
  /external/llvm/include/llvm/Support/
MathExtras.h 356 /// BitsToFloat - This function takes a 32-bit integer and returns the bit
358 inline float BitsToFloat(uint32_t Bits) {

Completed in 49 milliseconds