Home
last modified time | relevance | path

Searched defs:floor (Results 1 - 25 of 45) sorted by relevance

12

/third_party/musl/src/math/powerpc64/
H A Dfloor.c5 double floor(double x) in floor() function
/third_party/musl/src/math/aarch64/
H A Dfloor.c3 double floor(double x) in floor() function
/third_party/musl/src/math/s390x/
H A Dfloor.c5 double floor(double x) in floor() function
/third_party/musl/porting/liteos_m/kernel/src/math/
H A Dfloor.c10 double floor(double x) in floor() function
/third_party/musl/src/math/
H A Dfloor.c10 double floor(double x) in floor() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dfloor.c10 double floor(double x) in floor() function
/third_party/musl/porting/uniproton/kernel/src/math/
H A Dfloor.c10 double floor(double x) in floor() function
/third_party/jerryscript/jerry-libm/
H A Dfloor.c43 floor (double x) in floor() function
/third_party/skia/docs/examples/
H A DRect_MakeSize.cpp10 SkISize floor = size.toFloor(); in REG_FIDDLE() local
/third_party/musl/src/math/i386/
H A Dfloor.s15 floor: label
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifierUtil.hpp137 tcu::Vector<float, Size> floor (const tcu::Vector<float, Size>& v) in floor() function
/third_party/rust/crates/minimal-lexical/etc/
H A Dlemire_table.py18 from math import ceil, floor, log, log2 namespace
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktSampleVerifierUtil.hpp137 tcu::Vector<float, Size> floor (const tcu::Vector<float, Size>& v) in floor() function
/third_party/jerryscript/tests/unit-core/
H A Dtest-to-integer.cpp141 ecma_value_t floor = ecma_make_number_value (3.001f); in HWTEST_F() local
/third_party/skia/src/core/
H A DSkGlyphBuffer.cpp87 auto floor = [](SkPoint pt) -> SkPoint { in startGPUDevice() local
/third_party/ffmpeg/libavcodec/
H A Dac3.h100 int slow_gain, slow_decay, fast_decay, db_per_bit, floor; member
H A Dac3dsp.c73 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 Ddecimal.js4490 function floor(x) { global() function
[all...]
/third_party/ffmpeg/compat/cuda/
H A 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/mesa3d/src/amd/compiler/tests/
H A Dcheck_output.py28 from math import floor namespace
/third_party/ffmpeg/libavcodec/mips/
H A Dac3dsp_mips.c64 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 Dnir_lower_double_ops.c454 nir_ssa_def *floor = nir_ffloor(b, nir_fdiv(b, src0, src1)); in lower_mod() local
[all...]
/third_party/skia/include/private/
H A DSkNx_neon.h104 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 Dtgmath.h170 #undef floor macro
233 #define floor(x) __tg_real(floor, (x)) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtgmath.h170 #undef floor macro
233 #define floor(x) __tg_real(floor, (x)) macro

Completed in 17 milliseconds

12