Home
last modified time | relevance | path

Searched defs:splat (Results 1 – 25 of 89) sorted by relevance

1234

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/
H A Dvector.rs35 unsafe fn splat(byte: u8) -> Self; in splat() method
210 unsafe fn splat(byte: u8) -> __m128i { in splat() method
260 unsafe fn splat(byte: u8) -> __m256i { in splat() method
310 unsafe fn splat(byte: u8) -> uint8x16_t { in splat() method
481 unsafe fn splat(byte: u8) -> v128 { in splat() method
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/
Dvector.rs35 unsafe fn splat(byte: u8) -> Self; in splat() method
210 unsafe fn splat(byte: u8) -> __m128i { in splat() method
260 unsafe fn splat(byte: u8) -> __m256i { in splat() method
310 unsafe fn splat(byte: u8) -> uint8x16_t { in splat() method
481 unsafe fn splat(byte: u8) -> v128 { in splat() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/packed/
H A Dvector.rs44 unsafe fn splat(byte: u8) -> Self; in splat() method
333 unsafe fn splat(byte: u8) -> __m128i { in splat() method
426 unsafe fn splat(byte: u8) -> __m256i { in splat() method
614 unsafe fn splat(byte: u8) -> uint8x16_t { in splat() method
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/template/
H A Dparameter.rb17 attr_accessor :splat, :block accessor in ANTLR3.Template.ParameterList
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLConstructorCompoundCast.cpp37 ConstructorSplat& splat = constCtor->as<ConstructorSplat>(); in cast_constant_composite() local
H A DSkSLConstructorCompound.cpp151 if (const Expression* splat = make_splat_from_arguments(type, args)) { in Make() local
H A DSkSLSwizzle.cpp502 const ConstructorSplat& splat = value->as<ConstructorSplat>(); in Make() local
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/masks/
H A Dbitmask.rs81 pub fn splat(value: bool) -> Self { in splat() function
H A Dfull_masks.rs106 pub fn splat(value: bool) -> Self { in splat() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/masks/
H A Dbitmask.rs81 pub fn splat(value: bool) -> Self { in splat() function
H A Dfull_masks.rs106 pub fn splat(value: bool) -> Self { in splat() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/masks/
H A Dbitmask.rs81 pub fn splat(value: bool) -> Self { in splat() function
H A Dfull_masks.rs106 pub fn splat(value: bool) -> Self { in splat() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/masks/
H A Dbitmask.rs81 pub fn splat(value: bool) -> Self { in splat() function
H A Dfull_masks.rs106 pub fn splat(value: bool) -> Self { in splat() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/masks/
H A Dbitmask.rs81 pub fn splat(value: bool) -> Self { in splat() function
H A Dfull_masks.rs106 pub fn splat(value: bool) -> Self { in splat() function
/aosp_15_r20/external/rust/android-crates-io/crates/rand/src/distributions/
Dutils.rs251 fn splat(scalar: Self) -> Self { in splat() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/bool/
Dbvec3.rs35 pub const fn splat(v: bool) -> Self { in splat() method
Dbvec2.rs34 pub const fn splat(v: bool) -> Self { in splat() method
Dbvec4.rs36 pub const fn splat(v: bool) -> Self { in splat() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/bool/scalar/
Dbvec3a.rs39 pub const fn splat(v: bool) -> Self { in splat() method
Dbvec4a.rs41 pub const fn splat(v: bool) -> Self { in splat() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/distributions/
H A Dutils.rs251 fn splat(scalar: Self) -> Self { in splat() method
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/
H A Dtemplate.rb294 attr_accessor :splat, :block accessor in ParameterList

1234