HomeSort by relevance Sort by last modified time
    Searched defs:apf (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp 593 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended); local
594 (void)apf.convertFromAPInt(GV.IntVal,
597 GV.IntVal = apf.bitcastToAPInt();
608 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended); local
609 (void)apf.convertFromAPInt(GV.IntVal,
612 GV.IntVal = apf.bitcastToAPInt();
625 APFloat apf = APFloat(GV.IntVal); local
628 (void)apf.convertToInteger(&v, BitWidth,
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 691 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended); local
692 (void)apf.convertFromAPInt(GV.IntVal,
695 GV.IntVal = apf.bitcastToAPInt();
706 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended); local
707 (void)apf.convertFromAPInt(GV.IntVal,
710 GV.IntVal = apf.bitcastToAPInt();
723 APFloat apf = APFloat(APFloat::x87DoubleExtended, GV.IntVal); local
726 (void)apf.convertToInteger(&v, BitWidth,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp 745 APFloat apf = CFP->getValueAPF(); local
748 apf.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven,
751 utohex_buffer(uint64_t(apf.bitcastToAPInt().getZExtValue()),
    [all...]
Constants.cpp 520 APFloat apf = cast <ConstantFP>(Constant::getNullValue(Ty))->getValueAPF(); local
521 apf.changeSign();
522 return get(Context, apf);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 694 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended()); local
695 (void)apf.convertFromAPInt(GV.IntVal,
698 GV.IntVal = apf.bitcastToAPInt();
709 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended()); local
710 (void)apf.convertFromAPInt(GV.IntVal,
713 GV.IntVal = apf.bitcastToAPInt();
726 APFloat apf = APFloat(APFloat::x87DoubleExtended(), GV.IntVal); local
729 (void)apf.convertToInteger(makeMutableArrayRef(v), BitWidth,
    [all...]
  /external/mesa3d/src/broadcom/qpu/
qpu_instr.h 137 enum v3d_qpu_pf apf, mpf; member in struct:v3d_qpu_flags
  /external/llvm/lib/IR/
AsmWriter.cpp 1179 APFloat apf = CFP->getValueAPF(); local
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
AsmWriter.cpp 1326 APFloat apf = APF; local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 1030 APFloat apf = APFloat(Val); local
    [all...]

Completed in 1346 milliseconds