Home
last modified time | relevance | path

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

/xen/tools/tests/x86_emulator/
A Dsimd.c976 # define dot_product(x, y) __builtin_ia32_dpps(x, y, 0b11110001) macro
980 # define dot_product(x, y) __builtin_ia32_dppd(x, y, 0b00110001) macro
998 # define dot_product(x, y) ({ \ macro

Completed in 40 milliseconds