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.h399 RDN = 2, enumerator
414 case RISCVFPRndMode::RDN: in roundingModeToString()
429 .Case("rdn", RISCVFPRndMode::RDN) in stringToRoundingMode()
442 case RISCVFPRndMode::RDN: in isValidRoundingMode()
455 RDN = 2, enumerator
468 case RISCVVXRndMode::RDN: in roundingModeToString()
479 .Case("rdn", RISCVVXRndMode::RDN) in stringToRoundingMode()
490 case RISCVVXRndMode::RDN: in isValidRoundingMode()
/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.pod60 components and separate values in the same RDN for a multi-valued RDN.
H A DX509_cmp.pod38 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.cpp3218 return RISCVFPRndMode::RDN; in matchRoundingOp()
13920 (int(RoundingMode::TowardNegative) << 4 * RISCVFPRndMode::RDN) | in lowerGET_ROUNDING()
13949 (RISCVFPRndMode::RDN << 4 * int(RoundingMode::TowardNegative)) | in lowerSET_ROUNDING()