Searched defs:Floor (Results 1 - 6 of 6) sorted by relevance

/external/libvorbis/doc/
H A 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
H A 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
/external/llvm/include/llvm/Support/
H A DScaledNumber.h200 int32_t Floor = Scale + LocalFloor; local
202 return std::make_pair(Floor, 0);
207 return std::make_pair(Floor + Round, Round ? 1 : -1);
/external/chromium_org/v8/src/
H A Dutils.h158 // Floor(-0.0) == 0.0
159 inline double Floor(double x) { function in namespace:v8::internal
/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp812 uint64_t Floor = 1LL << Log2_64(C); local
818 if (C - Floor <= Ceil - C) {
819 SDValue Op0 = genConstMult(X, Floor, DL, VT, ShiftTy, DAG);
820 SDValue Op1 = genConstMult(X, C - Floor, DL, VT, ShiftTy, DAG);
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp3064 class Floor : public PreciseFunc1 class in namespace:deqp::gls::BuiltinPrecisionTests::Functions
3067 Floor (void) : PreciseFunc1("floor", deFloor) {} function in class:deqp::gls::BuiltinPrecisionTests::Functions::Floor
3111 DEFINE_DERIVED_FLOAT1(Fract, fract, x, x - app<Floor>(x));
3121 DEFINE_DERIVED_FLOAT2(Mod, mod, x, y, x - y * app<Floor>(x / y));
5111 addScalarFactory<Floor>(*funcs);

Completed in 2325 milliseconds