HomeSort by relevance Sort by last modified time
    Searched refs:upward (Results 1 - 6 of 6) sorted by null

  /external/deqp/framework/common/
tcuFloatFormat.hpp 62 double round (double d, bool upward) const;
63 double roundOut (double d, bool upward, bool roundUnderOverflow) const;
tcuFloatFormat.cpp 140 //! `upward` is true, otherwise down.
141 double FloatFormat::round (double d, bool upward) const
147 const double roundFrac = upward ? deCeil(shiftFrac) : deFloor(shiftFrac);
202 double FloatFormat::roundOut (double d, bool upward, bool roundUnderOverflow) const
207 if (roundUnderOverflow && exp > m_maxExp && (upward == (d < 0.0)))
210 return round(d, upward);
  /external/compiler-rt/make/
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/libvterm/src/
vterm.c 305 int upward = -downward; local
306 dest.start_row = rect.start_row + upward;
309 src.end_row = rect.end_row - upward;
  /external/antlr/runtime/Ruby/lib/antlr3/
dfa.rb 52 represented by an integer indexed upward from zero. State number +0+ is the
  /build/soong/android/
namespace.go 156 // recursive search upward for a namespace

Completed in 840 milliseconds