Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_atomic.cpp963 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,
1542 ATOMIC_CMPXCHG_REV(float8, div, kmp_real64, 64, /, 8r,
1544 ATOMIC_CMPXCHG_REV(float8, sub, kmp_real64, 64, -, 8r,
2051 ATOMIC_CMPXCHG_READ(float8, rd, kmp_real64, 64, +,
2165 ATOMIC_CMPXCHG_WR(float8, wr, kmp_real64, 64, =,
2168 ATOMIC_XCHG_FLOAT_WR(float8, wr, kmp_real64, 64, =,
3308 ATOMIC_CMPXCHG_SWP(float8, kmp_real64, 64,
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h7125 float8 __ovld __cnfn fma(float8 a, float8 b, float8 c);
7267 float8 __ovld fract(float8 x, float8 *iptr);
7785 float8 __ovld __cnfn mad(float8 a, float8 b, float8 c);
7870 float8 __ovld modf(float8 x, float8 *iptr);
8013 float8 __ovld __cnfn pow(float8 x, float8 y);
10013 float8 __ovld __cnfn clamp(float8 x, float8 minval, float8 maxval);
10169 float8 __ovld __cnfn mix(float8 x, float8 y, float8 a);
11001 float8 __ovld __cnfn bitselect(float8 a, float8 b, float8 c);
17192 float8 __ovld amd_max3(float8 src0, float8 src1, float8 src2);
17213 float8 __ovld amd_median3(float8 src0, float8 src1, float8 src2);
[all …]
H A Dopencl-c-base.h151 typedef float float8 __attribute__((ext_vector_type(8))); typedef
549 #define as_float8(x) __builtin_astype((x), float8)
/freebsd-13.1/contrib/libcbor/test/
H A Dstream_expectations.c229 (struct test_assertion){DOUBLE_EQ, {.float8 = value}}; in assert_double()
234 assert_true(current().data.float8 == actual); in double_callback()
301 .float8 = &double_callback,
H A Dstream_expectations.h68 double float8; member
/freebsd-13.1/contrib/libcbor/src/cbor/
H A Dcallbacks.h96 cbor_double_callback float8; member
H A Dcallbacks.c109 .float8 = cbor_null_float8_callback,
H A Dstreaming.c644 callbacks->float8(context, _cbor_load_double(source + 1)); in cbor_stream_decode()
/freebsd-13.1/contrib/libcbor/src/
H A Dcbor.c45 .float8 = &cbor_builder_float8_callback, in cbor_load()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td142 // OpenCL vector types (e.g. int2, int3, int16, float8, ...).