Home
last modified time | relevance | path

Searched defs:pln (Results 1 – 25 of 818) sorted by relevance

12345678910>>...33

/dports/textproc/redisearch20/RediSearch-2.0.15/src/aggregate/
H A Daggregate_plan.c36 int AGPLN_HasStep(const AGGPlan *pln, PLN_StepType t) { in AGPLN_HasStep()
40 void AGPLN_AddBefore(AGGPlan *pln, PLN_BaseStep *posstp, PLN_BaseStep *newstp) { in AGPLN_AddBefore()
49 void AGPLN_AddAfter(AGGPlan *pln, PLN_BaseStep *posstp, PLN_BaseStep *newstp) { in AGPLN_AddAfter()
58 void AGPLN_Prepend(AGGPlan *pln, PLN_BaseStep *newstp) { in AGPLN_Prepend()
62 void AGPLN_PopStep(AGGPlan *pln, PLN_BaseStep *step) { in AGPLN_PopStep()
93 const PLN_BaseStep *AGPLN_FindStep(const AGGPlan *pln, const PLN_BaseStep *begin, in AGPLN_FindStep()
122 PLN_ArrangeStep *AGPLN_GetArrangeStep(AGGPlan *pln) { in AGPLN_GetArrangeStep()
135 PLN_ArrangeStep *AGPLN_GetOrCreateArrangeStep(AGGPlan *pln) { in AGPLN_GetOrCreateArrangeStep()
190 void AGPLN_FreeSteps(AGGPlan *pln) { in AGPLN_FreeSteps()
201 void AGPLN_Dump(const AGGPlan *pln) { in AGPLN_Dump()
[all …]
/dports/textproc/redisearch/RediSearch-2.2.5/src/aggregate/
H A Daggregate_plan.c36 int AGPLN_HasStep(const AGGPlan *pln, PLN_StepType t) { in AGPLN_HasStep()
40 void AGPLN_AddBefore(AGGPlan *pln, PLN_BaseStep *posstp, PLN_BaseStep *newstp) { in AGPLN_AddBefore()
49 void AGPLN_AddAfter(AGGPlan *pln, PLN_BaseStep *posstp, PLN_BaseStep *newstp) { in AGPLN_AddAfter()
58 void AGPLN_Prepend(AGGPlan *pln, PLN_BaseStep *newstp) { in AGPLN_Prepend()
62 void AGPLN_PopStep(AGGPlan *pln, PLN_BaseStep *step) { in AGPLN_PopStep()
93 const PLN_BaseStep *AGPLN_FindStep(const AGGPlan *pln, const PLN_BaseStep *begin, in AGPLN_FindStep()
122 PLN_ArrangeStep *AGPLN_GetArrangeStep(AGGPlan *pln) { in AGPLN_GetArrangeStep()
135 PLN_ArrangeStep *AGPLN_GetOrCreateArrangeStep(AGGPlan *pln) { in AGPLN_GetOrCreateArrangeStep()
190 void AGPLN_FreeSteps(AGGPlan *pln) { in AGPLN_FreeSteps()
201 void AGPLN_Dump(const AGGPlan *pln) { in AGPLN_Dump()
[all …]
/dports/textproc/redisearch16/RediSearch-1.6.16/src/aggregate/
H A Daggregate_plan.c37 int AGPLN_HasStep(const AGGPlan *pln, PLN_StepType t) { in AGPLN_HasStep()
41 void AGPLN_AddBefore(AGGPlan *pln, PLN_BaseStep *posstp, PLN_BaseStep *newstp) { in AGPLN_AddBefore()
50 void AGPLN_AddAfter(AGGPlan *pln, PLN_BaseStep *posstp, PLN_BaseStep *newstp) { in AGPLN_AddAfter()
59 void AGPLN_Prepend(AGGPlan *pln, PLN_BaseStep *newstp) { in AGPLN_Prepend()
63 void AGPLN_PopStep(AGGPlan *pln, PLN_BaseStep *step) { in AGPLN_PopStep()
94 const PLN_BaseStep *AGPLN_FindStep(const AGGPlan *pln, const PLN_BaseStep *begin, in AGPLN_FindStep()
123 PLN_ArrangeStep *AGPLN_GetArrangeStep(AGGPlan *pln) { in AGPLN_GetArrangeStep()
136 PLN_ArrangeStep *AGPLN_GetOrCreateArrangeStep(AGGPlan *pln) { in AGPLN_GetOrCreateArrangeStep()
191 void AGPLN_FreeSteps(AGGPlan *pln) { in AGPLN_FreeSteps()
202 void AGPLN_Dump(const AGGPlan *pln) { in AGPLN_Dump()
[all …]
/dports/math/fftw3/fftw-3.3.9/rdft/
H A Drank0.c49 static int fill_iodim(P *pln, const problem_rdft *p) in fill_iodim()
86 static int transposep(const P *pln) in transposep()
136 static int applicable_iter(const P *pln, const problem_rdft *p) in applicable_iter()
150 static int applicable_cpy2dco(const P *pln, const problem_rdft *p) in applicable_cpy2dco()
172 static int applicable_tiled(const P *pln, const problem_rdft *p) in applicable_tiled()
203 static int applicable_memcpy(const P *pln, const problem_rdft *p) in applicable_memcpy()
236 static int applicable_memcpy_loop(const P *pln, const problem_rdft *p) in applicable_memcpy_loop()
253 static int applicable_ip_sq(const P *pln, const problem_rdft *p) in applicable_ip_sq()
270 static int applicable_ip_sq_tiled(const P *pln, const problem_rdft *p) in applicable_ip_sq_tiled()
295 P pln; in applicable() local
[all …]
/dports/math/fftw3-float/fftw-3.3.9/rdft/
H A Drank0.c49 static int fill_iodim(P *pln, const problem_rdft *p) in fill_iodim()
86 static int transposep(const P *pln) in transposep()
136 static int applicable_iter(const P *pln, const problem_rdft *p) in applicable_iter()
150 static int applicable_cpy2dco(const P *pln, const problem_rdft *p) in applicable_cpy2dco()
172 static int applicable_tiled(const P *pln, const problem_rdft *p) in applicable_tiled()
203 static int applicable_memcpy(const P *pln, const problem_rdft *p) in applicable_memcpy()
236 static int applicable_memcpy_loop(const P *pln, const problem_rdft *p) in applicable_memcpy_loop()
253 static int applicable_ip_sq(const P *pln, const problem_rdft *p) in applicable_ip_sq()
270 static int applicable_ip_sq_tiled(const P *pln, const problem_rdft *p) in applicable_ip_sq_tiled()
295 P pln; in applicable() local
[all …]
/dports/math/fftw3-long/fftw-3.3.9/rdft/
H A Drank0.c49 static int fill_iodim(P *pln, const problem_rdft *p) in fill_iodim()
86 static int transposep(const P *pln) in transposep()
136 static int applicable_iter(const P *pln, const problem_rdft *p) in applicable_iter()
150 static int applicable_cpy2dco(const P *pln, const problem_rdft *p) in applicable_cpy2dco()
172 static int applicable_tiled(const P *pln, const problem_rdft *p) in applicable_tiled()
203 static int applicable_memcpy(const P *pln, const problem_rdft *p) in applicable_memcpy()
236 static int applicable_memcpy_loop(const P *pln, const problem_rdft *p) in applicable_memcpy_loop()
253 static int applicable_ip_sq(const P *pln, const problem_rdft *p) in applicable_ip_sq()
270 static int applicable_ip_sq_tiled(const P *pln, const problem_rdft *p) in applicable_ip_sq_tiled()
295 P pln; in applicable() local
[all …]
/dports/math/fftw3-quad/fftw-3.3.9/rdft/
H A Drank0.c49 static int fill_iodim(P *pln, const problem_rdft *p) in fill_iodim()
86 static int transposep(const P *pln) in transposep()
136 static int applicable_iter(const P *pln, const problem_rdft *p) in applicable_iter()
150 static int applicable_cpy2dco(const P *pln, const problem_rdft *p) in applicable_cpy2dco()
172 static int applicable_tiled(const P *pln, const problem_rdft *p) in applicable_tiled()
203 static int applicable_memcpy(const P *pln, const problem_rdft *p) in applicable_memcpy()
236 static int applicable_memcpy_loop(const P *pln, const problem_rdft *p) in applicable_memcpy_loop()
253 static int applicable_ip_sq(const P *pln, const problem_rdft *p) in applicable_ip_sq()
270 static int applicable_ip_sq_tiled(const P *pln, const problem_rdft *p) in applicable_ip_sq_tiled()
295 P pln; in applicable() local
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/util/
H A DIndentingWriter.java205 public void pln() throws IOException { in pln() method in IndentingWriter
209 public void pln(String s) throws IOException { in pln() method in IndentingWriter
214 public void pln(String s1, String s2) throws IOException { in pln() method in IndentingWriter
219 public void pln(String s1, String s2, String s3) throws IOException { in pln() method in IndentingWriter
224 public void pln(String s1, String s2, String s3, String s4) throws IOException { in pln() method in IndentingWriter
229 public void pln(String s1, String s2, String s3, String s4, String s5) throws IOException { in pln() method in IndentingWriter
260 public void pln(Object o) throws IOException { in pln() method in IndentingWriter
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/util/
H A DIndentingWriter.java205 public void pln() throws IOException { in pln() method in IndentingWriter
209 public void pln(String s) throws IOException { in pln() method in IndentingWriter
214 public void pln(String s1, String s2) throws IOException { in pln() method in IndentingWriter
219 public void pln(String s1, String s2, String s3) throws IOException { in pln() method in IndentingWriter
224 public void pln(String s1, String s2, String s3, String s4) throws IOException { in pln() method in IndentingWriter
229 public void pln(String s1, String s2, String s3, String s4, String s5) throws IOException { in pln() method in IndentingWriter
260 public void pln(Object o) throws IOException { in pln() method in IndentingWriter
/dports/math/fftw3-long/fftw-3.3.9/api/
H A Dprint-plan.c27 plan *pln = p->pln; in X() local
45 plan *pln = p->pln; in X() local
/dports/math/fftw3-float/fftw-3.3.9/api/
H A Dprint-plan.c27 plan *pln = p->pln; in X() local
45 plan *pln = p->pln; in X() local
/dports/math/fftw3-quad/fftw-3.3.9/api/
H A Dprint-plan.c27 plan *pln = p->pln; in X() local
45 plan *pln = p->pln; in X() local
/dports/math/fftw3/fftw-3.3.9/api/
H A Dprint-plan.c27 plan *pln = p->pln; in X() local
45 plan *pln = p->pln; in X() local
/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/tachyon/src/
H A Dplane.cpp86 static void plane_intersect(plane * pln, ray * ry) { in plane_intersect()
98 static void plane_normal(plane * pln, vector * pnt, ray * incident, vector * N) { in plane_normal()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/tachyon/src/
H A Dplane.cpp86 static void plane_intersect(plane * pln, ray * ry) { in plane_intersect()
98 static void plane_normal(plane * pln, vector * pnt, ray * incident, vector * N) { in plane_normal()
/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_for/tachyon/src/
H A Dplane.cpp84 static void plane_intersect(plane *pln, ray *ry) { in plane_intersect()
96 static void plane_normal(plane *pln, vector *pnt, ray *incident, vector *N) { in plane_normal()
/dports/graphics/tachyon/tachyon/src/
H A Dplane.c43 static void plane_intersect(const plane * pln, ray * ry) { in plane_intersect()
61 static void plane_normal(const plane * pln, const vector * pnt, const ray * incident, vector * N) { in plane_normal()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/rmi/rmic/
H A DIndentingWriter.java199 public void pln() throws IOException { in pln() method in IndentingWriter
206 public void pln(String s) throws IOException { in pln() method in IndentingWriter
257 public void pln(Object o) throws IOException { in pln() method in IndentingWriter
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.rmic/share/classes/sun/rmi/rmic/
H A DIndentingWriter.java199 public void pln() throws IOException { in pln() method in IndentingWriter
206 public void pln(String s) throws IOException { in pln() method in IndentingWriter
257 public void pln(Object o) throws IOException { in pln() method in IndentingWriter
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/rmi/rmic/newrmic/
H A DIndentingWriter.java191 public void pln() throws IOException { in pln() method in IndentingWriter
198 public void pln(String s) throws IOException { in pln() method in IndentingWriter
250 public void pln(Object o) throws IOException { in pln() method in IndentingWriter
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/rmi/rmic/
H A DIndentingWriter.java199 public void pln() throws IOException { in pln() method in IndentingWriter
206 public void pln(String s) throws IOException { in pln() method in IndentingWriter
257 public void pln(Object o) throws IOException { in pln() method in IndentingWriter
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/rmi/rmic/
H A DIndentingWriter.java199 public void pln() throws IOException { in pln() method in IndentingWriter
206 public void pln(String s) throws IOException { in pln() method in IndentingWriter
257 public void pln(Object o) throws IOException { in pln() method in IndentingWriter
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.rmic/share/classes/sun/rmi/rmic/
H A DIndentingWriter.java199 public void pln() throws IOException { in pln() method in IndentingWriter
206 public void pln(String s) throws IOException { in pln() method in IndentingWriter
257 public void pln(Object o) throws IOException { in pln() method in IndentingWriter
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.rmic/share/classes/sun/rmi/rmic/
H A DIndentingWriter.java199 public void pln() throws IOException { in pln() method in IndentingWriter
206 public void pln(String s) throws IOException { in pln() method in IndentingWriter
257 public void pln(Object o) throws IOException { in pln() method in IndentingWriter
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/rmi/rmic/
H A DIndentingWriter.java199 public void pln() throws IOException { in pln() method in IndentingWriter
206 public void pln(String s) throws IOException { in pln() method in IndentingWriter
257 public void pln(Object o) throws IOException { in pln() method in IndentingWriter

12345678910>>...33