HomeSort by relevance Sort by last modified time
    Searched defs:Floor (Results 1 - 24 of 24) sorted by null

  /prebuilts/go/darwin-x86/src/math/
floor.go 7 // Floor returns the greatest integer value less than or equal to x.
10 // Floor(±0) = ±0
11 // Floor(±Inf) = ±Inf
12 // Floor(NaN) = NaN
13 func Floor(x float64) float64
15 func floor(x float64) float64 { func
39 return -Floor(-x)
  /prebuilts/go/linux-x86/src/math/
floor.go 7 // Floor returns the greatest integer value less than or equal to x.
10 // Floor(±0) = ±0
11 // Floor(±Inf) = ±Inf
12 // Floor(NaN) = NaN
13 func Floor(x float64) float64
15 func floor(x float64) float64 { func
39 return -Floor(-x)
  /external/libvorbis/doc/
06-floor0.tex 4 \section{Floor type 0 setup and decode} \label{vorbis:spec:floor0}
8 Vorbis floor type zero uses Line Spectral Pair (LSP, also alternately
18 \subsection{Floor 0 format}
20 Floor zero configuration consists of six integer fields and a list of
26 Configuration information for instances of floor zero decodes from the
52 coefficient values from the bitstream, and then computing the floor
81 operation above, floor decode is to return 'unused' status as if the
92 for the floor currently being decoded has a
109 [floor0_amplitude_offset] values from floor setup, and an output
111 floor output vector
    [all...]
07-floor1.tex 4 \section{Floor type 1 setup and decode} \label{vorbis:spec:floor1}
8 Vorbis floor type one uses a piecewise straight-line representation to
16 \subsection{Floor 1 format}
20 Floor type one represents a spectral curve as a series of
21 line segments. Synthesis constructs a floor curve using iterative
28 full range of the spectral floor to be computed.
35 \item floor computation produces two new line segments, one running from
42 the codec setup header at floor 1 initialization time. Computation
51 For the below example, we assume a floor setup with an [n] of 128.
56 -45, 0, -25, -10, 30 and -10. We compute the floor in the followin
    [all...]
  /external/llvm/include/llvm/Support/
ScaledNumber.h 195 // Get the floor of the lg of Digits.
198 // Get the actual floor.
199 int32_t Floor = Scale + LocalFloor;
201 return std::make_pair(Floor, 0);
206 return std::make_pair(Floor + Round, Round ? 1 : -1);
218 /// \brief Get the lg floor of a scaled number.
220 /// Get the floor of the lg of \c Digits*2^Scale.
558 /// Get the lg floor. lg 0 is defined to be INT32_MIN.
  /external/skia/src/core/
SkNx.h 93 AI SkNx floor() const { return { fLo. floor(), fHi. floor() }; } function in struct:__anon30906::SkNx
182 AI SkNx floor() const { return Floor(fVal); } function in struct:__anon30906::SkNx
225 AI static float Floor(float val) { return ::floorf(val); }
229 AI static double Floor(double val) { return ::floor(val); }
  /external/v8/src/
utils.h 239 // Floor(-0.0) == 0.0
240 inline double Floor(double x) {
244 return std::floor(x);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 195 // Get the floor of the lg of Digits.
198 // Get the actual floor.
199 int32_t Floor = Scale + LocalFloor;
201 return std::make_pair(Floor, 0);
206 return std::make_pair(Floor + Round, Round ? 1 : -1);
218 /// \brief Get the lg floor of a scaled number.
220 /// Get the floor of the lg of \c Digits*2^Scale.
558 /// Get the lg floor. lg 0 is defined to be INT32_MIN.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 195 // Get the floor of the lg of Digits.
198 // Get the actual floor.
199 int32_t Floor = Scale + LocalFloor;
201 return std::make_pair(Floor, 0);
206 return std::make_pair(Floor + Round, Round ? 1 : -1);
218 /// \brief Get the lg floor of a scaled number.
220 /// Get the floor of the lg of \c Digits*2^Scale.
558 /// Get the lg floor. lg 0 is defined to be INT32_MIN.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 195 // Get the floor of the lg of Digits.
198 // Get the actual floor.
199 int32_t Floor = Scale + LocalFloor;
201 return std::make_pair(Floor, 0);
206 return std::make_pair(Floor + Round, Round ? 1 : -1);
218 /// \brief Get the lg floor of a scaled number.
220 /// Get the floor of the lg of \c Digits*2^Scale.
558 /// Get the lg floor. lg 0 is defined to be INT32_MIN.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 195 // Get the floor of the lg of Digits.
198 // Get the actual floor.
199 int32_t Floor = Scale + LocalFloor;
201 return std::make_pair(Floor, 0);
206 return std::make_pair(Floor + Round, Round ? 1 : -1);
218 /// \brief Get the lg floor of a scaled number.
220 /// Get the floor of the lg of \c Digits*2^Scale.
558 /// Get the lg floor. lg 0 is defined to be INT32_MIN.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 195 // Get the floor of the lg of Digits.
198 // Get the actual floor.
199 int32_t Floor = Scale + LocalFloor;
201 return std::make_pair(Floor, 0);
206 return std::make_pair(Floor + Round, Round ? 1 : -1);
218 /// \brief Get the lg floor of a scaled number.
220 /// Get the floor of the lg of \c Digits*2^Scale.
558 /// Get the lg floor. lg 0 is defined to be INT32_MIN.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 195 // Get the floor of the lg of Digits.
198 // Get the actual floor.
199 int32_t Floor = Scale + LocalFloor;
201 return std::make_pair(Floor, 0);
206 return std::make_pair(Floor + Round, Round ? 1 : -1);
218 /// \brief Get the lg floor of a scaled number.
220 /// Get the floor of the lg of \c Digits*2^Scale.
558 /// Get the lg floor. lg 0 is defined to be INT32_MIN.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 195 // Get the floor of the lg of Digits.
198 // Get the actual floor.
199 int32_t Floor = Scale + LocalFloor;
201 return std::make_pair(Floor, 0);
206 return std::make_pair(Floor + Round, Round ? 1 : -1);
218 /// \brief Get the lg floor of a scaled number.
220 /// Get the floor of the lg of \c Digits*2^Scale.
558 /// Get the lg floor. lg 0 is defined to be INT32_MIN.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ScaledNumber.h 195 // Get the floor of the lg of Digits.
198 // Get the actual floor.
199 int32_t Floor = Scale + LocalFloor;
201 return std::make_pair(Floor, 0);
206 return std::make_pair(Floor + Round, Round ? 1 : -1);
218 /// \brief Get the lg floor of a scaled number.
220 /// Get the floor of the lg of \c Digits*2^Scale.
558 /// Get the lg floor. lg 0 is defined to be INT32_MIN.
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 815 uint64_t Floor = 1LL << Log2_64(C);
819 // where floor_c = pow(2, floor(log2(c))) and ceil_c = pow(2, ceil(log2(c))),
821 if (C - Floor <= Ceil - C) {
822 SDValue Op0 = genConstMult(X, Floor, DL, VT, ShiftTy, DAG);
823 SDValue Op1 = genConstMult(X, C - Floor, DL, VT, ShiftTy, DAG);
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
OpenCL.std.h 61 Floor = 25,
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.0/
OpenCL.std.h 61 Floor = 25,
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/external/spirv-headers/include/spirv/1.1/
OpenCL.std.h 61 Floor = 25,
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp     [all...]
  /external/swiftshader/src/Reactor/
LLVMReactor.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]
  /external/pdfium/xfa/fxfa/fm2js/
xfa_fm2jscontext.cpp 260 {"Floor", CXFA_FM2JSContext::Floor},
673 void CXFA_FM2JSContext::Floor(CFXJSE_Value* pThis,
677 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Floor");
    [all...]

Completed in 1022 milliseconds