Home
last modified time | relevance | path

Searched refs:RR (Results 1 – 25 of 131) sorted by relevance

123456

/external/mesa3d/src/gallium/auxiliary/gallivm/
Df.cpp62 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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Df.cpp62 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/
Dtest_dfp3.stdout.exp1017 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/
Dtest_dfp3.stdout.exp1017 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/
DDNSCommon.h172 #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/
DResourcePtr.h98 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/openssh/
DREADME.dns10 (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/clang/test/PCH/
Dcxx-reference.h4 typedef char (&&RR);
12 RR &lrrr = c;
13 RR &&rrrr = 'c';
/external/chromium_org/v8/test/mjsunit/harmony/
Dmodule-linking.js67 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/
DPointerSubChecker.cpp48 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/
Dbn_mont.c336 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/
Dbn_mont.c336 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/
DRegisterClassInfo.cpp64 const BitVector &RR = MF->getRegInfo().getReservedRegs(); in runOnMachineFunction() local
65 if (Reserved.size() != RR.size() || RR != Reserved) { in runOnMachineFunction()
67 Reserved = RR; in runOnMachineFunction()
/external/opencv/cv/src/
Dcvundistort.cpp379 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/icu4c/data/translit/
DKannada_InterIndic.txt74 ೄ→\uE044; # VOWEL SIGN VOCALIC RR
81 ೠ→\uE060; # LETTER VOCALIC RR
DGujarati_InterIndic.txt69 \u0AC4→\uE044; # VOWEL SIGN VOCALIC RR
78 ૠ→\uE060; # LETTER VOCALIC RR
DTelugu_InterIndic.txt70 ౄ→\uE044; # VOWEL SIGN VOCALIC RR
79 ౠ→\uE060; # LETTER VOCALIC RR
DBengali_InterIndic.txt67 \u09C4→\uE044; # VOWEL SIGN VOCALIC RR
75 ৠ→\uE060; # LETTER VOCALIC RR
DDevanagari_InterIndic.txt75 \u0944→\uE044; # VOWEL SIGN VOCALIC RR
98 ॠ→\uE060; # LETTER VOCALIC RR
/external/chromium_org/third_party/icu/source/data/translit/
DTelugu_InterIndic.txt70 ౄ→\uE044; # VOWEL SIGN VOCALIC RR
79 ౠ→\uE060; # LETTER VOCALIC RR
DKannada_InterIndic.txt74 ೄ→\uE044; # VOWEL SIGN VOCALIC RR
81 ೠ→\uE060; # LETTER VOCALIC RR
DGujarati_InterIndic.txt69 \u0AC4→\uE044; # VOWEL SIGN VOCALIC RR
78 ૠ→\uE060; # LETTER VOCALIC RR
DBengali_InterIndic.txt67 \u09C4→\uE044; # VOWEL SIGN VOCALIC RR
75 ৠ→\uE060; # LETTER VOCALIC RR
DDevanagari_InterIndic.txt75 \u0944→\uE044; # VOWEL SIGN VOCALIC RR
98 ॠ→\uE060; # LETTER VOCALIC RR
/external/clang/test/CodeGen/
Dunion.c39 union RR {_Bool a : 1;} RRU; union

123456