Home
last modified time | relevance | path

Searched refs:too_large (Results 1 – 25 of 26) sorted by relevance

12

/external/tcpdump/
Dprint-resp.c463 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/
Dsoftplus_op.h48 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/
Dsafe_numerics_unittest.cc763 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/
Dunary_ops.cc102 xla::XlaOp too_large = Gt(features, -threshold); in Softplus() local
108 Select(too_large, features, in Softplus()
/external/rust/crates/ring/src/
Derror.rs183 pub(crate) fn too_large() -> Self { in too_large() method
/external/llvm/lib/ProfileData/
DSampleProf.cpp37 case sampleprof_error::too_large: in message()
DInstrProf.cpp52 case instrprof_error::too_large: in getInstrProfErrString()
626 return make_error<InstrProfError>(instrprof_error::too_large); in getValueProfData()
DInstrProfReader.cpp47 return make_error<InstrProfError>(instrprof_error::too_large); in create()
83 return make_error<InstrProfError>(instrprof_error::too_large); in create()
DSampleProfReader.cpp744 return sampleprof_error::too_large; in setupMemoryBuffer()
/external/libchrome/base/
Dsafe_numerics_unittest.cc1585 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/
DSampleProf.cpp53 case sampleprof_error::too_large: in message()
DInstrProfReader.cpp66 return make_error<InstrProfError>(instrprof_error::too_large); in create()
117 return make_error<InstrProfError>(instrprof_error::too_large); in create()
DInstrProf.cpp92 case instrprof_error::too_large: in getInstrProfErrString()
885 return make_error<InstrProfError>(instrprof_error::too_large); in getValueProfData()
DSampleProfReader.cpp1251 return sampleprof_error::too_large; in setupMemoryBuffer()
/external/rust/crates/ring/src/rsa/
Dverification.rs68 return Err(error::KeyRejected::too_large()); in from_modulus_and_exponent()
/external/llvm/include/llvm/ProfileData/
DSampleProf.h35 too_large, enumerator
DInstrProf.h287 too_large, enumerator
/external/llvm-project/llvm/lib/ProfileData/
DSampleProf.cpp56 case sampleprof_error::too_large: in message()
DInstrProfReader.cpp67 return make_error<InstrProfError>(instrprof_error::too_large); in create()
118 return make_error<InstrProfError>(instrprof_error::too_large); in create()
DInstrProf.cpp92 case instrprof_error::too_large: in getInstrProfErrString()
890 return make_error<InstrProfError>(instrprof_error::too_large); in getValueProfData()
/external/rust/crates/ring/src/arithmetic/
Dbigint.rs252 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/
DSampleProf.h47 too_large, enumerator
DInstrProf.h283 too_large, enumerator
/external/llvm-project/llvm/include/llvm/ProfileData/
DSampleProf.h46 too_large, enumerator
DInstrProf.h289 too_large, enumerator

12