JUCE
FloatVectorOperations Member List

This is the complete list of members for FloatVectorOperations, including all inherited members.

abs(float *dest, const float *src, int numValues) noexceptFloatVectorOperationsstatic
abs(double *dest, const double *src, int numValues) noexceptFloatVectorOperationsstatic
add(float *dest, float amountToAdd, int numValues) noexceptFloatVectorOperationsstatic
add(double *dest, double amountToAdd, int numValues) noexceptFloatVectorOperationsstatic
add(float *dest, const float *src, float amount, int numValues) noexceptFloatVectorOperationsstatic
add(double *dest, const double *src, double amount, int numValues) noexceptFloatVectorOperationsstatic
add(float *dest, const float *src, int numValues) noexceptFloatVectorOperationsstatic
add(double *dest, const double *src, int numValues) noexceptFloatVectorOperationsstatic
add(float *dest, const float *src1, const float *src2, int num) noexceptFloatVectorOperationsstatic
add(double *dest, const double *src1, const double *src2, int num) noexceptFloatVectorOperationsstatic
addWithMultiply(float *dest, const float *src, float multiplier, int numValues) noexceptFloatVectorOperationsstatic
addWithMultiply(double *dest, const double *src, double multiplier, int numValues) noexceptFloatVectorOperationsstatic
addWithMultiply(float *dest, const float *src1, const float *src2, int num) noexceptFloatVectorOperationsstatic
addWithMultiply(double *dest, const double *src1, const double *src2, int num) noexceptFloatVectorOperationsstatic
clear(float *dest, int numValues) noexceptFloatVectorOperationsstatic
clear(double *dest, int numValues) noexceptFloatVectorOperationsstatic
clip(float *dest, const float *src, float low, float high, int num) noexceptFloatVectorOperationsstatic
clip(double *dest, const double *src, double low, double high, int num) noexceptFloatVectorOperationsstatic
convertFixedToFloat(float *dest, const int *src, float multiplier, int numValues) noexceptFloatVectorOperationsstatic
copy(float *dest, const float *src, int numValues) noexceptFloatVectorOperationsstatic
copy(double *dest, const double *src, int numValues) noexceptFloatVectorOperationsstatic
copyWithMultiply(float *dest, const float *src, float multiplier, int numValues) noexceptFloatVectorOperationsstatic
copyWithMultiply(double *dest, const double *src, double multiplier, int numValues) noexceptFloatVectorOperationsstatic
disableDenormalisedNumberSupport() noexceptFloatVectorOperationsstatic
enableFlushToZeroMode(bool shouldEnable) noexceptFloatVectorOperationsstatic
fill(float *dest, float valueToFill, int numValues) noexceptFloatVectorOperationsstatic
fill(double *dest, double valueToFill, int numValues) noexceptFloatVectorOperationsstatic
findMaximum(const float *src, int numValues) noexceptFloatVectorOperationsstatic
findMaximum(const double *src, int numValues) noexceptFloatVectorOperationsstatic
findMinAndMax(const float *src, int numValues) noexceptFloatVectorOperationsstatic
findMinAndMax(const double *src, int numValues) noexceptFloatVectorOperationsstatic
findMinimum(const float *src, int numValues) noexceptFloatVectorOperationsstatic
findMinimum(const double *src, int numValues) noexceptFloatVectorOperationsstatic
max(float *dest, const float *src, float comp, int num) noexceptFloatVectorOperationsstatic
max(double *dest, const double *src, double comp, int num) noexceptFloatVectorOperationsstatic
max(float *dest, const float *src1, const float *src2, int num) noexceptFloatVectorOperationsstatic
max(double *dest, const double *src1, const double *src2, int num) noexceptFloatVectorOperationsstatic
min(float *dest, const float *src, float comp, int num) noexceptFloatVectorOperationsstatic
min(double *dest, const double *src, double comp, int num) noexceptFloatVectorOperationsstatic
min(float *dest, const float *src1, const float *src2, int num) noexceptFloatVectorOperationsstatic
min(double *dest, const double *src1, const double *src2, int num) noexceptFloatVectorOperationsstatic
multiply(float *dest, const float *src, int numValues) noexceptFloatVectorOperationsstatic
multiply(double *dest, const double *src, int numValues) noexceptFloatVectorOperationsstatic
multiply(float *dest, const float *src1, const float *src2, int numValues) noexceptFloatVectorOperationsstatic
multiply(double *dest, const double *src1, const double *src2, int numValues) noexceptFloatVectorOperationsstatic
multiply(float *dest, float multiplier, int numValues) noexceptFloatVectorOperationsstatic
multiply(double *dest, double multiplier, int numValues) noexceptFloatVectorOperationsstatic
multiply(float *dest, const float *src, float multiplier, int num) noexceptFloatVectorOperationsstatic
multiply(double *dest, const double *src, double multiplier, int num) noexceptFloatVectorOperationsstatic
negate(float *dest, const float *src, int numValues) noexceptFloatVectorOperationsstatic
negate(double *dest, const double *src, int numValues) noexceptFloatVectorOperationsstatic
subtract(float *dest, const float *src, int numValues) noexceptFloatVectorOperationsstatic
subtract(double *dest, const double *src, int numValues) noexceptFloatVectorOperationsstatic
subtract(float *dest, const float *src1, const float *src2, int num) noexceptFloatVectorOperationsstatic
subtract(double *dest, const double *src1, const double *src2, int num) noexceptFloatVectorOperationsstatic