Home
last modified time | relevance | path

Searched refs:double4 (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Headers/hlsl/
H A Dhlsl_intrinsics.h64 double4 abs(double4);
102 double4 ceil(double4);
132 double4 floor(double4);
161 double4 cos(double4);
190 double4 sin(double4);
220 double4 trunc(double4);
H A Dhlsl_basic_types.h63 typedef vector<double, 4> double4; typedef
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dopencl-c.h4671 char4 __ovld __cnfn convert_char4(double4);
4672 char4 __ovld __cnfn convert_char4_rte(double4);
4673 char4 __ovld __cnfn convert_char4_rtn(double4);
4674 char4 __ovld __cnfn convert_char4_rtp(double4);
4675 char4 __ovld __cnfn convert_char4_rtz(double4);
4676 char4 __ovld __cnfn convert_char4_sat(double4);
4677 char4 __ovld __cnfn convert_char4_sat_rte(double4);
4678 char4 __ovld __cnfn convert_char4_sat_rtn(double4);
4679 char4 __ovld __cnfn convert_char4_sat_rtp(double4);
4680 char4 __ovld __cnfn convert_char4_sat_rtz(double4);
[all …]
H A Dopencl-c-base.h221 typedef double double4 __attribute__((ext_vector_type(4))); typedef
621 #define as_double4(x) __builtin_astype((x), double4)
/openbsd-src/regress/sys/altivec_ast/
H A Dvecast.c24 struct double4 { struct
37 #define AD(a, b, c, d) (struct double4){a, b, c, d} argument
94 ck_estimate(const char *what, vector float out, struct double4 answer, in ck_estimate()
141 struct double4 dan; in main()