Home
last modified time | relevance | path

Searched refs:half_log (Results 1 – 25 of 92) sorted by relevance

1234

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/BiFModule/Languages/OpenCL/Half/
H A Dhalf_log.cl12 INLINE float OVERLOADABLE half_log( float x )
14 return SPIRV_OCL_BUILTIN(half_log, _f32, )( x );
17 INLINE float2 OVERLOADABLE half_log( float2 x )
19 return SPIRV_OCL_BUILTIN(half_log, _v2f32, )( x );
22 INLINE float3 OVERLOADABLE half_log( float3 x )
24 return SPIRV_OCL_BUILTIN(half_log, _v3f32, )( x );
27 INLINE float4 OVERLOADABLE half_log( float4 x )
29 return SPIRV_OCL_BUILTIN(half_log, _v4f32, )( x );
32 INLINE float8 OVERLOADABLE half_log( float8 x )
34 return SPIRV_OCL_BUILTIN(half_log, _v8f32, )( x );
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/BiFModule/Implementation/Half/
H A Dhalf_log.cl12 INLINE float SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(half_log, _f32, )(float x ){
16 INLINE float2 SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(half_log, _v2f32, )(float2 x ){
20 INLINE float3 SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(half_log, _v3f32, )(float3 x ){
24 INLINE float4 SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(half_log, _v4f32, )(float4 x ){
28 INLINE float8 SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(half_log, _v8f32, )(float8 x ){
32 INLINE float16 SPIRV_OVERLOADABLE SPIRV_OCL_BUILTIN(half_log, _v16f32, )(float16 x ){
/dports/lang/pocl/pocl-1.8/lib/kernel/
H A Dhalf_log.cl1 /* OpenCL built-in library: half_log()
26 DEFINE_EXPR_F_F(half_log, log(a))
H A Dlog.cl29 DEFINE_EXPR_F_F(half_log, log(a))
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libclc/generic/include/clc/math/
H A Dhalf_log.h2 #define __CLC_FUNCTION half_log
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libclc/generic/include/clc/math/
H A Dhalf_log.h2 #define __CLC_FUNCTION half_log
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libclc/generic/include/clc/math/
H A Dhalf_log.h2 #define __CLC_FUNCTION half_log
/dports/devel/llvm12/llvm-project-12.0.1.src/libclc/generic/include/clc/math/
H A Dhalf_log.h2 #define __CLC_FUNCTION half_log
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libclc/generic/include/clc/math/
H A Dhalf_log.h2 #define __CLC_FUNCTION half_log
/dports/devel/libclc/libclc-12.0.1.src/generic/include/clc/math/
H A Dhalf_log.h2 #define __CLC_FUNCTION half_log
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libclc/generic/include/clc/math/
H A Dhalf_log.h2 #define __CLC_FUNCTION half_log
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libclc/generic/include/clc/math/
H A Dhalf_log.h2 #define __CLC_FUNCTION half_log
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libclc/generic/include/clc/math/
H A Dhalf_log.h2 #define __CLC_FUNCTION half_log
/dports/devel/llvm13/llvm-project-13.0.1.src/libclc/generic/include/clc/math/
H A Dhalf_log.h2 #define __CLC_FUNCTION half_log
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libclc/amdgpu/lib/
H A DSOURCES7 math/half_log.cl
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libclc/amdgpu/lib/
H A DSOURCES7 math/half_log.cl
/dports/devel/libclc/libclc-12.0.1.src/amdgpu/lib/
H A DSOURCES7 math/half_log.cl
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libclc/amdgpu/lib/
H A DSOURCES7 math/half_log.cl
/dports/devel/llvm12/llvm-project-12.0.1.src/libclc/amdgpu/lib/
H A DSOURCES7 math/half_log.cl
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libclc/amdgpu/lib/
H A DSOURCES7 math/half_log.cl
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libclc/amdgpu/lib/
H A DSOURCES7 math/half_log.cl
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libclc/amdgpu/lib/
H A DSOURCES7 math/half_log.cl
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libclc/amdgpu/lib/
H A DSOURCES7 math/half_log.cl
/dports/devel/llvm13/llvm-project-13.0.1.src/libclc/amdgpu/lib/
H A DSOURCES7 math/half_log.cl
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/SPIRV/libSPIRV/
H A DOpenCL.stdfuncs.h82 _OCL_EXT_OP(half_log, 72)

1234