Home
last modified time | relevance | path

Searched defs:overflow (Results 1 – 25 of 201) sorted by relevance

123456789

/third_party/python/Modules/_decimal/libmpdec/
Dmpalloc.c62 mpd_size_t overflow; in mpd_callocfunc_em() local
85 mpd_size_t req, overflow; in mpd_alloc() local
99 mpd_size_t overflow; in mpd_calloc() local
114 mpd_size_t req, overflow; in mpd_realloc() local
135 mpd_size_t req, overflow; in mpd_sh_alloc() local
/third_party/mindspore/mindspore/train/
Dloss_scale_manager.py30 def update_loss_scale(self, overflow): argument
91 def update_loss_scale(self, overflow): argument
157 def update_loss_scale(self, overflow): argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dostringstream.cc21 OStringStream::Buf::int_type OStringStream::overflow(int c) { in overflow() function in absl::strings_internal::OStringStream
/third_party/abseil-cpp/absl/strings/internal/
Dostringstream.cc21 OStringStream::Buf::int_type OStringStream::overflow(int c) { in overflow() function in absl::strings_internal::OStringStream
/third_party/boost/boost/date_time/
Dwrapping_int.hpp51 IntT overflow = static_cast<IntT>(v / (wrap_val)); in add() local
125 IntT overflow = static_cast<IntT>(v / (wrap_max - wrap_min + 1)); in add() local
/third_party/mindspore/mindspore/lite/tools/converter/parser/onnx/
Donnx_node_parser.cc61 bool overflow = false; in CopyOnnxTensorData() local
100 bool overflow = false; in GetTensorDataFromOnnx() local
/third_party/musl/libc-test/src/functionalext/supplement/process/
Dposix_spawnattr_setflags.c63 short overflow = 256; in posix_spawnattr_setflags_0200() local
/third_party/mindspore/mindspore/nn/wrap/
Dloss_scale.py142 def construct(self, loss_scale, overflow): argument
216 def construct(self, _, overflow): argument
417 def process_loss_scale(self, overflow): argument
/third_party/boost/boost/beast/core/detail/
Dostream.hpp73 overflow(int_type ch) override in overflow() function in boost::beast::detail::ostream_buffer
143 overflow(int_type ch) override in overflow() function in boost::beast::detail::ostream_buffer
Dstatic_ostream.hpp62 overflow(int_type ch) override in overflow() function in boost::beast::detail::static_ostream_buffer
/third_party/boost/libs/beast/include/boost/beast/core/detail/
Dostream.hpp73 overflow(int_type ch) override in overflow() function in boost::beast::detail::ostream_buffer
143 overflow(int_type ch) override in overflow() function in boost::beast::detail::ostream_buffer
Dstatic_ostream.hpp62 overflow(int_type ch) override in overflow() function in boost::beast::detail::static_ostream_buffer
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D1-5.c100 static void *overflow(void *arg) in overflow() function
/third_party/gn/src/gn/
Dstring_output_buffer.h83 int_type overflow(int_type ch) override { in overflow() function
/third_party/python/Modules/_sqlite/
Dutil.c103 int overflow; in _pysqlite_long_as_int64() local
/third_party/boost/boost/test/utils/
Dnullstream.hpp63 …virtual int_type overflow( int_type c = traits_type::eof() ) { return traits_ty… in overflow() function in boost::basic_nullbuf
/third_party/mindspore/mindspore/core/utils/
Dconvert_utils_base.h150 bool overflow = ((out / a) != b); in IntMulWithOverflowCheck() local
161 bool overflow = ((out / a) != b); in LongMulWithOverflowCheck() local
/third_party/vk-gl-cts/executor/
DxeXMLWriter.cpp115 int EscapeStreambuf::overflow (int ch) in overflow() function in xe::xml::EscapeStreambuf
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_debug.cpp53 int stderr_streambuf::overflow(int c) in overflow() function in r600::stderr_streambuf
/third_party/curl/lib/
Dstrtoofft.c81 int overflow; in strtooff() local
/third_party/boost/boost/histogram/axis/
Doption.hpp68 constexpr overflow_t overflow{}; ///< Instance of `overflow_t`. variable
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_half.inl7 GLM_FUNC_QUALIFIER float overflow() function
/third_party/boost/boost/log/detail/
Dattachable_sstream_buf.hpp76 bool overflow; member
259 int_type overflow(int_type c) BOOST_OVERRIDE in overflow() function in boost::aux::basic_ostringstreambuf
/third_party/gstreamer/gstplugins_bad/gst/aiff/
Daiffmux.h82 gboolean overflow; member
/third_party/libsnd/src/ALAC/
Dag_enc.c135 … uint32_t k, uint32_t n, uint32_t *outNumBits, uint32_t *outValue, uint32_t *overflow, uint32_t *o… in dyn_code_32bit()
238 uint32_t overflow, overflowbits ; in dyn_comp() local

123456789