Searched refs:upward (Results 1 - 7 of 7) sorted by relevance

/external/deqp/framework/common/
H A DtcuFloatFormat.hpp63 double round (double d, bool upward) const;
64 double roundOut (double d, bool upward, bool roundUnderOverflow) const;
H A DtcuFloatFormat.cpp140 //! `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 argument
207 if (roundUnderOverflow && exp > m_maxExp && (upward == (d < 0.0)))
210 return round(d, upward);
/external/compiler-rt/make/
H A 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/libvterm/src/
H A Dvterm.c277 int upward = -downward; local
278 dest.start_row = rect.start_row + upward;
281 src.end_row = rect.end_row - upward;
/external/ImageMagick/www/api/
H A Dquantize.php90 <p>Reduction repeatedly prunes the tree until the number of nodes with n2 &gt; 0 is less than or equal to the maximum number of colors allowed in the output image. On any given iteration over the tree, it selects those nodes whose E count is minimal for pruning and merges their color statistics upward. It uses a pruning threshold, Ep, to govern node selection as follows:</p>
99 <dd> When a node to be pruned has offspring, the pruning procedure invokes itself recursively in order to prune the tree from the leaves upward. n2, Sr, Sg, and Sb in a node being pruned are always added to the corresponding data in that node's parent. This retains the pruned node's color characteristics for later averaging. </dd>
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddfa.rb52 represented by an integer indexed upward from zero. State number +0+ is the
/external/syslinux/core/
H A Disolinux.asm393 ; the target address upward to a sector boundary,

Completed in 866 milliseconds