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

  /external/deqp/framework/common/
tcuFloatFormat.hpp 63 double round (double d, bool upward) const;
64 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 277 int upward = -downward; local
278 dest.start_row = rect.start_row + upward;
281 src.end_row = rect.end_row - upward;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
defaults.h     [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 52 represented by an integer indexed upward from zero. State number +0+ is the
  /prebuilts/go/darwin-x86/src/runtime/
malloc.go 328 // is buggy, as usual: it won't adjust the pointer upward.
329 // So adjust it upward a little bit ourselves: 1/4 MB to get
  /prebuilts/go/linux-x86/src/runtime/
malloc.go 328 // is buggy, as usual: it won't adjust the pointer upward.
329 // So adjust it upward a little bit ourselves: 1/4 MB to get
  /prebuilts/go/darwin-x86/src/encoding/gob/
doc.go 111 upward contain the value; bit 0 says whether they should be complemented upon
  /prebuilts/go/linux-x86/src/encoding/gob/
doc.go 111 upward contain the value; bit 0 says whether they should be complemented upon
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
esc.go 48 // the bottom of the call graph upward. Each time analyze is called with
    [all...]
plive.go 64 // uevar: upward exposed variables (used before set in block)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
esc.go 45 // the bottom of the call graph upward. Each time analyze is called with
    [all...]
plive.go 61 // uevar: upward exposed variables (used before set in block)
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
esc.go 48 // the bottom of the call graph upward. Each time analyze is called with
    [all...]
plive.go 64 // uevar: upward exposed variables (used before set in block)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
esc.go 45 // the bottom of the call graph upward. Each time analyze is called with
    [all...]
plive.go 61 // uevar: upward exposed variables (used before set in block)
    [all...]

Completed in 3410 milliseconds