Home
last modified time | relevance | path

Searched defs:indices (Results 26 – 50 of 7671) sorted by relevance

12345678910>>...307

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/packed_simd/src/codegen/
H A Dshuffle1_dyn.rs152 let indices: u8x8 = (indices * 2).cast(); localVariable
153 let indices: u8x16 = shuffle!( localVariable
159 let indices = indices + v; localVariable
195 let indices: u8x4 = (indices * 4).cast(); localVariable
196 let indices: u8x16 = shuffle!( localVariable
203 let indices = indices + v; localVariable
228 let indices = indices << 1; localVariable
244 let indices: u8x2 = (indices * 8).cast(); localVariable
245 let indices: u8x16 = shuffle!( localVariable
252 let indices = indices + v; localVariable
/dports/lang/rust/rustc-1.58.1-src/vendor/packed_simd_2/src/codegen/
H A Dshuffle1_dyn.rs152 let indices: u8x8 = (indices * 2).cast(); localVariable
153 let indices: u8x16 = shuffle!( localVariable
159 let indices = indices + v; localVariable
195 let indices: u8x4 = (indices * 4).cast(); localVariable
196 let indices: u8x16 = shuffle!( localVariable
203 let indices = indices + v; localVariable
228 let indices = indices << 1; localVariable
244 let indices: u8x2 = (indices * 8).cast(); localVariable
245 let indices: u8x16 = shuffle!( localVariable
252 let indices = indices + v; localVariable
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/packed_simd/src/codegen/
H A Dshuffle1_dyn.rs152 let indices: u8x8 = (indices * 2).cast(); localVariable
153 let indices: u8x16 = shuffle!( localVariable
159 let indices = indices + v; localVariable
195 let indices: u8x4 = (indices * 4).cast(); localVariable
196 let indices: u8x16 = shuffle!( localVariable
203 let indices = indices + v; localVariable
228 let indices = indices << 1; localVariable
244 let indices: u8x2 = (indices * 8).cast(); localVariable
245 let indices: u8x16 = shuffle!( localVariable
252 let indices = indices + v; localVariable
/dports/math/eprover/eprover-E-2.0/CLAUSES/
H A Dccl_global_indices.c63 void GlobalIndicesNull(GlobalIndices_p indices) in GlobalIndicesNull()
84 void GlobalIndicesInit(GlobalIndices_p indices, in GlobalIndicesInit()
134 void GlobalIndicesFreeIndices(GlobalIndices_p indices) in GlobalIndicesFreeIndices()
171 void GlobalIndicesReset(GlobalIndices_p indices) in GlobalIndicesReset()
195 void GlobalIndicesInsertClause(GlobalIndices_p indices, Clause_p clause) in GlobalIndicesInsertClause()
241 void GlobalIndicesDeleteClause(GlobalIndices_p indices, Clause_p clause) in GlobalIndicesDeleteClause()
287 void GlobalIndicesInsertClauseSet(GlobalIndices_p indices, in GlobalIndicesInsertClauseSet()
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/packed_simd-0.3.3/src/codegen/
H A Dshuffle1_dyn.rs173 let indices: u8x8 = (indices * 2).cast(); localVariable
174 let indices: u8x16 = shuffle!( localVariable
180 let indices = indices + v; localVariable
216 let indices: u8x4 = (indices * 4).cast(); localVariable
217 let indices: u8x16 = shuffle!( localVariable
224 let indices = indices + v; localVariable
249 let indices = indices << 1; localVariable
265 let indices: u8x2 = (indices * 8).cast(); localVariable
266 let indices: u8x16 = shuffle!( localVariable
273 let indices = indices + v; localVariable
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/packed_simd-0.3.3/src/codegen/
H A Dshuffle1_dyn.rs173 let indices: u8x8 = (indices * 2).cast(); localVariable
174 let indices: u8x16 = shuffle!( localVariable
180 let indices = indices + v; localVariable
216 let indices: u8x4 = (indices * 4).cast(); localVariable
217 let indices: u8x16 = shuffle!( localVariable
224 let indices = indices + v; localVariable
249 let indices = indices << 1; localVariable
265 let indices: u8x2 = (indices * 8).cast(); localVariable
266 let indices: u8x16 = shuffle!( localVariable
273 let indices = indices + v; localVariable
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/packed_simd/src/codegen/
H A Dshuffle1_dyn.rs173 let indices: u8x8 = (indices * 2).cast(); localVariable
174 let indices: u8x16 = shuffle!( localVariable
180 let indices = indices + v; localVariable
216 let indices: u8x4 = (indices * 4).cast(); localVariable
217 let indices: u8x16 = shuffle!( localVariable
224 let indices = indices + v; localVariable
249 let indices = indices << 1; localVariable
265 let indices: u8x2 = (indices * 8).cast(); localVariable
266 let indices: u8x16 = shuffle!( localVariable
273 let indices = indices + v; localVariable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/aarch64-sve2-intrinsics/
H A Dacle_sve2_tbx.c28 svint8_t test_svtbx_s8(svint8_t fallback, svint8_t data, svuint8_t indices) in test_svtbx_s8()
45 svint16_t test_svtbx_s16(svint16_t fallback, svint16_t data, svuint16_t indices) in test_svtbx_s16()
62 svint32_t test_svtbx_s32(svint32_t fallback, svint32_t data, svuint32_t indices) in test_svtbx_s32()
79 svint64_t test_svtbx_s64(svint64_t fallback, svint64_t data, svuint64_t indices) in test_svtbx_s64()
96 svuint8_t test_svtbx_u8(svuint8_t fallback, svuint8_t data, svuint8_t indices) in test_svtbx_u8()
113 svuint16_t test_svtbx_u16(svuint16_t fallback, svuint16_t data, svuint16_t indices) in test_svtbx_u16()
130 svuint32_t test_svtbx_u32(svuint32_t fallback, svuint32_t data, svuint32_t indices) in test_svtbx_u32()
147 svuint64_t test_svtbx_u64(svuint64_t fallback, svuint64_t data, svuint64_t indices) in test_svtbx_u64()
164 svfloat16_t test_svtbx_f16(svfloat16_t fallback, svfloat16_t data, svuint16_t indices) in test_svtbx_f16()
181 svfloat32_t test_svtbx_f32(svfloat32_t fallback, svfloat32_t data, svuint32_t indices) in test_svtbx_f32()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/aarch64-sve2-intrinsics/
H A Dacle_sve2_tbx.c15 svint8_t test_svtbx_s8(svint8_t fallback, svint8_t data, svuint8_t indices) in test_svtbx_s8()
25 svint16_t test_svtbx_s16(svint16_t fallback, svint16_t data, svuint16_t indices) in test_svtbx_s16()
35 svint32_t test_svtbx_s32(svint32_t fallback, svint32_t data, svuint32_t indices) in test_svtbx_s32()
45 svint64_t test_svtbx_s64(svint64_t fallback, svint64_t data, svuint64_t indices) in test_svtbx_s64()
55 svuint8_t test_svtbx_u8(svuint8_t fallback, svuint8_t data, svuint8_t indices) in test_svtbx_u8()
65 svuint16_t test_svtbx_u16(svuint16_t fallback, svuint16_t data, svuint16_t indices) in test_svtbx_u16()
75 svuint32_t test_svtbx_u32(svuint32_t fallback, svuint32_t data, svuint32_t indices) in test_svtbx_u32()
85 svuint64_t test_svtbx_u64(svuint64_t fallback, svuint64_t data, svuint64_t indices) in test_svtbx_u64()
95 svfloat16_t test_svtbx_f16(svfloat16_t fallback, svfloat16_t data, svuint16_t indices) in test_svtbx_f16()
105 svfloat32_t test_svtbx_f32(svfloat32_t fallback, svfloat32_t data, svuint32_t indices) in test_svtbx_f32()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/aarch64-sve2-intrinsics/
H A Dacle_sve2_tbx.c17 svint8_t test_svtbx_s8(svint8_t fallback, svint8_t data, svuint8_t indices) in test_svtbx_s8()
27 svint16_t test_svtbx_s16(svint16_t fallback, svint16_t data, svuint16_t indices) in test_svtbx_s16()
37 svint32_t test_svtbx_s32(svint32_t fallback, svint32_t data, svuint32_t indices) in test_svtbx_s32()
47 svint64_t test_svtbx_s64(svint64_t fallback, svint64_t data, svuint64_t indices) in test_svtbx_s64()
57 svuint8_t test_svtbx_u8(svuint8_t fallback, svuint8_t data, svuint8_t indices) in test_svtbx_u8()
67 svuint16_t test_svtbx_u16(svuint16_t fallback, svuint16_t data, svuint16_t indices) in test_svtbx_u16()
77 svuint32_t test_svtbx_u32(svuint32_t fallback, svuint32_t data, svuint32_t indices) in test_svtbx_u32()
87 svuint64_t test_svtbx_u64(svuint64_t fallback, svuint64_t data, svuint64_t indices) in test_svtbx_u64()
97 svfloat16_t test_svtbx_f16(svfloat16_t fallback, svfloat16_t data, svuint16_t indices) in test_svtbx_f16()
107 svfloat32_t test_svtbx_f32(svfloat32_t fallback, svfloat32_t data, svuint32_t indices) in test_svtbx_f32()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/aarch64-sve2-intrinsics/
H A Dacle_sve2_tbx.c15 svint8_t test_svtbx_s8(svint8_t fallback, svint8_t data, svuint8_t indices) in test_svtbx_s8()
25 svint16_t test_svtbx_s16(svint16_t fallback, svint16_t data, svuint16_t indices) in test_svtbx_s16()
35 svint32_t test_svtbx_s32(svint32_t fallback, svint32_t data, svuint32_t indices) in test_svtbx_s32()
45 svint64_t test_svtbx_s64(svint64_t fallback, svint64_t data, svuint64_t indices) in test_svtbx_s64()
55 svuint8_t test_svtbx_u8(svuint8_t fallback, svuint8_t data, svuint8_t indices) in test_svtbx_u8()
65 svuint16_t test_svtbx_u16(svuint16_t fallback, svuint16_t data, svuint16_t indices) in test_svtbx_u16()
75 svuint32_t test_svtbx_u32(svuint32_t fallback, svuint32_t data, svuint32_t indices) in test_svtbx_u32()
85 svuint64_t test_svtbx_u64(svuint64_t fallback, svuint64_t data, svuint64_t indices) in test_svtbx_u64()
95 svfloat16_t test_svtbx_f16(svfloat16_t fallback, svfloat16_t data, svuint16_t indices) in test_svtbx_f16()
105 svfloat32_t test_svtbx_f32(svfloat32_t fallback, svfloat32_t data, svuint32_t indices) in test_svtbx_f32()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/aarch64-sve2-intrinsics/
H A Dacle_sve2_tbx.c15 svint8_t test_svtbx_s8(svint8_t fallback, svint8_t data, svuint8_t indices) in test_svtbx_s8()
25 svint16_t test_svtbx_s16(svint16_t fallback, svint16_t data, svuint16_t indices) in test_svtbx_s16()
35 svint32_t test_svtbx_s32(svint32_t fallback, svint32_t data, svuint32_t indices) in test_svtbx_s32()
45 svint64_t test_svtbx_s64(svint64_t fallback, svint64_t data, svuint64_t indices) in test_svtbx_s64()
55 svuint8_t test_svtbx_u8(svuint8_t fallback, svuint8_t data, svuint8_t indices) in test_svtbx_u8()
65 svuint16_t test_svtbx_u16(svuint16_t fallback, svuint16_t data, svuint16_t indices) in test_svtbx_u16()
75 svuint32_t test_svtbx_u32(svuint32_t fallback, svuint32_t data, svuint32_t indices) in test_svtbx_u32()
85 svuint64_t test_svtbx_u64(svuint64_t fallback, svuint64_t data, svuint64_t indices) in test_svtbx_u64()
95 svfloat16_t test_svtbx_f16(svfloat16_t fallback, svfloat16_t data, svuint16_t indices) in test_svtbx_f16()
105 svfloat32_t test_svtbx_f32(svfloat32_t fallback, svfloat32_t data, svuint32_t indices) in test_svtbx_f32()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/aarch64-sve2-intrinsics/
H A Dacle_sve2_tbx.c15 svint8_t test_svtbx_s8(svint8_t fallback, svint8_t data, svuint8_t indices) in test_svtbx_s8()
25 svint16_t test_svtbx_s16(svint16_t fallback, svint16_t data, svuint16_t indices) in test_svtbx_s16()
35 svint32_t test_svtbx_s32(svint32_t fallback, svint32_t data, svuint32_t indices) in test_svtbx_s32()
45 svint64_t test_svtbx_s64(svint64_t fallback, svint64_t data, svuint64_t indices) in test_svtbx_s64()
55 svuint8_t test_svtbx_u8(svuint8_t fallback, svuint8_t data, svuint8_t indices) in test_svtbx_u8()
65 svuint16_t test_svtbx_u16(svuint16_t fallback, svuint16_t data, svuint16_t indices) in test_svtbx_u16()
75 svuint32_t test_svtbx_u32(svuint32_t fallback, svuint32_t data, svuint32_t indices) in test_svtbx_u32()
85 svuint64_t test_svtbx_u64(svuint64_t fallback, svuint64_t data, svuint64_t indices) in test_svtbx_u64()
95 svfloat16_t test_svtbx_f16(svfloat16_t fallback, svfloat16_t data, svuint16_t indices) in test_svtbx_f16()
105 svfloat32_t test_svtbx_f32(svfloat32_t fallback, svfloat32_t data, svuint32_t indices) in test_svtbx_f32()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/aarch64-sve2-intrinsics/
H A Dacle_sve2_tbx.c17 svint8_t test_svtbx_s8(svint8_t fallback, svint8_t data, svuint8_t indices) in test_svtbx_s8()
27 svint16_t test_svtbx_s16(svint16_t fallback, svint16_t data, svuint16_t indices) in test_svtbx_s16()
37 svint32_t test_svtbx_s32(svint32_t fallback, svint32_t data, svuint32_t indices) in test_svtbx_s32()
47 svint64_t test_svtbx_s64(svint64_t fallback, svint64_t data, svuint64_t indices) in test_svtbx_s64()
57 svuint8_t test_svtbx_u8(svuint8_t fallback, svuint8_t data, svuint8_t indices) in test_svtbx_u8()
67 svuint16_t test_svtbx_u16(svuint16_t fallback, svuint16_t data, svuint16_t indices) in test_svtbx_u16()
77 svuint32_t test_svtbx_u32(svuint32_t fallback, svuint32_t data, svuint32_t indices) in test_svtbx_u32()
87 svuint64_t test_svtbx_u64(svuint64_t fallback, svuint64_t data, svuint64_t indices) in test_svtbx_u64()
97 svfloat16_t test_svtbx_f16(svfloat16_t fallback, svfloat16_t data, svuint16_t indices) in test_svtbx_f16()
107 svfloat32_t test_svtbx_f32(svfloat32_t fallback, svfloat32_t data, svuint32_t indices) in test_svtbx_f32()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/aarch64-sve2-intrinsics/
H A Dacle_sve2_tbx.c17 svint8_t test_svtbx_s8(svint8_t fallback, svint8_t data, svuint8_t indices) in test_svtbx_s8()
27 svint16_t test_svtbx_s16(svint16_t fallback, svint16_t data, svuint16_t indices) in test_svtbx_s16()
37 svint32_t test_svtbx_s32(svint32_t fallback, svint32_t data, svuint32_t indices) in test_svtbx_s32()
47 svint64_t test_svtbx_s64(svint64_t fallback, svint64_t data, svuint64_t indices) in test_svtbx_s64()
57 svuint8_t test_svtbx_u8(svuint8_t fallback, svuint8_t data, svuint8_t indices) in test_svtbx_u8()
67 svuint16_t test_svtbx_u16(svuint16_t fallback, svuint16_t data, svuint16_t indices) in test_svtbx_u16()
77 svuint32_t test_svtbx_u32(svuint32_t fallback, svuint32_t data, svuint32_t indices) in test_svtbx_u32()
87 svuint64_t test_svtbx_u64(svuint64_t fallback, svuint64_t data, svuint64_t indices) in test_svtbx_u64()
97 svfloat16_t test_svtbx_f16(svfloat16_t fallback, svfloat16_t data, svuint16_t indices) in test_svtbx_f16()
107 svfloat32_t test_svtbx_f32(svfloat32_t fallback, svfloat32_t data, svuint32_t indices) in test_svtbx_f32()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/aarch64-sve2-intrinsics/
H A Dacle_sve2_tbx.c17 svint8_t test_svtbx_s8(svint8_t fallback, svint8_t data, svuint8_t indices) in test_svtbx_s8()
27 svint16_t test_svtbx_s16(svint16_t fallback, svint16_t data, svuint16_t indices) in test_svtbx_s16()
37 svint32_t test_svtbx_s32(svint32_t fallback, svint32_t data, svuint32_t indices) in test_svtbx_s32()
47 svint64_t test_svtbx_s64(svint64_t fallback, svint64_t data, svuint64_t indices) in test_svtbx_s64()
57 svuint8_t test_svtbx_u8(svuint8_t fallback, svuint8_t data, svuint8_t indices) in test_svtbx_u8()
67 svuint16_t test_svtbx_u16(svuint16_t fallback, svuint16_t data, svuint16_t indices) in test_svtbx_u16()
77 svuint32_t test_svtbx_u32(svuint32_t fallback, svuint32_t data, svuint32_t indices) in test_svtbx_u32()
87 svuint64_t test_svtbx_u64(svuint64_t fallback, svuint64_t data, svuint64_t indices) in test_svtbx_u64()
97 svfloat16_t test_svtbx_f16(svfloat16_t fallback, svfloat16_t data, svuint16_t indices) in test_svtbx_f16()
107 svfloat32_t test_svtbx_f32(svfloat32_t fallback, svfloat32_t data, svuint32_t indices) in test_svtbx_f32()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/aarch64-sve2-intrinsics/
H A Dacle_sve2_tbx.c15 svint8_t test_svtbx_s8(svint8_t fallback, svint8_t data, svuint8_t indices) in test_svtbx_s8()
25 svint16_t test_svtbx_s16(svint16_t fallback, svint16_t data, svuint16_t indices) in test_svtbx_s16()
35 svint32_t test_svtbx_s32(svint32_t fallback, svint32_t data, svuint32_t indices) in test_svtbx_s32()
45 svint64_t test_svtbx_s64(svint64_t fallback, svint64_t data, svuint64_t indices) in test_svtbx_s64()
55 svuint8_t test_svtbx_u8(svuint8_t fallback, svuint8_t data, svuint8_t indices) in test_svtbx_u8()
65 svuint16_t test_svtbx_u16(svuint16_t fallback, svuint16_t data, svuint16_t indices) in test_svtbx_u16()
75 svuint32_t test_svtbx_u32(svuint32_t fallback, svuint32_t data, svuint32_t indices) in test_svtbx_u32()
85 svuint64_t test_svtbx_u64(svuint64_t fallback, svuint64_t data, svuint64_t indices) in test_svtbx_u64()
95 svfloat16_t test_svtbx_f16(svfloat16_t fallback, svfloat16_t data, svuint16_t indices) in test_svtbx_f16()
105 svfloat32_t test_svtbx_f32(svfloat32_t fallback, svfloat32_t data, svuint32_t indices) in test_svtbx_f32()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/aarch64-sve2-intrinsics/
H A Dacle_sve2_tbx.c17 svint8_t test_svtbx_s8(svint8_t fallback, svint8_t data, svuint8_t indices) in test_svtbx_s8()
27 svint16_t test_svtbx_s16(svint16_t fallback, svint16_t data, svuint16_t indices) in test_svtbx_s16()
37 svint32_t test_svtbx_s32(svint32_t fallback, svint32_t data, svuint32_t indices) in test_svtbx_s32()
47 svint64_t test_svtbx_s64(svint64_t fallback, svint64_t data, svuint64_t indices) in test_svtbx_s64()
57 svuint8_t test_svtbx_u8(svuint8_t fallback, svuint8_t data, svuint8_t indices) in test_svtbx_u8()
67 svuint16_t test_svtbx_u16(svuint16_t fallback, svuint16_t data, svuint16_t indices) in test_svtbx_u16()
77 svuint32_t test_svtbx_u32(svuint32_t fallback, svuint32_t data, svuint32_t indices) in test_svtbx_u32()
87 svuint64_t test_svtbx_u64(svuint64_t fallback, svuint64_t data, svuint64_t indices) in test_svtbx_u64()
97 svfloat16_t test_svtbx_f16(svfloat16_t fallback, svfloat16_t data, svuint16_t indices) in test_svtbx_f16()
107 svfloat32_t test_svtbx_f32(svfloat32_t fallback, svfloat32_t data, svuint32_t indices) in test_svtbx_f32()
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/common/include/pcl/common/
H A Dcentroid.h126 const Indices &indices, in compute3DCentroid()
134 const Indices &indices, in compute3DCentroid()
260 const Indices &indices, in computeCovarianceMatrix()
269 const Indices &indices, in computeCovarianceMatrix()
545 const Indices &indices, in computeCovarianceMatrix()
665 const Indices &indices, in demeanPointCloud()
674 const Indices &indices, in demeanPointCloud()
791 const Indices &indices, in demeanPointCloud()
800 const Indices &indices, in demeanPointCloud()
911 const Indices &indices, in computeNDCentroid()
[all …]
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-indices.c74 CoglIndices *indices = g_slice_new (CoglIndices); in cogl_indices_new_for_buffer() local
95 CoglIndices *indices; in cogl_indices_new() local
117 cogl_indices_get_buffer (CoglIndices *indices) in cogl_indices_get_buffer()
123 cogl_indices_get_type (CoglIndices *indices) in cogl_indices_get_type()
131 cogl_indices_get_offset (CoglIndices *indices) in cogl_indices_get_offset()
151 cogl_indices_set_offset (CoglIndices *indices, in cogl_indices_set_offset()
163 _cogl_indices_free (CoglIndices *indices) in _cogl_indices_free()
170 _cogl_indices_immutable_ref (CoglIndices *indices) in _cogl_indices_immutable_ref()
180 _cogl_indices_immutable_unref (CoglIndices *indices) in _cogl_indices_immutable_unref()
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-indices.c74 CoglIndices *indices = g_slice_new (CoglIndices); in cogl_indices_new_for_buffer() local
95 CoglIndices *indices; in cogl_indices_new() local
117 cogl_indices_get_buffer (CoglIndices *indices) in cogl_indices_get_buffer()
123 cogl_indices_get_type (CoglIndices *indices) in cogl_indices_get_type()
131 cogl_indices_get_offset (CoglIndices *indices) in cogl_indices_get_offset()
151 cogl_indices_set_offset (CoglIndices *indices, in cogl_indices_set_offset()
163 _cogl_indices_free (CoglIndices *indices) in _cogl_indices_free()
170 _cogl_indices_immutable_ref (CoglIndices *indices) in _cogl_indices_immutable_ref()
180 _cogl_indices_immutable_unref (CoglIndices *indices) in _cogl_indices_immutable_unref()
/dports/x11-wm/mutter/mutter-41.1/cogl/cogl/
H A Dcogl-indices.c72 CoglIndices *indices = g_new0 (CoglIndices, 1); in cogl_indices_new_for_buffer() local
93 CoglIndices *indices; in cogl_indices_new() local
115 cogl_indices_get_buffer (CoglIndices *indices) in cogl_indices_get_buffer()
121 cogl_indices_get_type (CoglIndices *indices) in cogl_indices_get_type()
129 cogl_indices_get_offset (CoglIndices *indices) in cogl_indices_get_offset()
149 cogl_indices_set_offset (CoglIndices *indices, in cogl_indices_set_offset()
161 _cogl_indices_free (CoglIndices *indices) in _cogl_indices_free()
168 _cogl_indices_immutable_ref (CoglIndices *indices) in _cogl_indices_immutable_ref()
178 _cogl_indices_immutable_unref (CoglIndices *indices) in _cogl_indices_immutable_unref()
/dports/misc/tvm/incubator-tvm-0.6.1/topi/python/topi/nn/
H A Dsoftmax.py48 def insert_reduce_index(indices, reduce_index): argument
51 def get_non_reduce_indices(indices): argument
54 def _compute_max(*indices):
58 def _compute_exp(max_elem, *indices):
62 def _compute_expsum(exp, *indices):
66 def _normalize(exp, expsum, *indices):
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/topi/nn/
H A Dsoftmax.py50 def insert_reduce_index(indices, reduce_index): argument
53 def get_non_reduce_indices(indices): argument
56 def _compute_max(*indices):
60 def _compute_exp(max_elem, *indices):
64 def _compute_expsum(exp, *indices):
68 def _normalize(exp, expsum, *indices):
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/python/topi/nn/
H A Dsoftmax.py48 def insert_reduce_index(indices, reduce_index): argument
51 def get_non_reduce_indices(indices): argument
54 def _compute_max(*indices):
58 def _compute_exp(max_elem, *indices):
62 def _compute_expsum(exp, *indices):
66 def _normalize(exp, expsum, *indices):

12345678910>>...307