Home
last modified time | relevance | path

Searched defs:floor (Results 1 – 25 of 51) sorted by relevance

123

/third_party/musl/src/math/i386/
Dfloor.s13 .global floor symbol
15 floor: label
/third_party/musl/src/math/aarch64/
Dfloor.c3 double floor(double x) in floor() function
/third_party/musl/src/math/s390x/
Dfloor.c5 double floor(double x) in floor() function
/third_party/musl/src/math/powerpc64/
Dfloor.c5 double floor(double x) in floor() function
/third_party/skia/docs/examples/
DRect_MakeSize.cpp10 SkISize floor = size.toFloor(); in draw() local
/third_party/jerryscript/jerry-libm/
Dfloor.c43 floor (double x) in floor() function
/third_party/musl/src/math/
Dfloor.c10 double floor(double x) in floor() function
/third_party/musl/porting/uniproton/kernel/src/math/
Dfloor.c10 double floor(double x) in floor() function
/third_party/musl/porting/liteos_m/kernel/src/math/
Dfloor.c10 double floor(double x) in floor() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dfloor.c10 double floor(double x) in floor() function
/third_party/jerryscript/tests/unit-core/
Dtest-to-integer.cpp141 ecma_value_t floor = ecma_make_number_value (3.001f); variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.hpp137 tcu::Vector<float, Size> floor (const tcu::Vector<float, Size>& v) in floor() function
/third_party/skia/src/core/
DSkGlyphBuffer.cpp87 auto floor = [](SkPoint pt) -> SkPoint { in startGPUDevice() local
/third_party/node/lib/
Dpunycode.js40 const floor = Math.floor; constant
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
Dwasm-runtime.cpp67 double floor(double X) { return std::floor(X); } in floor() function
69 float floor(float X) { return std::floor(X); } in floor() function
/third_party/ffmpeg/compat/cuda/
Dcuda_runtime.h173 static inline __device__ float floor(float a) { return __builtin_floorf(a); } in floor() function
174 static inline __device__ double floor(double a) { return __builtin_floor(a); } in floor() function
/third_party/ffmpeg/libavcodec/mips/
Dac3dsp_mips.c65 int snr_offset, int floor, in ac3_bit_alloc_calc_bap_mips()
/third_party/skia/include/private/
DSkNx.h115 AI SkNx floor() const { return { fLo. floor(), fHi. floor() }; } in floor() function
DSkNx_neon.h104 AI SkNx floor() const { in floor() function
217 AI SkNx floor() const { in floor() function
/third_party/ffmpeg/libavcodec/
Dvorbisenc.c92 int *floor; member
113 float *floor; // also used for tmp values for mdct member
795 float *floor, int samples) in floor_encode()
Dac3dsp.c67 int snr_offset, int floor, in ac3_bit_alloc_calc_bap_c()
Dac3.h168 int slow_gain, slow_decay, fast_decay, db_per_bit, floor; member
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_double_ops.c454 nir_ssa_def *floor = nir_ffloor(b, nir_fdiv(b, src0, src1)); in lower_mod() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSetupRoutine.cpp610 Int floor = R >> 31; // Flooring division: remainder >= 0 in edge() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSetupRoutine.cpp602 Int floor = R >> 31; // Flooring division: remainder >= 0 in edge() local

123