Lines Matching refs:half
82 extern half __attribute__((const, overloadable))
83 distance(half left_vector, half right_vector);
87 extern half __attribute__((const, overloadable))
92 extern half __attribute__((const, overloadable))
97 extern half __attribute__((const, overloadable))
119 extern half __attribute__((const, overloadable))
120 dot(half left_vector, half right_vector);
124 extern half __attribute__((const, overloadable))
129 extern half __attribute__((const, overloadable))
134 extern half __attribute__((const, overloadable))
251 extern half __attribute__((const, overloadable))
252 length(half v);
256 extern half __attribute__((const, overloadable))
261 extern half __attribute__((const, overloadable))
266 extern half __attribute__((const, overloadable))
298 extern half __attribute__((const, overloadable))
299 native_distance(half left_vector, half right_vector);
303 extern half __attribute__((const, overloadable))
308 extern half __attribute__((const, overloadable))
313 extern half __attribute__((const, overloadable))
345 extern half __attribute__((const, overloadable))
346 native_length(half v);
350 extern half __attribute__((const, overloadable))
355 extern half __attribute__((const, overloadable))
360 extern half __attribute__((const, overloadable))
392 extern half __attribute__((const, overloadable))
393 native_normalize(half v);
434 extern half __attribute__((const, overloadable))
435 normalize(half v);