Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/tests/
Droundeven_test.cpp34 TEST(Rounding, RoundevenFloat) in TEST() argument
70 TEST(Rounding, RoundevenDouble) in TEST() argument
/third_party/FreeBSD/contrib/gdtoa/
Dgdtoa_fltrnds.h2 int Rounding; variable
Dstrtod.c59 #define Rounding Flt_Rounds macro
132 int Rounding; local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h81 enum class Rounding { enum
/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/node/deps/v8/src/objects/
Dbigint.cc101 enum Rounding { kRoundDown, kTie, kRoundUp }; enum in v8::internal::MutableBigInt
/third_party/skia/src/core/
DSkVM.h194 enum Rounding { NEAREST, FLOOR, CEIL, TRUNC, CURRENT }; enum