Home
last modified time | relevance | path

Searched defs:Nonnegative (Results 1 – 6 of 6) sorted by relevance

/external/rust/android-crates-io/crates/ring/src/arithmetic/
Dnonnegative.rs22 pub(crate) struct Nonnegative { struct
26 impl Nonnegative { implementation
64 fn greater_than(a: &Nonnegative, b: &Nonnegative) -> bool { in greater_than()
Dbigint.rs744 impl Nonnegative { implementation
1021 fn consume_nonnegative(test_case: &mut test::TestCase, name: &str) -> Nonnegative { in consume_nonnegative()
/external/jsr305/ri/src/main/java/javax/annotation/
DNonnegative.java15 public @interface Nonnegative { annotation
/external/tensorflow/tensorflow/core/util/
Doverflow_test.cc41 TEST(OverflowTest, Nonnegative) { in TEST() argument
/external/rust/android-crates-io/crates/ring/src/arithmetic/bigint/
Dmodulus.rs117 n: Nonnegative, in from_nonnegative_with_bit_length()
/external/rust/android-crates-io/crates/ring/src/rsa/
Dkeypair.rs472 p: bigint::Nonnegative, in new()