Home
last modified time | relevance | path

Searched refs:RDN (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h328 RDN = 2, enumerator
343 case RISCVFPRndMode::RDN: in roundingModeToString()
358 .Case("rdn", RISCVFPRndMode::RDN) in stringToRoundingMode()
371 case RISCVFPRndMode::RDN: in isValidRoundingMode()
384 RDN = 2, enumerator
/freebsd/crypto/openssl/doc/man3/
H A DX509_NAME_add_entry_by_txt.pod64 RelativeDistinguishedName (RDN).
70 If it is zero a new RDN is created.
73 to the previous or next RDN structure, respectively.
74 This will then become part of a multi-valued RDN (containing a set of AVAs).
H A DX509_NAME_print_ex.pod61 components and separate values in the same RDN for a multi-valued RDN.
H A DX509_cmp.pod37 On the other hand, if an RDN is multi-valued, i.e., it contains a set of
/freebsd/crypto/heimdal/lib/hx509/
H A DChangeLog1053 * name.c: Split building RDN to a separate function.
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3019 return RISCVFPRndMode::RDN; in matchRoundingOp()
12077 (int(RoundingMode::TowardNegative) << 4 * RISCVFPRndMode::RDN) | in lowerGET_ROUNDING()
12107 (RISCVFPRndMode::RDN << 4 * int(RoundingMode::TowardNegative)) | in lowerSET_ROUNDING()