| /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/jerryscript/jerry-libm/ |
| D | floor.c | 43 floor (double x) in floor() function
|
| /third_party/musl/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_m/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/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/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 | 40 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
|
| D | SkNx_neon.h | 104 AI SkNx floor() const { in floor() function 217 AI SkNx floor() const { in floor() function
|
| /third_party/ffmpeg/libavcodec/ |
| D | vorbisenc.c | 92 int *floor; member 113 float *floor; // also used for tmp values for mdct member 795 float *floor, int samples) in floor_encode()
|
| D | ac3dsp.c | 67 int snr_offset, int floor, in ac3_bit_alloc_calc_bap_c()
|
| D | ac3.h | 168 int slow_gain, slow_decay, fast_decay, db_per_bit, floor; member
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_lower_double_ops.c | 454 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/ |
| D | SetupRoutine.cpp | 610 Int floor = R >> 31; // Flooring division: remainder >= 0 in edge() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| D | SetupRoutine.cpp | 602 Int floor = R >> 31; // Flooring division: remainder >= 0 in edge() local
|