/aosp_15_r20/external/python/cpython3/Modules/ |
D | mathmodule.c | 118 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.c | 336 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 D | integer-overflow.c | 14 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 D | java_lang_StringToReal.cpp | 101 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 D | cbigint.cpp | 279 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 D | cpdf_rendershading.cpp | 318 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 D | android-developer-docs.js | 49 $("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/ |
D | math_test.go | 19 overflow bool member 56 var x, y uintptr var
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | LockscreenShadeTransitionController.kt | 671 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/ |
D | longobject.c | 31 #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 D | NotificationTopLineView.java | 325 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/ |
D | longobject.c | 454 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/ |
D | wprint_scaler.c | 84 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/ |
D | mathmodule.c | 76 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 D | SpirvShaderArithmetic.cpp | 611 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 D | induction_var_range.cc | 50 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 D | ternary_float.cpp | 142 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 D | binary_operator_float.cpp | 203 std::vector<bool> overflow(buffer_elements, false); in Test() local 248 uint32_t x, y; in Test() local
|
H A D | binary_float.cpp | 207 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 D | bfloat16.cc | 50 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/ |
D | IntervalMap.h | 630 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/ |
D | IntervalMap.h | 630 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 D | IntervalMap.h | 627 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/ |
D | IntervalMap.h | 630 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 D | IntervalMap.h | 624 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
|