Searched defs:ABS (Results 1 - 25 of 32) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dfold-abs-1.c3 #define ABS(x) (x > 0 ? x : -x) macro
H A Dfold-abs-3.c3 #define ABS(x) (x > 0 ? x : -x) macro
H A Dfold-abs-2.c6 #define ABS(x) (x > 0 ? x : -x) macro
H A Dfold-mod-1.c5 #define ABS(x) (x > 0 ? x : -x) macro
/haiku-buildtools/binutils/gas/testsuite/gas/tic6x/
H A Dsyntax.s13 ABS .l1 a4 , a11 label
14 ABS .L2x A5, B13 label
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dintrinsic_2.f9025 REAL :: ABS ! { dg-warning "Type specified for intrinsic function" } local in subroutine:warnings_one
37 REAL :: ABS local in subroutine:warnings_two
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Darith-rand-ll.c39 #define ABS(x) ((x) >= 0 ? (x) : -(x)) macro
H A Darith-rand.c39 #define ABS(x) ((x) >= 0 ? (x) : -(x)) macro
/haiku-buildtools/gcc/mpfr/tests/
H A Dmpfr-test.h59 #undef ABS macro
62 #define ABS(x) (((x)>0) ? (x) : -(x)) macro
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dvadd_f64.c33 #define ABS(a) __builtin_fabs (a) macro
H A Dvreinterpret_f64_1.c9 #define ABS(a) __builtin_fabs (a) macro
H A Dvdiv_f.c107 #define ABS(a) __builtin_fabs (a) macro
/haiku-buildtools/gcc/gmp/demos/calc/
H A Dcalc.h46 ABS = 264, enumerator in enum:yytokentype
77 #define ABS 264 macro
H A Dcalc.c245 ABS = 264, enumerator in enum:yytokentype
276 #define ABS 264 macro
/haiku-buildtools/gcc/libgcc/config/tilepro/
H A Dsoftdivide.c259 #define ABS(x) ((x) >= 0 ? (x) : -(x)) macro
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Dcpu-ia64-opc.c429 #define ABS IA64_OPND_CLASS_ABS macro
[all...]
/haiku-buildtools/gcc/libquadmath/printf/
H A Dgmp-impl.h28 #define ABS(x) (x >= 0 ? x : -x) macro
/haiku-buildtools/gcc/mpfr/src/
H A Dmpfr-gmp.h219 #undef ABS macro
223 #define ABS(x) ((x) >= 0 ? (x) : -(x)) macro
/haiku-buildtools/binutils/bfd/
H A Dcpu-ia64-opc.c469 #define ABS IA64_OPND_CLASS_ABS macro
[all...]
/haiku-buildtools/gcc/gmp/
H A Ddumbmp.c55 #define ABS(x) ((x) >= 0 ? (x) : -(x)) macro
/haiku-buildtools/gcc/gcc/
H A Dsystem.h670 #undef ABS /* Likewise. */ macro
/haiku-buildtools/binutils/gas/
H A Drx-parse.h62 ABS = 272, enumerator in enum:yytokentype
196 #define ABS 272 macro
H A Dbfin-parse.h121 ABS = 331, enumerator in enum:yytokentype
295 #define ABS 331 macro
/haiku-buildtools/legacy/binutils/gas/
H A Dbfin-parse.h106 ABS = 332, enumerator in enum:yytokentype
281 #define ABS 332 macro
/haiku-buildtools/legacy/gcc/gcc/
H A Drtl.h29 #undef ABS /* Likewise. */ macro

Completed in 411 milliseconds

12