Home
last modified time | relevance | path

Searched refs:native_rsqrt (Results 1 – 25 of 144) sorted by relevance

123456

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/BiFModule/Implementation/Half/
H A Dhalf_rsqrt.cl13 return SPIRV_OCL_BUILTIN(native_rsqrt, _f32, )(x);
17 return SPIRV_OCL_BUILTIN(native_rsqrt, _v2f32, )(x);
21 return SPIRV_OCL_BUILTIN(native_rsqrt, _v3f32, )(x);
25 return SPIRV_OCL_BUILTIN(native_rsqrt, _v4f32, )(x);
29 return SPIRV_OCL_BUILTIN(native_rsqrt, _v8f32, )(x);
33 return SPIRV_OCL_BUILTIN(native_rsqrt, _v16f32, )(x);
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/BiFModule/Languages/OpenCL/Native/
H A Dnative_rsqrt.cl12 GENERATE_VECTOR_FUNCTIONS_1ARG( native_rsqrt, float, float )
16 GENERATE_VECTOR_FUNCTIONS_1ARG( native_rsqrt, double, double )
22 GENERATE_VECTOR_FUNCTIONS_1ARG( native_rsqrt, half, half )
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/BiFModule/Implementation/Native/
H A Dnative_rsqrt.cl12 GENERATE_SPIRV_OCL_VECTOR_FUNCTIONS_1ARGS( native_rsqrt, float, float, f32 )
16 GENERATE_SPIRV_OCL_VECTOR_FUNCTIONS_1ARGS( native_rsqrt, double, double, f64 )
22 GENERATE_SPIRV_OCL_VECTOR_FUNCTIONS_1ARGS( native_rsqrt, half, half, f16 )
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/BiFModule/Implementation/Math/
H A Drsqrt.cl14 return SPIRV_OCL_BUILTIN(native_rsqrt, _f32, )(x);
23 return SPIRV_OCL_BUILTIN(native_rsqrt, _f64, )(x);
34 return SPIRV_OCL_BUILTIN(native_rsqrt, _f16, )(x);
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/BiFModule/Implementation/Geometric/
H A Dfast_normalize.cl18 float2 n = p * SPIRV_OCL_BUILTIN(native_rsqrt, _f32, )( l2 );;
24 float3 n = p * SPIRV_OCL_BUILTIN(native_rsqrt, _f32, )( l2 );;
30 float4 n = p * SPIRV_OCL_BUILTIN(native_rsqrt, _f32, )( l2 );;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libclc/r600/lib/math/
H A Dnative_rsqrt.cl5 _CLC_OVERLOAD _CLC_DEF float native_rsqrt(float x)
10 _CLC_UNARY_VECTORIZE(_CLC_OVERLOAD _CLC_DEF, float, native_rsqrt, float);
/dports/devel/libclc/libclc-12.0.1.src/r600/lib/math/
H A Dnative_rsqrt.cl5 _CLC_OVERLOAD _CLC_DEF float native_rsqrt(float x)
10 _CLC_UNARY_VECTORIZE(_CLC_OVERLOAD _CLC_DEF, float, native_rsqrt, float);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libclc/r600/lib/math/
H A Dnative_rsqrt.cl5 _CLC_OVERLOAD _CLC_DEF float native_rsqrt(float x)
10 _CLC_UNARY_VECTORIZE(_CLC_OVERLOAD _CLC_DEF, float, native_rsqrt, float);
/dports/devel/llvm12/llvm-project-12.0.1.src/libclc/r600/lib/math/
H A Dnative_rsqrt.cl5 _CLC_OVERLOAD _CLC_DEF float native_rsqrt(float x)
10 _CLC_UNARY_VECTORIZE(_CLC_OVERLOAD _CLC_DEF, float, native_rsqrt, float);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libclc/r600/lib/math/
H A Dnative_rsqrt.cl5 _CLC_OVERLOAD _CLC_DEF float native_rsqrt(float x)
10 _CLC_UNARY_VECTORIZE(_CLC_OVERLOAD _CLC_DEF, float, native_rsqrt, float);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libclc/r600/lib/math/
H A Dnative_rsqrt.cl5 _CLC_OVERLOAD _CLC_DEF float native_rsqrt(float x)
10 _CLC_UNARY_VECTORIZE(_CLC_OVERLOAD _CLC_DEF, float, native_rsqrt, float);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libclc/r600/lib/math/
H A Dnative_rsqrt.cl5 _CLC_OVERLOAD _CLC_DEF float native_rsqrt(float x)
10 _CLC_UNARY_VECTORIZE(_CLC_OVERLOAD _CLC_DEF, float, native_rsqrt, float);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libclc/r600/lib/math/
H A Dnative_rsqrt.cl5 _CLC_OVERLOAD _CLC_DEF float native_rsqrt(float x)
10 _CLC_UNARY_VECTORIZE(_CLC_OVERLOAD _CLC_DEF, float, native_rsqrt, float);
/dports/devel/llvm13/llvm-project-13.0.1.src/libclc/r600/lib/math/
H A Dnative_rsqrt.cl5 _CLC_OVERLOAD _CLC_DEF float native_rsqrt(float x)
10 _CLC_UNARY_VECTORIZE(_CLC_OVERLOAD _CLC_DEF, float, native_rsqrt, float);
/dports/lang/pocl/pocl-1.8/lib/kernel/
H A Dnative_rsqrt.cl1 /* OpenCL built-in library: native_rsqrt()
26 DEFINE_EXPR_F_F(native_rsqrt, rsqrt(a))
/dports/lang/pocl/pocl-1.8/lib/kernel/hsail64/
H A Dnative_rsqrt.cl1 /* OpenCL built-in library: native_rsqrt()
26 DEFINE_LLVM_INTRIN_FP32_FP64(native_rsqrt, V_V, hsail.nrsqrt, rsqrt(a))
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libclc/generic/lib/math/
H A Dnative_rsqrt.inc1 _CLC_OVERLOAD _CLC_DEF __CLC_GENTYPE native_rsqrt(__CLC_GENTYPE val) {
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libclc/generic/lib/math/
H A Dnative_rsqrt.inc1 _CLC_OVERLOAD _CLC_DEF __CLC_GENTYPE native_rsqrt(__CLC_GENTYPE val) {
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libclc/generic/lib/math/
H A Dnative_rsqrt.inc1 _CLC_OVERLOAD _CLC_DEF __CLC_GENTYPE native_rsqrt(__CLC_GENTYPE val) {
/dports/devel/llvm12/llvm-project-12.0.1.src/libclc/generic/lib/math/
H A Dnative_rsqrt.inc1 _CLC_OVERLOAD _CLC_DEF __CLC_GENTYPE native_rsqrt(__CLC_GENTYPE val) {
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libclc/generic/lib/math/
H A Dnative_rsqrt.inc1 _CLC_OVERLOAD _CLC_DEF __CLC_GENTYPE native_rsqrt(__CLC_GENTYPE val) {
/dports/devel/libclc/libclc-12.0.1.src/generic/lib/math/
H A Dnative_rsqrt.inc1 _CLC_OVERLOAD _CLC_DEF __CLC_GENTYPE native_rsqrt(__CLC_GENTYPE val) {
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libclc/generic/lib/math/
H A Dnative_rsqrt.inc1 _CLC_OVERLOAD _CLC_DEF __CLC_GENTYPE native_rsqrt(__CLC_GENTYPE val) {
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libclc/generic/lib/math/
H A Dnative_rsqrt.inc1 _CLC_OVERLOAD _CLC_DEF __CLC_GENTYPE native_rsqrt(__CLC_GENTYPE val) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libclc/generic/lib/math/
H A Dnative_rsqrt.inc1 _CLC_OVERLOAD _CLC_DEF __CLC_GENTYPE native_rsqrt(__CLC_GENTYPE val) {

123456