Home
last modified time | relevance | path

Searched refs:double3 (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Headers/hlsl/
H A Dhlsl_intrinsics.h62 double3 abs(double3);
100 double3 ceil(double3);
130 double3 floor(double3);
159 double3 cos(double3);
188 double3 sin(double3);
218 double3 trunc(double3);
H A Dhlsl_basic_types.h62 typedef vector<double, 3> double3; typedef
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dopencl-c.h4661 char3 __ovld __cnfn convert_char3(double3);
4662 char3 __ovld __cnfn convert_char3_rte(double3);
4663 char3 __ovld __cnfn convert_char3_rtn(double3);
4664 char3 __ovld __cnfn convert_char3_rtp(double3);
4665 char3 __ovld __cnfn convert_char3_rtz(double3);
4666 char3 __ovld __cnfn convert_char3_sat(double3);
4667 char3 __ovld __cnfn convert_char3_sat_rte(double3);
4668 char3 __ovld __cnfn convert_char3_sat_rtn(double3);
4669 char3 __ovld __cnfn convert_char3_sat_rtp(double3);
4670 char3 __ovld __cnfn convert_char3_sat_rtz(double3);
[all …]
H A Dopencl-c-base.h220 typedef double double3 __attribute__((ext_vector_type(3))); typedef
620 #define as_double3(x) __builtin_astype((x), double3)