Home
last modified time | relevance | path

Searched defs:__m128d (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dvector.hpp6 typedef double __m128d __attribute__((__vector_size__(16))); typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dvector.rs40 pub type __m128d = [f64; 2usize]; typedef