Home
last modified time | relevance | path

Searched defs:floor (Results 1 – 25 of 65) 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/flutter/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/flutter/skia/third_party/externals/sdl/src/libm/
Ds_floor.c36 libm_hidden_proto(floor) in libm_hidden_proto() argument
Dmath_private.h37 #define floor SDL_uclibc_floor macro
/third_party/musl/porting/liteos_m/kernel/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_a/kernel/src/math/
Dfloor.c10 double floor(double x) in floor() function
/third_party/musl/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_no_buildgn/vulkan/texture/
DvktSampleVerifierUtil.hpp137 tcu::Vector<float, Size> floor (const tcu::Vector<float, Size>& v) in floor() function
/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.js30 const floor = Math.floor; constant
/third_party/node/deps/npm/node_modules/uri-js/node_modules/punycode/
Dpunycode.js30 const floor = Math.floor; constant
Dpunycode.es6.js30 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
/third_party/flutter/skia/include/private/
DSkNx.h116 AI SkNx floor() const { return { fLo. floor(), fHi. floor() }; } in floor() function

123