Searched refs:adj (Results 1 – 13 of 13) sorted by relevance
/arch/x86/math-emu/ |
D | poly_tan.c | 56 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()
|
D | poly_l2.c | 184 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()
|
D | reg_constant.c | 52 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()
|
D | poly_sin.c | 61 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/ |
D | rtc.c | 60 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/ |
D | time_64.c | 120 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 …]
|
D | smp_64.c | 191 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/ |
D | smpboot.c | 293 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/ |
D | p2020rdb.dts | 235 fsl,max-adj = <249999999>;
|
D | p2020rdb-pc.dtsi | 223 fsl,max-adj = <249999999>;
|
D | p2020ds.dtsi | 181 fsl,max-adj = <249999999>;
|
D | mpc8313erdb.dts | 189 fsl,max-adj = <659999998>;
|
D | mpc8572ds.dtsi | 184 fsl,max-adj = <499999999>;
|