Home
last modified time | relevance | path

Searched defs:float_vec (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/
H A Df16c.rs96 let float_vec: __m128 = transmute(array); in test_mm_cvtph_ps() localVariable
106 let float_vec: __m256 = transmute(array); in test_mm256_cvtph_ps() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/
H A Df16c.rs96 let float_vec: __m128 = transmute(array); in test_mm_cvtph_ps() localVariable
106 let float_vec: __m256 = transmute(array); in test_mm256_cvtph_ps() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/
H A Df16c.rs96 let float_vec: __m128 = transmute(array); in test_mm_cvtph_ps() localVariable
106 let float_vec: __m256 = transmute(array); in test_mm256_cvtph_ps() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/
H A Df16c.rs96 let float_vec: __m128 = transmute(array); in test_mm_cvtph_ps() localVariable
106 let float_vec: __m256 = transmute(array); in test_mm256_cvtph_ps() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/core_arch/src/x86/
H A Df16c.rs96 let float_vec: __m128 = transmute(array); in test_mm_cvtph_ps() localVariable
106 let float_vec: __m256 = transmute(array); in test_mm256_cvtph_ps() localVariable
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DPointwiseOpsKernel.cpp17 auto float_vec = Vectorized<float>(float_val); in addcmul_cpu_kernel() local
58 auto float_vec = Vectorized<float>(float_val); in addcdiv_cpu_kernel() local