Searched refs:float8 (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Headers/ |
| H A D | opencl-c.h | 7128 float8 __ovld __cnfn fma(float8, float8, float8); 7270 float8 __ovld fract(float8, float8 *); 7794 float8 __ovld __cnfn mad(float8, float8, float8); 7879 float8 __ovld modf(float8, float8 *); 8366 float8 __ovld sincos(float8, float8 *); 10027 float8 __ovld __cnfn clamp(float8, float8, float8); 10183 float8 __ovld __cnfn mix(float8, float8, float8); 10302 float8 __ovld __cnfn smoothstep(float8, float8, float8); 10997 float8 __ovld __cnfn bitselect(float8, float8, float8); 18234 float8 __ovld amd_max3(float8 src0, float8 src1, float8 src2); [all …]
|
| H A D | opencl-c-base.h | 206 typedef float float8 __attribute__((ext_vector_type(8))); typedef 622 #define as_float8(x) __builtin_astype((x), float8)
|
| /freebsd-14.2/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_atomic.cpp | 963 ATOMIC_CMPXCHG(float8, add, kmp_real64, 64, +, 8r, 7, 965 ATOMIC_CMPXCHG(float8, sub, kmp_real64, 64, -, 8r, 7, 1067 ATOMIC_CMPXCHG(float8, div, kmp_real64, 64, /, 8r, 7, 1069 ATOMIC_CMPXCHG(float8, mul, kmp_real64, 64, *, 8r, 7, 1552 ATOMIC_CMPXCHG_REV(float8, div, kmp_real64, 64, /, 8r, 1554 ATOMIC_CMPXCHG_REV(float8, sub, kmp_real64, 64, -, 8r, 2060 ATOMIC_CMPXCHG_READ(float8, rd, kmp_real64, 64, +, 2174 ATOMIC_CMPXCHG_WR(float8, wr, kmp_real64, 64, =, 2177 ATOMIC_XCHG_FLOAT_WR(float8, wr, kmp_real64, 64, =, 3326 ATOMIC_CMPXCHG_SWP(float8, kmp_real64, 64, [all …]
|
| /freebsd-14.2/contrib/libcbor/test/ |
| H A D | stream_expectations.c | 246 (struct test_assertion){DOUBLE_EQ, {.float8 = value}}; in assert_double() 251 assert_true(current().data.float8 == actual); in double_callback() 312 .float8 = &double_callback,
|
| H A D | stream_expectations.h | 68 double float8; member
|
| /freebsd-14.2/contrib/libcbor/src/cbor/ |
| H A D | callbacks.h | 98 cbor_double_callback float8; member
|
| H A D | callbacks.c | 114 .float8 = cbor_null_float8_callback,
|
| H A D | streaming.c | 583 callbacks->float8(context, _cbor_load_double(source + 1)); in cbor_stream_decode()
|
| /freebsd-14.2/contrib/libcbor/src/ |
| H A D | cbor.c | 46 .float8 = &cbor_builder_float8_callback, in cbor_load()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 186 // OpenCL vector types (e.g. int2, int3, int16, float8, ...).
|