Searched refs:__m128d (Results 1 – 8 of 8) sorted by relevance
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | vector.hpp | 6 typedef double __m128d __attribute__((__vector_size__(16))); typedef 9 __m128 foo(__m128i, __m128d);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | vector.rs | 40 pub type __m128d = [f64; 2usize]; typedef 44 pub fn foo(arg1: __m128i, arg2: __m128d) -> __m128; in foo()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-resampler-x86-sse2.c | 176 __m128d sum = _mm_setzero_pd (); in inner_product_gdouble_full_1_sse2() 201 __m128d sum[2], t; in inner_product_gdouble_linear_1_sse2() 227 __m128d f[2], sum[4], t; in inner_product_gdouble_cubic_1_sse2() 351 __m128d f[2], t1, t2; in interpolate_gdouble_linear_sse2() 376 __m128d f[4], t[4]; in interpolate_gdouble_cubic_sse2()
|
/third_party/mesa3d/src/util/ |
D | rounding.h | 81 __m128d m = _mm_load_sd(&x); in _mesa_roundeven()
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
D | cl_platform.h | 436 typedef __m128d __cl_double2;
|
/third_party/mesa3d/include/CL/ |
D | cl_platform.h | 416 typedef __m128d __cl_double2;
|
/third_party/opencl-headers/CL/ |
D | cl_platform.h | 445 typedef __m128d __cl_double2;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86CallingConv.td | 108 // __m128, __m128i, __m128d --> XMM 186 // __m128, __m128i, __m128d --> XMM
|