/external/tcpdump/ |
D | print-resp.c | 463 int too_large; in resp_get_length() local 468 too_large = 0; in resp_get_length() 493 too_large = 1; in resp_get_length() 498 too_large = 1; in resp_get_length() 529 if (too_large || result != 1) in resp_get_length() 533 return (too_large ? -3 : result); in resp_get_length()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | softplus_op.h | 48 auto too_large = features > features.constant(-threshold); in operator() local 53 activations.device(d) = too_large.select( in operator()
|
/external/angle/src/common/third_party/base/anglebase/numerics/ |
D | safe_numerics_unittest.cc | 763 CheckedNumeric<int> too_large = std::numeric_limits<int>::max(); in TEST() local 764 EXPECT_TRUE(too_large.IsValid()); in TEST() 765 too_large += d; in TEST() 766 EXPECT_FALSE(too_large.IsValid()); in TEST() 767 too_large -= d; in TEST() 768 EXPECT_FALSE(too_large.IsValid()); in TEST() 769 too_large /= d; in TEST() 770 EXPECT_FALSE(too_large.IsValid()); in TEST()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | unary_ops.cc | 102 xla::XlaOp too_large = Gt(features, -threshold); in Softplus() local 108 Select(too_large, features, in Softplus()
|
/external/rust/crates/ring/src/ |
D | error.rs | 183 pub(crate) fn too_large() -> Self { in too_large() method
|
/external/llvm/lib/ProfileData/ |
D | SampleProf.cpp | 37 case sampleprof_error::too_large: in message()
|
D | InstrProf.cpp | 52 case instrprof_error::too_large: in getInstrProfErrString() 626 return make_error<InstrProfError>(instrprof_error::too_large); in getValueProfData()
|
D | InstrProfReader.cpp | 47 return make_error<InstrProfError>(instrprof_error::too_large); in create() 83 return make_error<InstrProfError>(instrprof_error::too_large); in create()
|
D | SampleProfReader.cpp | 744 return sampleprof_error::too_large; in setupMemoryBuffer()
|
/external/libchrome/base/ |
D | safe_numerics_unittest.cc | 1585 CheckedNumeric<int> too_large = std::numeric_limits<int>::max(); in TEST() local 1586 EXPECT_TRUE(too_large.IsValid()); in TEST() 1587 too_large += d; in TEST() 1588 EXPECT_FALSE(too_large.IsValid()); in TEST() 1589 too_large -= d; in TEST() 1590 EXPECT_FALSE(too_large.IsValid()); in TEST() 1591 too_large /= d; in TEST() 1592 EXPECT_FALSE(too_large.IsValid()); in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | SampleProf.cpp | 53 case sampleprof_error::too_large: in message()
|
D | InstrProfReader.cpp | 66 return make_error<InstrProfError>(instrprof_error::too_large); in create() 117 return make_error<InstrProfError>(instrprof_error::too_large); in create()
|
D | InstrProf.cpp | 92 case instrprof_error::too_large: in getInstrProfErrString() 885 return make_error<InstrProfError>(instrprof_error::too_large); in getValueProfData()
|
D | SampleProfReader.cpp | 1251 return sampleprof_error::too_large; in setupMemoryBuffer()
|
/external/rust/crates/ring/src/rsa/ |
D | verification.rs | 68 return Err(error::KeyRejected::too_large()); in from_modulus_and_exponent()
|
/external/llvm/include/llvm/ProfileData/ |
D | SampleProf.h | 35 too_large, enumerator
|
D | InstrProf.h | 287 too_large, enumerator
|
/external/llvm-project/llvm/lib/ProfileData/ |
D | SampleProf.cpp | 56 case sampleprof_error::too_large: in message()
|
D | InstrProfReader.cpp | 67 return make_error<InstrProfError>(instrprof_error::too_large); in create() 118 return make_error<InstrProfError>(instrprof_error::too_large); in create()
|
D | InstrProf.cpp | 92 case instrprof_error::too_large: in getInstrProfErrString() 890 return make_error<InstrProfError>(instrprof_error::too_large); in getValueProfData()
|
/external/rust/crates/ring/src/arithmetic/ |
D | bigint.rs | 252 return Err(error::KeyRejected::too_large()); in from_boxed_limbs() 665 return Err(error::KeyRejected::too_large()); in from_be_bytes() 701 return Err(error::KeyRejected::too_large()); in from_be_bytes()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | SampleProf.h | 47 too_large, enumerator
|
D | InstrProf.h | 283 too_large, enumerator
|
/external/llvm-project/llvm/include/llvm/ProfileData/ |
D | SampleProf.h | 46 too_large, enumerator
|
D | InstrProf.h | 289 too_large, enumerator
|