Searched refs:Floor (Results 1 - 25 of 31) sorted by relevance

12

/external/libusb/android/jni/
H A DAndroid.mk16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
H A DApplication.mk16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
H A Dexamples.mk16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
H A Dlibusb.mk16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
H A Dtests.mk16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DOpenCL.std.h61 Floor = 25, enumerator in enum:OpenCLLIB::Entrypoints
H A DSPIRVExtInst.h86 add(OpenCLLIB::Floor, "floor");
/external/ltp/include/mk/
H A Dmodule.mk15 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
/external/libavc/common/arm/
H A Dih264_ihadamard_scaling_a9.s62 @ * Floor (qp/6)
185 @ * Floor (qp/6)
/external/eigen/Eigen/src/Core/
H A DAssign_MKL.h137 EIGEN_MKL_VML_DECLARE_UNARY_CALLS_REAL(floor, Floor, _)
/external/syslinux/diag/geodsp/
H A Dgeodspms.asm11 ; the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
H A Dgeodsp1s.asm11 ; the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
/external/llvm/include/llvm/Support/
H A DScaledNumber.h199 int32_t Floor = Scale + LocalFloor; local
201 return std::make_pair(Floor, 0);
206 return std::make_pair(Floor + Round, Round ? 1 : -1);
/external/skia/src/core/
H A DSkNx.h182 AI SkNx floor() const { return Floor(fVal); }
225 AI static float Floor(float val) { return ::floorf(val); } function in struct:__anon18193::SkNx
229 AI static double Floor(double val) { return ::floor(val); } function in struct:__anon18193::SkNx
/external/bison/doc/
H A Drefcard.tex97 \centerline{51 Franklin Street, Fifth Floor}
122 \centerline{51 Franklin Street, Fifth Floor}
/external/v8/src/wasm/
H A Dwasm-opcodes.cc81 CASE_FLOAT_OP(Floor, "floor")
/external/pdfium/xfa/fxfa/fm2js/
H A Dxfa_fm2jscontext.cpp260 {"Floor", CXFA_FM2JSContext::Floor},
673 void CXFA_FM2JSContext::Floor(CFXJSE_Value* pThis, function in class:CXFA_FM2JSContext
677 ToJSContext(pThis, nullptr)->ThrowParamCountMismatchException(L"Floor");
H A Dxfa_fm2jscontext.h36 static void Floor(CFXJSE_Value* pThis,
/external/swiftshader/src/Shader/
H A DShaderCore.cpp251 return x - y * Floor(x / y);
1163 dst.x = Floor(src.x);
1164 dst.y = Floor(src.y);
1165 dst.z = Floor(src.z);
1166 dst.w = Floor(src.w);
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp3160 class Floor : public PreciseFunc1 class in namespace:vkt::shaderexecutor::Functions
3163 Floor (void) : PreciseFunc1("floor", deFloor) {} function in class:vkt::shaderexecutor::Functions::Floor
3207 DEFINE_DERIVED_FLOAT1(Fract, fract, x, x - app<Floor>(x));
3217 DEFINE_DERIVED_FLOAT2(Mod, mod, x, y, x - y * app<Floor>(x / y));
5170 addScalarFactory<Floor>(*funcs);
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp3189 class Floor : public PreciseFunc1 class in namespace:deqp::gls::BuiltinPrecisionTests::Functions
3192 Floor (void) : PreciseFunc1("floor", deFloor) {} function in class:deqp::gls::BuiltinPrecisionTests::Functions::Floor
3236 DEFINE_DERIVED_FLOAT1(Fract, fract, x, x - app<Floor>(x));
3246 DEFINE_DERIVED_FLOAT2(Mod, mod, x, y, x - y * app<Floor>(x / y));
5248 addScalarFactory<Floor>(*funcs);
/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp815 uint64_t Floor = 1LL << Log2_64(C); local
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);
/external/v8/src/
H A Dutils.h239 // Floor(-0.0) == 0.0
240 inline double Floor(double x) { function in namespace:v8::internal
/external/swiftshader/src/Reactor/
H A DReactor.hpp1968 RValue<Float> Floor(RValue<Float> val);
2116 RValue<Float4> Floor(RValue<Float4> x);
/external/v8/src/crankshaft/
H A Dhydrogen-instructions.cc3115 // Floor and Round always take a double input. The integral result can be
3450 return H_CONSTANT_DOUBLE(Floor(d + 0.5));
3454 return H_CONSTANT_DOUBLE(Floor(d));

Completed in 810 milliseconds

12