Home
last modified time | relevance | path

Searched refs:Floor (Results 1 – 25 of 104) sorted by relevance

12345

/external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/
DMainPage.xaml.cs48 …(float)Math.Floor(DrawingSurface.ActualWidth * Application.Current.Host.Content.ScaleFactor / 100.… in DrawingSurface_Loaded()
49 …(float)Math.Floor(DrawingSurface.ActualHeight * Application.Current.Host.Content.ScaleFactor / 100… in DrawingSurface_Loaded()
/external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1/
DMainPage.xaml.cs43 …(float)Math.Floor(DrawingSurface.ActualWidth * Application.Current.Host.Content.ScaleFactor / 100.… in DrawingSurface_Loaded()
44 …(float)Math.Floor(DrawingSurface.ActualHeight * Application.Current.Host.Content.ScaleFactor / 100… in DrawingSurface_Loaded()
/external/skia/src/core/
DSkNx.h125 SkNx floor() const { return Floor(fVal); } in floor()
145 static double Floor(double val) { return ::floor (val); } in Floor() function
146 static float Floor(float val) { return ::floorf(val); } in Floor() function
/external/vulkan-validation-layers/libs/glm/gtx/
Dwrap.inl118 genType const Floor = glm::floor(Texcoord); local
119 genType const Rest = Texcoord - Floor;
/external/tinycompress/
DNOTICE51 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
104 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
158 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
209 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
262 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
/external/v8/src/runtime/
Druntime-maths.cc132 return *isolate->factory()->NewNumber(Floor(x)); in RUNTIME_FUNCTION()
217 return *isolate->factory()->NewNumber(Floor(value + 0.5)); in RUNTIME_FUNCTION()
/external/valgrind/VEX/
DLICENSE.README17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
/external/libvorbis/doc/
D06-floor0.tex4 \section{Floor type 0 setup and decode} \label{vorbis:spec:floor0}
18 \subsection{Floor 0 format}
20 Floor zero configuration consists of six integer fields and a list of
D07-floor1.tex4 \section{Floor type 1 setup and decode} \label{vorbis:spec:floor1}
16 \subsection{Floor 1 format}
20 Floor type one represents a spectral curve as a series of
340 calling to floor decode). Floor 1 curve synthesis makes use of the
D01-introduction.tex199 \subsubsection{Floor} subsubsection
208 A floor encoding may be of two types. Floor 0 uses a packed LSP
210 Floor 1 represents the curve as a piecewise linear interpolated
215 coupled-stereo and high bitrate modes. Floor 1 is also considerably
218 Floor 0 is not to be considered deprecated, but it is of limited
D09-helper.tex127 Floor decode type one uses the integer line drawing algorithm of
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
Ddxgitype.idl16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
Ddxgi.idl16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
/external/dbus/dbus/
Ddbus-arch-deps.h.in20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/external/elfutils/tests/
Dconfigure.ac17 dnl Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
/external/libavc/common/arm/
Dih264_ihadamard_scaling_a9.s62 @ * Floor (qp/6)
185 @ * Floor (qp/6)
/external/llvm/include/llvm/Support/
DScaledNumber.h199 int32_t Floor = Scale + LocalFloor; in getLgImpl() local
201 return std::make_pair(Floor, 0); in getLgImpl()
206 return std::make_pair(Floor + Round, Round ? 1 : -1); in getLgImpl()
/external/v8/src/third_party/vtune/
DLICENSE22 Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
/external/ltrace/sysdeps/linux-gnu/mips/
DDoxyfile16 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
/external/bison/doc/
Drefcard.tex97 \centerline{51 Franklin Street, Fifth Floor}
122 \centerline{51 Franklin Street, Fifth Floor}
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.h23 static void Floor(FXJSE_HOBJECT hThis,
/external/libdaemon/m4/
Dattributes.m417 dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
/external/ltrace/
Dconfigure.ac20 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
/external/opencv3/3rdparty/ffmpeg/
Dlicense.txt15 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
506 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/external/iptables/
DCOPYING5 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
308 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

12345