void |
EuclideanNormAlgorithmPerformance.direct(EuclideanNormAlgorithmPerformance.VectorArrayInput input,
org.openjdk.jmh.infra.Blackhole bh) |
Compute the performance of the EuclideanNormAlgorithms.Direct class.
|
void |
EuclideanNormAlgorithmPerformance.enorm(EuclideanNormAlgorithmPerformance.VectorArrayInput input,
org.openjdk.jmh.infra.Blackhole bh) |
Compute the performance of the EuclideanNormAlgorithms.Enorm class.
|
void |
EuclideanNormAlgorithmPerformance.enormMod(EuclideanNormAlgorithmPerformance.VectorArrayInput input,
org.openjdk.jmh.infra.Blackhole bh) |
Compute the performance of the EuclideanNormAlgorithms.EnormMod class.
|
void |
EuclideanNormAlgorithmPerformance.enormModExt(EuclideanNormAlgorithmPerformance.VectorArrayInput input,
org.openjdk.jmh.infra.Blackhole bh) |
Compute the performance of the EuclideanNormAlgorithms.EnormModExt class.
|
void |
EuclideanNormAlgorithmPerformance.enormModKahan(EuclideanNormAlgorithmPerformance.VectorArrayInput input,
org.openjdk.jmh.infra.Blackhole bh) |
Compute the performance of the EuclideanNormAlgorithms.EnormModKahan class.
|
void |
EuclideanNormAlgorithmPerformance.exact(EuclideanNormAlgorithmPerformance.VectorArrayInput input,
org.openjdk.jmh.infra.Blackhole bh) |
Compute the performance of the EuclideanNormAlgorithms.Exact class.
|
void |
EuclideanNormAlgorithmPerformance.extLinear(EuclideanNormAlgorithmPerformance.VectorArrayInput input,
org.openjdk.jmh.infra.Blackhole bh) |
Compute the performance of the EuclideanNormAlgorithms.ExtendedPrecisionLinearCombination class.
|
void |
EuclideanNormAlgorithmPerformance.extLinearMod(EuclideanNormAlgorithmPerformance.VectorArrayInput input,
org.openjdk.jmh.infra.Blackhole bh) |
Compute the performance of the EuclideanNormAlgorithms.ExtendedPrecisionLinearCombinationMod class.
|
void |
EuclideanNormAlgorithmPerformance.extLinearSinglePass(EuclideanNormAlgorithmPerformance.VectorArrayInput input,
org.openjdk.jmh.infra.Blackhole bh) |
Compute the performance of the EuclideanNormAlgorithms.ExtendedPrecisionLinearCombinationSinglePass
class.
|
void |
EuclideanNormAlgorithmPerformance.extLinearSqrt2(EuclideanNormAlgorithmPerformance.VectorArrayInput input,
org.openjdk.jmh.infra.Blackhole bh) |
Compute the performance of the EuclideanNormAlgorithms.ExtendedPrecisionLinearCombinationSqrt2
class.
|