Home
last modified time | relevance | path

Searched defs:mask (Results 1 – 25 of 8071) sorted by relevance

12345678910>>...323

/aosp_15_r20/external/libgav1/src/dsp/x86/
H A Dweight_mask_sse4.cc42 uint8_t* LIBGAV1_RESTRICT mask, in WeightMask16_SSE4_1()
92 uint8_t* LIBGAV1_RESTRICT mask, in WeightMask8x8_SSE4_1()
106 uint8_t* LIBGAV1_RESTRICT mask, in WeightMask8x16_SSE4_1()
122 uint8_t* LIBGAV1_RESTRICT mask, in WeightMask8x32_SSE4_1()
147 uint8_t* LIBGAV1_RESTRICT mask, in WeightMask16x8_SSE4_1()
161 uint8_t* LIBGAV1_RESTRICT mask, in WeightMask16x16_SSE4_1()
177 uint8_t* LIBGAV1_RESTRICT mask, in WeightMask16x32_SSE4_1()
196 uint8_t* LIBGAV1_RESTRICT mask, in WeightMask16x64_SSE4_1()
224 uint8_t* LIBGAV1_RESTRICT mask, in WeightMask32x8_SSE4_1()
241 uint8_t* LIBGAV1_RESTRICT mask, in WeightMask32x16_SSE4_1()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_ir_common.c42 func_ctx(struct lp_exec_mask *mask) in func_ctx()
56 mask_has_loop(struct lp_exec_mask *mask) in mask_has_loop()
74 mask_has_switch(struct lp_exec_mask *mask) in mask_has_switch()
92 mask_has_cond(struct lp_exec_mask *mask) in mask_has_cond()
103 void lp_exec_mask_update(struct lp_exec_mask *mask) in lp_exec_mask_update()
151 lp_exec_mask_function_init(struct lp_exec_mask *mask, int function_idx) in lp_exec_mask_function_init()
174 void lp_exec_mask_init(struct lp_exec_mask *mask, struct lp_build_context *bld) in lp_exec_mask_init()
199 lp_exec_mask_fini(struct lp_exec_mask *mask) in lp_exec_mask_fini()
209 void lp_exec_mask_store(struct lp_exec_mask *mask, in lp_exec_mask_store()
235 void lp_exec_bgnloop_post_phi(struct lp_exec_mask *mask) in lp_exec_bgnloop_post_phi()
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec512/
H A Dvec512_int.h64 const Vectorized<int64_t>& mask) { in blendv()
103 __mmask8 mask = (1ULL << count) - 1; in loadu() local
113 __mmask8 mask = (1ULL << count) - 1; variable
136 auto mask = _mm512_cmpeq_epi64_mask(values, other.values); variable
140 auto mask = _mm512_cmpneq_epi64_mask(values, other.values); variable
144 auto mask = _mm512_cmplt_epi64_mask(values, other.values); variable
148 auto mask = _mm512_cmple_epi64_mask(values, other.values); variable
152 auto mask = _mm512_cmpgt_epi64_mask(values, other.values); variable
156 auto mask = _mm512_cmpge_epi64_mask(values, other.values); variable
193 const Vectorized<int32_t>& mask) { in blendv()
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/
H A Dmasks.rs22 let mut mask = Mask::<$type, 8>::splat(false); localVariable
34 let mut mask = Mask::<$type, 8>::splat(false); localVariable
42 let mask = Mask::<$type, 8>::splat(false); localVariable
67 let mask = Mask::<$type, 8>::from_array(values); localVariable
79 let mask = Mask::<$type, 16>::from_array(values); localVariable
90 let mask = Mask::<$type, 4>::from_array(values); localVariable
96 let mask = Mask::<$type, 2>::from_array(values); localVariable
108 let mask = Mask::<$type, 11>::from_array(values); localVariable
122 let mask = Mask::<$type, 8>::from_array(values); localVariable
145 let mask = Mask::<$type, 16>::from_array(values); localVariable
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/
H A Dmasks.rs22 let mut mask = Mask::<$type, 8>::splat(false); localVariable
34 let mut mask = Mask::<$type, 8>::splat(false); localVariable
42 let mask = Mask::<$type, 8>::splat(false); localVariable
67 let mask = Mask::<$type, 8>::from_array(values); localVariable
79 let mask = Mask::<$type, 16>::from_array(values); localVariable
90 let mask = Mask::<$type, 4>::from_array(values); localVariable
96 let mask = Mask::<$type, 2>::from_array(values); localVariable
108 let mask = Mask::<$type, 11>::from_array(values); localVariable
122 let mask = Mask::<$type, 8>::from_array(values); localVariable
145 let mask = Mask::<$type, 16>::from_array(values); localVariable
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/
H A Dmasks.rs22 let mut mask = Mask::<$type, 8>::splat(false); localVariable
34 let mut mask = Mask::<$type, 8>::splat(false); localVariable
42 let mask = Mask::<$type, 8>::splat(false); localVariable
67 let mask = Mask::<$type, 8>::from_array(values); localVariable
79 let mask = Mask::<$type, 16>::from_array(values); localVariable
90 let mask = Mask::<$type, 4>::from_array(values); localVariable
96 let mask = Mask::<$type, 2>::from_array(values); localVariable
108 let mask = Mask::<$type, 11>::from_array(values); localVariable
122 let mask = Mask::<$type, 8>::from_array(values); localVariable
145 let mask = Mask::<$type, 16>::from_array(values); localVariable
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/
H A Dmasks.rs22 let mut mask = Mask::<$type, 8>::splat(false); localVariable
34 let mut mask = Mask::<$type, 8>::splat(false); localVariable
42 let mask = Mask::<$type, 8>::splat(false); localVariable
67 let mask = Mask::<$type, 8>::from_array(values); localVariable
79 let mask = Mask::<$type, 16>::from_array(values); localVariable
90 let mask = Mask::<$type, 4>::from_array(values); localVariable
96 let mask = Mask::<$type, 2>::from_array(values); localVariable
108 let mask = Mask::<$type, 11>::from_array(values); localVariable
122 let mask = Mask::<$type, 8>::from_array(values); localVariable
145 let mask = Mask::<$type, 16>::from_array(values); localVariable
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/
H A Dmasks.rs22 let mut mask = Mask::<$type, 8>::splat(false); localVariable
34 let mut mask = Mask::<$type, 8>::splat(false); localVariable
42 let mask = Mask::<$type, 8>::splat(false); localVariable
67 let mask = Mask::<$type, 8>::from_array(values); localVariable
79 let mask = Mask::<$type, 16>::from_array(values); localVariable
90 let mask = Mask::<$type, 4>::from_array(values); localVariable
96 let mask = Mask::<$type, 2>::from_array(values); localVariable
108 let mask = Mask::<$type, 11>::from_array(values); localVariable
122 let mask = Mask::<$type, 8>::from_array(values); localVariable
145 let mask = Mask::<$type, 16>::from_array(values); localVariable
[all …]
/aosp_15_r20/libcore/ojluni/src/test/java/lang/
H A DAbstractCompressExpandTest.java35 static int testCompress(int i, int mask) { in testCompress()
49 static int testExpand(int i, int mask) { in testExpand()
63 static long testCompress(long i, long mask) { in testCompress()
76 static long testExpand(long i, long mask) { in testExpand()
90 abstract int actualCompress(int i, int mask); in actualCompress()
92 abstract int actualExpand(int i, int mask); in actualExpand()
94 abstract int expectedCompress(int i, int mask); in expectedCompress()
96 abstract int expectedExpand(int i, int mask); in expectedExpand()
98 abstract long actualCompress(long i, long mask); in actualCompress()
100 abstract long actualExpand(long i, long mask); in actualExpand()
[all …]
/aosp_15_r20/external/libgav1/src/dsp/arm/
H A Dweight_mask_neon.cc69 uint8_t* LIBGAV1_RESTRICT mask) { in WeightMask8_NEON()
105 uint8_t* LIBGAV1_RESTRICT mask, ptrdiff_t mask_stride) { in WeightMask8x8_NEON()
118 uint8_t* LIBGAV1_RESTRICT mask, in WeightMask8x16_NEON()
134 uint8_t* LIBGAV1_RESTRICT mask, in WeightMask8x32_NEON()
163 uint8_t* LIBGAV1_RESTRICT mask, in WeightMask16x8_NEON()
177 uint8_t* LIBGAV1_RESTRICT mask, in WeightMask16x16_NEON()
193 uint8_t* LIBGAV1_RESTRICT mask, in WeightMask16x32_NEON()
212 uint8_t* LIBGAV1_RESTRICT mask, in WeightMask16x64_NEON()
243 uint8_t* LIBGAV1_RESTRICT mask, in WeightMask32x8_NEON()
260 uint8_t* LIBGAV1_RESTRICT mask, in WeightMask32x16_NEON()
[all …]
H A Dmask_blend_neon.cc37 inline uint8x8_t GetMask4x2(const uint8_t* mask) { in GetMask4x2()
56 inline uint8x8_t GetMask8(const uint8_t* mask) { in GetMask8()
105 const uint8_t* LIBGAV1_RESTRICT mask, in MaskBlending4x4_NEON()
136 const uint8_t* mask = mask_ptr; in MaskBlending4xH_NEON() local
220 const uint8_t* mask = mask_ptr; in MaskBlending8xH_NEON() local
239 inline uint8x16_t GetMask16(const uint8_t* mask, const ptrdiff_t mask_stride) { in GetMask16()
279 const uint8_t* mask = mask_ptr; in MaskBlend_NEON() local
312 inline uint8x8_t GetInterIntraMask4x2(const uint8_t* mask, in GetInterIntraMask4x2()
343 const ptrdiff_t pred_stride_1, const uint8_t* LIBGAV1_RESTRICT mask, in InterIntraMaskBlending8bpp4x4_NEON()
365 const ptrdiff_t pred_stride_1, const uint8_t* LIBGAV1_RESTRICT mask, in InterIntraMaskBlending8bpp4xH_NEON()
[all …]
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dinlined_string_field.h232 bool donated, uint32_t* donating_states, uint32_t mask, in Set()
238 uint32_t* donating_states, uint32_t mask, MessageLite* msg) { in Set()
245 uint32_t* donating_states, uint32_t mask, MessageLite* msg) { in Set()
251 bool donated, uint32_t* donating_states, uint32_t mask, in Set()
260 uint32_t mask, MessageLite* msg) { in Set()
265 bool donated, uint32_t* donating_states, uint32_t mask, in SetBytes()
272 bool donated, uint32_t* donating_states, uint32_t mask, in SetBytes()
279 bool donated, uint32_t* donating_states, uint32_t mask, in SetBytes()
287 uint32_t mask, MessageLite* msg) { in SetBytes()
295 uint32_t mask, MessageLite* msg) { in SetBytes()
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dinlined_string_field.h232 bool donated, uint32_t* donating_states, uint32_t mask, in Set()
238 uint32_t* donating_states, uint32_t mask, MessageLite* msg) { in Set()
245 uint32_t* donating_states, uint32_t mask, MessageLite* msg) { in Set()
251 bool donated, uint32_t* donating_states, uint32_t mask, in Set()
260 uint32_t mask, MessageLite* msg) { in Set()
265 bool donated, uint32_t* donating_states, uint32_t mask, in SetBytes()
272 bool donated, uint32_t* donating_states, uint32_t mask, in SetBytes()
279 bool donated, uint32_t* donating_states, uint32_t mask, in SetBytes()
287 uint32_t mask, MessageLite* msg) { in SetBytes()
295 uint32_t mask, MessageLite* msg) { in SetBytes()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/
H A Dreduced_precision_support.h65 inline bool SupportsFP16Inference(const ReducedPrecisionSupport& mask) { in SupportsFP16Inference()
69 inline bool SupportsBfloat16Inference(const ReducedPrecisionSupport& mask) { in SupportsBfloat16Inference()
73 inline bool SupportsFP16Accumulation(const ReducedPrecisionSupport& mask) { in SupportsFP16Accumulation()
77 inline bool SupportsFP32Accumulation(const ReducedPrecisionSupport& mask) { in SupportsFP32Accumulation()
82 const ReducedPrecisionSupport& mask) { in SupportsReducedPrecisionInference()
87 const ReducedPrecisionSupport& mask) { in SupportsEitherFP16OrFP32Accumulation()
95 const ReducedPrecisionSupport& mask) { in MetadataForReducedPrecisionSupport()
115 ReducedPrecisionSupport* mask) { in ReadInferenceType()
129 ReducedPrecisionSupport* mask) { in ReadAccumulationType()
148 ReducedPrecisionSupport* mask) { in SetMaskFromReducedPrecisionMetadata()
/aosp_15_r20/external/webrtc/call/
H A Drtp_bitrate_configurator_unittest.cc124 BitrateSettings mask; in TEST_F() local
130 BitrateSettings mask; in TEST_F() local
141 BitrateSettings mask; in TEST_F() local
157 BitrateSettings mask; in TEST_F() local
168 BitrateSettings mask; in TEST_F() local
180 BitrateSettings mask; in TEST_F() local
190 BitrateSettings mask; in TEST_F() local
201 BitrateSettings mask; in TEST_F() local
208 BitrateSettings mask; in TEST_F() local
246 BitrateSettings mask; in TEST_F() local
[all …]
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/marvell/comphy/
Dphy-comphy-cp110.c116 uint32_t reg, mask, field; in mvebu_cp110_comphy_clr_pipe_selector() local
135 uint32_t reg, mask, field; in mvebu_cp110_comphy_clr_phy_selector() local
159 uint32_t reg, mask; in mvebu_cp110_comphy_set_phy_selector() local
256 uint32_t mask = COMMON_SELECTOR_COMPHY_MASK << shift; in mvebu_cp110_comphy_set_pipe_selector() local
305 uint32_t mask, data; in mvebu_cp110_comphy_is_pll_locked() local
335 uint32_t mask, data; in mvebu_cp110_polarity_invert() local
358 uint32_t mask, data; in mvebu_cp110_comphy_sata_power_on() local
683 uint32_t mask, data, sgmii_speed = COMPHY_GET_SPEED(comphy_mode); in mvebu_cp110_comphy_sgmii_power_on() local
843 uint32_t mask, data, speed = COMPHY_GET_SPEED(comphy_mode); in mvebu_cp110_comphy_xfi_power_on() local
1261 uint32_t reg, mask, data, pcie_width; in mvebu_cp110_comphy_pcie_power_on() local
[all …]
/aosp_15_r20/external/arm-trusted-firmware/drivers/marvell/comphy/
H A Dphy-comphy-cp110.c116 uint32_t reg, mask, field; in mvebu_cp110_comphy_clr_pipe_selector() local
135 uint32_t reg, mask, field; in mvebu_cp110_comphy_clr_phy_selector() local
159 uint32_t reg, mask; in mvebu_cp110_comphy_set_phy_selector() local
256 uint32_t mask = COMMON_SELECTOR_COMPHY_MASK << shift; in mvebu_cp110_comphy_set_pipe_selector() local
305 uint32_t mask, data; in mvebu_cp110_comphy_is_pll_locked() local
335 uint32_t mask, data; in mvebu_cp110_polarity_invert() local
358 uint32_t mask, data; in mvebu_cp110_comphy_sata_power_on() local
683 uint32_t mask, data, sgmii_speed = COMPHY_GET_SPEED(comphy_mode); in mvebu_cp110_comphy_sgmii_power_on() local
843 uint32_t mask, data, speed = COMPHY_GET_SPEED(comphy_mode); in mvebu_cp110_comphy_xfi_power_on() local
1261 uint32_t reg, mask, data, pcie_width; in mvebu_cp110_comphy_pcie_power_on() local
[all …]
/aosp_15_r20/external/leakcanary2/shark-graph/src/main/java/shark/internal/hppc/
H A DLongScatterSet.kt42 private var mask = 0 variable
101 val mask = this.mask in add() constant
129 val mask = this.mask in contains() constant
150 val mask = this.mask in remove() constant
171 val mask = mask in shiftConflictingKeys() constant
220 val mask = this.mask in rehash() constant
H A DLongObjectScatterMap.kt49 private var mask: Int = 0 variable in shark.internal.hppc.LongObjectScatterMap
77 val mask = this.mask in set() constant
111 val mask = this.mask in remove() constant
141 val mask = this.mask in get() constant
185 val mask = this.mask in containsKey() constant
238 val mask = this.mask in rehash() constant
326 val mask = this.mask in shiftConflictingKeys() constant
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dstencil.c137 _mesa_StencilFuncSeparateATI( GLenum frontfunc, GLenum backfunc, GLint ref, GLuint mask ) in _mesa_StencilFuncSeparateATI()
186 stencil_func(struct gl_context *ctx, GLenum func, GLint ref, GLuint mask) in stencil_func()
220 _mesa_StencilFunc_no_error(GLenum func, GLint ref, GLuint mask) in _mesa_StencilFunc_no_error()
228 _mesa_StencilFunc(GLenum func, GLint ref, GLuint mask) in _mesa_StencilFunc()
256 _mesa_StencilMask( GLuint mask ) in _mesa_StencilMask()
467 GLint ref, GLuint mask) in stencil_func_separate()
491 GLuint mask) in _mesa_StencilFuncSeparate_no_error()
499 _mesa_StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) in _mesa_StencilFuncSeparate()
521 stencil_mask_separate(struct gl_context *ctx, GLenum face, GLuint mask) in stencil_mask_separate()
538 _mesa_StencilMaskSeparate_no_error(GLenum face, GLuint mask) in _mesa_StencilMaskSeparate_no_error()
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/arch/generic/
H A Dmemchr.rs187 let mask = eqa.movemask(); in find_raw() localVariable
192 let mask = eqb.movemask(); in find_raw() localVariable
197 let mask = eqc.movemask(); in find_raw() localVariable
202 let mask = eqd.movemask(); in find_raw() localVariable
296 let mask = eqd.movemask(); in rfind_raw() localVariable
301 let mask = eqc.movemask(); in rfind_raw() localVariable
306 let mask = eqb.movemask(); in rfind_raw() localVariable
311 let mask = eqa.movemask(); in rfind_raw() localVariable
422 let mask = self.v1.cmpeq(chunk).movemask(); in search_chunk() localVariable
535 let mask = eqa1.movemask().or(eqa2.movemask()); in find_raw() localVariable
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/arch/generic/
Dmemchr.rs187 let mask = eqa.movemask(); in find_raw() localVariable
192 let mask = eqb.movemask(); in find_raw() localVariable
197 let mask = eqc.movemask(); in find_raw() localVariable
202 let mask = eqd.movemask(); in find_raw() localVariable
296 let mask = eqd.movemask(); in rfind_raw() localVariable
301 let mask = eqc.movemask(); in rfind_raw() localVariable
306 let mask = eqb.movemask(); in rfind_raw() localVariable
311 let mask = eqa.movemask(); in rfind_raw() localVariable
422 let mask = self.v1.cmpeq(chunk).movemask(); in search_chunk() localVariable
535 let mask = eqa1.movemask().or(eqa2.movemask()); in find_raw() localVariable
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/
H A DDeviceUtils.cuh17 __device__ __forceinline__ void WARP_SYNC(unsigned mask = 0xffffffff) { in WARP_SYNC()
29 __device__ __forceinline__ unsigned int WARP_BALLOT(int predicate, unsigned int mask = 0xffffffff) in WARP_BALLOT()
40 …line__ T WARP_SHFL_XOR(T value, int laneMask, int width = warpSize, unsigned int mask = 0xffffffff) in WARP_SHFL_XOR()
50 …rceinline__ T WARP_SHFL(T value, int srcLane, int width = warpSize, unsigned int mask = 0xffffffff) in WARP_SHFL()
60 …_ T WARP_SHFL_UP(T value, unsigned int delta, int width = warpSize, unsigned int mask = 0xffffffff) in WARP_SHFL_UP()
70 …T WARP_SHFL_DOWN(T value, unsigned int delta, int width = warpSize, unsigned int mask = 0xffffffff) in WARP_SHFL_DOWN()
81 …_ int64_t WARP_SHFL_DOWN<int64_t>(int64_t value, unsigned int delta, int width , unsigned int mask) in WARP_SHFL_DOWN()
92 …::Half WARP_SHFL_DOWN<c10::Half>(c10::Half value, unsigned int delta, int width, unsigned int mask) in WARP_SHFL_DOWN()
98 …WN(c10::complex<T> value, unsigned int delta, int width = warpSize, unsigned int mask = 0xffffffff) in WARP_SHFL_DOWN()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/
H A Davx512vpopcntdq.rs366 let mask = 0xFF_00; in test_mm512_mask_popcnt_epi32() localVariable
409 let mask = 0xFF_00; in test_mm512_maskz_popcnt_epi32() localVariable
426 let mask = 0xF0; in test_mm256_mask_popcnt_epi32() localVariable
435 let mask = 0xF0; in test_mm256_maskz_popcnt_epi32() localVariable
452 let mask = 0xE; in test_mm_mask_popcnt_epi32() localVariable
461 let mask = 0xE; in test_mm_maskz_popcnt_epi32() localVariable
478 let mask = 0xF0; in test_mm512_mask_popcnt_epi64() localVariable
488 let mask = 0xF0; in test_mm512_maskz_popcnt_epi64() localVariable
505 let mask = 0xE; in test_mm256_mask_popcnt_epi64() localVariable
514 let mask = 0xE; in test_mm256_maskz_popcnt_epi64() localVariable
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/
H A Davx512vpopcntdq.rs366 let mask = 0xFF_00; in test_mm512_mask_popcnt_epi32() localVariable
409 let mask = 0xFF_00; in test_mm512_maskz_popcnt_epi32() localVariable
426 let mask = 0xF0; in test_mm256_mask_popcnt_epi32() localVariable
435 let mask = 0xF0; in test_mm256_maskz_popcnt_epi32() localVariable
452 let mask = 0xE; in test_mm_mask_popcnt_epi32() localVariable
461 let mask = 0xE; in test_mm_maskz_popcnt_epi32() localVariable
478 let mask = 0xF0; in test_mm512_mask_popcnt_epi64() localVariable
488 let mask = 0xF0; in test_mm512_maskz_popcnt_epi64() localVariable
505 let mask = 0xE; in test_mm256_mask_popcnt_epi64() localVariable
514 let mask = 0xE; in test_mm256_maskz_popcnt_epi64() localVariable
[all …]

12345678910>>...323