Lines Matching full:part
3 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
24 /// with FP16 real part and FP16 imaginary part.
25 /// Calculates the imaginary part of the result. For each possible combination
28 /// and one from \a b). The imaginary part of the \a a element is multiplied
29 /// with the real part of the corresponding \a b element, and the real part
30 /// of the \a a element is multiplied with the imaginary part of the
68 /// with FP16 real part and FP16 imaginary part.
69 /// Calculates the real part of the result. For each possible combination
72 /// and one from \a b). The real part of the \a a element is multiplied
73 /// with the real part of the corresponding \a b element, and the negated
74 /// imaginary part of the \a a element is multiplied with the imaginary
75 /// part of the corresponding \a b elements. The two accumulated results
125 /// FP16 real part and FP16 imaginary part.
126 /// This function calculates the imaginary part of the result.
148 /// FP16 real part and FP16 imaginary part.
149 /// This function calculates the real part of the result.