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

  /external/llvm/unittests/Support/
MathExtrasTest.cpp 161 EXPECT_FLOAT_EQ(kValue, BitsToFloat(FloatToBits(kValue)));
  /external/llvm/include/llvm/Support/
MathExtras.h 513 /// BitsToFloat - This function takes a 32-bit integer and returns the bit
515 inline float BitsToFloat(uint32_t Bits) {
  /external/llvm/lib/Target/AMDGPU/InstPrinter/
AMDGPUInstPrinter.cpp 427 O << Imm << '(' << BitsToFloat(Imm) << ')';
  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 148 float F = BitsToFloat(Imm.Val);
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]

Completed in 1039 milliseconds