Home
last modified time | relevance | path

Searched refs:float2 (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h7122 float2 __ovld __cnfn fma(float2 a, float2 b, float2 c);
7264 float2 __ovld fract(float2 x, float2 *iptr);
7782 float2 __ovld __cnfn mad(float2 a, float2 b, float2 c);
7867 float2 __ovld modf(float2 x, float2 *iptr);
8010 float2 __ovld __cnfn pow(float2 x, float2 y);
10010 float2 __ovld __cnfn clamp(float2 x, float2 minval, float2 maxval);
10166 float2 __ovld __cnfn mix(float2 x, float2 y, float2 a);
10998 float2 __ovld __cnfn bitselect(float2 a, float2 b, float2 c);
17189 float2 __ovld amd_max3(float2 src0, float2 src1, float2 src2);
17210 float2 __ovld amd_median3(float2 src0, float2 src1, float2 src2);
[all …]
H A D__clang_cuda_intrinsics.h421 inline __device__ float2 __ldg(const float2 *ptr) { in __ldg()
424 float2 ret; in __ldg()
H A Dopencl-c-base.h148 typedef float float2 __attribute__((ext_vector_type(2))); typedef
546 #define as_float2(x) __builtin_astype((x), float2)
/freebsd-13.1/contrib/libcbor/test/
H A Dstream_expectations.c207 (struct test_assertion){HALF_EQ, {.float2 = value}}; in assert_half()
212 assert_true(current().data.float2 == actual); in half_callback()
297 .float2 = &half_callback,
H A Dstream_expectations.h66 float float2; member
/freebsd-13.1/contrib/libcbor/src/cbor/
H A Dcallbacks.h92 cbor_float_callback float2; member
H A Dcallbacks.c106 .float2 = cbor_null_float2_callback,
H A Dstreaming.c628 callbacks->float2(context, _cbor_load_half(source + 1)); in cbor_stream_decode()
/freebsd-13.1/contrib/libcbor/src/
H A Dcbor.c43 .float2 = &cbor_builder_float2_callback, in cbor_load()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td223 // represents <int, int2, int4, float, float2, float4>.
235 // f(half, float), f(half2, float2), f(half, int), f(half2, int2) .