/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/ |
H A D | hlsl_intrinsics.h | 86 float2 abs(float2); 132 float2 acos(float2); 217 bool all(float2); 329 bool any(float2); 384 float2 asin(float2); 412 float2 atan(float2); 443 float2 ceil(float2); 544 float2 clamp(float2, float2, float2); 583 float2 cos(float2); 611 float2 cosh(float2); [all …]
|
H A D | hlsl_basic_types.h | 65 typedef vector<float, 2> float2; typedef
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_intrinsics.h | 419 inline __device__ float2 __ldg(const float2 *ptr) { in __ldg() 422 float2 ret; in __ldg() 653 __device__ inline float2 atomicAdd(float2 *__ptr, float2 __val) { in atomicAdd() 654 float2 __ret; in atomicAdd() 661 __device__ inline float2 atomicAdd_block(float2 *__ptr, float2 __val) { in atomicAdd_block() 662 float2 __ret; in atomicAdd_block() 669 __device__ inline float2 atomicAdd_system(float2 *__ptr, float2 __val) { in atomicAdd_system() 670 float2 __ret; in atomicAdd_system()
|
H A D | opencl-c.h | 891 char2 __ovld __cnfn convert_char2_rte(float2); 892 char2 __ovld __cnfn convert_char2_sat_rte(float2); 893 char2 __ovld __cnfn convert_char2_rtz(float2); 894 char2 __ovld __cnfn convert_char2_sat_rtz(float2); 895 char2 __ovld __cnfn convert_char2_rtp(float2); 896 char2 __ovld __cnfn convert_char2_sat_rtp(float2); 897 char2 __ovld __cnfn convert_char2_rtn(float2); 898 char2 __ovld __cnfn convert_char2_sat_rtn(float2); 899 char2 __ovld __cnfn convert_char2(float2); 900 char2 __ovld __cnfn convert_char2_sat(float2); [all …]
|
H A D | __clang_cuda_texture_intrinsics.h | 352 (float __x, float __y, const float2 *__dPdx, const float2 *__dPdy), 360 (float __x, float __y, const float2 *__dPdx, const float2 *__dPdy, 386 (float __x, float __y, int __layer, const float2 *__dPdx, 387 const float2 *__dPdy), 396 (float __x, float __y, int __layer, const float2 *__dPdx, 397 const float2 *__dPdy, unsigned char *__ir),
|
H A D | opencl-c-base.h | 207 typedef float float2 __attribute__((ext_vector_type(2))); typedef 623 #define as_float2(x) __builtin_astype((x), float2)
|
/freebsd/contrib/libcbor/test/ |
H A D | stream_expectations.c | 224 (struct test_assertion){HALF_EQ, {.float2 = value}}; in assert_half() 229 assert_true(current().data.float2 == actual); in half_callback() 310 .float2 = &half_callback,
|
H A D | stream_expectations.h | 66 float float2; member
|
/freebsd/contrib/libcbor/src/cbor/ |
H A D | callbacks.h | 94 cbor_float_callback float2; member
|
H A D | callbacks.c | 111 .float2 = cbor_null_float2_callback,
|
H A D | streaming.c | 567 callbacks->float2(context, _cbor_load_half(source + 1)); in cbor_stream_decode()
|
/freebsd/contrib/libcbor/src/ |
H A D | cbor.c | 44 .float2 = &cbor_builder_float2_callback, in cbor_load()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | OpenCLBuiltins.td | 273 // represents <int, int2, int4, float, float2, float4>. 285 // f(half, float), f(half2, float2), f(half, int), f(half2, int2) .
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsAMDGPU.td | 2995 // llvm.amdgcn.cvt.pk.f32.bf8 float2 vdst, int srcA, imm word_sel 3002 // llvm.amdgcn.cvt.pk.f32.fp8 float2 vdst, int srcA, imm word_sel.
|