Home
last modified time | relevance | path

Searched refs:upward (Results 1 – 25 of 40) sorted by relevance

12

/external/compiler-rt/make/
DAppleBI.mk65 -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/
DtcuFloatFormat.cpp141 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()
DtcuFloatFormat.hpp62 double round (double d, bool upward) const;
63 double roundOut (double d, bool upward, bool roundUnderOverflow) const;
/external/libvterm/src/
Dvterm.c305 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/
DREADME9 <DEVICE NAME>_touchpad_Touch ID_scroll-up - Two finger scroll on touchpad in upward direction.
/external/icu/icu4c/source/data/locales/
Den_AU.txt184 downwards_upwards_arrows{"downward upward arrow"}
191 upwards_arrows{"upward arrows"}
Den_CA.txt342 downwards_upwards_arrows{"downward upward arrow"}
349 upwards_arrows{"upward arrows"}
/external/curl/packages/vms/
Dgnv_libcurl_symbols.opt5 ! This file must be manually maintained to allow upward compatibility
12 ! the entries are important for upward compatibility.
/external/libexif/
Dconfigure.ac45 dnl It denotes upward compatibility.
50 dnl change does not break upward compatibility (ie it is an addition),
/external/perfetto/docs/
Dtrace-processor.md145 and counts upward for child slices.
/external/clang/docs/
DPCHInternals.rst255 ``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/
Dspelling.txt239 untouched unused up update updates upload uploaded upper upper-case upper-left upright upward
/external/skqp/docs/
Dspelling.txt239 untouched unused up update updates upload uploaded upper upper-case upper-left upright upward
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Dprefix.cl621 // turn on prefix bit | shift span bits upward
/external/skia/src/compute/skc/platforms/cl_12/kernels/
Dprefix.cl621 // turn on prefix bit | shift span bits upward
/external/skqp/site/user/api/
DSkIRect_Reference.md1017 …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.
DSkRect_Reference.md1563 …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/
DSkIRect_Reference.md1017 …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.
DSkRect_Reference.md1563 …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/
Dcurses.rst1124 Scroll the screen or scrolling region upward by *lines* lines.
1328 | ``KEY_HOME`` | Home key (upward+left arrow) |
Dturtle.rst1719 "logo" upward (north) clockwise
/external/python/cpython3/Doc/library/
Dcurses.rst1169 Scroll the screen or scrolling region upward by *lines* lines.
1378 | ``KEY_HOME`` | Home key (upward+left arrow) |
/external/libnl/doc/
Droute.txt526 IF_LINK_MODE_DORMANT:: Limit upward transition to dormant
/external/libcxx/include/
Dalgorithm3946 // __m still guards upward moving __i
5198 // __m still guards upward moving __i
/external/python/cpython2/Doc/howto/
Dregex.rst808 Subgroups are numbered from left to right, from 1 upward. Groups can be nested;

12