Searched refs:Floor (Results 1 - 13 of 13) 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
H A D09-helper.tex127 Floor decode type one uses the integer line drawing algorithm of
H A D01-introduction.tex199 \subsubsection{Floor}
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
H A D04-codec.tex384 Floor curves are decoded one-by-one in channel order.
/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/bison/doc/
H A Drefcard.tex97 \centerline{51 Franklin Street, Fifth Floor}
122 \centerline{51 Franklin Street, Fifth Floor}
/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);
/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
H A Dhydrogen-instructions.cc3669 // Floor and Round always take a double input. The integral result can be
4184 return H_CONSTANT_DOUBLE(Floor(d + 0.5));
4188 return H_CONSTANT_DOUBLE(Floor(d));
H A Druntime.cc7871 return *isolate->factory()->NewNumber(Floor(x));
7956 return *isolate->factory()->NewNumber(Floor(value + 0.5));
9729 millis += Floor(isolate->heap()->synthetic_time());
9731 millis = Floor(base::OS::TimeCurrentMillis());
/external/chromium_org/third_party/WebKit/Source/platform/
H A DDecimalTest.cpp568 TEST_F(DecimalTest, Floor)

Completed in 2367 milliseconds