Home
last modified time | relevance | path

Searched refs:si32 (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/dports/graphics/openjph/OpenJPH-0.7.3/src/core/transform/
H A Dojph_transform_local.h68 void gen_rev_vert_wvlt_fwd_predict(const si32* src1, const si32* src2,
72 void gen_rev_vert_wvlt_fwd_update(const si32* src1, const si32* src2,
76 void gen_rev_horz_wvlt_fwd_tx(si32* src, si32 *ldst, si32 *hdst,
80 void gen_rev_vert_wvlt_bwd_predict(const si32* src1, const si32* src2,
84 void gen_rev_vert_wvlt_bwd_update(const si32* src1, const si32* src2,
88 void gen_rev_horz_wvlt_bwd_tx(si32* dst, si32 *lsrc, si32 *hsrc,
156 void sse2_rev_vert_wvlt_fwd_update(const si32* src1, const si32* src2,
160 void sse2_rev_horz_wvlt_fwd_tx(si32* src, si32 *ldst, si32 *hdst,
172 void sse2_rev_horz_wvlt_bwd_tx(si32* dst, si32 *lsrc, si32 *hsrc,
225 void avx2_rev_horz_wvlt_fwd_tx(si32* src, si32 *ldst, si32 *hdst,
[all …]
H A Dojph_colour_local.h88 void gen_rct_forward(const si32 *r, const si32 *g, const si32 *b,
89 si32 *y, si32 *cb, si32 *cr, int repeat);
92 void gen_rct_backward(const si32 *y, const si32 *cb, const si32 *cr,
93 si32 *r, si32 *g, si32 *b, int repeat);
164 void sse2_rct_forward(const si32 *r, const si32 *g, const si32 *b,
165 si32 *y, si32 *cb, si32 *cr, int repeat);
168 void sse2_rct_backward(const si32 *y, const si32 *cb, const si32 *cr,
169 si32 *r, si32 *g, si32 *b, int repeat);
216 void avx2_rct_forward(const si32 *r, const si32 *g, const si32 *b,
217 si32 *y, si32 *cb, si32 *cr, int repeat);
[all …]
H A Dojph_colour.cpp50 (const si32 *sp, si32 *dp, int shift, int width)
55 (const si32 *sp, float *dp, float mul, int width)
75 (const si32 *r, const si32 *g, const si32 *b,
76 si32 *y, si32 *cb, si32 *cr, int repeat)
81 (const si32 *y, const si32 *cb, const si32 *cr,
82 si32 *r, si32 *g, si32 *b, int repeat)
174 void gen_cnvrt_si32_to_si32_shftd(const si32 *sp, si32 *dp, int shift, in gen_cnvrt_si32_to_si32_shftd()
214 void gen_rct_forward(const si32 *r, const si32 *g, const si32 *b, in gen_rct_forward()
215 si32 *y, si32 *cb, si32 *cr, int repeat) in gen_rct_forward()
226 void gen_rct_backward(const si32 *y, const si32 *cb, const si32 *cr, in gen_rct_backward()
[all …]
H A Dojph_transform.h56 (const si32* src1, const si32* src2, si32 *dst, int repeat);
60 (const si32* src1, const si32* src2, si32 *dst, int repeat);
64 (si32* src, si32 *ldst, si32 *hdst, int width, bool even);
68 (const si32* src1, const si32* src2, si32 *dst, int repeat);
72 (const si32* src1, const si32* src2, si32 *dst, int repeat);
76 (si32* dst, si32 *lsrc, si32 *hsrc, int width, bool even);
H A Dojph_colour.h50 (const si32 *sp, si32 *dp, int shift, int width);
54 (const si32 *sp, float *dp, float mul, int width);
58 (const si32 *sp, float *dp, float mul, int width);
62 (const float *sp, si32 *dp, float mul, int width);
66 (const float *sp, si32 *dp, float mul, int width);
70 (const si32 *r, const si32 *g, const si32 *b,
71 si32 *y, si32 *cb, si32 *cr, int repeat);
75 (const si32 *y, const si32 *cb, const si32 *cr,
76 si32 *r, si32 *g, si32 *b, int repeat);
H A Dojph_transform.cpp53 (const si32* src1, const si32* src2, si32 *dst, int repeat)
58 (const si32* src1, const si32* src2, si32 *dst, int repeat)
63 (si32* src, si32 *ldst, si32 *hdst, int width, bool even)
68 (const si32* src1, const si32* src2, si32 *dst, int repeat)
73 (const si32* src1, const si32* src2, si32 *dst, int repeat)
78 (si32* dst, si32 *lsrc, si32 *hsrc, int width, bool even)
182 void gen_rev_vert_wvlt_fwd_predict(const si32* src1, const si32* src2, in gen_rev_vert_wvlt_fwd_predict()
190 void gen_rev_vert_wvlt_fwd_update(const si32* src1, const si32* src2, in gen_rev_vert_wvlt_fwd_update()
198 void gen_rev_horz_wvlt_fwd_tx(si32* src, si32 *ldst, si32 *hdst, in gen_rev_horz_wvlt_fwd_tx()
243 void gen_rev_vert_wvlt_bwd_update(const si32* src1, const si32* src2, in gen_rev_vert_wvlt_bwd_update()
[all …]
H A Dojph_transform_sse2.cpp55 void sse2_rev_vert_wvlt_fwd_predict(const si32* src1, const si32* src2, in sse2_rev_vert_wvlt_fwd_predict()
70 void sse2_rev_vert_wvlt_fwd_update(const si32* src1, const si32* src2, in sse2_rev_vert_wvlt_fwd_update()
87 void sse2_rev_horz_wvlt_fwd_tx(si32* src, si32 *ldst, si32 *hdst, in sse2_rev_horz_wvlt_fwd_tx()
99 const si32* sp = src + (even ? 1 : 0); in sse2_rev_horz_wvlt_fwd_tx()
100 si32 *dph = hdst; in sse2_rev_horz_wvlt_fwd_tx()
127 si32 *dpl = ldst; in sse2_rev_horz_wvlt_fwd_tx()
153 void sse2_rev_vert_wvlt_bwd_predict(const si32* src1, const si32* src2, in sse2_rev_vert_wvlt_bwd_predict()
168 void sse2_rev_vert_wvlt_bwd_update(const si32* src1, const si32* src2, in sse2_rev_vert_wvlt_bwd_update()
185 void sse2_rev_horz_wvlt_bwd_tx(si32* dst, si32 *lsrc, si32 *hsrc, in sse2_rev_horz_wvlt_bwd_tx()
198 si32 *spl = lsrc; in sse2_rev_horz_wvlt_bwd_tx()
[all …]
H A Dojph_colour_avx2.cpp54 void avx2_cnvrt_si32_to_si32_shftd(const si32 *sp, si32 *dp, int shift, in avx2_cnvrt_si32_to_si32_shftd()
67 void avx2_rct_forward(const si32 *r, const si32 *g, const si32 *b, in avx2_rct_forward()
68 si32 *y, si32 *cb, si32 *cr, int repeat) in avx2_rct_forward()
89 void avx2_rct_backward(const si32 *y, const si32 *cb, const si32 *cr, in avx2_rct_backward()
90 si32 *r, si32 *g, si32 *b, int repeat) in avx2_rct_backward()
H A Dojph_transform_avx2.cpp55 void avx2_rev_vert_wvlt_fwd_predict(const si32* src1, const si32* src2, in avx2_rev_vert_wvlt_fwd_predict()
70 void avx2_rev_vert_wvlt_fwd_update(const si32* src1, const si32* src2, in avx2_rev_vert_wvlt_fwd_update()
87 void avx2_rev_horz_wvlt_fwd_tx(si32* src, si32 *ldst, si32 *hdst, in avx2_rev_horz_wvlt_fwd_tx()
99 const si32* sp = src + (even ? 1 : 0); in avx2_rev_horz_wvlt_fwd_tx()
100 si32 *dph = hdst; in avx2_rev_horz_wvlt_fwd_tx()
129 si32 *dpl = ldst; in avx2_rev_horz_wvlt_fwd_tx()
156 void avx2_rev_vert_wvlt_bwd_predict(const si32* src1, const si32* src2, in avx2_rev_vert_wvlt_bwd_predict()
171 void avx2_rev_vert_wvlt_bwd_update(const si32* src1, const si32* src2, in avx2_rev_vert_wvlt_bwd_update()
188 void avx2_rev_horz_wvlt_bwd_tx(si32* dst, si32 *lsrc, si32 *hsrc, in avx2_rev_horz_wvlt_bwd_tx()
201 si32 *spl = lsrc; in avx2_rev_horz_wvlt_bwd_tx()
[all …]
H A Dojph_colour_sse2.cpp54 void sse2_cnvrt_float_to_si32_shftd(const float *sp, si32 *dp, float mul, in sse2_cnvrt_float_to_si32_shftd()
72 void sse2_cnvrt_float_to_si32(const float *sp, si32 *dp, float mul, in sse2_cnvrt_float_to_si32()
89 void sse2_cnvrt_si32_to_si32_shftd(const si32 *sp, si32 *dp, int shift, in sse2_cnvrt_si32_to_si32_shftd()
102 void sse2_rct_forward(const si32 *r, const si32 *g, const si32 *b, in sse2_rct_forward()
103 si32 *y, si32 *cb, si32 *cr, int repeat) in sse2_rct_forward()
124 void sse2_rct_backward(const si32 *y, const si32 *cb, const si32 *cr, in sse2_rct_backward()
125 si32 *r, si32 *g, si32 *b, int repeat) in sse2_rct_backward()
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/netbsd32/
H A Dnetbsd32_signal.c188 si->_signo = si32->_signo; in netbsd32_ksi32_to_ksi()
189 si->_code = si32->_code; in netbsd32_ksi32_to_ksi()
190 si->_errno = si32->_errno; in netbsd32_ksi32_to_ksi()
192 switch (si32->_signo) { in netbsd32_ksi32_to_ksi()
226 memset(si32, 0, sizeof (*si32)); in netbsd32_si_to_si32()
231 switch (si32->si_signo) { in netbsd32_si_to_si32()
247 si32->si_pid = si->si_pid; in netbsd32_si_to_si32()
248 si32->si_uid = si->si_uid; in netbsd32_si_to_si32()
252 si32->si_pid = si->si_pid; in netbsd32_si_to_si32()
253 si32->si_uid = si->si_uid; in netbsd32_si_to_si32()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/Dialect/SPIRV/Transforms/
H A Dglsl_canonicalize.mlir42 func @clamp_slessthan(%input: si32) -> si32 {
44 %min = spv.Constant 0 : si32
46 %max = spv.Constant 10 : si32
49 %0 = spv.SLessThan %min, %input : si32
51 %1 = spv.SLessThan %mid, %max : si32
52 %2 = spv.Select %1, %mid, %max : i1, si32
55 spv.ReturnValue %2 : si32
61 func @clamp_slessthanequal(%input: si32) -> si32 {
63 %min = spv.Constant 0 : si32
65 %max = spv.Constant 10 : si32
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/Dialect/SPIRV/Transforms/
H A Dglsl_canonicalize.mlir42 func @clamp_slessthan(%input: si32) -> si32 {
44 %min = spv.constant 0 : si32
46 %max = spv.constant 10 : si32
49 %0 = spv.SLessThan %min, %input : si32
51 %1 = spv.SLessThan %mid, %max : si32
52 %2 = spv.Select %1, %mid, %max : i1, si32
55 spv.ReturnValue %2 : si32
61 func @clamp_slessthanequal(%input: si32) -> si32 {
63 %min = spv.constant 0 : si32
65 %max = spv.constant 10 : si32
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/Dialect/SPIRV/Transforms/
H A Dglsl_canonicalize.mlir42 func @clamp_slessthan(%input: si32) -> si32 {
44 %min = spv.Constant 0 : si32
46 %max = spv.Constant 10 : si32
49 %0 = spv.SLessThan %min, %input : si32
51 %1 = spv.SLessThan %mid, %max : si32
52 %2 = spv.Select %1, %mid, %max : i1, si32
55 spv.ReturnValue %2 : si32
61 func @clamp_slessthanequal(%input: si32) -> si32 {
63 %min = spv.Constant 0 : si32
65 %max = spv.Constant 10 : si32
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/Dialect/SPIRV/Transforms/
H A Dglsl_canonicalize.mlir42 func @clamp_slessthan(%input: si32) -> si32 {
44 %min = spv.Constant 0 : si32
46 %max = spv.Constant 10 : si32
49 %0 = spv.SLessThan %min, %input : si32
51 %1 = spv.SLessThan %mid, %max : si32
52 %2 = spv.Select %1, %mid, %max : i1, si32
55 spv.ReturnValue %2 : si32
61 func @clamp_slessthanequal(%input: si32) -> si32 {
63 %min = spv.Constant 0 : si32
65 %max = spv.Constant 10 : si32
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/test/Dialect/SPIRV/Transforms/
H A Dglsl_canonicalize.mlir42 func @clamp_slessthan(%input: si32) -> si32 {
44 %min = spv.constant 0 : si32
46 %max = spv.constant 10 : si32
49 %0 = spv.SLessThan %min, %input : si32
51 %1 = spv.SLessThan %mid, %max : si32
52 %2 = spv.Select %1, %mid, %max : i1, si32
55 spv.ReturnValue %2 : si32
61 func @clamp_slessthanequal(%input: si32) -> si32 {
63 %min = spv.constant 0 : si32
65 %max = spv.constant 10 : si32
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/Dialect/SPIRV/Transforms/
H A Dglsl_canonicalize.mlir42 func @clamp_slessthan(%input: si32) -> si32 {
44 %min = spv.Constant 0 : si32
46 %max = spv.Constant 10 : si32
49 %0 = spv.SLessThan %min, %input : si32
51 %1 = spv.SLessThan %mid, %max : si32
52 %2 = spv.Select %1, %mid, %max : i1, si32
55 spv.ReturnValue %2 : si32
61 func @clamp_slessthanequal(%input: si32) -> si32 {
63 %min = spv.Constant 0 : si32
65 %max = spv.Constant 10 : si32
[all …]
/dports/audio/wav2cdr/wav2cdr/
H A Dprocess.c293 signed long si32; in process_swap_iscale() local
305 si32 = (signed long) pinfo->iscale in process_swap_iscale()
307 si32 /= 100L; in process_swap_iscale()
314 si32 = (signed long) pinfo->iscale in process_swap_iscale()
316 si32 /= 100L; in process_swap_iscale()
323 si32 = (signed long) pinfo->iscale in process_swap_iscale()
325 si32 /= 100L; in process_swap_iscale()
334 si32 /= 100L; in process_swap_iscale()
354 signed long int si32; in process_swap_fscale() local
366 si32 = pinfo->fscale in process_swap_fscale()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/Dialect/OpenMP/
H A Dops.mlir54 func @omp_parallel(%data_var : memref<i32>, %if_cond : i1, %num_threads : si32) -> () {
62 … = dense<[0,1,1,1,1,1,1,1]>: vector<8xi32>, default_val = "defshared"} : (si32, memref<i32>, memre…
77 …}) {operand_segment_sizes = dense<[1,1,1,1,1,1,0,0]> : vector<8xi32>} : (i1, si32, memref<i32>, me…
91 …llel_pretty(%data_var : memref<i32>, %if_cond : i1, %num_threads : si32, %allocator : si32) -> () {
97 // CHECK: omp.parallel num_threads(%{{.*}} : si32)
98 omp.parallel num_threads(%num_threads : si32) {
120 …// CHECK omp.parallel if(%{{.*}}) num_threads(%{{.*}} : si32) private(%{{.*}} : memref<i32>) proc_…
121 omp.parallel num_threads(%num_threads : si32) if(%if_cond: i1)
130 %data_var : memref<i32>, %linear_var : si32, %chunk_var : si32) -> () {
149 (index, index, index, memref<i32>, si32) -> ()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/test/Dialect/OpenMP/
H A Dops.mlir54 func @omp_parallel(%data_var : memref<i32>, %if_cond : i1, %num_threads : si32) -> () {
62 … = dense<[0,1,1,1,1,1,1,1]>: vector<8xi32>, default_val = "defshared"} : (si32, memref<i32>, memre…
77 …}) {operand_segment_sizes = dense<[1,1,1,1,1,1,0,0]> : vector<8xi32>} : (i1, si32, memref<i32>, me…
91 …llel_pretty(%data_var : memref<i32>, %if_cond : i1, %num_threads : si32, %allocator : si32) -> () {
97 // CHECK: omp.parallel num_threads(%{{.*}} : si32)
98 omp.parallel num_threads(%num_threads : si32) {
120 …// CHECK omp.parallel if(%{{.*}}) num_threads(%{{.*}} : si32) private(%{{.*}} : memref<i32>) proc_…
121 omp.parallel num_threads(%num_threads : si32) if(%if_cond: i1)
130 %data_var : memref<i32>, %linear_var : si32, %chunk_var : si32) -> () {
149 (index, index, index, memref<i32>, si32) -> ()
[all …]
/dports/graphics/openjph/OpenJPH-0.7.3/src/core/common/
H A Dojph_arch.h131 static inline si32 ojph_round(float val) in ojph_round()
134 return (si32)(val + (val >= 0.0f ? 0.5f : -0.5f)); in ojph_round()
136 return (si32)(val + (val >= 0.0f ? 0.5f : -0.5f)); in ojph_round()
138 return (si32)round(val); in ojph_round()
143 static inline si32 ojph_trunc(float val) in ojph_trunc()
146 return (si32)(val); in ojph_trunc()
148 return (si32)(val); in ojph_trunc()
150 return (si32)trunc(val); in ojph_trunc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/test/Dialect/OpenMP/
H A Dops.mlir54 func @omp_parallel(%data_var : memref<i32>, %if_cond : i1, %num_threads : si32) -> () {
59 …// CHECK: omp.parallel num_threads(%{{.*}} : si32) private(%{{.*}} : memref<i32>) firstprivate(%{{…
62 … = dense<[0,1,1,1,1,1,1,1]>: vector<8xi32>, default_val = "defshared"} : (si32, memref<i32>, memre…
74 …// CHECK: omp.parallel if(%{{.*}}) num_threads(%{{.*}} : si32) private(%{{.*}} : memref<i32>) firs…
77 …}) {operand_segment_sizes = dense<[1,1,1,1,1,1,0,0]> : vector<8xi32>} : (i1, si32, memref<i32>, me…
80 …ense<[1,1,1,1,1,1,1,1]> : vector<8xi32>, proc_bind_val = "spread"} : (i1, si32, memref<i32>, memre…
91 …llel_pretty(%data_var : memref<i32>, %if_cond : i1, %num_threads : si32, %allocator : si32) -> () {
97 // CHECK: omp.parallel num_threads(%{{.*}} : si32)
98 omp.parallel num_threads(%num_threads : si32) {
120 …// CHECK omp.parallel if(%{{.*}}) num_threads(%{{.*}} : si32) private(%{{.*}} : memref<i32>) proc_…
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/test/Dialect/OpenMP/
H A Dops.mlir53 func @omp_parallel(%data_var : memref<i32>, %if_cond : i1, %num_threads : si32) -> () {
54 …// CHECK: omp.parallel if(%{{.*}}) num_threads(%{{.*}} : si32) private(%{{.*}} : memref<i32>) firs…
58 …// CHECK: omp.parallel num_threads(%{{.*}} : si32) private(%{{.*}} : memref<i32>) firstprivate(%{{…
61 …izes = dense<[0,1,1,1,1,1]>: vector<6xi32>, default_val = "defshared"} : (si32, memref<i32>, memre…
73 … = dense<[1,1,1,1,1,1]> : vector<6xi32>, proc_bind_val = "spread"} : (i1, si32, memref<i32>, memre…
84 func @omp_parallel_pretty(%data_var : memref<i32>, %if_cond : i1, %num_threads : si32) -> () {
90 // CHECK: omp.parallel num_threads(%{{.*}} : si32)
91 omp.parallel num_threads(%num_threads : si32) {
108 …// CHECK omp.parallel if(%{{.*}}) num_threads(%{{.*}} : si32) private(%{{.*}} : memref<i32>) proc_…
109 omp.parallel num_threads(%num_threads : si32) if(%if_cond)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/test/Dialect/SPIRV/Serialization/
H A Dconstant.mlir32 // CHECK: spv.constant 0 : si32
33 %0 = spv.constant 0 : si32
34 // CHECK: spv.constant 10 : si32
35 %1 = spv.constant 10 : si32
36 // CHECK: spv.constant -5 : si32
37 %2 = spv.constant -5 : si32
39 %3 = spv.IAdd %0, %1 : si32
40 %4 = spv.IAdd %2, %3 : si32
185 // CHECK: spv.constant [5 : si32, 6 : si32, 7 : si32] : !spv.array<3 x si32>
186 %0 = spv.constant [5 : si32, 6 : si32, 7 : si32] : !spv.array<3 x si32>
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/test/Target/SPIRV/
H A Dconstant.mlir32 // CHECK: spv.constant 0 : si32
33 %0 = spv.constant 0 : si32
34 // CHECK: spv.constant 10 : si32
35 %1 = spv.constant 10 : si32
36 // CHECK: spv.constant -5 : si32
37 %2 = spv.constant -5 : si32
39 %3 = spv.IAdd %0, %1 : si32
40 %4 = spv.IAdd %2, %3 : si32
185 // CHECK: spv.constant [5 : si32, 6 : si32, 7 : si32] : !spv.array<3 x si32>
186 %0 = spv.constant [5 : si32, 6 : si32, 7 : si32] : !spv.array<3 x si32>

12345678910>>...15