Searched refs:float3 (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Headers/ |
| H A D | opencl-c.h | 7123 float3 __ovld __cnfn fma(float3 a, float3 b, float3 c); 7265 float3 __ovld fract(float3 x, float3 *iptr); 7783 float3 __ovld __cnfn mad(float3 a, float3 b, float3 c); 7868 float3 __ovld modf(float3 x, float3 *iptr); 8011 float3 __ovld __cnfn pow(float3 x, float3 y); 10011 float3 __ovld __cnfn clamp(float3 x, float3 minval, float3 maxval); 10167 float3 __ovld __cnfn mix(float3 x, float3 y, float3 a); 10999 float3 __ovld __cnfn bitselect(float3 a, float3 b, float3 c); 17190 float3 __ovld amd_max3(float3 src0, float3 src1, float3 src2); 17211 float3 __ovld amd_median3(float3 src0, float3 src1, float3 src2); [all …]
|
| H A D | opencl-c-base.h | 149 typedef float float3 __attribute__((ext_vector_type(3))); typedef 547 #define as_float3(x) __builtin_astype((x), float3)
|