Searched refs:abs (Results 1 - 25 of 539) sorted by path

1234567891011>>

/linux-master/arch/m68k/fpsp040/
H A Dbindec.S28 | A2. Set X = abs(input).
57 | 10^^(abs(ISCALE)) using a rounding mode which is a
122 | a2: pointer to FP_X; abs(original value) in ext
208 | A2. Set X = abs(input).
214 andil #0x7fffffff,FP_SCR2(%a6) |create abs(X)
332 | of ISCALE, used in A9. Fp1 contains 10^^(abs(ISCALE)) using
398 negl %d0 |and take abs of ISCALE
484 fabsx %fp0 |use abs(X)
629 | fp0: int portion of Y/abs(YINT) adjusted
662 fabsx %fp0 |take abs o
[all...]
H A Ddecbin.S250 | 5. Check if the exp has crossed zero in #3 above; make the exp abs
288 ble pwrten |if abs(expA) <28, skip ap/st zeros
316 negl %d1 |now its neg; get abs
364 negl %d1 |take abs of exp and clr SE
479 | ( ) fp1: scaling factor - 10**(abs(exp))
H A Dres_func.S165 bclrb #7,LOCAL_EX(%a0) |do abs
464 bclrb #7,LOCAL_EX(%a0) |do abs
617 | abs(dest_exp - src_exp) >= $8000
H A Dstan.S315 |--If compact form of abs(arg) in d0=$7ffeffff, argument is so large that
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S5470 #--If compact form of abs(arg) in d0=$7ffeffff, argument is so large that
5901 #--If compact form of abs(arg) in d0=$7ffeffff, argument is so large that
H A Dfpsp.S5576 #--If compact form of abs(arg) in d0=$7ffeffff, argument is so large that
6007 #--If compact form of abs(arg) in d0=$7ffeffff, argument is so large that
23202 # 5. Check if the exp has crossed zero in #3 above; make the exp abs
23240 ble.w pwrten # if abs(expA) <28, skip ap/st zeros
23268 neg.l %d1 # now its neg; get abs
23316 neg.l %d1 # take abs of exp and clr SE
23431 # ( ) fp1: scaling factor - 10**(abs(exp))
23481 # A2. Set X = abs(input). #
23510 # 10^^(abs(ISCALE)) using a rounding mode which is a #
23601 # a2: pointer to FP_X; abs(origina
[all...]
/linux-master/arch/mips/dec/
H A Dtime.c96 if (((abs(real_minutes - cmos_minutes) + 15) / 30) & 1)
100 if (abs(real_minutes - cmos_minutes) < 30) {
/linux-master/arch/mips/include/asm/
H A Dmc146818-time.h57 if (((abs(real_minutes - cmos_minutes) + 15)/30) & 1)
61 if (abs(real_minutes - cmos_minutes) < 30) {
/linux-master/arch/powerpc/kernel/
H A Dsmp-tbsync.c146 score = abs(score);
147 score2 = abs(score2);
/linux-master/drivers/clk/at91/
H A Dclk-audio-pll.c309 tmp_diff = abs(rate - tmp_rate);
346 tmp_diff = abs(rate - tmp_rate);
/linux-master/drivers/clk/
H A Dclk-multiplier.c60 return abs(rate - new) < abs(rate - best);
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Dgpuobj.c202 abs(align), zero, &gpuobj->memory);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dpllgt215.c67 err = abs(freq - (info->refclk * N / M / *P));
H A Dpllnv04.c108 delta = abs(calcclk - clk);
204 delta = abs(calcclkout - clk);
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_hdmi_tmds_clk.c103 abs(rate - rounded / i / j) <
104 abs(rate - best_parent / best_half /
H A Dsun8i_hdmi_phy_clk.c49 abs(rate - rounded / i) <
50 abs(rate - best_rate / best_div)) {
/linux-master/drivers/hid/
H A Dhid-speedlink.c49 * don't. However, catching abs(value)>=256 is restrictive enough not
52 if (abs(value) >= 256)
/linux-master/drivers/isdn/mISDN/
H A Ddsp_ecdis.h63 Use abs instead of multiply for speed (is it really faster?).
67 det->channel_level += ((abs(amp) - det->channel_level) >> 5);
68 det->notch_level += ((abs(notched) - det->notch_level) >> 4);
/linux-master/drivers/media/dvb-frontends/
H A Dstb0899_algo.c177 if ((lock > 48) && (abs(timing) >= 110)) {
214 if (abs(derot_freq) > derot_limit)
290 if(abs(derot_freq) > derot_limit)
395 if (abs(derot_freq) > derot_limit)
774 while ((1 << i) <= abs(number))
H A Dstv0900_sw.c1248 if (abs(offsetFreq) <= ((intp->srch_range[d] / 2000) + 500))
1250 else if (abs(offsetFreq) <=
1255 } else if (abs(offsetFreq) <= ((intp->srch_range[d] / 2000) + 500))
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821-medusa-video.c545 temp = ~(abs(numeric) & 0xFF);
/linux-master/drivers/media/usb/gspca/
H A Dautogain_functions.c33 steps = abs(desired_avg_lum - avg_lum) / deadzone;
/linux-master/drivers/net/wireless/intersil/p54/
H A Deeprom.c623 if (abs(freq - entry[i].freq) <
624 abs(freq - entry[found].freq)) {
/linux-master/drivers/video/fbdev/geode/
H A Dvideo_gx.c136 min = abs(pll_table[0].pixclock - info->var.pixclock);
138 diff = abs(pll_table[i].pixclock - info->var.pixclock);
/linux-master/drivers/video/fbdev/via/
H A Dhw.c1384 f = abs(get_pll_output_frequency(f0, cur) - clk);
1388 if (abs(get_pll_output_frequency(f0, up) - clk) < f)
1390 else if (abs(get_pll_output_frequency(f0, down) - clk) < f)
1398 f = abs(get_pll_output_frequency(f0, cur) - clk);
1399 if (f < abs(get_pll_output_frequency(f0, best) - clk))
2006 if (abs(best->refresh - long_refresh) > 3) {

Completed in 446 milliseconds

1234567891011>>