Home
last modified time | relevance | path

Searched refs:__CLC_FUNCTION (Results 1 – 25 of 168) sorted by relevance

1234567

/external/llvm-project/libclc/generic/include/math/
Dunary_intrin.inc1 _CLC_OVERLOAD float __CLC_FUNCTION(float f) __asm(__CLC_INTRINSIC ".f32");
2 _CLC_OVERLOAD float2 __CLC_FUNCTION(float2 f) __asm(__CLC_INTRINSIC ".v2f32");
3 _CLC_OVERLOAD float3 __CLC_FUNCTION(float3 f) __asm(__CLC_INTRINSIC ".v3f32");
4 _CLC_OVERLOAD float4 __CLC_FUNCTION(float4 f) __asm(__CLC_INTRINSIC ".v4f32");
5 _CLC_OVERLOAD float8 __CLC_FUNCTION(float8 f) __asm(__CLC_INTRINSIC ".v8f32");
6 _CLC_OVERLOAD float16 __CLC_FUNCTION(float16 f) __asm(__CLC_INTRINSIC ".v16f32");
10 _CLC_OVERLOAD double __CLC_FUNCTION(double d) __asm(__CLC_INTRINSIC ".f64");
11 _CLC_OVERLOAD double2 __CLC_FUNCTION(double2 d) __asm(__CLC_INTRINSIC ".v2f64");
12 _CLC_OVERLOAD double3 __CLC_FUNCTION(double3 d) __asm(__CLC_INTRINSIC ".v3f64");
13 _CLC_OVERLOAD double4 __CLC_FUNCTION(double4 d) __asm(__CLC_INTRINSIC ".v4f64");
[all …]
Dbinary_intrin.inc1 _CLC_OVERLOAD float __CLC_FUNCTION(float, float) __asm(__CLC_INTRINSIC ".f32");
2 _CLC_OVERLOAD float2 __CLC_FUNCTION(float2, float2) __asm(__CLC_INTRINSIC ".v2f32");
3 _CLC_OVERLOAD float3 __CLC_FUNCTION(float3, float3) __asm(__CLC_INTRINSIC ".v3f32");
4 _CLC_OVERLOAD float4 __CLC_FUNCTION(float4, float4) __asm(__CLC_INTRINSIC ".v4f32");
5 _CLC_OVERLOAD float8 __CLC_FUNCTION(float8, float8) __asm(__CLC_INTRINSIC ".v8f32");
6 _CLC_OVERLOAD float16 __CLC_FUNCTION(float16, float16) __asm(__CLC_INTRINSIC ".v16f32");
10 _CLC_OVERLOAD double __CLC_FUNCTION(double, double) __asm(__CLC_INTRINSIC ".f64");
11 _CLC_OVERLOAD double2 __CLC_FUNCTION(double2, double2) __asm(__CLC_INTRINSIC ".v2f64");
12 _CLC_OVERLOAD double3 __CLC_FUNCTION(double3, double3) __asm(__CLC_INTRINSIC ".v3f64");
13 _CLC_OVERLOAD double4 __CLC_FUNCTION(double4, double4) __asm(__CLC_INTRINSIC ".v4f64");
[all …]
Dternary_intrin.inc1 _CLC_OVERLOAD float __CLC_FUNCTION(float, float, float) __asm(__CLC_INTRINSIC ".f32");
2 _CLC_OVERLOAD float2 __CLC_FUNCTION(float2, float2, float2) __asm(__CLC_INTRINSIC ".v2f32");
3 _CLC_OVERLOAD float3 __CLC_FUNCTION(float3, float3, float3) __asm(__CLC_INTRINSIC ".v3f32");
4 _CLC_OVERLOAD float4 __CLC_FUNCTION(float4, float4, float4) __asm(__CLC_INTRINSIC ".v4f32");
5 _CLC_OVERLOAD float8 __CLC_FUNCTION(float8, float8, float8) __asm(__CLC_INTRINSIC ".v8f32");
6 _CLC_OVERLOAD float16 __CLC_FUNCTION(float16, float16, float16) __asm(__CLC_INTRINSIC ".v16f32");
10 _CLC_OVERLOAD double __CLC_FUNCTION(double, double, double) __asm(__CLC_INTRINSIC ".f64");
11 _CLC_OVERLOAD double2 __CLC_FUNCTION(double2, double2, double2) __asm(__CLC_INTRINSIC ".v2f64");
12 _CLC_OVERLOAD double3 __CLC_FUNCTION(double3, double3, double3) __asm(__CLC_INTRINSIC ".v3f64");
13 _CLC_OVERLOAD double4 __CLC_FUNCTION(double4, double4, double4) __asm(__CLC_INTRINSIC ".v4f64");
[all …]
Dclc_fma.h1 #define __CLC_FUNCTION __clc_fma macro
6 #define __CLC_FUNCTION __clc_sw_fma macro
10 #undef __CLC_FUNCTION
Dclc_remainder.h1 #define __CLC_FUNCTION __clc_remainder macro
4 #undef __CLC_FUNCTION
Dclc_exp10.h1 #define __CLC_FUNCTION __clc_exp10 macro
4 #undef __CLC_FUNCTION
Dclc_fmod.h1 #define __CLC_FUNCTION __clc_fmod macro
4 #undef __CLC_FUNCTION
/external/llvm-project/libclc/generic/include/integer/
Dunary_intrin.inc2 _CLC_OVERLOAD SCALAR_TYPE __CLC_FUNCTION(SCALAR_TYPE x) __asm(__CLC_INTRINSIC ".i" BIT_SIZE); \
3 _CLC_OVERLOAD SCALAR_TYPE##2 __CLC_FUNCTION(SCALAR_TYPE##2 x) __asm(__CLC_INTRINSIC ".v2i" BIT_SIZE…
4 _CLC_OVERLOAD SCALAR_TYPE##3 __CLC_FUNCTION(SCALAR_TYPE##3 x) __asm(__CLC_INTRINSIC ".v3i" BIT_SIZE…
5 _CLC_OVERLOAD SCALAR_TYPE##4 __CLC_FUNCTION(SCALAR_TYPE##4 x) __asm(__CLC_INTRINSIC ".v4i" BIT_SIZE…
6 _CLC_OVERLOAD SCALAR_TYPE##8 __CLC_FUNCTION(SCALAR_TYPE##8 x) __asm(__CLC_INTRINSIC ".v8i" BIT_SIZE…
7 _CLC_OVERLOAD SCALAR_TYPE##16 __CLC_FUNCTION(SCALAR_TYPE##16 x) __asm(__CLC_INTRINSIC ".v16i" BIT_S…
18 #undef __CLC_FUNCTION
/external/llvm-project/libclc/generic/lib/math/
Dunary_builtin.inc5 #define __CLC_BUILTIN __CLC_XCONCAT(__clc_, __CLC_FUNCTION)
8 _CLC_DEFINE_UNARY_BUILTIN(float, __CLC_FUNCTION, __CLC_BUILTIN, float)
14 _CLC_DEFINE_UNARY_BUILTIN(double, __CLC_FUNCTION, __CLC_BUILTIN, double)
22 _CLC_DEFINE_UNARY_BUILTIN(half, __CLC_FUNCTION, __CLC_BUILTIN, half)
Drint.cl4 #define __CLC_FUNCTION __clc_rint
8 #undef __CLC_FUNCTION
9 #define __CLC_FUNCTION rint
Dtrunc.cl4 #define __CLC_FUNCTION __clc_trunc
8 #undef __CLC_FUNCTION
9 #define __CLC_FUNCTION trunc
Dround.cl4 #define __CLC_FUNCTION __clc_round
8 #undef __CLC_FUNCTION
9 #define __CLC_FUNCTION round
Dfloor.cl5 #define __CLC_FUNCTION __clc_floor
9 #undef __CLC_FUNCTION
10 #define __CLC_FUNCTION floor
Dceil.cl5 #define __CLC_FUNCTION __clc_ceil
9 #undef __CLC_FUNCTION
10 #define __CLC_FUNCTION ceil
Dfabs.cl5 #define __CLC_FUNCTION __clc_fabs
9 #undef __CLC_FUNCTION
10 #define __CLC_FUNCTION fabs
Dnative_unary_intrinsic.inc26 #define __CLC_FUNCTION __CLC_XCONCAT(__clc_native_, __CLC_NATIVE_INTRINSIC)
34 #define __CLC_FUNCTION __CLC_XCONCAT(native_, __CLC_NATIVE_INTRINSIC)
36 _CLC_OVERLOAD _CLC_DEF __CLC_GENTYPE __CLC_FUNCTION(__CLC_GENTYPE val) {
40 #undef __CLC_FUNCTION
/external/llvm-project/libclc/generic/include/clc/atomic/
Datomic_xchg.h1 #define __CLC_FUNCTION atomic_xchg macro
3 _CLC_OVERLOAD _CLC_DECL float __CLC_FUNCTION (volatile local float *, float);
4 _CLC_OVERLOAD _CLC_DECL float __CLC_FUNCTION (volatile global float *, float);
/external/llvm-project/libclc/generic/include/clc/math/
Dfmod.h1 #define __CLC_FUNCTION fmod macro
4 #undef __CLC_FUNCTION
Dremainder.h1 #define __CLC_FUNCTION remainder macro
4 #undef __CLC_FUNCTION
Dfma.h2 #define __CLC_FUNCTION fma macro
7 #undef __CLC_FUNCTION
Datan2.h23 #define __CLC_FUNCTION atan2 macro
29 #undef __CLC_FUNCTION
Dacos.h2 #define __CLC_FUNCTION acos macro
7 #undef __CLC_FUNCTION
Dfmax.h2 #define __CLC_FUNCTION fmax macro
7 #undef __CLC_FUNCTION
Dtanh.h24 #define __CLC_FUNCTION tanh macro
29 #undef __CLC_FUNCTION
Dcospi.h2 #define __CLC_FUNCTION cospi macro
7 #undef __CLC_FUNCTION

1234567