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

  /external/swiftshader/third_party/LLVM/unittests/Support/
MathExtrasTest.cpp 77 EXPECT_FLOAT_EQ(kValue, BitsToFloat(FloatToBits(kValue)));
  /external/swiftshader/third_party/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) {
  /external/llvm/unittests/Support/
MathExtrasTest.cpp 190 EXPECT_FLOAT_EQ(kValue, BitsToFloat(FloatToBits(kValue)));
  /external/llvm/include/llvm/Support/
MathExtras.h 536 /// BitsToFloat - This function takes a 32-bit integer and returns the bit
538 inline float BitsToFloat(uint32_t Bits) {
  /external/llvm/lib/Target/AMDGPU/InstPrinter/
AMDGPUInstPrinter.cpp 630 O << Imm << '(' << BitsToFloat(Imm) << ')';
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 186 const float F = BitsToFloat(Imm.Val);
377 APFloat F(BitsToFloat(Val));
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]

Completed in 345 milliseconds