/external/valgrind/none/tests/ppc64/ |
D | test_dfp3.stdout.exp | 1017 drrnd (RMC=0, ref sig=0) [RR]2234000000000e50 => 2234000000000e50 1018 drrnd (RMC=1, ref sig=0) [RR]2234000000000e50 => 2234000000000e50 1019 drrnd (RMC=2, ref sig=0) [RR]2234000000000e50 => 2234000000000e50 1020 drrnd (RMC=3, ref sig=0) [RR]2234000000000e50 => 2234000000000e50 1021 drrnd (RMC=0, ref sig=2) [RR]2234000000000e50 => 223c000000000034 1022 drrnd (RMC=1, ref sig=2) [RR]2234000000000e50 => 223c000000000034 1023 drrnd (RMC=2, ref sig=2) [RR]2234000000000e50 => 223c000000000035 1024 drrnd (RMC=3, ref sig=2) [RR]2234000000000e50 => 223c000000000034 1025 drrnd (RMC=0, ref sig=6) [RR]2234000000000e50 => 2234000000000e50 1026 drrnd (RMC=1, ref sig=6) [RR]2234000000000e50 => 2234000000000e50 [all …]
|
/external/valgrind/none/tests/ppc32/ |
D | test_dfp3.stdout.exp | 1017 drrnd (RMC=0, ref sig=0) [RR]2234000000000e50 => 2234000000000e50 1018 drrnd (RMC=1, ref sig=0) [RR]2234000000000e50 => 2234000000000e50 1019 drrnd (RMC=2, ref sig=0) [RR]2234000000000e50 => 2234000000000e50 1020 drrnd (RMC=3, ref sig=0) [RR]2234000000000e50 => 2234000000000e50 1021 drrnd (RMC=0, ref sig=2) [RR]2234000000000e50 => 223c000000000034 1022 drrnd (RMC=1, ref sig=2) [RR]2234000000000e50 => 223c000000000034 1023 drrnd (RMC=2, ref sig=2) [RR]2234000000000e50 => 223c000000000035 1024 drrnd (RMC=3, ref sig=2) [RR]2234000000000e50 => 223c000000000034 1025 drrnd (RMC=0, ref sig=6) [RR]2234000000000e50 => 2234000000000e50 1026 drrnd (RMC=1, ref sig=6) [RR]2234000000000e50 => 2234000000000e50 [all …]
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | f.cpp | 62 boost::math::ntl::RR exp2(const boost::math::ntl::RR& x) in exp2() 67 boost::math::ntl::RR log2(const boost::math::ntl::RR& x) in log2() 72 boost::math::ntl::RR f(const boost::math::ntl::RR& x, int variant) in f() 88 const boost::math::tools::polynomial<boost::math::ntl::RR>& n, in show_extra() 89 const boost::math::tools::polynomial<boost::math::ntl::RR>& d, in show_extra() 90 const boost::math::ntl::RR& x_offset, in show_extra() 91 const boost::math::ntl::RR& y_offset, in show_extra()
|
/external/mdnsresponder/mDNSCore/ |
D | DNSCommon.h | 172 #define GetRRDomainNameTarget(RR) ( … argument 173 …((RR)->rrtype == kDNSType_NS || (RR)->rrtype == kDNSType_CNAME || (RR)->rrtype == kDNSType_PTR || … 174 …((RR)->rrtype == kDNSType_MX || (RR)->rrtype == kDNSType_AFSDB || (RR)->rrtype == kDNSType_RT || … 175 …((RR)->rrtype == kDNSType_SRV ) ? &(RR)->rdata->u.srv.target : mD… 203 #define PutResourceRecord(MSG, P, C, RR) PutResourceRecordTTL((MSG), (P), (C), (RR), (RR)->rrorigin… argument 210 #define PutRR_OS(P, C, RR) PutRR_OS_TTL((P), (C), (RR), (RR)->rroriginalttl) argument 265 #pragma mark - RR List Management & Task Management
|
/external/vboot_reference/host/lib/ |
D | util_misc.c | 39 BIGNUM *N0inv = NULL, *R = NULL, *RR = NULL; in vb_keyb_from_rsa() local 70 NEW_BIGNUM(RR); in vb_keyb_from_rsa() 98 BN_copy(RR, R); in vb_keyb_from_rsa() 99 BN_mul(RRTemp, RR, R, bn_ctx); in vb_keyb_from_rsa() 100 BN_mod(RR, RRTemp, N, bn_ctx); in vb_keyb_from_rsa() 118 BN_mod(rr, RR, B, bn_ctx); /* rr = RR mod B */ in vb_keyb_from_rsa() 122 BN_rshift(RR, RR, 32); /* RR = RR/B */ in vb_keyb_from_rsa()
|
/external/openssh/ |
D | README.dns | 10 (1) Server: Generate and publish the DNS RR 12 To create a DNS resource record (RR) containing a fingerprint of the 19 you should generate one RR for each key. 22 generic DNS RR format parsable by most modern name server 23 implementations. If your nameserver has support for the SSHFP RR 24 you can omit the -g flag and ssh-keygen will print a standard SSHFP RR. 26 To publish the fingerprint using the DNS you must add the generated RR 38 Upon connection the client will try to look up the fingerprint RR
|
/external/vboot_reference/utility/ |
D | dumpRSAPublicKey.c | 46 BIGNUM *N0inv= NULL, *R = NULL, *RR = NULL, *RRTemp = NULL, *NnumBits = NULL; in output() local 65 RR = BN_new(); in output() 92 BN_copy(RR, R); in output() 93 BN_mul(RRTemp, RR, R, bn_ctx); in output() 94 BN_mod(RR, RRTemp, N, bn_ctx); in output() 113 BN_mod(rr, RR, B, bn_ctx); /* rr = RR mod B */ in output() 118 BN_rshift(RR, RR, 32); /* RR = RR/B */ in output()
|
/external/clang/test/PCH/ |
D | cxx-reference.h | 4 typedef char (&&RR); 12 RR &lrrr = c; 13 RR &&rrrr = 'c';
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonExpandCondsets.cpp | 121 bool operator== (RegisterRef RR) const { in operator ==() 122 return Reg == RR.Reg && Sub == RR.Sub; in operator ==() 124 bool operator!= (RegisterRef RR) const { return !operator==(RR); } in operator !=() 134 void addRefToMap(RegisterRef RR, ReferenceMap &Map, unsigned Exec); 171 bool isIntReg(RegisterRef RR, unsigned &BW); 209 void HexagonExpandCondsets::addRefToMap(RegisterRef RR, ReferenceMap &Map, in addRefToMap() argument 211 unsigned Mask = getMaskForSub(RR.Sub) | Exec; in addRefToMap() 212 ReferenceMap::iterator F = Map.find(RR.Reg); in addRefToMap() 214 Map.insert(std::make_pair(RR.Reg, Mask)); in addRefToMap() 220 bool HexagonExpandCondsets::isRefInMap(RegisterRef RR, ReferenceMap &Map, in isRefInMap() argument [all …]
|
/external/v8/test/mjsunit/harmony/ |
D | module-linking.js | 67 assertTrue("v" in RR) 73 assertTrue("l" in RR) 79 assertTrue("c" in RR) 85 assertTrue("f" in RR) 91 assertTrue("M" in RR) 93 assertTrue("RR" in RR) 96 assertSame(R, RR) 97 assertSame(R, R.RR) 180 export module RR = R
|
/external/boringssl/src/crypto/bn/ |
D | montgomery.c | 139 BN_init(&mont->RR); in BN_MONT_CTX_init() 149 BN_free(&mont->RR); in BN_MONT_CTX_free() 162 if (!BN_copy(&to->RR, &from->RR) || in BN_MONT_CTX_copy() 184 R = &mont->RR; /* grab RR as a temp */ in BN_MONT_CTX_set() 281 BN_zero(&(mont->RR)); in BN_MONT_CTX_set() 282 if (!BN_set_bit(&(mont->RR), mont->ri * 2)) { in BN_MONT_CTX_set() 285 if (!BN_mod(&(mont->RR), &(mont->RR), &(mont->N), ctx)) { in BN_MONT_CTX_set() 330 return BN_mod_mul_montgomery(ret, a, &mont->RR, mont, ctx); in BN_to_montgomery()
|
D | rsaz_exp.h | 38 const BN_ULONG m_norm[16], const BN_ULONG RR[16], BN_ULONG k0); 43 const BN_ULONG m_norm[8], BN_ULONG k0, const BN_ULONG RR[8]);
|
D | rsaz_exp.c | 79 const BN_ULONG m_norm[16], const BN_ULONG RR[16], BN_ULONG k0) in RSAZ_1024_mod_exp_avx2() 101 rsaz_1024_norm2red_avx2(R2, RR); in RSAZ_1024_mod_exp_avx2() 275 const BN_ULONG m[8], BN_ULONG k0, const BN_ULONG RR[8]) in RSAZ_512_mod_exp() 293 rsaz_512_mul(a_inv, base, RR, m, k0); in RSAZ_512_mod_exp()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | PointerSubChecker.cpp | 48 const MemRegion *RR = RV.getAsRegion(); in checkPreStmt() local 50 if (!(LR && RR)) in checkPreStmt() 54 const MemRegion *BaseRR = RR->getBaseRegion(); in checkPreStmt()
|
/external/llvm/lib/CodeGen/ |
D | RegisterClassInfo.cpp | 65 const BitVector &RR = MF->getRegInfo().getReservedRegs(); in runOnMachineFunction() local 66 if (Reserved.size() != RR.size() || RR != Reserved) { in runOnMachineFunction() 68 Reserved = RR; in runOnMachineFunction()
|
/external/opencv/cv/src/ |
D | cvundistort.cpp | 379 double A[3][3], RR[3][3], k[5]={0,0,0,0,0}, fx, fy, ifx, ify, cx, cy; in cvUndistortPoints() local 381 CvMat _RR=cvMat(3, 3, CV_64F, RR); in cvUndistortPoints() 470 double xx = RR[0][0]*x + RR[0][1]*y + RR[0][2]; in cvUndistortPoints() 471 double yy = RR[1][0]*x + RR[1][1]*y + RR[1][2]; in cvUndistortPoints() 472 double ww = 1./(RR[2][0]*x + RR[2][1]*y + RR[2][2]); in cvUndistortPoints()
|
/external/icu/icu4c/source/data/translit/ |
D | Gujarati_InterIndic.txt | 69 \u0AC4→\uE044; # VOWEL SIGN VOCALIC RR 78 ૠ→\uE060; # LETTER VOCALIC RR
|
D | Kannada_InterIndic.txt | 74 ೄ→\uE044; # VOWEL SIGN VOCALIC RR 81 ೠ→\uE060; # LETTER VOCALIC RR
|
D | Telugu_InterIndic.txt | 70 ౄ→\uE044; # VOWEL SIGN VOCALIC RR 79 ౠ→\uE060; # LETTER VOCALIC RR
|
D | Bengali_InterIndic.txt | 67 \u09C4→\uE044; # VOWEL SIGN VOCALIC RR 75 ৠ→\uE060; # LETTER VOCALIC RR
|
D | Devanagari_InterIndic.txt | 75 \u0944→\uE044; # VOWEL SIGN VOCALIC RR 98 ॠ→\uE060; # LETTER VOCALIC RR
|
D | InterIndic_Bengali.txt | 75 \uE044→\u09C4; # VOWEL SIGN VOCALIC RR 101 \uE060→ৠ; # LETTER VOCALIC RR
|
D | InterIndic_Oriya.txt | 75 \uE044→\u0B43\u0B3C; # FALLBACK \u0B44→\u0B43\u0B3C = VOWEL SIGN VOCALIC RR→VOWEL SIGN VOCALIC R.SI… 101 \uE060→ୠ; # LETTER VOCALIC RR
|
/external/clang/test/CodeGen/ |
D | union.c | 39 union RR {_Bool a : 1;} RRU; union
|
/external/icu/icu4c/source/data/coll/ |
D | sq.txt | 20 "&[before 1]S<rr<<<Rr<<<RR"
|