| /third_party/musl/src/math/i386/ |
| D | floor.s | 13 .global floor symbol 15 floor: label
|
| /third_party/musl/src/math/aarch64/ |
| D | floor.c | 3 double floor(double x) in floor() function
|
| /third_party/musl/src/math/s390x/ |
| D | floor.c | 5 double floor(double x) in floor() function
|
| /third_party/musl/src/math/powerpc64/ |
| D | floor.c | 5 double floor(double x) in floor() function
|
| /third_party/skia/docs/examples/ |
| D | Rect_MakeSize.cpp | 10 SkISize floor = size.toFloor(); in draw() local
|
| /third_party/flutter/skia/docs/examples/ |
| D | Rect_MakeSize.cpp | 10 SkISize floor = size.toFloor(); in draw() local
|
| /third_party/jerryscript/jerry-libm/ |
| D | floor.c | 43 floor (double x) in floor() function
|
| /third_party/flutter/skia/third_party/externals/sdl/src/libm/ |
| D | s_floor.c | 36 libm_hidden_proto(floor) in libm_hidden_proto() argument
|
| D | math_private.h | 37 #define floor SDL_uclibc_floor macro
|
| /third_party/musl/porting/liteos_m/kernel/src/math/ |
| D | floor.c | 10 double floor(double x) in floor() function
|
| /third_party/musl/porting/uniproton/kernel/src/math/ |
| D | floor.c | 10 double floor(double x) in floor() function
|
| /third_party/musl/porting/liteos_a/kernel/src/math/ |
| D | floor.c | 10 double floor(double x) in floor() function
|
| /third_party/musl/src/math/ |
| D | floor.c | 10 double floor(double x) in floor() function
|
| /third_party/jerryscript/tests/unit-core/ |
| D | test-to-integer.cpp | 141 ecma_value_t floor = ecma_make_number_value (3.001f); variable
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
| D | vktSampleVerifierUtil.hpp | 137 tcu::Vector<float, Size> floor (const tcu::Vector<float, Size>& v) in floor() function
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
| D | vktSampleVerifierUtil.hpp | 137 tcu::Vector<float, Size> floor (const tcu::Vector<float, Size>& v) in floor() function
|
| /third_party/skia/src/core/ |
| D | SkGlyphBuffer.cpp | 87 auto floor = [](SkPoint pt) -> SkPoint { in startGPUDevice() local
|
| /third_party/node/lib/ |
| D | punycode.js | 30 const floor = Math.floor; constant
|
| /third_party/node/deps/npm/node_modules/uri-js/node_modules/punycode/ |
| D | punycode.js | 30 const floor = Math.floor; constant
|
| D | punycode.es6.js | 30 const floor = Math.floor; constant
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/ |
| D | wasm-runtime.cpp | 67 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/ |
| D | cuda_runtime.h | 173 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/ |
| D | ac3dsp_mips.c | 65 int snr_offset, int floor, in ac3_bit_alloc_calc_bap_mips()
|
| /third_party/skia/include/private/ |
| D | SkNx.h | 115 AI SkNx floor() const { return { fLo. floor(), fHi. floor() }; } in floor() function
|
| /third_party/flutter/skia/include/private/ |
| D | SkNx.h | 116 AI SkNx floor() const { return { fLo. floor(), fHi. floor() }; } in floor() function
|