/third_party/musl/src/math/powerpc64/ |
H A D | floor.c | 5 double floor(double x) in floor() function
|
/third_party/musl/src/math/aarch64/ |
H A D | floor.c | 3 double floor(double x) in floor() function
|
/third_party/musl/src/math/s390x/ |
H A D | floor.c | 5 double floor(double x) in floor() function
|
/third_party/musl/porting/liteos_m/kernel/src/math/ |
H A D | floor.c | 10 double floor(double x) in floor() function
|
/third_party/musl/src/math/ |
H A D | floor.c | 10 double floor(double x) in floor() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | floor.c | 10 double floor(double x) in floor() function
|
/third_party/musl/porting/uniproton/kernel/src/math/ |
H A D | floor.c | 10 double floor(double x) in floor() function
|
/third_party/jerryscript/jerry-libm/ |
H A D | floor.c | 43 floor (double x) in floor() function
|
/third_party/skia/docs/examples/ |
H A D | Rect_MakeSize.cpp | 10 SkISize floor = size.toFloor(); in REG_FIDDLE() local
|
/third_party/musl/src/math/i386/ |
H A D | floor.s | 15 floor: label
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktSampleVerifierUtil.hpp | 137 tcu::Vector<float, Size> floor (const tcu::Vector<float, Size>& v) in floor() function
|
/third_party/rust/crates/minimal-lexical/etc/ |
H A D | lemire_table.py | 18 from math import ceil, floor, log, log2 namespace
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
H A D | vktSampleVerifierUtil.hpp | 137 tcu::Vector<float, Size> floor (const tcu::Vector<float, Size>& v) in floor() function
|
/third_party/jerryscript/tests/unit-core/ |
H A D | test-to-integer.cpp | 141 ecma_value_t floor = ecma_make_number_value (3.001f); in HWTEST_F() local
|
/third_party/skia/src/core/ |
H A D | SkGlyphBuffer.cpp | 87 auto floor = [](SkPoint pt) -> SkPoint { in startGPUDevice() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | ac3.h | 100 int slow_gain, slow_decay, fast_decay, db_per_bit, floor; member
|
H A D | ac3dsp.c | 73 ac3_bit_alloc_calc_bap_c(int16_t *mask, int16_t *psd, int start, int end, int snr_offset, int floor, const uint8_t *bap_tab, uint8_t *bap) ac3_bit_alloc_calc_bap_c() argument
|
/third_party/decimal.js/ |
H A D | decimal.js | 4490 function floor(x) { global() function [all...] |
/third_party/ffmpeg/compat/cuda/ |
H A 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/mesa3d/src/amd/compiler/tests/ |
H A D | check_output.py | 28 from math import floor namespace
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | ac3dsp_mips.c | 64 ac3_bit_alloc_calc_bap_mips(int16_t *mask, int16_t *psd, int start, int end, int snr_offset, int floor, const uint8_t *bap_tab, uint8_t *bap) ac3_bit_alloc_calc_bap_mips() argument
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_double_ops.c | 454 nir_ssa_def *floor = nir_ffloor(b, nir_fdiv(b, src0, src1)); in lower_mod() local [all...] |
/third_party/skia/include/private/ |
H A D | SkNx_neon.h | 104 AI SkNx floor() const { in floor() function in __anon18470::SkNx 217 AI SkNx floor() const { in floor() function in __anon18470::SkNx
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | tgmath.h | 170 #undef floor macro 233 #define floor(x) __tg_real(floor, (x)) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | tgmath.h | 170 #undef floor macro 233 #define floor(x) __tg_real(floor, (x)) macro
|