Home
last modified time | relevance | path

Searched refs:float4 (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h7124 float4 __ovld __cnfn fma(float4 a, float4 b, float4 c);
7266 float4 __ovld fract(float4 x, float4 *iptr);
7784 float4 __ovld __cnfn mad(float4 a, float4 b, float4 c);
7869 float4 __ovld modf(float4 x, float4 *iptr);
8012 float4 __ovld __cnfn pow(float4 x, float4 y);
10012 float4 __ovld __cnfn clamp(float4 x, float4 minval, float4 maxval);
10168 float4 __ovld __cnfn mix(float4 x, float4 y, float4 a);
11000 float4 __ovld __cnfn bitselect(float4 a, float4 b, float4 c);
17191 float4 __ovld amd_max3(float4 src0, float4 src1, float4 src2);
17212 float4 __ovld amd_median3(float4 src0, float4 src1, float4 src2);
[all …]
H A D__clang_cuda_intrinsics.h429 inline __device__ float4 __ldg(const float4 *ptr) { in __ldg()
432 float4 ret; in __ldg()
H A Dopencl-c-base.h150 typedef float float4 __attribute__((ext_vector_type(4))); typedef
548 #define as_float4(x) __builtin_astype((x), float4)
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_atomic.cpp952 ATOMIC_CMPXCHG(float4, add, kmp_real32, 32, +, 4r, 3,
954 ATOMIC_CMPXCHG(float4, sub, kmp_real32, 32, -, 4r, 3,
1063 ATOMIC_CMPXCHG(float4, div, kmp_real32, 32, /, 4r, 3,
1065 ATOMIC_CMPXCHG(float4, mul, kmp_real32, 32, *, 4r, 3,
1537 ATOMIC_CMPXCHG_REV(float4, div, kmp_real32, 32, /, 4r,
1539 ATOMIC_CMPXCHG_REV(float4, sub, kmp_real32, 32, -, 4r,
2049 ATOMIC_CMPXCHG_READ(float4, rd, kmp_real32, 32, +,
2162 ATOMIC_XCHG_FLOAT_WR(float4, wr, kmp_real32, 32, =,
2313 ATOMIC_CMPXCHG_CPT(float4, add_cpt, kmp_real32, 32, +,
2315 ATOMIC_CMPXCHG_CPT(float4, sub_cpt, kmp_real32, 32, -,
[all …]
/freebsd-13.1/contrib/libcbor/examples/
H A Dcjson2cbor.c38 .float4 = &cbor_builder_float4_callback, in cjson_cbor_load()
73 callbacks->float4(context, source->valuedouble); in cjson_cbor_stream_decode()
/freebsd-13.1/contrib/libcbor/test/
H A Dstream_expectations.c218 (struct test_assertion){FLOAT_EQ, {.float4 = value}}; in assert_float()
223 assert_true(current().data.float4 == actual); in float_callback()
299 .float4 = &float_callback,
H A Dstream_expectations.h67 float float4; member
/freebsd-13.1/contrib/libcbor/src/cbor/
H A Dcallbacks.h94 cbor_float_callback float4; member
H A Dcallbacks.c108 .float4 = cbor_null_float4_callback,
H A Dstreaming.c636 callbacks->float4(context, _cbor_load_float(source + 1)); in cbor_stream_decode()
/freebsd-13.1/contrib/libcbor/src/
H A Dcbor.c44 .float4 = &cbor_builder_float4_callback, in cbor_load()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsAMDGPU.def220 // By default the 1st argument is i32 and the 4/5-th arguments are float4.
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td223 // represents <int, int2, int4, float, float2, float4>.