/external/chromium_org/third_party/mesa/src/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/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/valgrind/main/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/valgrind/main/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/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/chromium_org/third_party/WebKit/Source/core/fetch/ |
D | ResourcePtr.h | 98 template <class R, class RR> bool operator==(const ResourcePtr<R>& h, const RR* res) 102 template <class R, class RR> bool operator==(const RR* res, const ResourcePtr<R>& h) 106 template <class R, class RR> bool operator!=(const ResourcePtr<R>& h, const RR* res) 110 template <class R, class RR> bool operator!=(const RR* res, const ResourcePtr<R>& h)
|
/external/clang/test/PCH/ |
D | cxx-reference.h | 4 typedef char (&&RR); 12 RR &lrrr = c; 13 RR &&rrrr = 'c';
|
/external/chromium_org/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/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/openssl/crypto/bn/ |
D | bn_mont.c | 336 BN_init(&(ctx->RR)); in BN_MONT_CTX_init() 348 BN_free(&(mont->RR)); in BN_MONT_CTX_free() 362 R= &(mont->RR); /* grab RR as a temp */ in BN_MONT_CTX_set() 455 BN_zero(&(mont->RR)); in BN_MONT_CTX_set() 456 if (!BN_set_bit(&(mont->RR),mont->ri*2)) goto err; in BN_MONT_CTX_set() 457 if (!BN_mod(&(mont->RR),&(mont->RR),&(mont->N),ctx)) goto err; in BN_MONT_CTX_set() 469 if (!BN_copy(&(to->RR),&(from->RR))) return NULL; in BN_MONT_CTX_copy()
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
D | bn_mont.c | 336 BN_init(&(ctx->RR)); in BN_MONT_CTX_init() 348 BN_free(&(mont->RR)); in BN_MONT_CTX_free() 362 R= &(mont->RR); /* grab RR as a temp */ in BN_MONT_CTX_set() 455 BN_zero(&(mont->RR)); in BN_MONT_CTX_set() 456 if (!BN_set_bit(&(mont->RR),mont->ri*2)) goto err; in BN_MONT_CTX_set() 457 if (!BN_mod(&(mont->RR),&(mont->RR),&(mont->N),ctx)) goto err; in BN_MONT_CTX_set() 469 if (!BN_copy(&(to->RR),&(from->RR))) return NULL; in BN_MONT_CTX_copy()
|
/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 | Telugu_InterIndic.txt | 70 ౄ→\uE044; # VOWEL SIGN VOCALIC RR 79 ౠ→\uE060; # LETTER VOCALIC RR
|
D | Kannada_InterIndic.txt | 74 ೄ→\uE044; # VOWEL SIGN VOCALIC RR 81 ೠ→\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
|
/external/chromium_org/third_party/icu/source/data/translit/ |
D | Telugu_InterIndic.txt | 70 ౄ→\uE044; # VOWEL SIGN VOCALIC RR 79 ౠ→\uE060; # LETTER VOCALIC RR
|
D | Kannada_InterIndic.txt | 74 ೄ→\uE044; # VOWEL SIGN VOCALIC RR 81 ೠ→\uE060; # LETTER VOCALIC RR
|
D | Gujarati_InterIndic.txt | 69 \u0AC4→\uE044; # VOWEL SIGN VOCALIC RR 78 ૠ→\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
|
/external/clang/test/CodeGen/ |
D | union.c | 39 union RR {_Bool a : 1;} RRU; union
|
/external/icu/icu4c/source/data/coll/ |
D | sq.txt | 23 "&[before 1]S<rr<<<Rr<<<RR"
|