Home
last modified time | relevance | path

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

123456789

/third_party/boost/boost/math/bindings/
Drr.hpp29 class RR;
31 RR ldexp(RR r, int exp);
32 RR frexp(RR r, int* exp);
34 class RR class
38 RR() {} in RR() function in boost::math::ntl::RR
39 RR(const ::NTL::RR& c) : m_value(c){} in RR() function in boost::math::ntl::RR
40 RR(char c) in RR() function in boost::math::ntl::RR
45 RR(wchar_t c) in RR() function in boost::math::ntl::RR
50 RR(unsigned char c) in RR() function in boost::math::ntl::RR
54 RR(signed char c) in RR() function in boost::math::ntl::RR
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFRegisters.cpp97 RegisterRef PhysicalRegisterInfo::normalize(RegisterRef RR) const { in normalize()
98 return RR; in normalize()
162 bool PhysicalRegisterInfo::aliasRM(RegisterRef RR, RegisterRef RM) const { in aliasRM() argument
163 assert(Register::isPhysicalRegister(RR.Reg) && isRegMaskId(RM.Reg)); in aliasRM()
165 bool Preserved = MB[RR.Reg/32] & (1u << (RR.Reg%32)); in aliasRM()
169 if (RR.Mask == LaneBitmask::getAll()) in aliasRM()
171 const TargetRegisterClass *RC = RegInfos[RR.Reg].RegClass; in aliasRM()
172 if (RC != nullptr && (RR.Mask & RC->LaneMask) == RC->LaneMask) in aliasRM()
180 LaneBitmask M = RR.Mask; in aliasRM()
181 for (MCSubRegIndexIterator SI(RR.Reg, &TRI); SI.isValid(); ++SI) { in aliasRM()
[all …]
DRDFRegisters.h83 bool operator== (const RegisterRef &RR) const {
84 return Reg == RR.Reg && Mask == RR.Mask;
87 bool operator!= (const RegisterRef &RR) const {
88 return !operator==(RR);
91 bool operator< (const RegisterRef &RR) const {
92 return Reg < RR.Reg || (Reg == RR.Reg && Mask < RR.Mask);
113 RegisterRef normalize(RegisterRef RR) const;
131 RegisterRef mapTo(RegisterRef RR, unsigned R) const;
153 bool aliasRM(RegisterRef RR, RegisterRef RM) const;
163 bool hasAliasOf(RegisterRef RR) const;
[all …]
DHexagonExpandCondsets.cpp182 bool operator== (RegisterRef RR) const { in operator ==()
183 return Reg == RR.Reg && Sub == RR.Sub; in operator ==()
185 bool operator!= (RegisterRef RR) const { return !operator==(RR); } in operator !=()
186 bool operator< (RegisterRef RR) const { in operator <()
187 return Reg < RR.Reg || (Reg == RR.Reg && Sub < RR.Sub); in operator <()
201 void addRefToMap(RegisterRef RR, ReferenceMap &Map, unsigned Exec);
235 bool isIntReg(RegisterRef RR, unsigned &BW);
294 void HexagonExpandCondsets::addRefToMap(RegisterRef RR, ReferenceMap &Map, in addRefToMap() argument
296 unsigned Mask = getMaskForSub(RR.Sub) | Exec; in addRefToMap()
297 ReferenceMap::iterator F = Map.find(RR.Reg); in addRefToMap()
[all …]
DRDFGraph.cpp418 void RefNode::setRegRef(RegisterRef RR, DataFlowGraph &G) { in setRegRef() argument
421 Ref.PR = G.pack(RR); in setRegRef()
814 RegisterRef RR, NodeAddr<BlockNode*> PredB, uint16_t Flags) { in newPhiUse() argument
817 PUA.Addr->setRegRef(RR, *this); in newPhiUse()
830 RegisterRef RR, uint16_t Flags) { in newDef() argument
833 DA.Addr->setRegRef(RR, *this); in newDef()
907 RegisterRef RR = *I; in build() local
910 NodeAddr<DefNode*> DA = newDef(PA, RR, PhiFlags); in build()
932 for (RegisterRef RR : EHRegs) { in build() local
936 NodeAddr<DefNode*> DA = newDef(PA, RR, PhiFlags); in build()
[all …]
DBitTracker.cpp329 uint16_t BT::MachineEvaluator::getRegBitWidth(const RegisterRef &RR) const { in getRegBitWidth()
338 if (Register::isVirtualRegister(RR.Reg)) { in getRegBitWidth()
339 const auto &VC = composeWithSubRegIndex(*MRI.getRegClass(RR.Reg), RR.Sub); in getRegBitWidth()
342 assert(Register::isPhysicalRegister(RR.Reg)); in getRegBitWidth()
344 (RR.Sub == 0) ? Register(RR.Reg) : TRI.getSubReg(RR.Reg, RR.Sub); in getRegBitWidth()
348 BT::RegisterCell BT::MachineEvaluator::getCell(const RegisterRef &RR, in getCell() argument
350 uint16_t BW = getRegBitWidth(RR); in getCell()
354 if (Register::isPhysicalRegister(RR.Reg)) in getCell()
357 assert(Register::isVirtualRegister(RR.Reg)); in getCell()
360 const TargetRegisterClass *C = MRI.getRegClass(RR.Reg); in getCell()
[all …]
DRDFCopy.cpp121 auto MinPhysReg = [this] (RegisterRef RR) -> unsigned { in run() argument
123 const TargetRegisterClass &RC = *TRI.getMinimalPhysRegClass(RR.Reg); in run()
124 if ((RC.LaneMask & RR.Mask) == RC.LaneMask) in run()
125 return RR.Reg; in run()
126 for (MCSubRegIndexIterator S(RR.Reg, &TRI); S.isValid(); ++S) in run()
127 if (RR.Mask == TRI.getSubRegIndexLaneMask(S.getSubRegIndex())) in run()
/third_party/giflib/tests/
Dwelcome2.rgb1RRRR�������jj��sb�b�s�������������jj�RRRRRRRRRRދ������ޤZZ�{jb�j�s��…
/third_party/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()
/third_party/libpsl/fuzz/libpsl_load_fuzzer.in/
Ddcc216908a7d0ca9ca79ff0421b5576181b546cb22 …��|�������R��RR���Rc¾������[Rx��kk���R����R��kc���R���������R����R����Rc¾�����R��R���R���R�…
28 …{������(�R���R��Rc�ʚ��ƅƾRc��R���RҩR[��kc��xR�ξ�����R����R���*�Rc�ʚ���RR����R���cR�΅R���Rc�cR…
29 �R����RR���R����R[�����R�����Rr���rk����R�����R����R������R����R[���R����x�R�����RRk�R����…
33 …���R���������Rc����R������������{����iW������ÆWi����{��������k��αRR��������R����R��rR…
34RR���c����R�����R���������R��kR���c�����������{�����yeQg����ƺ��fQey�����{��������c���9�R…
35RR���R���r����R��R����R΅x���� �RRkR��[�� c��r����R��R�R��[��kcꕕ��c��RR����[R��R΅x��R���R��R���…
37RR��RR���R���R�ꕐ�R��R��R��[c�R��RR����R����R�ΊR��R��R��cc��[+x��R�R���R��c��c�RնR���R����R�R����[…
1699 …i�����z�������g��|������|��g�����������������ί��{����|�������R��RR���Rc¾������[Rx��kk��…
D44f8913e7f477f6907930e358ca84c27586f863b485 …��������e����kVggVk����e����������個����z�����e�������������RRR����������Rc�cRR���…
487 …��}�q���甋��}����R���k[�����R�������R��c�R[���Rk���kc�R���[RR[�����R���R��R�RR���R��R����…
488 …�R��kR���R�ܶ���Rc���R�ٱR[��rRR���[R��R���8�R���kRƚRR���R��kR��R���R��R���[R�ِR���R����R���R�ܶ���…
489 …����u��������������Rk���R[���R���R���rk���R[���R��kR����R���R���#�R[�RR��R����R[���R��Rc��r[…
491 …�~��������~������������������������w���̀�������R�rR�����R���[RR���kc���R����R��kk�…
492 �RRcx���R�����R��R��R���R���R����R��R����R���[RR����RR���R
493 ���RR[����[RR���kc��R���
494 …��|�������R��RR���Rc¾������[Rx��kk���R����R��kc���R���������R����R����Rc¾�����R��R���R���R�…
500 …{������(�R���R��Rc�ʚ��ƅƾRc��R���RҩR[��kc��xR�ξ�����R����R���*�Rc�ʚ���RR����R���cR�΅R���Rc�cR…
501 �R����RR���R����R[�����R�����Rr���rk����R�����R����R������R����R[���R����x�R�����RRk�R����…
/third_party/boost/boost/phoenix/function/
Dlazy_signature.hpp78 typedef typename boost::result_of<FR()>::type RR; typedef
79 typedef typename remove_RC<RR>::type RType;
90 typedef typename boost::result_of<FR()>::type RR; typedef
91 typedef typename remove_RC<RR>::type RType;
103 typedef typename boost::result_of<FR()>::type RR; typedef
104 typedef typename remove_RC<RR>::type RType;
178 typedef typename boost::result_of<FR()>::type RR; typedef
179 typedef typename remove_RC<RR>::type RType;
198 typedef typename boost::result_of<FR()>::type RR; typedef
199 typedef typename remove_RC<RR>::type RType;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DResourceManager.cpp194 void ResourceManager::use(const ResourceRef &RR) { in use() argument
196 unsigned RSID = getResourceStateIndex(RR.first); in use()
198 RS.markSubResourceAsUsed(RR.second); in use()
202 Strategies[RSID]->used(RR.second); in use()
209 AvailableProcResUnits ^= RR.first; in use()
217 CurrentUser.markSubResourceAsUsed(RR.first); in use()
218 Strategies[GroupIndex]->used(RR.first); in use()
224 void ResourceManager::release(const ResourceRef &RR) { in release() argument
225 unsigned RSID = getResourceStateIndex(RR.first); in release()
228 RS.releaseSubResource(RR.second); in release()
[all …]
/third_party/boost/libs/math/minimax/
Dmultiprecision.hpp17 typedef boost::math::ntl::RR mp_type;
21 NTL::RR::SetPrecision(working_precision); in set_working_precision()
31 NTL::RR::SetOutputPrecision(n); in set_output_precision()
47 unsigned p = NTL::RR::OutputPrecision(); in real_cast()
48 NTL::RR::SetOutputPrecision(20); in real_cast()
50 NTL::RR::SetOutputPrecision(p); in real_cast()
56 unsigned p = NTL::RR::OutputPrecision(); in real_cast()
57 NTL::RR::SetOutputPrecision(35); in real_cast()
59 NTL::RR::SetOutputPrecision(p); in real_cast()
/third_party/boost/boost/contract/core/
Daccess.hpp35 /* is_friend = */ 0, OO, RR, FF, CC, AArgs);
40 template<typename RR, class CC>
170 /* is_friend = */ 1, OO, RR, FF, CC, AArgs);
173 OO, RR, FF, CC, AArgs, vv, rr, ff, oobj, aargs)
176 template<typename RR, class CC>
/third_party/openssl/crypto/bn/
Dbn_mont.c225 return bn_mul_mont_fixed_top(r, a, &(mont->RR), mont, ctx); in bn_to_mont_fixed_top()
245 bn_init(&ctx->RR); in BN_MONT_CTX_init()
256 BN_clear_free(&mont->RR); in BN_MONT_CTX_free()
274 R = &(mont->RR); /* grab RR as a temp */ in BN_MONT_CTX_set()
394 BN_zero(&(mont->RR)); in BN_MONT_CTX_set()
395 if (!BN_set_bit(&(mont->RR), mont->ri * 2)) in BN_MONT_CTX_set()
397 if (!BN_mod(&(mont->RR), &(mont->RR), &(mont->N), ctx)) in BN_MONT_CTX_set()
400 for (i = mont->RR.top, ret = mont->N.top; i < ret; i++) in BN_MONT_CTX_set()
401 mont->RR.d[i] = 0; in BN_MONT_CTX_set()
402 mont->RR.top = ret; in BN_MONT_CTX_set()
[all …]
Drsaz_exp.h29 const BN_ULONG m_norm[16], const BN_ULONG RR[16],
36 const BN_ULONG RR[8]);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
DExecuteStage.cpp103 for (const ResourceRef &RR : Freed) in cycleStart() local
104 notifyResourceAvailable(RR); in cycleStart()
245 void ExecuteStage::notifyResourceAvailable(const ResourceRef &RR) const { in notifyResourceAvailable()
246 LLVM_DEBUG(dbgs() << "[E] Resource Available: [" << RR.first << '.' in notifyResourceAvailable()
247 << RR.second << "]\n"); in notifyResourceAvailable()
249 Listener->onResourceAvailable(RR); in notifyResourceAvailable()
/third_party/boost/libs/math/include_private/boost/math/constants/
Dgenerate.hpp34 typedef ntl::RR generator_type;
46 ntl::RR::SetPrecision(((200 + 1) * 1000L) / 301L);
47 ntl::RR::SetOutputPrecision(102);
/third_party/boost/libs/math/doc/overview/
Dresult_type_calc.qbk76 All of the following return an `NTL::RR` result:
78 cyl_bessel_j(0, NTL::RR(2));
80 cyl_bessel_j(NTL::RR(2), 3);
82 cyl_bessel_j(NTL::quad_float(2), NTL::RR(3));
84 In the last case, `quad_float` is convertible to `RR`, but not vice-versa, so
85 the result will be an `NTL::RR`. Note that this assumes that you are using
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterClassInfo.cpp72 const BitVector &RR = MF->getRegInfo().getReservedRegs(); in runOnMachineFunction() local
73 if (Reserved.size() != RR.size() || RR != Reserved) { in runOnMachineFunction()
75 Reserved = RR; in runOnMachineFunction()
/third_party/boost/libs/math/test/
Dntl_concept_check.cpp28 instantiate(boost::math::ntl::RR()); in foo()
33 BOOST_CONCEPT_ASSERT((boost::math::concepts::RealTypeConcept<boost::math::ntl::RR>)); in main()
/third_party/boost/libs/ratio/test/ratio_arithmetic/
Dratio_add_pass.cpp34 typedef boost::ratio_add<R, R2> RR; in test() typedef
35 BOOST_RATIO_STATIC_ASSERT(RR::num == 3 && RR::den == 1, NOTHING, ()); in test()
/third_party/boost/libs/math/doc/internals/
Dtest_data.qbk174 [@http://shoup.net/ntl/doc/RR.txt NTL::RR] at 1000 bit precision.
195 NTL::RR operator()(NTL::RR a, NTL::RR b)
207 NTL::RR g1, g2, g3;
223 // Set the precision on RR:
224 NTL::RR::SetPrecision(1000); // bits.
225 NTL::RR::SetOutputPrecision(40); // decimal digits.
227 parameter_info<NTL::RR> arg1, arg2;
228 test_data<NTL::RR> data;
352 // arithmetic and NTL::RR:
353 NTL::RR rval(val);
[all …]
/third_party/boost/libs/ratio/test/ratio_extensions/
Dmpl_plus_pass.cpp30 typedef boost::mpl::plus<R, R2> RR; in test() typedef
31 BOOST_RATIO_STATIC_ASSERT(RR::num == 3 && RR::den == 1, NOTHING, ()); in test()

123456789