Searched refs:overflows (Results 1 - 7 of 7) sorted by relevance

/external/compiler-rt/lib/builtins/
H A Dfp_trunc_impl.inc103 // a overflows to infinity.
/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh255 bool overflows = _hb_unsigned_int_mul_overflows (len, record_size); local
257 bool ok = !overflows && this->check_range (base, array_size);
263 overflows ? "OVERFLOWS" : ok ? "OK" : "OUT-OF-RANGE");
H A Dhb-private.hh400 bool overflows = (new_allocated < allocated) || _hb_unsigned_int_mul_overflows (new_allocated, sizeof (Type)); local
401 if (likely (!overflows)) {
/external/v8/src/runtime/
H A Druntime-strings.cc843 bool overflows = ToUpperOverflows(current); local
863 overflows |= ToUpperOverflows(current);
879 return (overflows && !ignore_overflow) ? Smi::FromInt(-current_length)
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli947 no signed wrapping. The result is undefined if the negation overflows.
952 no unsigned wrapping. The result is undefined if the negation overflows.
969 signed wrapping. The result is undefined if the sum overflows.
974 unsigned wrapping. The result is undefined if the sum overflows.
987 no signed wrapping. The result is undefined if the sum overflows.
992 no unsigned wrapping. The result is undefined if the sum overflows.
1005 no signed wrapping. The result is undefined if the sum overflows.
1010 no unsigned wrapping. The result is undefined if the sum overflows.
1030 or overflows. See the method [llvm::ConstantExpr::getExactSDiv]. *)
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dhighbd_subpel_variance_impl_sse2.asm179 ASSERT %1 <= 16 ; m6 overflows if w > 16
H A Dsubpel_variance_sse2.asm195 ASSERT %1 <= 16 ; m6 overflows if w > 16

Completed in 250 milliseconds