Searched refs:upward (Results 1 – 25 of 40) sorted by relevance
12
/external/compiler-rt/make/ |
D | AppleBI.mk | 65 -Wl,-upward-lunwind \ 66 -Wl,-upward-lsystem_m \ 67 -Wl,-upward-lsystem_c \ 68 -Wl,-upward-lsystem_kernel \ 69 -Wl,-upward-lsystem_platform \ 142 -Wl,-upward-lunwind_sim \ 143 -Wl,-upward-lsystem_sim_m \ 144 -Wl,-upward-lsystem_sim_c \ 146 -Wl,-upward-lSystem \
|
/external/deqp/framework/common/ |
D | tcuFloatFormat.cpp | 141 double FloatFormat::round (double d, bool upward) const in round() 147 const double roundFrac = upward ? deCeil(shiftFrac) : deFloor(shiftFrac); in round() 202 double FloatFormat::roundOut (double d, bool upward, bool roundUnderOverflow) const in roundOut() argument 207 if (roundUnderOverflow && exp > m_maxExp && (upward == (d < 0.0))) in roundOut() 210 return round(d, upward); in roundOut()
|
D | tcuFloatFormat.hpp | 62 double round (double d, bool upward) const; 63 double roundOut (double d, bool upward, bool roundUnderOverflow) const;
|
/external/libvterm/src/ |
D | vterm.c | 305 int upward = -downward; in vterm_scroll_rect() local 306 dest.start_row = rect.start_row + upward; in vterm_scroll_rect() 309 src.end_row = rect.end_row - upward; in vterm_scroll_rect()
|
/external/autotest/client/site_tests/touch_ScrollDirection/ |
D | README | 9 <DEVICE NAME>_touchpad_Touch ID_scroll-up - Two finger scroll on touchpad in upward direction.
|
/external/icu/icu4c/source/data/locales/ |
D | en_AU.txt | 184 downwards_upwards_arrows{"downward upward arrow"} 191 upwards_arrows{"upward arrows"}
|
D | en_CA.txt | 342 downwards_upwards_arrows{"downward upward arrow"} 349 upwards_arrows{"upward arrows"}
|
/external/curl/packages/vms/ |
D | gnv_libcurl_symbols.opt | 5 ! This file must be manually maintained to allow upward compatibility 12 ! the entries are important for upward compatibility.
|
/external/libexif/ |
D | configure.ac | 45 dnl It denotes upward compatibility. 50 dnl change does not break upward compatibility (ie it is an addition),
|
/external/perfetto/docs/ |
D | trace-processor.md | 145 and counts upward for child slices.
|
/external/clang/docs/ |
D | PCHInternals.rst | 255 ``NUM_PREDEF_TYPE_IDS`` upward as the types are encountered. The AST file has 495 grow upward. Each precompiled header records the maximum ID number it has
|
/external/skia/docs/ |
D | spelling.txt | 239 untouched unused up update updates upload uploaded upper upper-case upper-left upright upward
|
/external/skqp/docs/ |
D | spelling.txt | 239 untouched unused up update updates upload uploaded upper upper-case upper-left upright upward
|
/external/skqp/src/compute/skc/platforms/cl_12/kernels/ |
D | prefix.cl | 621 // turn on prefix bit | shift span bits upward
|
/external/skia/src/compute/skc/platforms/cl_12/kernels/ |
D | prefix.cl | 621 // turn on prefix bit | shift span bits upward
|
/external/skqp/site/user/api/ |
D | SkIRect_Reference.md | 1017 …t_dy'>dy</a> is negative, <a href='SkIRect_Reference#SkIRect'>SkIRect</a> returned is moved upward. 1155 …fset_dy'>dy</a> is negative, moves <a href='SkIRect_Reference#SkIRect'>SkIRect</a> returned upward. 1197 …oint_fY'>fY</a> is negative, moves <a href='SkIRect_Reference#SkIRect'>SkIRect</a> returned upward.
|
D | SkRect_Reference.md | 1563 …fset_dy'>dy</a> is negative, <a href='SkRect_Reference#SkRect'>SkRect</a> returned is moved upward. 1701 …='#SkRect_offset_dy'>dy</a> is negative, moves <a href='SkRect_Reference#SkRect'>SkRect</a> upward. 1743 …a href='#SkPoint_fY'>fY</a> is negative, moves <a href='SkRect_Reference#SkRect'>SkRect</a> upward.
|
/external/skia/site/user/api/ |
D | SkIRect_Reference.md | 1017 …t_dy'>dy</a> is negative, <a href='SkIRect_Reference#SkIRect'>SkIRect</a> returned is moved upward. 1155 …fset_dy'>dy</a> is negative, moves <a href='SkIRect_Reference#SkIRect'>SkIRect</a> returned upward. 1197 …oint_fY'>fY</a> is negative, moves <a href='SkIRect_Reference#SkIRect'>SkIRect</a> returned upward.
|
D | SkRect_Reference.md | 1563 …fset_dy'>dy</a> is negative, <a href='SkRect_Reference#SkRect'>SkRect</a> returned is moved upward. 1701 …='#SkRect_offset_dy'>dy</a> is negative, moves <a href='SkRect_Reference#SkRect'>SkRect</a> upward. 1743 …a href='#SkPoint_fY'>fY</a> is negative, moves <a href='SkRect_Reference#SkRect'>SkRect</a> upward.
|
/external/python/cpython2/Doc/library/ |
D | curses.rst | 1124 Scroll the screen or scrolling region upward by *lines* lines. 1328 | ``KEY_HOME`` | Home key (upward+left arrow) |
|
D | turtle.rst | 1719 "logo" upward (north) clockwise
|
/external/python/cpython3/Doc/library/ |
D | curses.rst | 1169 Scroll the screen or scrolling region upward by *lines* lines. 1378 | ``KEY_HOME`` | Home key (upward+left arrow) |
|
/external/libnl/doc/ |
D | route.txt | 526 IF_LINK_MODE_DORMANT:: Limit upward transition to dormant
|
/external/libcxx/include/ |
D | algorithm | 3946 // __m still guards upward moving __i 5198 // __m still guards upward moving __i
|
/external/python/cpython2/Doc/howto/ |
D | regex.rst | 808 Subgroups are numbered from left to right, from 1 upward. Groups can be nested;
|
12