Home
last modified time | relevance | path

Searched refs:adj (Results 1 – 13 of 13) sorted by relevance

/arch/x86/math-emu/
Dpoly_tan.c56 unsigned long adj; in poly_tan() local
177 adj = 0xffffffff; /* We want approx 1.0 here, but in poly_tan()
180 adj = accum.msw >> -(exponent + 1); /* tan */ in poly_tan()
181 adj = mul_32_32(adj, adj); /* tan^2 */ in poly_tan()
183 adj = 0; in poly_tan()
184 adj = mul_32_32(0x898cc517, adj); /* delta * tan^2 */ in poly_tan()
186 fix_up.msw += adj; in poly_tan()
Dpoly_l2.c184 long int exponent, adj; in log2_kernel() local
220 adj = norm_Xsig(&argSignif); in log2_kernel()
224 shr_Xsig(&accumulator, 2 * (-1 - (1 + exponent + adj))); in log2_kernel()
234 shr_Xsig(&accumulator, 6 - adj); in log2_kernel()
Dreg_constant.c52 static void fld_const(FPU_REG const * c, int adj, u_char tag) in fld_const() argument
62 st_new_ptr->sigl += adj; /* For all our fldxxx constants, we don't need to in fld_const()
Dpoly_sin.c61 unsigned long fix_up, adj; in poly_sine() local
174 adj = accumulator.lsw; /* temp save */ in poly_sine()
176 if (accumulator.lsw > adj) in poly_sine()
/arch/sh/boards/mach-dreamcast/
Drtc.c60 unsigned long adj = secs + TWENTY_YEARS; in aica_rtc_settimeofday() local
63 __raw_writel((adj & 0xffff0000) >> 16, AICA_RTC_SECS_H); in aica_rtc_settimeofday()
64 __raw_writel((adj & 0xffff), AICA_RTC_SECS_L); in aica_rtc_settimeofday()
/arch/sparc/kernel/
Dtime_64.c120 static int tick_add_compare(unsigned long adj) in tick_add_compare() argument
145 : "r" (orig_tick), "r" (adj)); in tick_add_compare()
151 return ((long)(new_tick - (orig_tick+adj))) > 0L; in tick_add_compare()
154 static unsigned long tick_add_tick(unsigned long adj) in tick_add_tick() argument
163 : "r" (adj)); in tick_add_tick()
222 static unsigned long stick_add_tick(unsigned long adj) in stick_add_tick() argument
230 : "r" (adj)); in stick_add_tick()
235 static int stick_add_compare(unsigned long adj) in stick_add_compare() argument
245 : "r" (orig_tick + adj)); in stick_add_compare()
251 return ((long)(new_tick - (orig_tick+adj))) > 0L; in stick_add_compare()
[all …]
Dsmp_64.c191 long i, delta, adj, adjust_latency = 0, done = 0; in smp_synchronize_tick_client() local
217 adj = -delta + adjust_latency/4; in smp_synchronize_tick_client()
219 adj = -delta; in smp_synchronize_tick_client()
221 tick_ops->add_tick(adj); in smp_synchronize_tick_client()
/arch/ia64/kernel/
Dsmpboot.c293 long i, delta, adj, adjust_latency = 0, done = 0; in ia64_sync_itc() local
334 adj = -delta + adjust_latency/4; in ia64_sync_itc()
336 adj = -delta; in ia64_sync_itc()
338 ia64_set_itc(ia64_get_itc() + adj); in ia64_sync_itc()
/arch/powerpc/boot/dts/
Dp2020rdb.dts235 fsl,max-adj = <249999999>;
Dp2020rdb-pc.dtsi223 fsl,max-adj = <249999999>;
Dp2020ds.dtsi181 fsl,max-adj = <249999999>;
Dmpc8313erdb.dts189 fsl,max-adj = <659999998>;
Dmpc8572ds.dtsi184 fsl,max-adj = <499999999>;