Home
last modified time | relevance | path

Searched defs:ceil (Results 1 - 25 of 56) sorted by relevance

123

/third_party/musl/src/math/s390x/
H A Dceil.c5 double ceil(double x) in ceil() function
/third_party/musl/src/math/aarch64/
H A Dceil.c3 double ceil(double x) in ceil() function
/third_party/musl/src/math/powerpc64/
H A Dceil.c5 double ceil(double x) in ceil() function
/third_party/musl/src/math/
H A Dceil.c10 double ceil(double x) in ceil() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dceil.c10 double ceil(double x) in ceil() function
/third_party/jerryscript/jerry-libm/
H A Dceil.c43 ceil (double x) in ceil() function
/third_party/musl/src/math/i386/
H A Dfloor.s29 ceil: label
/third_party/skia/experimental/xps_to_png/
H A Dxps_to_png.cs22 static int ceil(double x) { return (int)System.Math.Ceiling(x); } in ceil() method in Program
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifierUtil.hpp150 tcu::Vector<float, Size> ceil (const tcu::Vector<float, Size>& v) in ceil() 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.hpp150 tcu::Vector<float, Size> ceil (const tcu::Vector<float, Size>& v) in ceil() function
/kernel/linux/linux-6.6/include/linux/
H A Drandom.h60 static inline u32 get_random_u32_below(u32 ceil) in get_random_u32_below() argument
110 get_random_u32_inclusive(u32 floor, u32 ceil) get_random_u32_inclusive() argument
[all...]
/third_party/node/deps/v8/tools/
H A Deval_gc_nvp.py17 from math import ceil, log namespace
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dmathf.h82 inline float ceil(float value) in ceil() function
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/
H A Ddml_inline_defs.h80 double ceil = dml_ceil(a, 1); in dml_round() local
/third_party/decimal.js/
H A Ddecimal.js4166 function ceil(x) { global() function
[all...]
/kernel/linux/linux-5.10/drivers/iio/light/
H A Dlv0104cs.c278 int floor, ceil, mid; in lv0104cs_set_calibscale() local
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos.h60 u64 ceil; member
/kernel/linux/linux-6.6/drivers/iio/light/
H A Dlv0104cs.c278 int floor, ceil, mid; in lv0104cs_set_calibscale() local
/third_party/ffmpeg/compat/cuda/
H A Dcuda_runtime.h176 static inline __device__ float ceil(float a) { return __builtin_ceilf(a); } in ceil() function
177 static inline __device__ double ceil(double a) { return __builtin_ceil(a); } in ceil() function
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dhtb.c276 static void mlx5e_htb_convert_ceil(struct mlx5e_htb *htb, u64 ceil, u32 *max_average_bw) in mlx5e_htb_convert_ceil() argument
286 mlx5e_htb_leaf_alloc_queue(struct mlx5e_htb *htb, u16 classid, u32 parent_classid, u64 rate, u64 ceil, struct netlink_ext_ack *extack) mlx5e_htb_leaf_alloc_queue() argument
342 mlx5e_htb_leaf_to_inner(struct mlx5e_htb *htb, u16 classid, u16 child_classid, u64 rate, u64 ceil, struct netlink_ext_ack *extack) mlx5e_htb_leaf_to_inner() argument
655 mlx5e_htb_node_modify(struct mlx5e_htb *htb, u16 classid, u64 rate, u64 ceil, struct netlink_ext_ack *extack) mlx5e_htb_node_modify() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_aexciter.c45 double ceil; member
80 set_params(ChannelParams *p, double blend, double drive, double srate, double freq, double ceil) set_params() argument
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dbignum_common.py11 from math import ceil namespace
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dtgmath.h154 #undef ceil macro
217 #define ceil(x) __tg_real(ceil, (x)) macro
/third_party/glslang/SPIRV/
H A Ddoc.h203 void set(int ceil, const char* (*name)(int), EnumParameters* ep, bool mask = false) in set() argument

Completed in 12 milliseconds

123