Home
last modified time | relevance | path

Searched refs:RoundToZero (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/flang/include/flang/Decimal/
Ddecimal.h50 RoundToZero, /* RZ - no rounding */ enumerator
/external/llvm-project/flang/lib/Decimal/
Ddecimal-to-binary.cpp161 case RoundToZero: in LoseLeastSignificantDigit()
270 case RoundToZero: in ToBinary()
Dbinary-to-decimal.cpp162 case RoundToZero: in ConvertToDecimal()
/external/llvm-project/flang/runtime/
Dformat-implementation.h162 modes.round = decimal::RoundToZero; in HandleControl()
Dio-stmt.cpp857 case decimal::FortranRounding::RoundToZero: in Inquire()
Dio-api.cpp539 connection.modes.round = decimal::RoundToZero; in IONAME()
/external/llvm-project/flang/lib/Evaluate/
Dreal.cpp406 return decimal::RoundToZero; in MapRoundingMode()
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DXmmArith.cpp2244 TestRoundsdXmmXmm(Dst, Src, RoundToZero, 5.49, 5); \ in TEST_F()
2245 TestRoundsdXmmXmm(Dst, Src, RoundToZero, 5.51, 5); \ in TEST_F()
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DXmmArith.cpp2120 TestRoundsdXmmXmm(Dst, Src, RoundToZero, 5.49, 5); \ in TEST_F()
2121 TestRoundsdXmmXmm(Dst, Src, RoundToZero, 5.51, 5); \ in TEST_F()