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

123

/freebsd-11-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-11-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-11-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-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNDPPCombine.cpp199 assert(0LL == (Mod0->getImm() & ~(SISrcMods::ABS | SISrcMods::NEG)));
222 assert(0LL == (Mod1->getImm() & ~(SISrcMods::ABS | SISrcMods::NEG)));
496 const int64_t Mask = ~(SISrcMods::ABS | SISrcMods::NEG);
H A DSIDefines.h183 ABS = 1 << 1, // Floating-point absolute modifier
185 NEG_HI = ABS, // Floating-point negate high packed component modifier.
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h61 #ifndef ABS
62 #define ABS(a) ((a) < 0 ? -(a) : (a)) macro
/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Dncsw_ext.h164 #define ABS(a) ((a<0)?(a*-1):a) macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h450 /// ABS - Determine the unsigned absolute value of a signed integer value of
454 ABS, enumerator in enum:llvm::ISD::NodeType
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Ddtsec.c115 tmpClk = (uint32_t)ABS(refClk/60 - 1);
121 tmpClk = (uint32_t)ABS(refClk/60 - 1);
127 tmpClk = (uint32_t)ABS(refClk/80 - 1);
133 tmpClk = (uint32_t)ABS(refClk/100 - 1);
139 tmpClk = (uint32_t)ABS(refClk/140 - 1);
145 tmpClk = (uint32_t)ABS(refClk/280 - 1);
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c5706 #define ABS(x) ((x) >= 0 ? (x) : (-(x))) macro
5821 if ((ABS(magnitude) < ABS(magnitude_max)) ||
5822 (ABS(magnitude) < ABS(magnitude_min)))
5826 if ((ABS(phase) < ABS(phase_max)) ||
5827 (ABS(phase) < ABS(phase_min)))
5836 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-11-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-11-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-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp300 MCSymbol *ABS = Context.createTempSymbol();
301 OS.EmitAssignment(ABS, Expr);
302 return MCSymbolRefExpr::create(ABS, Context);
306 const MCExpr *ABS = forceExpAbs(OS, Value); local
307 OS.EmitValue(ABS, Size);
/freebsd-11-stable/contrib/gcc/
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...]
/freebsd-11-stable/sys/contrib/edk2/Include/
H A DBase.h910 #define ABS(a) \ macro
/freebsd-11-stable/sys/geom/raid/
H A Dtr_raid1.c485 #define ABS(x) (((x) >= 0) ? (x) : (-(x))) macro
512 if (ABS(G_RAID_SUBDISK_POS(sd) - bp->bio_offset) <
/freebsd-11-stable/sys/dev/acpi_support/
H A Dacpi_ibm.c148 #define ABS(x) (((x) < 0)? -(x) : (x)) macro
972 &temp[i])) || ABS(temp[i]) == 128 || temp[i] == 0)
/freebsd-11-stable/sys/geom/uzip/
H A Dg_uzip.c68 #ifndef ABS
69 #define ABS(a) ((a) < 0 ? -(a) : (a)) macro

Completed in 503 milliseconds

123