| /bind-9.11.3/lib/isc/tests/ |
| H A D | random_test.c | 367 s_obs = abs(scount) / sqrt(numbits);
|
| /bind-9.11.3/ |
| H A D | ltmain.sh | 9391 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; 9392 *) abs=`pwd`"/$lib" ;; 9394 func_append newdlfiles " $abs" 9400 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;; 9401 *) abs=`pwd`"/$lib" ;; 9403 func_append newdlprefiles " $abs"
|
| /bind-9.11.3/unit/atf-src/admin/ |
| H A D | ltmain.sh | 10836 [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;; 10837 *) abs=`pwd`"/$lib" ;; 10839 func_append newdlfiles " $abs" 10845 [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;; 10846 *) abs=`pwd`"/$lib" ;; 10848 func_append newdlprefiles " $abs"
|
| /bind-9.11.3/unit/atf-src/atf-c/detail/ |
| H A D | fs_test.c | 173 bool abs; member in struct:test 189 printf("Expected result: %s\n", t->abs ? "true" : "false"); 194 if (t->abs)
|
| /illumos-gate/usr/src/lib/libshell/common/tests/ |
| H A D | pointtype.sh | 53 print -r $((abs(_.x)+abs(_.y) ))
|
| H A D | recttype.sh | 45 print -r $(( abs((_.ur.x-_.ll.x)*(_.ur.y-_.ll.y)) ))
|
| /illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
| H A D | winsdel.c | 68 if (w->_maxy < w->_cury + abs(n)) 93 (void) __m_cc_erase(w, row, 0, row + abs(n), w->_maxx-1);
|
| /illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
| H A D | winsdel.c | 67 if (w->_maxy < w->_cury + abs(n)) 88 (void) __m_cc_erase(w, row, 0, row + abs(n) - 1, w->_maxx - 1);
|
| /illumos-gate/usr/src/lib/libbc/inc/include/ |
| H A D | stdlib.h | 45 extern int abs(/* int j */);
|
| /illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
| H A D | abs.c | 30 abs(arg) function
|
| /illumos-gate/usr/src/lib/libc/amd64/gen/ |
| H A D | abs.s | 27 .file "abs.s" 33 * abs(int arg) 41 ENTRY(abs) function 48 SET_SIZE(abs)
|
| /illumos-gate/usr/src/lib/libc/i386/gen/ |
| H A D | abs.s | 27 .file "abs.s" 31 / abs(arg) 39 ENTRY(abs) function 46 SET_SIZE(abs)
|
| /illumos-gate/usr/src/lib/libc/port/gen/ |
| H A D | imaxabs.c | 56 return (abs(arg));
|
| /illumos-gate/usr/src/lib/libc/sparc/gen/ |
| H A D | abs.s | 30 .file "abs.s" 35 * int abs(register int arg); 37 ENTRY(abs) function 44 SET_SIZE(abs)
|
| /illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
| H A D | abs.s | 27 .file "abs.s" 32 * int abs(int arg); 34 ENTRY(abs) function 41 SET_SIZE(abs)
|
| /illumos-gate/usr/src/lib/libm/common/Q/ |
| H A D | scalbnl.c | 34 #include <stdlib.h> /* abs */ 69 if ((unsigned) abs(n) >= 131072) /* cast to unsigned for -2^31 */
|
| /illumos-gate/usr/src/lib/libm/common/R/ |
| H A D | scalbnf.c | 34 #include <stdlib.h> /* abs */ 81 if ((unsigned) abs(n) >= 131072) /* cast to unsigned for -2^31 */
|
| /illumos-gate/usr/src/lib/libm/i386/src/ |
| H A D | copysign.s | 37 andl $0x7fffffff,%eax / eax <-- hi_32(abs(x))
|
| H A D | copysignf.s | 37 andl $0x7fffffff,%eax / eax <-- abs(x)
|
| H A D | ilogbf.s | 44 andl $0x7fffffff,%eax / eax <-- abs(x) 56 andl $0x7fffffff,%eax / eax <-- abs(x), and
|
| H A D | isnan.s | 45 andl $0x7fffffff,%eax / eax <-- hi_32(abs(x))
|
| H A D | isnanf.s | 39 andl $0x7fffffff,%eax / eax <-- abs(x)
|
| /illumos-gate/usr/src/head/ |
| H A D | macros.h | 42 * abs() is absolute value 47 #define abs(x) ((x) >= 0 ? (x) : -(x)) macro
|
| /illumos-gate/usr/src/cmd/bnu/ |
| H A D | uupick | 38 abs="" 122 then abs=`expr "$dir" : '/.*'` 123 if test $abs != 0
|
| /illumos-gate/usr/src/cmd/troff/troff.d/ |
| H A D | draw.c | 61 #define abs(n) ((n) >= 0 ? (n) : -(n)) macro 87 numdots = abs (yd); 99 numdots = abs (xd); 109 if (abs (xd) > abs (yd)) { 111 numdots = abs (xd); 120 numdots = abs (yd); 336 Xs = abs(ys); 337 Ys = abs(xs); 346 Xs = abs(x [all...] |