Searched refs:int_sqrt (Results 1 – 23 of 23) sorted by relevance
20 unsigned long int_sqrt(unsigned long x) in int_sqrt() function41 EXPORT_SYMBOL(int_sqrt);54 return int_sqrt((unsigned long) x); in int_sqrt64()
216 unsigned long int_sqrt(unsigned long);223 return (u32)int_sqrt(x); in int_sqrt64()
131 return (u32)int_sqrt(sum); in freq_magnitude()154 return (u32)int_sqrt(sum / samples); in noise_magnitude()
166 lib/math/int_sqrt.c
214 c2 = -ts->calib.r - int_sqrt(ts->calib.r * ts->calib.r - c1); in tegra_tsensor_temp_to_counter()
73 limit = (16 * int_sqrt(low_pages)) << (PAGE_SHIFT-10); in nfsd_cache_size_limit()
545 val = int_sqrt(debtime * 1000 / 115); in vmk80xx_cnt_insn_write()
411 int_sqrt((rqd->scale_step + 1) << 8)); in rwb_arm_timer()
269 p = int_sqrt(cndat << 16); in tc90522s_get_frontend()
624 val = int_sqrt(2 * val); in sx9324_write_thresh()
990 congestion_kb = (16*int_sqrt(totalram_pages())) << (PAGE_SHIFT-10); in default_congestion_kb()
1189 state->crit_factor = int_sqrt(1 << page_order); in bch_bset_sort_state_init()
1459 ls = nr_cpu_ids / int_sqrt(nr_cpu_ids); in rcu_organize_nocb_kthreads()
1118 h_period = int_sqrt(h_period); in fb_get_hblank_by_dclk()
2173 nfs_congestion_kb = (16*int_sqrt(totalram_pages())) << (PAGE_SHIFT-10); in nfs_init_writepagecache()
1189 return int_sqrt(x*x + y*y); in int_dist()3126 width = 2 * int_sqrt(a * WACOM_CONTACT_AREA_SCALE); in wacom_bpt3_touch_msg()
1743 tmp4 = -int_sqrt(tmp4); in lpphy_calc_rx_iq_comp()
4547 b = int_sqrt(b / tmp - a * a) - (1 << 10); in b43_nphy_calc_rx_iq_comp()
1237 b = (s32) int_sqrt((unsigned long) b); in wlc_lcnphy_calc_rx_iq_comp()
26159 b = (s32) int_sqrt((unsigned long) b); in wlc_phy_calc_rx_iq_comp_nphy()
6543 new_min_free_kbytes = int_sqrt(lowmem_kbytes * 16); in calculate_min_free_kbytes()
2296 inactive_ratio = int_sqrt(10 * gb); in inactive_is_low()
3309 This option enables the KUnit test suite for the int_sqrt() function,