Searched defs:dot_product (Results 1 – 2 of 2) sorted by relevance
48 double dot_product = a1*b1 + a2*b2; in draw_arrow() local
369 inline void dot_product(const T1 a[2][2], const T2 b[2], T2 ret[2]) in dot_product() function