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