Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h81 enum class Rounding { enum
/external/spirv-llvm/lib/SPIRV/
DOCL20ToSPIRV.cpp867 std::string Rounding; in visitCallConvert() local
DSPIRVReader.cpp2606 SPIRVFPRoundingModeKind Rounding; in getOCLConvertBuiltinName() local
/external/python/cpython3/Python/
Ddtoa.c271 #define Rounding Flt_Rounds macro
/external/python/cpython2/Python/
Ddtoa.c280 #define Rounding Flt_Rounds macro
/external/v8/src/objects/
Dbigint.cc163 enum Rounding { kRoundDown, kTie, kRoundUp }; enum in v8::internal::MutableBigInt