Searched refs:abs (Results 151 - 175 of 187) sorted by relevance

12345678

/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c1332 tt_int_op(abs(total_diff/9 - wantres), <, acceptdiff);
/freebsd-9.3-release/contrib/ntp/util/
H A Dtg2.c838 dut1 = abs(dut1);
/freebsd-9.3-release/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp3184 return( abs(abs(left-pageoffset) - abs(pageoffset+linelength-right))
/freebsd-9.3-release/sys/mips/mips/
H A Dfp.S694 move v1, v0 # v1 = abs(difference)
708 li t9, 32 # compute 32 - abs(exp diff)
819 move v1, v0 # v1 = abs(difference)
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp175 const APInt &PosVal = Val.abs();
H A DInstCombineCompares.cpp2111 // ie, abs(val) != 0 -> val != 0
2700 APInt AP1Abs = C1->getValue().abs();
2701 APInt AP2Abs = C2->getValue().abs();
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Ddigest.c602 if (abs((kdc_time & 0xffffffff) - t) > context->max_skew) {
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dinit_creds_pw.c234 switch (abs(lr->val[i].lr_type)) {
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1847 if (abs(pList[i] * EEP_SCALE - (int32_t) target) < EEP_DELTA) {
/freebsd-9.3-release/sys/dev/bwi/
H A Dbwimac.c814 if (abs(rf->rf_base_tssi - rf->rf_idle_tssi) >= 20) {
/freebsd-9.3-release/sys/dev/iwn/
H A Dif_iwn.c4236 if (abs(temp - sc->temp) >= 3) {
4291 if (abs(vdiff) > 2)
4673 cmd.gain[i] = MIN(abs(delta), 3);
4707 cmd.gain[i - 1] = MIN(abs(delta), 3);
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1991 Upper = CI2->getValue().abs();
2005 APInt Val = CI2->getValue().abs();
H A DValueTracking.cpp549 APInt RA = Rem->getValue().abs();
1459 // abs(x) != -0.0
1460 if (F->getName() == "abs") return true;
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2648 if (std::abs(spread) > MaxReorderWindow) {
2658 if (std::abs(spread) > MaxReorderWindow)
/freebsd-9.3-release/contrib/bsnmp/snmpd/
H A Dmain.c352 abs(pdu->engine.engine_time - snmpd_engine.engine_time) >
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DAPInt.cpp1387 // abs(t[i]) is known to be less than *this/2 (see the link above).
1402 ad = d.abs();
1406 q1 = signedMin.udiv(anc); // initialize q1 = 2p/abs(nc)
1407 r1 = signedMin - q1*anc; // initialize r1 = rem(2p,abs(nc))
1408 q2 = signedMin.udiv(ad); // initialize q2 = 2p/abs(d)
1409 r2 = signedMin - q2*ad; // initialize r2 = rem(2p,abs(d))
1412 q1 = q1<<1; // update q1 = 2p/abs(nc)
1413 r1 = r1<<1; // update r1 = rem(2p/abs(nc))
1418 q2 = q2<<1; // update q2 = 2p/abs(d)
1419 r2 = r2<<1; // update r2 = rem(2p/abs(
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1456 // abs(x) -> x >s -1 ? x : -x
2084 case LibFunc::abs:
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_ucast_ftree.c2996 if (abs(p_sw->rank - p_remote_sw->rank) != 1) {
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c2496 if (abs(lp[0] * EEP_SCALE - target) < EEP_DELTA) {
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3688 (C->getValue()->getValue().abs() * APInt(BitWidth, F.Scale))
3718 if ((C->getValue()->getValue() + NewF.BaseOffset).abs().slt(
/freebsd-9.3-release/sys/dev/bwn/
H A Dif_bwn.c2104 delta = abs(q - f);
6000 pga = abs(10 - lb_gain) / 6;
6375 (abs(test.i) <= 16 && abs(test.q) <= 16)) {
14129 for (tmp = abs(val); tmp != 0; tmp >>= 1)
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcoffcode.h3174 pad = abs (current->vma - sofar) % align;
3737 /* Don't include the internal abs section in the section count */
/freebsd-9.3-release/contrib/gcclibs/libdecnumber/
H A DdecNumber.c641 /* This computes C = abs(A) */
973 /* Specification restriction: abs(n) must be <=999999999 */
5658 printf (" E%c%d", esign, abs (dn->exponent));
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DItaniumMangle.cpp697 Value.abs().print(Out, /*signed*/ false);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp2346 unsigned MinPossibleEditDistance = abs((int)MethodName.size() - (int)Typo.size());

Completed in 359 milliseconds

12345678