Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Decimal/
Ddecimal.h35 Inexact = 2, enumerator
/external/rust/crates/itertools/tests/
Dquick.rs61 struct Inexact { struct
66 impl HintKind for Inexact { argument
74 impl qc::Arbitrary for Inexact { implementation
/external/llvm-project/libc/utils/FPUtil/x86_64/
DFEnv.h48 static constexpr uint16_t Inexact = 0x20; member
/external/llvm-project/flang/unittests/Evaluate/
Dreal.cpp260 Inexact = 16, enumerator
/external/python/cpython3/Lib/
D_pydecimal.py304 class Inexact(DecimalException): class
/external/python/cpython2/Lib/
Ddecimal.py272 class Inexact(DecimalException): class
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3830 SDValue Inexact = DAG.getNode(ISD::SUB, DL, ShiftAmtTy, Bits, C1); in visitSDIVLike() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp4106 SDValue Inexact = DAG.getNode(ISD::SUB, DL, ShiftAmtTy, Bits, C1); in visitSDIVLike() local