Home
last modified time | relevance | path

Searched defs:fmin (Results 1 - 25 of 43) sorted by relevance

12

/third_party/musl/src/math/powerpc64/
H A Dfmin.c5 double fmin(double x, double y) in fmin() function
/third_party/musl/src/math/riscv32/
H A Dfmin.c5 double fmin(double x, double y) in fmin() function
/third_party/musl/src/math/
H A Dfmin.c3 double fmin(double x, double y) in fmin() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dfmin.c3 double fmin(double x, double y) in fmin() function
/third_party/musl/src/math/riscv64/
H A Dfmin.c5 double fmin(double x, double y) in fmin() function
/third_party/musl/src/math/aarch64/
H A Dfmin.c3 double fmin(double x, double y) in fmin() function
/kernel/linux/linux-5.10/drivers/clk/
H A Dclk-scmi.c41 u64 fmin, fmax, ftmp; in scmi_clk_round_rate() local
H A Dclk-scpi.c66 unsigned long fmin = 0, fmax = ~0, ftmp; in __scpi_dvfs_round_rate() local
/foundation/multimodalinput/input/service/rust/src/
H A Dlib.rs624 fn fmin(a: f64, b: f64) -> f64; in fmin() functions
/kernel/linux/linux-5.10/drivers/clk/mediatek/
H A Dclk-pll.c162 unsigned long fmin = pll->data->fmin ? pll->data->fmin : (1000 * MHZ); in mtk_pll_calc_values() local
H A Dclk-mtk.h227 unsigned long fmin; member
/kernel/linux/linux-6.6/drivers/clk/
H A Dclk-scpi.c65 unsigned long fmin = 0, fmax = ~0, ftmp; in __scpi_dvfs_round_rate() local
H A Dclk-scmi.c43 u64 fmin, fmax, ftmp; in scmi_clk_round_rate() local
/kernel/linux/linux-6.6/drivers/clk/mediatek/
H A Dclk-pll.c140 unsigned long fmin = pll->data->fmin ? pll->data->fmin : (1000 * MHZ); in mtk_pll_calc_values() local
H A Dclk-pll.h40 unsigned long fmin; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dtgmath.h172 #undef fmin macro
235 #define fmin(x,y) __tg_real_2(fmin, (x), (y)) macro
/kernel/linux/linux-5.10/arch/arm/mach-vexpress/
H A Dspc.c281 u32 fmin = 0, fmax = ~0, ftmp; in ve_spc_round_performance() local
/kernel/linux/linux-6.6/arch/arm/mach-versatile/
H A Dspc.c273 u32 fmin = 0, fmax = ~0, ftmp; in ve_spc_round_performance() local
/kernel/linux/linux-5.10/drivers/macintosh/
H A Dwindfarm_pm112.c133 int fmin; in create_cpu_loop() local
H A Dwindfarm_rm31.c298 int fmin, fmax, hsize; in cpu_setup_pid() local
422 s32 fmin = wf_control_get_min(backside_fan); in backside_setup_pid() local
489 s32 fmin = wf_control_get_min(slots_fan); in slots_setup_pid() local
/kernel/linux/linux-6.6/drivers/macintosh/
H A Dwindfarm_pm112.c135 int fmin; in create_cpu_loop() local
H A Dwindfarm_rm31.c298 int fmin, fmax, hsize; in cpu_setup_pid() local
422 s32 fmin = wf_control_get_min(backside_fan); in backside_setup_pid() local
489 s32 fmin = wf_control_get_min(slots_fan); in slots_setup_pid() local
/third_party/musl/porting/uniproton/kernel/include/
H A Dtgmath.h173 #undef fmin macro
236 #define fmin(x,y) __tg_real_2(fmin, (x), (y)) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtgmath.h173 #undef fmin macro
236 #define fmin(x,y) __tg_real_2(fmin, (x), (y)) macro
/third_party/musl/include/
H A Dtgmath.h173 #undef fmin macro
236 #define fmin(x,y) __tg_real_2(fmin, (x), (y)) macro

Completed in 15 milliseconds

12