Home
last modified time | relevance | path

Searched refs:PQ (Results 1 – 25 of 45) sorted by relevance

12

/third_party/boost/boost/pending/
Dfenced_priority_queue.hpp44 fenced_priority_queue(const Compare _comp = Compare()) : PQ(_comp) {} in fenced_priority_queue()
59 mutable std::priority_queue< T, std::vector< T >, Compare > PQ; member in boost::fenced_priority_queue
70 PQ.push(t); in push()
87 PQ.pop(); in pop()
102 return const_cast< T& >(PQ.top()); in top()
114 return PQ.top(); in top()
123 return Q.size() + PQ.size(); in size()
131 return Q.empty() && PQ.empty(); in empty()
140 while (!PQ.empty()) in fence()
142 Q.push(PQ.top()); in fence()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericIteratedDominanceFrontier.h143 IDFPriorityQueue PQ; in calculate() local
149 PQ.push({Node, std::make_pair(Node->getLevel(), Node->getDFSNumIn())}); in calculate()
156 while (!PQ.empty()) { in calculate()
157 DomTreeNodePair RootPair = PQ.top(); in calculate()
158 PQ.pop(); in calculate()
192 PQ.push(std::make_pair( in calculate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLatencyPriorityQueue.cpp36 unsigned LHSLatency = PQ->getLatency(LHSNum); in operator ()()
37 unsigned RHSLatency = PQ->getLatency(RHSNum); in operator ()()
43 unsigned LHSBlocked = PQ->getNumSolelyBlockNodes(LHSNum); in operator ()()
44 unsigned RHSBlocked = PQ->getNumSolelyBlockNodes(RHSNum); in operator ()()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLatencyPriorityQueue.h26 LatencyPriorityQueue *PQ; member
27 explicit latency_sort(LatencyPriorityQueue *pq) : PQ(pq) {} in latency_sort()
DResourcePriorityQueue.h31 ResourcePriorityQueue *PQ; member
32 explicit resource_sort(ResourcePriorityQueue *pq) : PQ(pq) {} in resource_sort()
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_gl_colorspace_bt2020_linear.txt57 of the framebuffer data, which can be either linear or PQ (Dolby Perceptual
92 If its value is EGL_GL_COLORSPACE_BT2020_PQ_EXT, then a non-linear, PQ
95 ES supports PQ framebuffers. Applications utilizing this option need to
96 ensure that PQ encoding is performed on the application side.
114 is the same range for PQ, the display-referred output values can go beyond
/third_party/EGL/extensions/EXT/
DEGL_EXT_gl_colorspace_bt2020_linear.txt57 of the framebuffer data, which can be either linear or PQ (Dolby Perceptual
92 If its value is EGL_GL_COLORSPACE_BT2020_PQ_EXT, then a non-linear, PQ
95 ES supports PQ framebuffers. Applications utilizing this option need to
96 ensure that PQ encoding is performed on the application side.
114 is the same range for PQ, the display-referred output values can go beyond
/third_party/typescript/tests/cases/compiler/
DconstEnums.ts23 PQ = E ** 2, enumerator
133 case Enum1.PQ:
/third_party/typescript/tests/baselines/reference/
DconstEnums.js24 PQ = E ** 2,
134 case Enum1.PQ:
DconstEnums.types106 PQ = E ** 2,
107 >PQ : Enum1
483 case Enum1.PQ:
484 >Enum1.PQ : Enum1
486 >PQ : Enum1
DconstEnums.symbols76 PQ = E ** 2,
77 >PQ : Symbol(Enum1.PQ, Decl(constEnums.ts, 21, 15))
442 case Enum1.PQ:
443 >Enum1.PQ : Symbol(Enum1.PQ, Decl(constEnums.ts, 21, 15))
445 >PQ : Symbol(Enum1.PQ, Decl(constEnums.ts, 21, 15))
/third_party/mbedtls/tests/data_files/dir-maxpath/
D14.key7 3XKQEWgNKxqbrekSwEDlVIjVZSdyKY+/PQ==
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DResourcePriorityQueue.cpp190 unsigned LHSLatency = PQ->getLatency(LHSNum); in operator ()()
191 unsigned RHSLatency = PQ->getLatency(RHSNum); in operator ()()
197 unsigned LHSBlocked = PQ->getNumSolelyBlockNodes(LHSNum); in operator ()()
198 unsigned RHSBlocked = PQ->getNumSolelyBlockNodes(RHSNum); in operator ()()
DScheduleDAGRRList.cpp3138 BURegReductionPriorityQueue *PQ = in createBURRListDAGScheduler() local
3140 ScheduleDAGRRList *SD = new ScheduleDAGRRList(*IS->MF, false, PQ, OptLevel); in createBURRListDAGScheduler()
3141 PQ->setScheduleDAG(SD); in createBURRListDAGScheduler()
3152 SrcRegReductionPriorityQueue *PQ = in createSourceListDAGScheduler() local
3154 ScheduleDAGRRList *SD = new ScheduleDAGRRList(*IS->MF, false, PQ, OptLevel); in createSourceListDAGScheduler()
3155 PQ->setScheduleDAG(SD); in createSourceListDAGScheduler()
3167 HybridBURRPriorityQueue *PQ = in createHybridListDAGScheduler() local
3170 ScheduleDAGRRList *SD = new ScheduleDAGRRList(*IS->MF, true, PQ, OptLevel); in createHybridListDAGScheduler()
3171 PQ->setScheduleDAG(SD); in createHybridListDAGScheduler()
3183 ILPBURRPriorityQueue *PQ = in createILPListDAGScheduler() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/Disassembler/
DLanaiDisassembler.cpp109 unsigned PQ = (Insn >> PqShift) & 0x3; in PostOperandDecodeAdjust() local
110 switch (PQ) { in PostOperandDecodeAdjust()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query.c118 #define PQ(_name, _query_type, _type, _result_type) \ macro
128 PQ("prims-emitted", PRIMITIVES_EMITTED, UINT64, AVERAGE),
/third_party/boost/libs/wave/test/testwave/testfiles/
Dt_5_035.hpp635 #define PQ macro
/third_party/skia/third_party/externals/tint/tools/src/
Dgo.sum35 github.com/google/go-cmp v0.5.2 h1:X2ev0eStA3AbceY54o37/0PQ/UWqKEiiO2dKL5OPaFM=
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiInstrFormats.td186 // PQ operation
/third_party/skia/third_party/externals/libjpeg-turbo/testimages/
Dtestorig.ppm4PQ�GK�<A�:A�CH�BE�ED�BA�>8�;1�:-�<-�=.�E5�L?�NE�GC�@A�?B�@I�@J�DM�CL�DP�FT�CT�?T�>X�Ba�Gi�Ci�?i�@j…
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/testimages/
Dtestorig.ppm4PQ�GK�<A�:A�CH�BE�ED�BA�>8�;1�:-�<-�=.�E5�L?�NE�GC�@A�?B�@I�@J�DM�CL�DP�FT�CT�?T�>X�Ba�Gi�Ci�?i�@j…
/third_party/libjpeg-turbo/testimages/
Dtestorig.ppm4PQ�GK�<A�:A�CH�BE�ED�BA�>8�;1�:-�<-�=.�E5�L?�NE�GC�@A�?B�@I�@J�DM�CL�DP�FT�CT�?T�>X�Ba�Gi�Ci�?i�@j…
/third_party/skia/site/docs/user/release/
Drelease_notes.md697 * Added support for PQ and HLG transfer functions to SkColorSpace.
/third_party/skia/
DRELEASE_NOTES.txt809 * Added support for PQ and HLG transfer functions to SkColorSpace.
/third_party/pcre2/pcre2/testdata/
Dtestinput5648 PQ'Bx,newline=any,utf

12