HomeSort by relevance Sort by last modified time
    Searched refs:RNE (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVBaseInfo.h 69 RNE = 0,
82 case RISCVFPRndMode::RNE:
83 return "rne";
99 .Case("rne", RISCVFPRndMode::RNE)
  /external/tensorflow/tensorflow/compiler/xla/service/
algebraic_simplifier_proof_distributive_property.py 22 then there exists a rounding mode rm in [RTZ, RNE] such that
51 for rm in [z3.RTZ(), z3.RNE()]:

Completed in 58 milliseconds