Home
last modified time | relevance | path

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

/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.h45 auto too_large = features > features.constant(-threshold); in operator() local
50 activations.device(d) = too_large.select( in operator()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Drandom_ops.cc144 xla::ComputationDataHandle too_large = b->Gt(candidate, two_sd(false, b)); in Compile() local
146 return b->Or(too_large, too_small); in Compile()
Dunary_ops.cc171 xla::ComputationDataHandle too_large = b->Gt(features, b->Neg(threshold)); in Softplus() local
177 too_large, features, in Softplus()
/external/libchrome/base/numerics/
Dsafe_numerics_unittest.cc1159 CheckedNumeric<int> too_large = std::numeric_limits<int>::max(); in TEST() local
1160 EXPECT_TRUE(too_large.IsValid()); in TEST()
1161 too_large += d; in TEST()
1162 EXPECT_FALSE(too_large.IsValid()); in TEST()
1163 too_large -= d; in TEST()
1164 EXPECT_FALSE(too_large.IsValid()); in TEST()
1165 too_large /= d; in TEST()
1166 EXPECT_FALSE(too_large.IsValid()); in TEST()
/external/llvm/lib/ProfileData/
DSampleProf.cpp37 case sampleprof_error::too_large: in message()
DInstrProfReader.cpp47 return make_error<InstrProfError>(instrprof_error::too_large); in create()
83 return make_error<InstrProfError>(instrprof_error::too_large); in create()
DInstrProf.cpp52 case instrprof_error::too_large: in getInstrProfErrString()
626 return make_error<InstrProfError>(instrprof_error::too_large); in getValueProfData()
DSampleProfReader.cpp744 return sampleprof_error::too_large; in setupMemoryBuffer()
/external/llvm/include/llvm/ProfileData/
DSampleProf.h35 too_large, enumerator
DInstrProf.h287 too_large, enumerator