Searched defs:Inexact (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/flang/include/flang/Decimal/ |
D | decimal.h | 35 Inexact = 2, enumerator
|
/external/rust/crates/itertools/tests/ |
D | quick.rs | 61 struct Inexact { struct 66 impl HintKind for Inexact { argument 74 impl qc::Arbitrary for Inexact { implementation
|
/external/llvm-project/libc/utils/FPUtil/x86_64/ |
D | FEnv.h | 48 static constexpr uint16_t Inexact = 0x20; member
|
/external/llvm-project/flang/unittests/Evaluate/ |
D | real.cpp | 260 Inexact = 16, enumerator
|
/external/python/cpython3/Lib/ |
D | _pydecimal.py | 304 class Inexact(DecimalException): class
|
/external/python/cpython2/Lib/ |
D | decimal.py | 272 class Inexact(DecimalException): class
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 3830 SDValue Inexact = DAG.getNode(ISD::SUB, DL, ShiftAmtTy, Bits, C1); in visitSDIVLike() local
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 4106 SDValue Inexact = DAG.getNode(ISD::SUB, DL, ShiftAmtTy, Bits, C1); in visitSDIVLike() local
|