Home
last modified time | relevance | path

Searched defs:PQ (Results 1 – 25 of 28) sorted by relevance

12

/external/cronet/tot/third_party/libc++/src/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
Dctor_iter_iter_comp_rcont_alloc.pass.cpp25 struct PQ : std::priority_queue<T, Cont, Comp> { struct
29 …explicit PQ(It first, It last, const Comp& compare, Cont&& v, const Alloc& a) : base(first, last, … in PQ() argument
Dctor_iter_iter_comp_alloc.pass.cpp23 struct PQ : std::priority_queue<T, Cont, Comp> { struct
27 …explicit PQ(It first, It last, const Comp& compare, const Alloc& a) : base(first, last, compare, a… in PQ() argument
Dctor_iter_iter_alloc.pass.cpp22 struct PQ : std::priority_queue<T, Cont, Comp> { struct
26 explicit PQ(It first, It last, const Alloc& a) : base(first, last, a) {} in PQ() argument
Dctor_iter_iter_comp_cont_alloc.pass.cpp22 struct PQ : std::priority_queue<T, Cont, Comp> { struct
26 …explicit PQ(It first, It last, const Comp& compare, const Cont& v, const Alloc& a) : base(first, l… in PQ() argument
/external/cronet/stable/third_party/libc++/src/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
Dctor_iter_iter_alloc.pass.cpp22 struct PQ : std::priority_queue<T, Cont, Comp> { struct
26 explicit PQ(It first, It last, const Alloc& a) : base(first, last, a) {} in PQ() argument
Dctor_iter_iter_comp_alloc.pass.cpp23 struct PQ : std::priority_queue<T, Cont, Comp> { struct
27 …explicit PQ(It first, It last, const Comp& compare, const Alloc& a) : base(first, last, compare, a… in PQ() argument
Dctor_iter_iter_comp_rcont_alloc.pass.cpp25 struct PQ : std::priority_queue<T, Cont, Comp> { struct
29 …explicit PQ(It first, It last, const Comp& compare, Cont&& v, const Alloc& a) : base(first, last, … in PQ() function
Dctor_iter_iter_comp_cont_alloc.pass.cpp22 struct PQ : std::priority_queue<T, Cont, Comp> { struct
26 …explicit PQ(It first, It last, const Comp& compare, const Cont& v, const Alloc& a) : base(first, l… in PQ() argument
/external/llvm/lib/Analysis/
DIteratedDominanceFrontier.cpp36 IDFPriorityQueue PQ; in calculate() local
/external/llvm/include/llvm/CodeGen/
DLatencyPriorityQueue.h26 LatencyPriorityQueue *PQ; member
DResourcePriorityQueue.h32 ResourcePriorityQueue *PQ; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLatencyPriorityQueue.h26 LatencyPriorityQueue *PQ; member
DResourcePriorityQueue.h31 ResourcePriorityQueue *PQ; member
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DLatencyPriorityQueue.h26 LatencyPriorityQueue *PQ; member
DResourcePriorityQueue.h31 ResourcePriorityQueue *PQ; member
/external/libopus/silk/
DA2NLSF.c139 opus_int32 *PQ[ 2 ]; in silk_A2NLSF() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DGenericIteratedDominanceFrontier.h143 IDFPriorityQueue PQ; in calculate() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericIteratedDominanceFrontier.h143 IDFPriorityQueue PQ; in calculate() local
/external/arm-optimized-routines/math/aarch64/experimental/advsimd/
Derfinvf_5u.c27 float Plo[4], PQ[4], Qhi[4]; member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Lanai/Disassembler/
DLanaiDisassembler.cpp109 unsigned PQ = (Insn >> PqShift) & 0x3; in PostOperandDecodeAdjust() local
/external/llvm/lib/Target/Lanai/Disassembler/
DLanaiDisassembler.cpp108 unsigned PQ = (Insn >> PqShift) & 0x3; in PostOperandDecodeAdjust() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/Disassembler/
DLanaiDisassembler.cpp109 unsigned PQ = (Insn >> PqShift) & 0x3; in PostOperandDecodeAdjust() local
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_query.c115 #define PQ(_name, _query_type, _type, _result_type) \ macro
/external/pytorch/aten/src/ATen/native/
DMath.h2391 static const T PQ[] = { in bessel_j0_forward() local
2503 static const T PQ[] = { in bessel_j1_forward() local
2611 static const T PQ[] = { in bessel_y0_forward() local
2726 static const T PQ[] = { in bessel_y1_forward() local
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2970 BURegReductionPriorityQueue *PQ = in createBURRListDAGScheduler() local
2984 SrcRegReductionPriorityQueue *PQ = in createSourceListDAGScheduler() local
2999 HybridBURRPriorityQueue *PQ = in createHybridListDAGScheduler() local
3015 ILPBURRPriorityQueue *PQ = in createILPListDAGScheduler() local

12