Home
last modified time | relevance | path

Searched refs:RF (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/third_party/typescript/tests/baselines/reference/
DinlinedAliasAssignableToConstraintSameAsAlias.symbols21 type ShouldA<RF extends RelationFields, N extends Name> = RF[N] extends A[]
23 >RF : Symbol(RF, Decl(inlinedAliasAssignableToConstraintSameAsAlias.ts, 6, 13))
27 >RF : Symbol(RF, Decl(inlinedAliasAssignableToConstraintSameAsAlias.ts, 6, 13))
31 ? RF[N][0]
32 >RF : Symbol(RF, Decl(inlinedAliasAssignableToConstraintSameAsAlias.ts, 6, 13))
55 RF extends RelationFields = RelationFields,
56 >RF : Symbol(RF, Decl(inlinedAliasAssignableToConstraintSameAsAlias.ts, 15, 15))
65 A1 extends A = RF[N] extends A[] ? RF[N][0] : never,
68 >RF : Symbol(RF, Decl(inlinedAliasAssignableToConstraintSameAsAlias.ts, 15, 15))
71 >RF : Symbol(RF, Decl(inlinedAliasAssignableToConstraintSameAsAlias.ts, 15, 15))
[all …]
DinlinedAliasAssignableToConstraintSameAsAlias.types15 type ShouldA<RF extends RelationFields, N extends Name> = RF[N] extends A[]
16 >ShouldA : ShouldA<RF, N>
18 ? RF[N][0]
34RF extends RelationFields = RelationFields, N extends keyof RelationFields = keyof RelationFields,…
36 RF extends RelationFields = RelationFields,
38 A1 extends A = RF[N] extends A[] ? RF[N][0] : never,
39 A2 extends A = ShouldA<RF, N>
DinlinedAliasAssignableToConstraintSameAsAlias.js8 type ShouldA<RF extends RelationFields, N extends Name> = RF[N] extends A[]
9 ? RF[N][0]
18 RF extends RelationFields = RelationFields,
20 A1 extends A = RF[N] extends A[] ? RF[N][0] : never,
21 A2 extends A = ShouldA<RF, N>
/third_party/typescript/tests/cases/compiler/
DinlinedAliasAssignableToConstraintSameAsAlias.ts7 type ShouldA<RF extends RelationFields, N extends Name> = RF[N] extends A[]
8 ? RF[N][0]
17 RF extends RelationFields = RelationFields,
19 A1 extends A = RF[N] extends A[] ? RF[N][0] : never,
20 A2 extends A = ShouldA<RF, N>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DARMWinEH.cpp15 std::pair<uint16_t, uint32_t> SavedRegisterMask(const RuntimeFunction &RF) { in SavedRegisterMask() argument
16 uint8_t NumRegisters = RF.Reg(); in SavedRegisterMask()
17 uint8_t RegistersVFP = RF.R(); in SavedRegisterMask()
18 uint8_t LinkRegister = RF.L(); in SavedRegisterMask()
19 uint8_t ChainedFrame = RF.C(); in SavedRegisterMask()
29 if (PrologueFolding(RF)) in SavedRegisterMask()
30 GPRMask |= (((1 << (NumRegisters + 1)) - 1) << (~RF.StackAdjust() & 0x3)); in SavedRegisterMask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DARMWinEH.h185 inline bool PrologueFolding(const RuntimeFunction &RF) { in PrologueFolding() argument
186 return RF.StackAdjust() >= 0x3f4 && (RF.StackAdjust() & 0x4); in PrologueFolding()
190 inline bool EpilogueFolding(const RuntimeFunction &RF) { in EpilogueFolding() argument
191 return RF.StackAdjust() >= 0x3f4 && (RF.StackAdjust() & 0x8); in EpilogueFolding()
196 inline uint16_t StackAdjustment(const RuntimeFunction &RF) { in StackAdjustment() argument
197 uint16_t Adjustment = RF.StackAdjust(); in StackAdjustment()
205 std::pair<uint16_t, uint32_t> SavedRegisterMask(const RuntimeFunction &RF);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonAsmBackend.cpp47 void ReplaceInstruction(MCCodeEmitter &E, MCRelaxableFragment &RF, in ReplaceInstruction() argument
52 E.encodeInstruction(HMB, VecOS, Fixups, *RF.getSubtargetInfo()); in ReplaceInstruction()
55 RF.setInst(HMB); in ReplaceInstruction()
56 RF.getContents() = Code; in ReplaceInstruction()
57 RF.getFixups() = Fixups; in ReplaceInstruction()
729 auto &RF = cast<MCRelaxableFragment>(*K); in finishLayout() local
730 auto &Inst = const_cast<MCInst &>(RF.getInst()); in finishLayout()
737 Context, *MCII, *RF.getSubtargetInfo(), Inst, in finishLayout()
745 *RF.getSubtargetInfo(), Inst); in finishLayout()
748 ReplaceInstruction(Asm.getEmitter(), RF, Inst); in finishLayout()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DRegisterFile.cpp49 const MCRegisterFileDesc &RF = Info.RegisterFiles[I]; in initialize() local
50 assert(RF.NumPhysRegs && "Invalid PRF with zero physical registers!"); in initialize()
54 unsigned Length = RF.NumRegisterCostEntries; in initialize()
56 &Info.RegisterCostTable[RF.RegisterCostEntryIdx]; in initialize()
57 addRegisterFile(RF, ArrayRef<MCRegisterCostEntry>(FirstElt, Length)); in initialize()
66 void RegisterFile::addRegisterFile(const MCRegisterFileDesc &RF, in addRegisterFile() argument
74 RegisterFiles.emplace_back(RF.NumPhysRegs, RF.MaxMovesEliminatedPerCycle, in addRegisterFile()
75 RF.AllowZeroMoveEliminationOnly); in addRegisterFile()
/third_party/boost/boost/geometry/srs/projections/impl/
Dpj_ellps.hpp66 #define BOOST_GEOMETRY_PROJECTIONS_DETAIL_PJ_ELLPS_RF(ID, A, RF, NAME) \ argument
67 {ID, /*#A, #RF, true,*/ A, b_from_a_rf(A, RF), /*NAME*/}
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcInternalformatTests.cpp1529 typedef RenderbufferFormat RF; typedef
1588 RF(GL_RGBA8, RENDERBUFFER_COLOR, OES_rgb8_rgba8), in getESTestData()
1589 RF(GL_RGB8, RENDERBUFFER_COLOR, OES_rgb8_rgba8), in getESTestData()
1669 RF(GL_RGB5_A1, RENDERBUFFER_COLOR), in getESTestData()
1670 RF(GL_SRGB8_ALPHA8, RENDERBUFFER_COLOR), in getESTestData()
1671 RF(GL_DEPTH_COMPONENT32F, RENDERBUFFER_DEPTH), in getESTestData()
1672 RF(GL_DEPTH32F_STENCIL8, RENDERBUFFER_DEPTH_STENCIL), in getESTestData()
1715 RF(GL_STENCIL_INDEX1, RENDERBUFFER_STENCIL, OES_stencil1), in getESTestData()
1716 RF(GL_STENCIL_INDEX4, RENDERBUFFER_STENCIL, OES_stencil4), in getESTestData()
1717 RF(GL_STENCIL_INDEX8, RENDERBUFFER_STENCIL, OES_stencil8), in getESTestData()
[all …]
/third_party/boost/boost/math/special_functions/
Dellint_rg.hpp103 T RF = constants::pi<T>() / (xn + yn); in ellint_rg_imp() local
104 return ((boost::math::pow<2>((x0 + y0) / 2) - sum) * RF) / 2; in ellint_rg_imp()
Dellint_rd.hpp111 T RF = constants::pi<T>() / (xn + yn); in ellint_rd_imp() local
126 return pt * RF * 3; in ellint_rd_imp()
/third_party/flutter/skia/third_party/externals/icu/source/data/curr/
Dfr_RW.txt6 "RF",
Drw.txt6 "RF",
Den_RW.txt7 "RF",
/third_party/icu/icu4c/source/data/curr/
Dfr_RW.txt7 "RF",
Drw.txt7 "RF",
Den_RW.txt8 "RF",
/third_party/skia/third_party/externals/icu/source/data/curr/
Dfr_RW.txt7 "RF",
Drw.txt7 "RF",
Den_RW.txt8 "RF",
/third_party/libcoap/
DREADME.OpenSource9 … for devices that are constrained their resources such as computing power, RF range, memory, bandw…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCallGraph.cpp101 if (Function *RF = RHS->getFunction()) in print() local
102 return LF->getName() < RF->getName(); in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/
DRegisterFile.h163 void addRegisterFile(const MCRegisterFileDesc &RF,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp273 std::map<const Function *, RawFunc>::iterator RF = RawFunctions->find(F); in callExternalFunction() local
275 if (RF == RawFunctions->end()) { in callExternalFunction()
283 RawFn = RF->second; in callExternalFunction()

12345678910>>...14