Home
last modified time | relevance | path

Searched defs:Rounding (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h81 enum class Rounding { enum
/third_party/boost/boost/numeric/conversion/detail/
Dconverter.hpp542 typedef rounding_converter<Traits,RangeChecker,RawConverter,Float2IntRounder> Rounding ; typedef
/third_party/python/Python/
Ddtoa.c275 #define Rounding Flt_Rounds macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h1172 Value *getConstrainedFPRounding(Optional<fp::RoundingMode> Rounding) { in getConstrainedFPRounding()
/third_party/skia/src/core/
DSkVM.h194 enum Rounding { NEAREST, FLOOR, CEIL, TRUNC, CURRENT }; enum