Searched refs:given_numerator (Results 1 - 7 of 7) sorted by relevance

/u-boot/include/linux/
H A Drational.h16 unsigned long given_numerator, unsigned long given_denominator,
/u-boot/lib/
H A Drational.c25 * you may look at given_numerator as a fixed point number,
33 unsigned long given_numerator, unsigned long given_denominator,
49 n = given_numerator;
32 rational_best_approximation( unsigned long given_numerator, unsigned long given_denominator, unsigned long max_numerator, unsigned long max_denominator, unsigned long *best_numerator, unsigned long *best_denominator) argument
/u-boot/drivers/clk/rockchip/
H A Dclk_rk3308.c73 * you may look at given_numerator as a fixed point number,
79 static void rational_best_approximation(unsigned long given_numerator, argument
88 n = given_numerator;
H A Dclk_px30.c373 * you may look at given_numerator as a fixed point number,
379 static void rational_best_approximation(unsigned long given_numerator, argument
388 n = given_numerator;
H A Dclk_rv1126.c81 * you may look at given_numerator as a fixed point number,
87 static void rational_best_approximation(unsigned long given_numerator, argument
96 n = given_numerator;
H A Dclk_rk3588.c86 * you may look at given_numerator as a fixed point number,
92 static void rational_best_approximation(unsigned long given_numerator,
101 n = given_numerator;
82 rational_best_approximation(unsigned long given_numerator, unsigned long given_denominator, unsigned long max_numerator, unsigned long max_denominator, unsigned long *best_numerator, unsigned long *best_denominator) argument
H A Dclk_rk3568.c145 * you may look at given_numerator as a fixed point number,
151 static void rational_best_approximation(unsigned long given_numerator, argument
160 n = given_numerator;

Completed in 165 milliseconds