Home
last modified time | relevance | path

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

1234

/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
/kernel/linux/linux-6.6/include/linux/
H A Drandom.h98 static inline u32 get_random_u32_above(u32 floor) in get_random_u32_above() argument
110 get_random_u32_inclusive(u32 floor, u32 ceil) get_random_u32_inclusive() argument
[all...]
/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
/kernel/linux/linux-5.10/arch/ia64/mm/
H A Dhugetlbpage.c118 hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/
H A Ddml_inline_defs.h81 double floor = dml_floor(a, 1); in dml_round() local
/kernel/linux/linux-6.6/arch/ia64/mm/
H A Dhugetlbpage.c104 hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range() argument
/kernel/linux/linux-5.10/include/asm-generic/
H A Dhugetlb.h44 hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range() argument
/kernel/linux/linux-6.6/include/asm-generic/
H A Dhugetlb.h69 hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range() argument
/third_party/ffmpeg/libavcodec/
H A Dac3.h100 int slow_gain, slow_decay, fast_decay, db_per_bit, floor; member
/third_party/decimal.js/
H A Ddecimal.js4490 function floor(x) { global() function
[all...]
/kernel/linux/linux-5.10/arch/sparc/mm/
H A Dhugetlbpage.c420 hugetlb_free_pmd_range(struct mmu_gather *tlb, pud_t *pud, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pmd_range() argument
457 hugetlb_free_pud_range(struct mmu_gather *tlb, p4d_t *p4d, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pud_range() argument
495 hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range() argument
/kernel/linux/linux-6.6/arch/sparc/mm/
H A Dhugetlbpage.c432 hugetlb_free_pmd_range(struct mmu_gather *tlb, pud_t *pud, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pmd_range() argument
469 hugetlb_free_pud_range(struct mmu_gather *tlb, p4d_t *p4d, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pud_range() argument
507 hugetlb_free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) hugetlb_free_pgd_range() argument

Completed in 13 milliseconds

1234