Uses of Annotation Type
com.aparapi.Kernel.OpenCLMapping
Packages that use Kernel.OpenCLMapping
-
Uses of Kernel.OpenCLMapping in com.aparapi
Methods in com.aparapi with annotations of type Kernel.OpenCLMappingModifier and TypeMethodDescriptionprotected doubleKernel.abs(double _d) Delegates to eitherMath.abs(double)(Java) orfabs(double)(OpenCL).protected floatKernel.abs(float _f) Delegates to eitherMath.abs(float)(Java) orfabs(float)(OpenCL).protected intKernel.abs(int n) Delegates to eitherMath.abs(int)(Java) orabs(int)(OpenCL).protected longKernel.abs(long n) Delegates to eitherMath.abs(long)(Java) orabs(long)(OpenCL).protected doubleKernel.acos(double a) Delegates to eitherMath.acos(double)(Java) oracos(double)(OpenCL).protected floatKernel.acos(float a) Delegates to eitherMath.acos(double)(Java) oracos(float)(OpenCL).protected final doubleKernel.acospi(double a) protected final floatKernel.acospi(float a) protected doubleKernel.asin(double _d) Delegates to eitherMath.asin(double)(Java) orasin(double)(OpenCL).protected floatKernel.asin(float _f) Delegates to eitherMath.asin(double)(Java) orasin(float)(OpenCL).protected final doubleKernel.asinpi(double a) protected final floatKernel.asinpi(float a) protected doubleKernel.atan(double _d) Delegates to eitherMath.atan(double)(Java) oratan(double)(OpenCL).protected floatKernel.atan(float _f) Delegates to eitherMath.atan(double)(Java) oratan(float)(OpenCL).protected doubleKernel.atan2(double _d1, double _d2) Delegates to eitherMath.atan2(double, double)(Java) oratan2(double, double)(OpenCL).protected floatKernel.atan2(float _f1, float _f2) Delegates to eitherMath.atan2(double, double)(Java) oratan2(float, float)(OpenCL).protected final doubleKernel.atan2pi(double y, double x) protected final floatKernel.atan2pi(float y, double x) protected final doubleKernel.atanpi(double a) protected final floatKernel.atanpi(float a) protected intKernel.atomicAdd(int[] _arr, int _index, int _delta) Atomically adds_deltavalue to_indexelement of array_arr(Java) or delegates toatomic_add(volatile int*, int)(OpenCL).protected final intKernel.atomicAdd(AtomicInteger p, int val) protected final intKernel.atomicAnd(AtomicInteger p, int val) protected final intKernel.atomicCmpXchg(AtomicInteger p, int expectedVal, int newVal) protected final intKernel.atomicDec(AtomicInteger p) protected final intKernel.atomicGet(AtomicInteger p) protected final intKernel.atomicInc(AtomicInteger p) protected final intKernel.atomicMax(AtomicInteger p, int val) protected final intKernel.atomicMin(AtomicInteger p, int val) protected final intKernel.atomicOr(AtomicInteger p, int val) protected final voidKernel.atomicSet(AtomicInteger p, int val) protected final intKernel.atomicSub(AtomicInteger p, int val) protected final intKernel.atomicXchg(AtomicInteger p, int newVal) protected final intKernel.atomicXor(AtomicInteger p, int val) protected final doubleKernel.cbrt(double a) protected final floatKernel.cbrt(float a) protected doubleKernel.ceil(double _d) Delegates to eitherMath.ceil(double)(Java) orceil(double)(OpenCL).protected floatKernel.ceil(float _f) Delegates to eitherMath.ceil(double)(Java) orceil(float)(OpenCL).protected intKernel.clz(int _i) Delegates to eitherInteger.numberOfLeadingZeros(int)(Java) orclz(int)(OpenCL).protected longKernel.clz(long _l) Delegates to eitherLong.numberOfLeadingZeros(long)(Java) orclz(long)(OpenCL).protected doubleKernel.cos(double _d) Delegates to eitherMath.cos(double)(Java) orcos(double)(OpenCL).protected floatKernel.cos(float _f) Delegates to eitherMath.cos(double)(Java) orcos(float)(OpenCL).protected final doubleKernel.cosh(double x) protected final floatKernel.cosh(float x) protected final doubleKernel.cospi(double a) protected final floatKernel.cospi(float a) protected doubleKernel.exp(double _d) Delegates to eitherMath.exp(double)(Java) orexp(double)(OpenCL).protected floatKernel.exp(float _f) Delegates to eitherMath.exp(double)(Java) orexp(float)(OpenCL).protected final doubleKernel.exp10(double a) protected final floatKernel.exp10(float a) protected final doubleKernel.exp2(double a) protected final floatKernel.exp2(float a) protected final doubleKernel.expm1(double x) protected final floatKernel.expm1(float x) protected doubleKernel.floor(double _d) Delegates to eitherMath.floor(double)(Java) orfloor(double)(OpenCL).protected floatKernel.floor(float _f) Delegates to eitherMath.floor(double)(Java) orfloor(float)(OpenCL).protected doubleKernel.fma(double a, double b, double c) Delegates to either {code}a*b+c{code} (Java) orfma(double, double, double)(OpenCL).protected floatKernel.fma(float a, float b, float c) Delegates to either {code}a*b+c{code} (Java) orfma(float, float, float)(OpenCL).protected doubleKernel.hypot(double a, double b) protected floatKernel.hypot(float a, float b) protected doubleKernel.IEEEremainder(double _d1, double _d2) Delegates to eitherMath.IEEEremainder(double, double)(Java) orremainder(double, double)(OpenCL).protected floatKernel.IEEEremainder(float _f1, float _f2) Delegates to eitherMath.IEEEremainder(double, double)(Java) orremainder(float, float)(OpenCL).protected doubleKernel.log(double _d) Delegates to eitherMath.log(double)(Java) orlog(double)(OpenCL).protected floatKernel.log(float _f) Delegates to eitherMath.log(double)(Java) orlog(float)(OpenCL).protected final doubleKernel.log10(double a) protected final floatKernel.log10(float a) protected final doubleKernel.log1p(double x) protected final floatKernel.log1p(float x) protected final doubleKernel.log2(double a) protected final floatKernel.log2(float a) protected final doubleKernel.mad(double a, double b, double c) protected final floatKernel.mad(float a, float b, float c) protected doubleKernel.max(double _d1, double _d2) Delegates to eitherMath.max(double, double)(Java) orfmax(double, double)(OpenCL).protected floatKernel.max(float _f1, float _f2) Delegates to eitherMath.max(float, float)(Java) orfmax(float, float)(OpenCL).protected intKernel.max(int n1, int n2) Delegates to eitherMath.max(int, int)(Java) ormax(int, int)(OpenCL).protected longKernel.max(long n1, long n2) Delegates to eitherMath.max(long, long)(Java) ormax(long, long)(OpenCL).protected doubleKernel.min(double _d1, double _d2) Delegates to eitherMath.min(double, double)(Java) orfmin(double, double)(OpenCL).protected floatKernel.min(float _f1, float _f2) Delegates to eitherMath.min(float, float)(Java) orfmin(float, float)(OpenCL).protected intKernel.min(int n1, int n2) Delegates to eitherMath.min(int, int)(Java) ormin(int, int)(OpenCL).protected longKernel.min(long n1, long n2) Delegates to eitherMath.min(long, long)(Java) ormin(long, long)(OpenCL).private floatKernel.native_rsqrt(float _f) private floatKernel.native_sqrt(float _f) protected final doubleKernel.nextAfter(double start, double direction) protected final floatKernel.nextAfter(float start, float direction) protected intKernel.popcount(int _i) Delegates to eitherInteger.bitCount(int)(Java) orpopcount(int)(OpenCL).protected longKernel.popcount(long _i) Delegates to eitherLong.bitCount(long)(Java) orpopcount(long)(OpenCL).protected doubleKernel.pow(double _d1, double _d2) Delegates to eitherMath.pow(double, double)(Java) orpow(double, double)(OpenCL).protected floatKernel.pow(float _f1, float _f2) Delegates to eitherMath.pow(double, double)(Java) orpow(float, float)(OpenCL).protected doubleKernel.rint(double _d) Delegates to eitherMath.rint(double)(Java) orrint(double)(OpenCL).protected floatKernel.rint(float _f) Delegates to eitherMath.rint(double)(Java) orrint(float)(OpenCL).protected longKernel.round(double _d) Delegates to eitherMath.round(double)(Java) orround(double)(OpenCL).protected intKernel.round(float _f) Delegates to eitherMath.round(float)(Java) orround(float)(OpenCL).protected doubleKernel.rsqrt(double _d) Computes inverse square root usingMath.sqrt(double)(Java) or delegates torsqrt(double)(OpenCL).protected floatKernel.rsqrt(float _f) Computes inverse square root usingMath.sqrt(double)(Java) or delegates torsqrt(double)(OpenCL).protected doubleKernel.sin(double _d) Delegates to eitherMath.sin(double)(Java) orsin(double)(OpenCL).protected floatKernel.sin(float _f) Delegates to eitherMath.sin(double)(Java) orsin(float)(OpenCL).protected final doubleKernel.sinh(double x) Delegates to eitherMath.sinh(double)(Java) orsinh(double)(OpenCL).protected final floatKernel.sinh(float x) Delegates to eitherMath.sinh(double)(Java) orsinh(float)(OpenCL).protected final doubleKernel.sinpi(double a) Backed by eitherMath.sin(double)(Java) orsinpi(double)(OpenCL).protected final floatKernel.sinpi(float a) Backed by eitherMath.sin(double)(Java) orsinpi(float)(OpenCL).protected doubleKernel.sqrt(double _d) Delegates to eitherMath.sqrt(double)(Java) orsqrt(double)(OpenCL).protected floatKernel.sqrt(float _f) Delegates to eitherMath.sqrt(double)(Java) orsqrt(float)(OpenCL).protected doubleKernel.tan(double _d) Delegates to eitherMath.tan(double)(Java) ortan(double)(OpenCL).protected floatKernel.tan(float _f) Delegates to eitherMath.tan(double)(Java) ortan(float)(OpenCL).protected final doubleKernel.tanh(double x) Delegates to eitherMath.tanh(double)(Java) ortanh(double)(OpenCL).protected final floatKernel.tanh(float x) Delegates to eitherMath.tanh(float)(Java) ortanh(float)(OpenCL).protected final doubleKernel.tanpi(double a) Backed by eitherMath.tan(double)(Java) ortanpi(double)(OpenCL).protected final floatKernel.tanpi(float a) Backed by eitherMath.tan(double)(Java) ortanpi(float)(OpenCL).protected doubleKernel.toDegrees(double _d) Delegates to eitherMath.toDegrees(double)(Java) ordegrees(double)(OpenCL).protected floatKernel.toDegrees(float _f) Delegates to eitherMath.toDegrees(double)(Java) ordegrees(float)(OpenCL).protected doubleKernel.toRadians(double _d) Delegates to eitherMath.toRadians(double)(Java) orradians(double)(OpenCL).protected floatKernel.toRadians(float _f) Delegates to eitherMath.toRadians(double)(Java) orradians(float)(OpenCL).