Searched refs:abs (Results 201 - 225 of 382) sorted by relevance

1234567891011>>

/openbsd-current/sys/arch/sparc64/sparc64/
H A Ddb_disasm.c1003 db_printf("%s0x%x", SIGN(val), (int)abs(val));
1008 db_printf("%s0x%x", SIGN(val), (int)abs(val));
1051 (int)abs(val));
/openbsd-current/sys/dev/ic/
H A Dar9003.c2266 min = MIN(abs(sin[i]), abs(cos[i]));
2267 max = MAX(abs(sin[i]), abs(cos[i]));
2774 tmp = abs(xtilde[i]);
2778 tmp = abs(b1[i]);
2782 tmp = abs(b2[i]);
2804 Qscale = get_scale(abs(scale));
2806 Qalpha = get_scale(abs(alpha));
2808 Qbeta = get_scale(abs(bet
[all...]
H A Dar9380.c515 if (abs(spur) < 10) /* +/- 10MHz range. */
604 if (abs(spur) < range)
/openbsd-current/gnu/usr.bin/perl/lib/
H A Doverload.t252 $b=abs($b);
258 $b=abs($b);
1610 is(abs($m), $num_val, 'numifies to usual reference value');
1621 is(abs($aref), $num_val, 'abs() of ref');
1834 for (qw(cos sin exp abs log sqrt int ~)) {
2342 sub twelvetative::abs { 'twelve' }
2343 sub thirteentative::abs { 'thirteen' }
2344 sub fourteentative::abs { 'fourteen' }
2348 eval 'package eleventative; use overload map +($_)x2, cos=>abs
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp91 STATISTIC(NumAbs, "Number of llvm.abs intrinsics removed");
498 // See if @llvm.abs argument is alays positive/negative, and simplify.
621 if (CB.getIntrinsicID() == Intrinsic::abs) {
886 if (LCR.abs().icmp(CmpInst::ICMP_ULT, RCR.abs())) {
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DVectorUtils.cpp46 case Intrinsic::abs: // Begin integer bit-manipulation.
104 case Intrinsic::abs:
1140 unsigned Factor = std::abs(Stride);
H A DConstantFolding.cpp1516 case Intrinsic::abs:
2811 case Intrinsic::abs:
2823 return ConstantInt::get(Ty, C0->abs());
2891 if (abs(S2) >= abs(S0) && abs(S2) >= abs(S1)) {
2902 } else if (abs(S1) >= abs(S0)) {
H A DDependenceAnalysis.cpp1221 // A dependence only exists if d is an integer and abs(d) <= U, where U is the
1497 APInt G0 = AM.abs();
1498 APInt G1 = BM.abs();
2423 RunningGCD = APIntOps::GreatestCommonDivisor(RunningGCD, ConstCoeff.abs());
2442 RunningGCD = APIntOps::GreatestCommonDivisor(RunningGCD, ConstCoeff.abs());
2467 ConstOpValue.abs());
2523 RunningGCD = APIntOps::GreatestCommonDivisor(RunningGCD, ConstCoeff.abs());
2540 RunningGCD = APIntOps::GreatestCommonDivisor(RunningGCD, ConstCoeff.abs());
2553 RunningGCD = APIntOps::GreatestCommonDivisor(RunningGCD, ConstCoeff.abs());
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/hexagon/
H A Ddfdiv.S228 PROD = abs(Q)
241 // Q is 2's complement, PROD is abs(Q)
289 // If upper parts of Q were all F's, but abs(A) == 0x00100000_00000000, we rounded up to min_normal
298 P_TMP = bitsset(PRODHI,TMP) // but a bunch of bits set in the unrounded abs(quotient)?
/openbsd-current/sys/arch/amd64/amd64/
H A Dpowernow-k8.c239 while (abs(vco_fid - vco_cfid) > 2) {
/openbsd-current/sys/arch/i386/i386/
H A Dpowernow-k8.c241 while (abs(vco_fid - vco_cfid) > 2) {
H A Dpowernow-k7.c280 if (abs(cstate->fsb - pst->fsb) > 5)
/openbsd-current/usr.sbin/unbound/testcode/
H A Dlock_verify.c153 if( abs((int)(the_time - t)) > 3600)
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp849 case Intrinsic::abs: {
958 return std::abs(PowDiff);
977 if (std::abs(PowDiff) <= 1)
984 return std::abs(PowDiff);
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86PartialReduction.cpp226 if (match(Op, PatternMatch::m_Intrinsic<Intrinsic::abs>())) {
/openbsd-current/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp155 if (std::abs(CurProbeFactor - PrevProbeFactor) >
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dradeon_display.c1054 diff = abs(target_clock - (pll->reference_freq * fb_div) /
1235 error = abs(current_freq - freq);
1236 vco_diff = abs(vco - best_vco);
1241 (abs(error - best_error) < 100 && vco_diff < best_vco_diff)))) {
/openbsd-current/sys/dev/gpio/
H A Dgpiodcf.c419 skew = abs(tdiff_local - tdiff_recv);
/openbsd-current/sys/dev/usb/
H A Dutpms.c605 ad = abs(delta);
/openbsd-current/gnu/gcc/gcc/
H A Dcfg.c448 if (EDGE_COUNT (bb->succs) && abs (sum - REG_BR_PROB_BASE) > 100)
464 if (abs (sum - bb->frequency) > 100)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/pdp11/
H A Dpdp11.c117 && abs (INTVAL(op)) > 1
118 && abs (INTVAL(op)) <= 4);
/openbsd-current/games/snake/
H A Dsnake.c681 if ((abs(ps->col - you.col) < (ccnt / 12)) && (you.line != ps->line)) {
698 } else if ((abs(ps->line - you.line) < (lcnt / 7)) && (you.col != ps->col)) {
/openbsd-current/games/hack/
H A Dhack.mklev.c618 dix = abs(xx-tx);
619 diy = abs(yy-ty);
H A Dhack.c665 dx = x - u.ux; adx = abs(dx); sdx = sgn(dx);
666 dy = y - u.uy; ady = abs(dy); sdy = sgn(dy);
/openbsd-current/lib/libcurses/tty/
H A Dlib_mvcur.c118 && (abs(ty-fy) + abs(tx-fx) > LONG_DIST))

Completed in 420 milliseconds

1234567891011>>