Home
last modified time | relevance | path

Searched refs:convertHalfAPFloatToAPInt (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h548 APInt convertHalfAPFloatToAPInt() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h539 APInt convertHalfAPFloatToAPInt() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp3042 APInt IEEEFloat::convertHalfAPFloatToAPInt() const { in convertHalfAPFloatToAPInt() function in llvm::detail::IEEEFloat
3075 return convertHalfAPFloatToAPInt(); in bitcastToAPInt()