Home
last modified time | relevance | path

Searched +defs:overflow +defs:y (Results 1 – 25 of 845) sorted by relevance

12345678910>>...34

/aosp_15_r20/external/python/cpython3/Modules/
Dmathmodule.c118 double y, r; in m_sinpi() local
303 double absx, r, y, z, sqrtpow; in m_tgamma() local
611 m_atan2(double y, double x) in m_atan2()
644 m_remainder(double x, double y) in m_remainder()
1125 double x, y, r; in math_2() local
1453 double x, y, t, ps[NUM_PARTIALS], *p = ps; in math_fsum() local
2109 int overflow; in math_factorial() local
2232 int overflow; in math_ldexp_impl() local
2289 double y; in math_modf_impl() local
2439 math_fmod_impl(PyObject *module, double x, double y) in math_fmod_impl()
[all …]
D_cursesmodule.c336 int overflow; in PyCurses_ConvertToCchar_t() local
412 int overflow; in color_allow_default_converter() local
464 int overflow; in pair_converter() local
506 int overflow; in component_converter() local
746 int y, int x, PyObject *ch, int group_right_1, in _curses_window_addch_impl()
819 int y, int x, PyObject *str, int group_right_1, in _curses_window_addstr_impl()
902 int y, int x, PyObject *str, int n, in _curses_window_addnstr_impl()
1153 int py_mvwdelch(WINDOW *w, int y, int x) in py_mvwdelch()
1200 int x, y; in PyCursesWindow_ChgAt() local
1266 int y, int x) in _curses_window_delch_impl()
[all …]
/aosp_15_r20/external/clang/test/Sema/
H A Dinteger-overflow.c14 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expressi… variable
18 uint64_t overflow = 4608 * 1024 * 1024, in check_integer_overflows() local
156 unsigned y; member
/aosp_15_r20/libcore/luni/src/main/native/
H A Djava_lang_StringToReal.cpp101 uint32_t overflow; in createDouble() local
273 uint64_t* y; in doubleAlgorithm() local
493 uint32_t overflow; in createFloat() local
701 uint64_t* y; in floatAlgorithm() local
H A Dcbigint.cpp279 highestSetBit (uint64_t * y) in highestSetBit()
324 lowestSetBit (uint64_t * y) in lowestSetBit()
538 uint64_t overflow; in timesTenToTheEHighPrecision() local
/aosp_15_r20/external/pdfium/core/fpdfapi/render/
H A Dcpdf_rendershading.cpp318 bool GetScanlineIntersect(int y, in GetScanlineIntersect()
352 for (int y = min_yi; y <= max_yi; y++) { in DrawGouraud() local
614 CoonBezierCoeff y; member
617 int Interpolate(int p1, int p2, int delta1, int delta2, bool* overflow) { in Interpolate()
633 int y, in BiInterpolImpl()
636 bool* overflow) { in BiInterpolImpl()
647 bool overflow = false; in BiInterpol() local
/aosp_15_r20/build/make/tools/droiddoc/templates-pdk/assets/
H A Dandroid-developer-docs.js49 $("body").css({'overflow':'auto'}); property
50 $("html").css({'overflow':'auto'}); property
52 $("#doc-content").css({'overflow':'visible', 'border-left':'3px solid #DDD'}); property
187 topics.sort(function(x,y){ return (x.title < y.title) ? -1 : 1; }); argument
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/internal/math/
Dmath_test.go19 overflow bool member
56 var x, y uintptr var
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DLockscreenShadeTransitionController.kt671 val overflow = nsslController.setPulseHeight(height) in <lambda>() constant
793 val y = event.y in onInterceptTouchEvent() constant
837 val y = event.y in onTouchEvent() constant
/aosp_15_r20/external/python/cpython2/Objects/
Dlongobject.c31 #define MAX(x, y) ((x) < (y) ? (y) : (x)) argument
32 #define MIN(x, y) ((x) > (y) ? (y) : (x)) argument
232 PyLong_AsLongAndOverflow(PyObject *vv, int *overflow) in PyLong_AsLongAndOverflow()
331 int overflow; in PyLong_AsLong() local
348 int overflow; in _PyLong_AsInt() local
1050 PyLong_AsLongLongAndOverflow(PyObject *vv, int *overflow) in PyLong_AsLongLongAndOverflow()
1207 v_iadd(digit *x, Py_ssize_t m, digit *y, Py_ssize_t n) in v_iadd()
1233 v_isub(digit *x, Py_ssize_t m, digit *y, Py_ssize_t n) in v_isub()
4152 PyLongObject *result, *x, *y; in long_bit_length() local
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DNotificationTopLineView.java325 float y = event.getY(); in onTouch() local
363 private boolean isInside(float x, float y) { in isInside()
386 public boolean isInTouchRect(float x, float y) { in isInTouchRect()
408 OverflowAdjuster resetForOverflow(int overflow, int heightSpec) { in resetForOverflow()
/aosp_15_r20/external/python/cpython3/Objects/
Dlongobject.c454 PyLong_AsLongAndOverflow(PyObject *vv, int *overflow) in PyLong_AsLongAndOverflow()
535 int overflow; in PyLong_AsLong() local
552 int overflow; in _PyLong_AsInt() local
1351 PyLong_AsLongLongAndOverflow(PyObject *vv, int *overflow) in PyLong_AsLongLongAndOverflow()
1533 v_iadd(digit *x, Py_ssize_t m, digit *y, Py_ssize_t n) in v_iadd()
1559 v_isub(digit *x, Py_ssize_t m, digit *y, Py_ssize_t n) in v_isub()
5082 PyLongObject *y = (PyLongObject*)b; in long_and() local
5094 PyLongObject *y = (PyLongObject*)b; in long_xor() local
5106 PyLongObject *y = (PyLongObject*)b; in long_or() local
5127 stwodigits x, y, q, s, t, c_carry, d_carry; in _PyLong_GCD() local
[all …]
/aosp_15_r20/packages/services/BuiltInPrintService/jni/plugins/
Dwprint_scaler.c84 bool_t overflow; in scaler_calculate_scaling_rows() local
325 bool_t overflow; in _calculate_factors() local
386 bool_t *overflow) { in _scaler_fraction_part()
847 uint32 y, in_col, in_rows, top_weight, bot_weight; in _scale_row_down() local
/aosp_15_r20/external/python/cpython2/Modules/
Dmathmodule.c76 double y, r; in sinpi() local
233 double absx, r, y, z, sqrtpow; in m_tgamma() local
532 m_atan2(double y, double x) in m_atan2()
761 double x, y, r; in math_2() local
966 double x, y, t, ps[NUM_PARTIALS], *p = ps; in math_fsum() local
1187 int overflow; in math_ldexp() local
1240 double y, x = PyFloat_AsDouble(arg); in math_modf() local
1357 double r, x, y; in math_fmod() local
1391 double r, x, y; in math_hypot() local
1438 double r, x, y; in math_pow() local
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShaderArithmetic.cpp611 SIMD::Float SpirvEmitter::FDot(unsigned numComponents, const Operand &x, const Operand &y) in FDot()
623 SIMD::Int SpirvEmitter::SDot(unsigned numComponents, const Operand &x, const Operand &y, const Oper… in SDot()
659 SIMD::UInt SpirvEmitter::UDot(unsigned numComponents, const Operand &x, const Operand &y, const Ope… in UDot()
695 SIMD::Int SpirvEmitter::SUDot(unsigned numComponents, const Operand &x, const Operand &y, const Ope… in SUDot()
740 SIMD::Int overflow = oob & sSign; in AddSat() local
/aosp_15_r20/art/compiler/optimizing/
H A Dinduction_var_range.cc50 static int64_t SafeMul(int64_t a, int64_t b, /*out*/ bool* overflow) { in SafeMul()
58 static int64_t IntPow(int64_t b, int64_t e, /*out*/ bool* overflow) { in IntPow()
673 Value y = MulValue(Value(b), m); in GetPolynomial() local
1270 bool overflow = false; in GenerateLastValueGeometric() local
1374 HInstruction* y = nullptr; in GenerateLastValuePeriodic() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/math_brute_force/
H A Dternary_float.cpp142 cl_uchar overflow[BUFFER_SIZE / sizeof(float)]; in TestFunc_Float_Float_Float_Float() local
173 uint32_t x, y, z; in TestFunc_Float_Float_Float_Float() local
H A Dbinary_operator_float.cpp203 std::vector<bool> overflow(buffer_elements, false); in Test() local
248 uint32_t x, y; in Test() local
H A Dbinary_float.cpp207 std::vector<bool> overflow(buffer_elements, false); in Test() local
264 uint32_t x, y; in Test() local
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dbfloat16.cc50 int overflow = 0; in PyLong_CheckNoOverflow() local
205 long y = static_cast<long>(static_cast<float>(x)); // NOLINT in PyCustomFloat_Int() local
218 T x, y; in PyCustomFloat_Add() local
227 T x, y; in PyCustomFloat_Subtract() local
236 T x, y; in PyCustomFloat_Multiply() local
245 T x, y; in PyCustomFloat_TrueDivide() local
333 T x, y; in PyCustomFloat_RichCompare() local
512 T y; in NPyCustomFloat_Compare() local
971 auto y = *reinterpret_cast<const typename TypeDescriptor<InType>::T*>(i1); in Call() local
994 auto y = in Call() local
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DIntervalMap.h630 insertFrom(unsigned &Pos, unsigned Size, KeyT a, KeyT b, ValT y) { in insertFrom()
1129 void insert(KeyT a, KeyT b, ValT y) { in insert()
1833 iterator::insert(KeyT a, KeyT b, ValT y) { in insert()
1858 iterator::treeInsert(KeyT a, KeyT b, ValT y) { in treeInsert()
2017 iterator::overflow(unsigned Level) { in overflow() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DIntervalMap.h630 insertFrom(unsigned &Pos, unsigned Size, KeyT a, KeyT b, ValT y) { in insertFrom()
1129 void insert(KeyT a, KeyT b, ValT y) { in insert()
1833 iterator::insert(KeyT a, KeyT b, ValT y) { in insert()
1858 iterator::treeInsert(KeyT a, KeyT b, ValT y) { in treeInsert()
2017 iterator::overflow(unsigned Level) { in overflow() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DIntervalMap.h627 insertFrom(unsigned &Pos, unsigned Size, KeyT a, KeyT b, ValT y) { in insertFrom()
1082 void insert(KeyT a, KeyT b, ValT y) { in insert()
1781 iterator::insert(KeyT a, KeyT b, ValT y) { in insert()
1806 iterator::treeInsert(KeyT a, KeyT b, ValT y) { in treeInsert()
1965 iterator::overflow(unsigned Level) { in overflow() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DIntervalMap.h630 insertFrom(unsigned &Pos, unsigned Size, KeyT a, KeyT b, ValT y) { in insertFrom()
1129 void insert(KeyT a, KeyT b, ValT y) { in insert()
1833 iterator::insert(KeyT a, KeyT b, ValT y) { in insert()
1858 iterator::treeInsert(KeyT a, KeyT b, ValT y) { in treeInsert()
2017 iterator::overflow(unsigned Level) { in overflow() function
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DIntervalMap.h624 insertFrom(unsigned &Pos, unsigned Size, KeyT a, KeyT b, ValT y) { in insertFrom()
1083 void insert(KeyT a, KeyT b, ValT y) { in insert()
1770 iterator::insert(KeyT a, KeyT b, ValT y) { in insert()
1796 iterator::treeInsert(KeyT a, KeyT b, ValT y) { in treeInsert()
1955 iterator::overflow(unsigned Level) { in overflow() function

12345678910>>...34