Searched defs:BitsToFloat (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMathExtras.h356 /// BitsToFloat - This function takes a 32-bit integer and returns the bit
358 inline float BitsToFloat(uint32_t Bits) { function in namespace:llvm
/external/llvm/include/llvm/Support/
H A DMathExtras.h536 /// BitsToFloat - This function takes a 32-bit integer and returns the bit
538 inline float BitsToFloat(uint32_t Bits) { function in namespace:llvm

Completed in 109 milliseconds