Searched refs:float4 (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dgnu_vector.c30 typedef VECTOR (4, float) float4;
49 float4 f4a = {2, 4, 8, 16};
50 float4 f4b = {1, 2, 8, 4};
67 float4 f4;
101 float4
102 add_various_floatvecs (int n, float4 a, ...)
109 a += va_arg (argp, float4);
H A Ddfp-test.c115 float float4; member in struct:decstruct
318 ds.float4 = 3.1;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dgnu_vector.c30 typedef VECTOR (4, float) float4;
49 float4 f4a = {2, 4, 8, 16};
50 float4 f4b = {1, 2, 8, 4};
67 float4 f4;
101 float4
102 add_various_floatvecs (int n, float4 a, ...)
109 a += va_arg (argp, float4);
H A Ddfp-test.c115 float float4; member in struct:decstruct
318 ds.float4 = 3.1;
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dsimd.d56 static if (is(Vector!(float[4]))) alias Vector!(float[4]) float4; ///
418 float4 a;
419 a = cast(float4)__simd(XMM.PXOR, a, a);
432 float4 a;
433 a = cast(float4)__simd(XMM.LODSS, a);
456 float4 a;
457 a = cast(float4)__simd(XMM.CMPPD, a, a, 0x7A);
476 float4 a;
477 a = cast(float4) __simd_ib(XMM.PSRLQ, a, 0x7A);
571 is(V == float4))
[all...]
/netbsd-current/external/mit/libcbor/dist/examples/
H A Dcjson2cbor.c38 .float4 = &cbor_builder_float4_callback,
73 callbacks->float4(context, source->valuedouble);
/netbsd-current/external/mit/libcbor/dist/src/cbor/
H A Dcallbacks.h93 cbor_float_callback float4; member in struct:cbor_callbacks
H A Dcallbacks.c108 .float4 = cbor_null_float4_callback,
H A Dstreaming.c639 callbacks->float4(context, _cbor_load_float(source + 1));
/netbsd-current/external/mit/libcbor/dist/test/
H A Dstream_expectations.h65 float float4; member in union:test_expectation_data
H A Dstream_expectations.c205 (struct test_assertion){FLOAT_EQ, {.float4 = value}};
210 assert_true(current().data.float4 == actual);
286 .float4 = &float_callback,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dopencl-c.h2418 char4 __ovld __cnfn convert_char4_rte(float4);
2419 char4 __ovld __cnfn convert_char4_sat_rte(float4);
2420 char4 __ovld __cnfn convert_char4_rtz(float4);
2421 char4 __ovld __cnfn convert_char4_sat_rtz(float4);
2422 char4 __ovld __cnfn convert_char4_rtp(float4);
2423 char4 __ovld __cnfn convert_char4_sat_rtp(float4);
2424 char4 __ovld __cnfn convert_char4_rtn(float4);
2425 char4 __ovld __cnfn convert_char4_sat_rtn(float4);
2426 char4 __ovld __cnfn convert_char4(float4);
2427 char4 __ovld __cnfn convert_char4_sat(float4);
[all...]
H A D__clang_cuda_intrinsics.h429 inline __device__ float4 __ldg(const float4 *ptr) {
432 float4 ret;
H A Dopencl-c-base.h137 typedef float float4 __attribute__((ext_vector_type(4))); typedef
526 #define as_float4(x) __builtin_astype((x), float4)
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.hash/
H A Dtest_hash.d114 static if (is(simd.float4)) // __traits(isArithmetic) and __traits(isFloating)
116 enum simd.float4 val = [1.1f, 2.2f, 3.3f, 4.4f];
118 simd.float4 rtVal = val;
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.hash/
H A Dtest_hash.d122 static if (is(simd.float4)) // __traits(isArithmetic) and __traits(isFloating)
124 enum simd.float4 val = [1.1f, 2.2f, 3.3f, 4.4f];
126 simd.float4 rtVal = val;
/netbsd-current/external/mit/libcbor/dist/src/
H A Dcbor.c44 .float4 = &cbor_builder_float4_callback,
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/format/
H A Dwrite.d468 import core.simd; // cannot be selective, because float4 might not be defined
475 static if (is(float4))
480 float4 f4;

Completed in 203 milliseconds