Searched defs:abs (Results 1 - 25 of 45) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.jason/
H A Dc-inline.C6 inline double abs (double) { return 0.0; } function
7 inline short abs (short) { return 0; } function
10 inline int abs (int) { return 0; } // causes segfault - function
H A Dloverload4.C4 inline char abs (char x) { return 0; } function
7 inline int abs (int x) { return 1; } function
H A Doverload22.C5 inline double abs (double x) { return x;} function
6 inline int abs (int i) { return i; } function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.jason/
H A Dc-inline.C6 inline double abs (double) { return 0.0; } function
7 inline short abs (short) { return 0; } function
10 inline int abs (int) { return 0; } // causes segfault - function
H A Dloverload4.C4 inline char abs (char x) { return 0; } function
7 inline int abs (int x) { return 1; } function
H A Doverload22.C5 inline double abs (double x) { return x;} function
6 inline int abs (int i) { return i; } function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dpr15784-1.c4 #define abs(x) x > 0 ? x : -x macro
H A Dpr15784-2.c4 #define abs(x) x > 0 ? x : -x macro
H A Dpr15784-3.c5 #define abs(x) x > 0 ? x : -x macro
/netbsd-6-1-5-RELEASE/lib/libc/stdlib/
H A DLint_abs.c12 abs(j) function
H A Dabs.c44 abs(j) function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dabs-1-lib.c9 abs (int x) function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr20470.c6 #define abs(x) ((x) >= 0 ? (x) : -(x)) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dabs-1-lib.c9 abs (int x) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr15784-2.c4 #define abs(x) x > 0 ? x : -x macro
H A Dpr15784-3.c6 #define abs(x) x > 0 ? x : -x macro
H A Dpr15784-1.c4 #define abs(x) x > 0 ? x : -x macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr20470.c6 #define abs(x) ((x) >= 0 ? (x) : -(x)) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/builtins/lib/
H A Dabs.c13 abs (int x) function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/builtins/lib/
H A Dabs.c12 abs (int x) function
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/i386/
H A Dabsrel.s1 abs = 0x1234 define
[all...]
H A Dpcrel.s1 abs = 0x1234 define
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/util/
H A Dtimetrim.c40 #define abs(X) (((X) < 0) ? -(X) : (X)) macro
/netbsd-6-1-5-RELEASE/sys/external/isc/atheros_hal/ic/
H A Dah_osdep.h54 #define abs(_a) __builtin_abs(_a) macro
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libntp/
H A Dadjtime.c138 #define abs(x) ((x) < 0 ? -(x) : (x)) macro

Completed in 363 milliseconds

12