/external/llvm-project/libclc/generic/include/math/ |
D | unary_intrin.inc | 1 _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 …]
|
D | binary_intrin.inc | 1 _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 …]
|
D | ternary_intrin.inc | 1 _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 …]
|
D | clc_fma.h | 1 #define __CLC_FUNCTION __clc_fma macro 6 #define __CLC_FUNCTION __clc_sw_fma macro 10 #undef __CLC_FUNCTION
|
D | clc_remainder.h | 1 #define __CLC_FUNCTION __clc_remainder macro 4 #undef __CLC_FUNCTION
|
D | clc_exp10.h | 1 #define __CLC_FUNCTION __clc_exp10 macro 4 #undef __CLC_FUNCTION
|
D | clc_fmod.h | 1 #define __CLC_FUNCTION __clc_fmod macro 4 #undef __CLC_FUNCTION
|
/external/llvm-project/libclc/generic/include/integer/ |
D | unary_intrin.inc | 2 _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/ |
D | unary_builtin.inc | 5 #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)
|
D | rint.cl | 4 #define __CLC_FUNCTION __clc_rint 8 #undef __CLC_FUNCTION 9 #define __CLC_FUNCTION rint
|
D | trunc.cl | 4 #define __CLC_FUNCTION __clc_trunc 8 #undef __CLC_FUNCTION 9 #define __CLC_FUNCTION trunc
|
D | round.cl | 4 #define __CLC_FUNCTION __clc_round 8 #undef __CLC_FUNCTION 9 #define __CLC_FUNCTION round
|
D | floor.cl | 5 #define __CLC_FUNCTION __clc_floor 9 #undef __CLC_FUNCTION 10 #define __CLC_FUNCTION floor
|
D | ceil.cl | 5 #define __CLC_FUNCTION __clc_ceil 9 #undef __CLC_FUNCTION 10 #define __CLC_FUNCTION ceil
|
D | fabs.cl | 5 #define __CLC_FUNCTION __clc_fabs 9 #undef __CLC_FUNCTION 10 #define __CLC_FUNCTION fabs
|
D | native_unary_intrinsic.inc | 26 #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/ |
D | atomic_xchg.h | 1 #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/ |
D | fmod.h | 1 #define __CLC_FUNCTION fmod macro 4 #undef __CLC_FUNCTION
|
D | remainder.h | 1 #define __CLC_FUNCTION remainder macro 4 #undef __CLC_FUNCTION
|
D | fma.h | 2 #define __CLC_FUNCTION fma macro 7 #undef __CLC_FUNCTION
|
D | atan2.h | 23 #define __CLC_FUNCTION atan2 macro 29 #undef __CLC_FUNCTION
|
D | acos.h | 2 #define __CLC_FUNCTION acos macro 7 #undef __CLC_FUNCTION
|
D | fmax.h | 2 #define __CLC_FUNCTION fmax macro 7 #undef __CLC_FUNCTION
|
D | tanh.h | 24 #define __CLC_FUNCTION tanh macro 29 #undef __CLC_FUNCTION
|
D | cospi.h | 2 #define __CLC_FUNCTION cospi macro 7 #undef __CLC_FUNCTION
|