Home
last modified time | relevance | path

Searched defs:result_vector (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/
H A Dops_macros.rs642 … let result_vector = Vector::from_array(value).simd_clamp(min.into(), max.into()).to_array(); localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/
H A Dops_macros.rs642 … let result_vector = Vector::from_array(value).simd_clamp(min.into(), max.into()).to_array(); localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/
H A Dops_macros.rs642 … let result_vector = Vector::from_array(value).simd_clamp(min.into(), max.into()).to_array(); localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/
H A Dops_macros.rs642 … let result_vector = Vector::from_array(value).simd_clamp(min.into(), max.into()).to_array(); localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/tests/
H A Dops_macros.rs642 … let result_vector = Vector::from_array(value).simd_clamp(min.into(), max.into()).to_array(); localVariable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/test/
Dn_step_time_iterator.cpp44 typedef std::vector< std::pair< state_type , time_type > > result_vector; typedef
Dconst_step_time_iterator.cpp44 typedef std::vector< std::pair< state_type , time_type > > result_vector; typedef
Dtimes_time_iterator.cpp55 typedef std::vector< std::pair< state_type , time_type > > result_vector; typedef
Dadaptive_time_iterator.cpp46 typedef std::vector< std::pair< state_type , time_type > > result_vector; typedef
/aosp_15_r20/external/federated-compute/fcp/secagg/shared/
H A Dsecagg_vector.cc376 SecAggUnpackedVector result_vector(length, modulus); in AddMaps() local