Searched refs:BitsToFloat (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/unittests/Support/
H A DMathExtrasTest.cpp77 EXPECT_FLOAT_EQ(kValue, BitsToFloat(FloatToBits(kValue)));
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DMathExtras.h370 /// BitsToFloat - This function takes a 32-bit integer and returns the bit
372 inline float BitsToFloat(uint32_t Bits) { function in namespace:llvm
/macosx-10.10.1/objc4-646/runtime/
H A Dllvm-MathExtras.h352 /// BitsToFloat - This function takes a 32-bit integer and returns the bit
354 inline float BitsToFloat(uint32_t Bits) { function in namespace:objc
/macosx-10.10.1/llvmCore-3425.0.34/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1106 std::transform(Record.begin(), Record.end(), Elts.begin(), BitsToFloat);

Completed in 122 milliseconds