/aosp_15_r20/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/external/ |
H A D | 2013-1_UNLOCODE_CodeListPart3.csv | 16 ,"OM","SUL","Port Sultan","Port Sultan",,"1-------","RQ","0212",,"2337N 05838E", 18 ,"OM","QUO","Quoin Island","Quoin Island",,"1-------","RQ","0907",,"2635N 05631E", 21 ,"OM","RWI","Ruwi","Ruwi",,"0-------","RQ","9307",,, 26 ,"OM","TTH","Thumrait","Thumrait",,"--34----","RQ","9506",,, 54 ,"PA","CAP","Capira","Capira",,"--3-----","RQ","0607",,"0846N 07952W", 59 ,"PA","CHX","Changuinola","Changuinola",,"--34----","RQ","9506",,, 60 ,"PA","CHA","Charco Azul","Charco Azul",,"1-------","RQ","9506",,, 67 ,"PA","CSO","Coco Solo","Coco Solo",,"--3-----","RQ","0002",,, 87 ,"PA","EVO","El Veladero","El Veladero","4","--3-----","RQ","1001",,"0826N 08217W", 94 ,"PA","HER","Herrera","Herrera","7","1----6--","RQ","0907",,"0750N 08040W", [all …]
|
H A D | 2013-1_UNLOCODE_CodeListPart1.csv | 6 ,"AD","FMO","La Farga de Moles","La Farga de Moles",,"--3----B","RQ","0307",,, 22 ,"AE","ARZ","Arzanah Island","Arzanah Island",,"0-------","RQ","9506",,, 27 ,"AE","END","Esnnad","Esnnad","AZ","1-------","RQ","0901",,"2419N 05427E", 30 ,"AE","HTL","Hulaylah Terminal","Hulaylah Terminal",,"1-------","RQ","0901",,"2559N 05556E", 31 ,"AE","IND","Indooroodilly","Indooroodilly",,"--3-----","RQ","0201",,, 36 ,"AE","KHA","Khalidia","Khalidia",,"--3-----","RQ","0201",,, 38 ,"AE","MAS","Masfut","Masfut",,"0-------","RQ","9307",,, 41 ,"AE","MSA","Mina Saqr","Mina Saqr",,"1-------","RQ","9506",,, 44 ,"AE","RFA","Mirfa","Mirfa","AZ","1----6--","RQ","0907",,"2528N 05329E", 46 ,"AE","MBS","Mubarras Island","Mubarras Island",,"1-------","RQ","9506",,, [all …]
|
H A D | 2013-1_UNLOCODE_CodeListPart2.csv | 3 ,"GA","AWE","Alowe","Alowe",,"---4----","RQ","0901",,"0045S 00927E", 5 ,"GA","BWN","Biawonque","Biawonque",,"---4----","RQ","0901",,"0040S 00927E", 7 ,"GA","BNG","Bongo","Bongo",,"---4----","RQ","0901",,"0210S 01013E", 12 ,"GA","ETA","Etame FPSO","Etame FPSO",,"------7-","RQ","1101",,"0345S 01031E", 16 ,"GA","IGL","Iguela","Iguela",,"---4----","RQ","0901",,"0155S 00918E", 17 ,"GA","KGB","Kongobouma","Kongobouma",,"---4----","RQ","0901",,, 21 ,"GA","LCN","Leconi","Leconi",,"---4----","RQ","0901",,, 25 ,"GA","MDJ","Mandji","Mandji",,"---4----","RQ","0901",,"0142S 01022E", 30 ,"GA","MBY","M'bya Terminal","M'bya Terminal",,"1-------","RQ","9506",,, 33 ,"GA","MVG","Mevang","Mevang",,"---4----","RQ","0901",,"0007N 01104E", [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | GCNMinRegStrategy.cpp | 34 Queue RQ; // Ready queue member in __anonff2e83200111::GCNMinRegScheduler 109 assert(!RQ.empty() && Num <= RQ.size()); in findMax() 111 using T = decltype(C(*RQ.begin())) ; in findMax() 115 for (auto I = RQ.begin(); Num; --Num) { in findMax() 124 RQ.remove(Cand); in findMax() 125 RQ.push_front(Cand); in findMax() 135 unsigned Num = RQ.size(); in pickCandidate() 165 Num = Num ? Num : RQ.size(); in pickCandidate() 174 return &RQ.front(); in pickCandidate() 204 for (auto &C : RQ) { in bumpPredsPriority() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | GCNMinRegStrategy.cpp | 40 Queue RQ; // Ready queue member in __anon15e407da0111::GCNMinRegScheduler 115 assert(!RQ.empty() && Num <= RQ.size()); in findMax() 117 using T = decltype(C(*RQ.begin())) ; in findMax() 121 for (auto I = RQ.begin(); Num; --Num) { in findMax() 130 RQ.remove(Cand); in findMax() 131 RQ.push_front(Cand); in findMax() 141 unsigned Num = RQ.size(); in pickCandidate() 171 Num = Num ? Num : RQ.size(); in pickCandidate() 180 return &RQ.front(); in pickCandidate() 211 for (auto &C : RQ) { in bumpPredsPriority() [all …]
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | RegionPass.cpp | 40 static void addRegionIntoQueue(Region &R, std::deque<Region *> &RQ) { in addRegionIntoQueue() argument 41 RQ.push_back(&R); in addRegionIntoQueue() 43 addRegionIntoQueue(*E, RQ); in addRegionIntoQueue() 61 addRegionIntoQueue(*RI->getTopLevelRegion(), RQ); in runOnFunction() 63 if (RQ.empty()) // No regions, skip calling finalizers in runOnFunction() 67 for (std::deque<Region *>::const_iterator I = RQ.begin(), E = RQ.end(); in runOnFunction() 77 while (!RQ.empty()) { in runOnFunction() 79 CurrentRegion = RQ.back(); in runOnFunction() 147 RQ.pop_back(); in runOnFunction() 150 RQ.push_back(CurrentRegion); in runOnFunction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | RegionPass.cpp | 40 static void addRegionIntoQueue(Region &R, std::deque<Region *> &RQ) { in addRegionIntoQueue() argument 41 RQ.push_back(&R); in addRegionIntoQueue() 43 addRegionIntoQueue(*E, RQ); in addRegionIntoQueue() 61 addRegionIntoQueue(*RI->getTopLevelRegion(), RQ); in runOnFunction() 63 if (RQ.empty()) // No regions, skip calling finalizers in runOnFunction() 67 for (Region *R : RQ) { in runOnFunction() 75 while (!RQ.empty()) { in runOnFunction() 77 CurrentRegion = RQ.back(); in runOnFunction() 145 RQ.pop_back(); in runOnFunction() 148 RQ.push_back(CurrentRegion); in runOnFunction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | RegionPass.cpp | 41 static void addRegionIntoQueue(Region &R, std::deque<Region *> &RQ) { in addRegionIntoQueue() argument 42 RQ.push_back(&R); in addRegionIntoQueue() 44 addRegionIntoQueue(*E, RQ); in addRegionIntoQueue() 62 addRegionIntoQueue(*RI->getTopLevelRegion(), RQ); in runOnFunction() 64 if (RQ.empty()) // No regions, skip calling finalizers in runOnFunction() 68 for (Region *R : RQ) { in runOnFunction() 76 while (!RQ.empty()) { in runOnFunction() 78 CurrentRegion = RQ.back(); in runOnFunction() 144 RQ.pop_back(); in runOnFunction()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
H A D | quantization_utils.h | 737 template <typename RQ> 738 struct FoldTrivalRequantizeOp : public OpRewritePattern<RQ> { 740 : OpRewritePattern<RQ>(context, 1) {} in FoldTrivalRequantizeOp() 742 LogicalResult matchAndRewrite(RQ op, in matchAndRewrite()
|
/aosp_15_r20/external/libcxxabi/src/ |
H A D | cxa_demangle.cpp | 139 void print(FunctionRefQual RQ) { in print() 140 switch (RQ) { in print()
|
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/ |
H A D | cxa_demangle.cpp | 130 void print(FunctionRefQual RQ) { in print() 131 switch (RQ) { in print()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/internal/gccgoimporter/testdata/ |
D | issue30628.go | 13 RQ [numR]struct { member
|
D | issue30628.gox | 10 type 2 struct { .issue30628.hey <type 3>; .issue30628.x <type -11>; RQ <type 11>; }
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
H A D | ItaniumDemangle.cpp | 128 void print(FunctionRefQual RQ) { in print() 129 switch (RQ) { in print()
|
/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | RegionPass.h | 85 std::deque<Region*> RQ; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | RegionPass.h | 89 std::deque<Region*> RQ; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | RegionPass.h | 88 std::deque<Region*> RQ; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | RegionPass.h | 88 std::deque<Region*> RQ; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | RegionPass.h | 88 std::deque<Region*> RQ; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | RegionPass.h | 88 std::deque<Region*> RQ; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | RegionPass.h | 88 std::deque<Region*> RQ; variable
|
/aosp_15_r20/external/eigen/unsupported/Eigen/src/SpecialFunctions/ |
H A D | BesselFunctionsImpl.h | 1246 const double RQ[] = {1.00000000000000000000E0, 4.99563147152651017219E2, 1263 internal::ppolevl<T, 8>::run(z, RQ)))); 1635 const double RQ[] = {1.00000000000000000000E0, 6.20836478118054335476E2, 1647 internal::ppolevl<T, 8>::run(z, RQ));
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Demangle/ |
H A D | ItaniumDemangle.cpp | 124 void print(FunctionRefQual RQ) { in print() 125 switch (RQ) { in print()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | rsa.c | 1168 MBEDTLS_MPI_CHK(mbedtls_mpi_exp_mod(&TQ, &T, &DQ_blind, &ctx->Q, &ctx->RQ)); in mbedtls_rsa_private() 2388 MBEDTLS_MPI_CHK(mbedtls_mpi_copy(&dst->RQ, &src->RQ)); in mbedtls_rsa_copy() 2426 mbedtls_mpi_free(&ctx->RQ); in mbedtls_rsa_free()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | rsa.h | 106 mbedtls_mpi MBEDTLS_PRIVATE(RQ); /*!< cached <code>R^2 mod Q</code>. */
|