Home
last modified time | relevance | path

Searched defs:nonnegative (Results 1 – 8 of 8) sorted by relevance

/external/rust/android-crates-io/crates/ring/src/
Darithmetic.rs25 mod nonnegative; module
/external/tensorflow/tensorflow/core/kernels/
Dcount_ops.cc122 Eigen::TensorFixedSize<bool, Eigen::Sizes<>, Eigen::RowMajor> nonnegative; in Compute() local
248 Eigen::TensorFixedSize<bool, Eigen::Sizes<>, Eigen::RowMajor> nonnegative; in Compute() local
359 Eigen::TensorFixedSize<bool, Eigen::Sizes<>, Eigen::RowMajor> nonnegative; in Compute() local
/external/guava/guava-tests/benchmark/com/google/common/math/
DIntMathBenchmark.java39 private static final int[] nonnegative = new int[ARRAY_SIZE]; field in IntMathBenchmark
DLongMathBenchmark.java39 private static final long[] nonnegative = new long[ARRAY_SIZE]; field in LongMathBenchmark
/external/guava/android/guava-tests/benchmark/com/google/common/math/
DIntMathBenchmark.java39 private static final int[] nonnegative = new int[ARRAY_SIZE]; field in IntMathBenchmark
DLongMathBenchmark.java39 private static final long[] nonnegative = new long[ARRAY_SIZE]; field in LongMathBenchmark
/external/rust/android-crates-io/crates/glam/src/f32/
Dmath.rs6 let nonnegative = v >= 0.0; in acos_approx_f32() localVariable
/external/pytorch/torch/distributions/
Dconstraints.py664 nonnegative = _GreaterThanEq(0.0) variable