Home
last modified time | relevance | path

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

1234

/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/
Dvector.rs33 unsafe fn splat(byte: u8) -> Self; in splat() method
207 unsafe fn splat(byte: u8) -> __m128i { in splat() method
256 unsafe fn splat(byte: u8) -> __m256i { in splat() method
305 unsafe fn splat(byte: u8) -> uint8x16_t { in splat() method
475 unsafe fn splat(byte: u8) -> v128 { in splat() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/
Dvector.rs33 unsafe fn splat(byte: u8) -> Self; in splat() method
207 unsafe fn splat(byte: u8) -> __m128i { in splat() method
256 unsafe fn splat(byte: u8) -> __m256i { in splat() method
305 unsafe fn splat(byte: u8) -> uint8x16_t { in splat() method
475 unsafe fn splat(byte: u8) -> v128 { in splat() method
/external/rust/android-crates-io/crates/memchr/src/
Dvector.rs33 unsafe fn splat(byte: u8) -> Self; in splat() method
207 unsafe fn splat(byte: u8) -> __m128i { in splat() method
256 unsafe fn splat(byte: u8) -> __m256i { in splat() method
305 unsafe fn splat(byte: u8) -> uint8x16_t { in splat() method
475 unsafe fn splat(byte: u8) -> v128 { in splat() method
/external/antlr/runtime/Ruby/lib/antlr3/template/
Dparameter.rb17 attr_accessor :splat, :block accessor in ANTLR3.Template.ParameterList
/external/skia/src/sksl/ir/
DSkSLConstructorCompoundCast.cpp37 ConstructorSplat& splat = constCtor->as<ConstructorSplat>(); in cast_constant_composite() local
DSkSLConstructorCompound.cpp151 if (const Expression* splat = make_splat_from_arguments(type, args)) { in Make() local
DSkSLSwizzle.cpp502 const ConstructorSplat& splat = value->as<ConstructorSplat>(); in Make() local
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/packed/
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
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/packed/
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
/external/rust/android-crates-io/crates/rand/src/distributions/
Dutils.rs251 fn splat(scalar: Self) -> Self { in splat() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/distributions/
Dutils.rs251 fn splat(scalar: Self) -> Self { in splat() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/distributions/
Dutils.rs251 fn splat(scalar: Self) -> Self { in splat() method
/external/antlr/runtime/Ruby/lib/antlr3/
Dtemplate.rb294 attr_accessor :splat, :block accessor in ParameterList
/external/rust/android-crates-io/crates/glam/src/bool/
Dbvec2.rs40 pub const fn splat(v: bool) -> Self { in splat() method
Dbvec3.rs41 pub const fn splat(v: bool) -> Self { in splat() method
Dbvec4.rs42 pub const fn splat(v: bool) -> Self { in splat() method
/external/rust/android-crates-io/crates/glam/src/bool/scalar/
Dbvec3a.rs45 pub const fn splat(v: bool) -> Self { in splat() method
Dbvec4a.rs47 pub const fn splat(v: bool) -> Self { in splat() method
/external/rust/android-crates-io/crates/glam/src/bool/sse2/
Dbvec3a.rs55 pub const fn splat(v: bool) -> Self { in splat() method
Dbvec4a.rs60 pub const fn splat(v: bool) -> Self { in splat() method
/external/rust/android-crates-io/crates/glam/src/bool/coresimd/
Dbvec3a.rs52 pub const fn splat(v: bool) -> Self { in splat() method
Dbvec4a.rs57 pub const fn splat(v: bool) -> Self { in splat() method
/external/rust/android-crates-io/crates/glam/src/bool/wasm32/
Dbvec4a.rs46 pub const fn splat(v: bool) -> Self { in splat() method
Dbvec3a.rs46 pub const fn splat(v: bool) -> Self { in splat() method
/external/rust/android-crates-io/crates/glam/src/bool/neon/
Dbvec3a.rs52 pub const fn splat(v: bool) -> Self { in splat() method

1234