Searched refs:ABS (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-10-stable/contrib/binutils/bfd/
H A Dcpu-ia64-opc.c429 #define ABS IA64_OPND_CLASS_ABS macro
510 { ABS, ins_cimmu, ext_cimmu, 0, {{ 5, 20 }}, UDEC, /* CCNT5 */
512 { ABS, ins_cnt, ext_cnt, 0, {{ 2, 27 }}, UDEC, /* CNT2a */
514 { ABS, ins_cnt2b, ext_cnt2b, 0, {{ 2, 27 }}, UDEC, /* CNT2b */
516 { ABS, ins_cnt2c, ext_cnt2c, 0, {{ 2, 30 }}, UDEC, /* CNT2c */
518 { ABS, ins_immu, ext_immu, 0, {{ 5, 14}}, UDEC, /* CNT5 */
520 { ABS, ins_immu, ext_immu, 0, {{ 6, 27}}, UDEC, /* CNT6 */
522 { ABS, ins_cimmu, ext_cimmu, 0, {{ 6, 20}}, UDEC, /* CPOS6a */
524 { ABS, ins_cimmu, ext_cimmu, 0, {{ 6, 14}}, UDEC, /* CPOS6b */
526 { ABS, ins_cimm
[all...]
/freebsd-10-stable/sys/ia64/include/
H A Dasm.h129 * ABS
132 #define ABS(_name_, _value_) \ macro
/freebsd-10-stable/contrib/llvm/lib/MC/
H A DMCStreamer.cpp73 MCSymbol *ABS = Context.CreateTempSymbol();
74 EmitAssignment(ABS, Expr);
75 return MCSymbolRefExpr::Create(ABS, Context);
136 const MCExpr *ABS = ForceExpAbs(Value); local
137 EmitValue(ABS, Size);
/freebsd-10-stable/contrib/flex/
H A Dgen.c450 ecgroup[i] = ABS (ecgroup[i]);
471 ecgroup[i] = ABS (ecgroup[i]);
1283 i, ABS (tecbck[i]));
1285 mkdata (ABS (tecbck[i]));
1286 yymecs_data[i] = ABS (tecbck[i]);
H A Ddfa.c198 ec = ABS (ecgroup[i]);
1006 else if (ABS (ecgroup[sym]) == transsym)
H A Dflexdef.h147 #ifndef ABS
148 #define ABS(x) ((x) < 0 ? -(x) : (x)) macro
/freebsd-10-stable/contrib/gdb/gdb/
H A Dm2-exp.y176 %token SIZE CAP ORD HIGH ABS MIN_FUNC MAX_FUNC FLOAT_FUNC VAL CHR ODD TRUNC
250 exp : ABS '(' exp ')'
794 {"ABS", ABS },
H A Dada-lex.l200 abs { return ABS; }
H A Dm2-exp.c74 ABS = 276, enumerator in enum:yytokentype
122 #define ABS 276 macro
514 "VARNAME", "TYPENAME", "SIZE", "CAP", "ORD", "HIGH", "ABS", "MIN_FUNC",
2287 {"ABS", ABS },
H A Dada-exp.y194 %right STARSTAR ABS NOT
315 exp : ABS exp %prec UNARY
H A Dada-exp.c85 ABS = 287, enumerator in enum:yytokentype
133 #define ABS 287 macro
534 "'/'", "REM", "MOD", "NOT", "ABS", "STARSTAR", "TICK_LENGTH",
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h61 #ifndef ABS
62 #define ABS(a) ((a) < 0 ? -(a) : (a)) macro
/freebsd-10-stable/contrib/gcc/
H A Drtl.def569 DEF_RTL_EXPR(ABS, "abs", "e", RTX_UNARY)
H A Dsimplify-rtx.c640 (OP:SI foo:SI) if OP is NEG or ABS. */
641 if ((GET_CODE (op) == ABS
724 (OP:SF foo:SF) if OP is NEG or ABS. */
725 if ((GET_CODE (op) == ABS
761 case ABS:
764 return simplify_gen_unary (ABS, mode, XEXP (op, 0),
772 /* If operand is something known to be positive, ignore the ABS. */
773 if (GET_CODE (op) == FFS || GET_CODE (op) == ABS
782 /* If operand is known to be only -1 or 0, convert ABS to NEG. */
1006 case ABS
[all...]
H A Dsched-vis.c209 case ABS:
H A Doptabs.c2479 if (code == ABS)
2496 temp = expand_binop (imode, code == ABS ? and_optab : xor_optab,
2515 temp = expand_binop (imode, code == ABS ? and_optab : xor_optab,
2842 temp = expand_absneg_bit (ABS, mode, op0, target);
3143 op0 = simplify_unary_operation (ABS, mode, op0, mode);
5280 abs_optab = init_optab (ABS);
5281 absv_optab = init_optabv (ABS);
/freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c5412 #define ABS(x) ((x) >= 0 ? (x) : (-(x))) macro
5527 if ((ABS(magnitude) < ABS(magnitude_max)) ||
5528 (ABS(magnitude) < ABS(magnitude_min)))
5532 if ((ABS(phase) < ABS(phase_max)) ||
5533 (ABS(phase) < ABS(phase_min)))
5542 if (ABS(magnitude_ma
[all...]
H A Dar9300_paprd.c76 #define ABS(_x, _y) ((int)_x > (int)_y ? (int)_x - (int)_y : (int)_y - (int)_x) macro
119 if (ABS(target_power_val_t2[power_tblindex],
131 ABS(ahp->paprd_training_power,
190 if (ABS(target_power_val_t2[power_tblindex], ahp->paprd_training_power)
404 #undef ABS macro
/freebsd-10-stable/sys/dev/sound/isa/
H A Dess.c48 #define ABS(x) (((x) < 0)? -(x) : (x)) macro
443 use0 = (ABS(speed - s0) < ABS(speed - s1))? 1 : 0;
/freebsd-10-stable/sys/dev/sound/pci/
H A Dsolo.c43 #define ABS(x) (((x) < 0)? -(x) : (x)) macro
409 use0 = (ABS(speed - s0) < ABS(speed - s1))? 1 : 0;
/freebsd-10-stable/sys/dev/acpi_support/
H A Dacpi_ibm.c147 #define ABS(x) (((x) < 0)? -(x) : (x)) macro
880 &temp[i])) || ABS(temp[i]) == 128 || temp[i] == 0)
/freebsd-10-stable/sys/geom/raid/
H A Dtr_raid1.c493 #define ABS(x) (((x) >= 0) ? (x) : (-(x))) macro
520 if (ABS(G_RAID_SUBDISK_POS(sd) - bp->bio_offset) <
H A Dtr_raid1e.c638 #define ABS(x) (((x) >= 0) ? (x) : (-(x))) macro
681 if (ABS(G_RAID_SUBDISK_POS(sd) - offset) <
/freebsd-10-stable/sys/geom/uzip/
H A Dg_uzip.c68 #ifndef ABS
69 #define ABS(a) ((a) < 0 ? -(a) : (a)) macro
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_mirror.c200 if (ABS(lastoffset - zio_offset) < rotating_seek_offset)

Completed in 603 milliseconds

12