Home
last modified time | relevance | path

Searched refs:int16_t2 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_alias_intrinsics.h52 int16_t2 abs(int16_t2);
194 bool all(int16_t2);
328 bool any(int16_t2);
601 int16_t2 clamp(int16_t2, int16_t2, int16_t2);
768 const inline uint2 countbits(int16_t2 x) { in countbits()
905 int16_t dot(int16_t2, int16_t2);
1070 uint2 firstbithigh(int16_t2);
1142 uint2 firstbitlow(int16_t2);
1459 int16_t2 mad(int16_t2, int16_t2, int16_t2);
1563 int16_t2 max(int16_t2, int16_t2);
[all …]
H A Dhlsl_basic_types.h52 typedef vector<int16_t, 2> int16_t2; typedef