Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Daltivec-3.c5 typedef float float4 __attribute__ ((mode(V4SF))); typedef
10 float4 f1 = (float4) { 1.0, 2.0, 3.0, 4.0 };
11 float4 f2 = (float4) { 5.0, 6.0, 7.0, 8.0 };
55 float4 f3 = (float4) { 6.0, 8.0, 10.0, 12.0 }; in main()
56 float4 ftmp; in main()
/openbsd-src/gnu/llvm/clang/lib/Headers/hlsl/
H A Dhlsl_intrinsics.h48 float4 abs(float4);
93 float4 ceil(float4);
123 float4 floor(float4);
152 float4 cos(float4);
181 float4 sin(float4);
211 float4 trunc(float4);
H A Dhlsl_basic_types.h60 typedef vector<float, 4> float4; typedef
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_texture_intrinsics.h152 using __fetch_t = float4;
221 __IMPL_F1(float4, float4, __args, \
232 __IMPL_F1(float4, float4, __args, \
239 __IMPL_F1(float4, int4, __args, __asm_op ".s32." __ctype "\t" __asm_op_args, \
241 __IMPL_F1(float4, uint4, __args, \
271 __device__ static float4 __run(cudaTextureObject_t __obj, __L(__args)); \
484 __device__ static float4 __run(cudaTextureObject_t __obj, float __x,
542 (float __x, float __y, float __z, const float4 *__dPdx,
543 const float4 *__dPdy),
552 (float __x, float __y, float __z, const float4 *__dPdx,
[all …]
H A Dopencl-c.h2421 char4 __ovld __cnfn convert_char4_rte(float4);
2422 char4 __ovld __cnfn convert_char4_sat_rte(float4);
2423 char4 __ovld __cnfn convert_char4_rtz(float4);
2424 char4 __ovld __cnfn convert_char4_sat_rtz(float4);
2425 char4 __ovld __cnfn convert_char4_rtp(float4);
2426 char4 __ovld __cnfn convert_char4_sat_rtp(float4);
2427 char4 __ovld __cnfn convert_char4_rtn(float4);
2428 char4 __ovld __cnfn convert_char4_sat_rtn(float4);
2429 char4 __ovld __cnfn convert_char4(float4);
2430 char4 __ovld __cnfn convert_char4_sat(float4);
[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.h204 typedef float float4 __attribute__((ext_vector_type(4))); typedef
613 #define as_float4(x) __builtin_astype((x), float4)
/openbsd-src/lib/libcbor/src/cbor/
H A Dcallbacks.h96 cbor_float_callback float4; member
H A Dcallbacks.c113 .float4 = cbor_null_float4_callback,
H A Dstreaming.c580 callbacks->float4(context, _cbor_load_float(source + 1)); in cbor_stream_decode()
/openbsd-src/lib/libcbor/src/
H A Dcbor.c44 .float4 = &cbor_builder_float4_callback, in cbor_load()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DBuiltinsAMDGPU.def261 // By default the 1st argument is i32 and the 4/5-th arguments are float4.
/openbsd-src/gnu/llvm/clang/docs/
H A DLanguageExtensions.rst440 typedef float float4 __attribute__((ext_vector_type(4)));
443 float4 foo(float2 a, float2 b) {
444 float4 c;
552 typedef float float4 __attribute__((ext_vector_type(4)));
556 float4 vf = (float4)(1.0f, 2.0f, 3.0f, 4.0f);
562 float4 vf = (float4)((float2)(1.0f, 2.0f), (float2)(3.0f, 4.0f));
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DOpenCLBuiltins.td273 // represents <int, int2, int4, float, float2, float4>.