/titanic_50/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); in conicarc() 337 Ys = abs(xs); in conicarc() 346 Xs = abs(xs); in conicarc() 347 Ys = abs(ys); in conicarc() [all …]
|
/titanic_50/usr/src/lib/libc/i386/gen/ |
H A D | abs.s | 31 / abs(arg) 39 ENTRY(abs) 46 SET_SIZE(abs)
|
/titanic_50/usr/src/lib/libc/sparc/gen/ |
H A D | abs.s | 37 ENTRY(abs) 44 SET_SIZE(abs)
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | uupick | 38 abs="" 122 then abs=`expr "$dir" : '/.*'` 123 if test $abs != 0
|
/titanic_50/usr/src/lib/libc/sparcv9/gen/ |
H A D | abs.s | 34 ENTRY(abs) 41 SET_SIZE(abs)
|
/titanic_50/usr/src/lib/libc/amd64/gen/ |
H A D | abs.s | 41 ENTRY(abs) 48 SET_SIZE(abs)
|
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | winsdel.c | 67 if (w->_maxy < w->_cury + abs(n)) in winsdelln() 88 (void) __m_cc_erase(w, row, 0, row + abs(n) - 1, w->_maxx - 1); in winsdelln()
|
/titanic_50/usr/src/lib/libsqlite/test/ |
H A D | func.test | 154 # Test the abs() and round() functions. 163 catchsql {SELECT abs(a,b) FROM t1} 164 } {1 {wrong number of arguments to function abs()}} 166 catchsql {SELECT abs() FROM t1} 167 } {1 {wrong number of arguments to function abs()}} 169 catchsql {SELECT abs(b) FROM t1 ORDER BY a} 172 catchsql {SELECT abs(c) FROM t1 ORDER BY a} 175 execsql {SELECT abs(a) FROM t2} 178 execsql {SELECT abs(t1) FROM tbl1}
|
/titanic_50/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);
|
/titanic_50/usr/src/head/iso/ |
H A D | stdlib_iso.h | 121 extern int abs(int); 167 inline long abs(long _l) { return labs(_l); } in abs() function
|
H A D | math_iso.h | 160 inline double abs(double __X) { return fabs(__X); } in abs() function 164 inline float abs(float __X) { return __fabsf(__X); } in abs() function 190 inline long double abs(long double __X) { return __fabsl(__X); } in abs() function
|
/titanic_50/usr/src/uts/common/inet/sctp/ |
H A D | sctp_timer.c | 743 int abs; in sctp_update_rtt() local 749 abs = fp->sf_srtt - rtt; in sctp_update_rtt() 750 abs = abs >= 0 ? abs : -abs; in sctp_update_rtt() 751 fp->sf_rttvar = (3 * fp->sf_rttvar + abs) >> 2; in sctp_update_rtt()
|
/titanic_50/usr/src/lib/libm/i386/src/ |
H A D | ilogbf.s | 44 andl $0x7fffffff,%eax / eax <-- abs(x) 56 andl $0x7fffffff,%eax / eax <-- abs(x), and
|
/titanic_50/usr/src/lib/libfru/libfru/ |
H A D | PayloadReader.cc | 143 int abs = tail - index; in calcOffset() local 144 if (abs < 0) in calcOffset() 146 abs = iterPoss + abs; in calcOffset() 147 return (length * abs); in calcOffset()
|
/titanic_50/usr/src/uts/sun4u/io/ |
H A D | todstarcat.c | 50 #define abs(x) ((x) < 0 ? -(x) : (x)) macro 200 if (abs(hrestime.tv_sec - ts.tv_sec) > TODSC_SET_THRESHOLD) { in todsc_set()
|
H A D | todopl.c | 56 #define abs(x) ((x) < 0 ? -(x) : (x)) macro 233 if (abs(ts.tv_sec - hrestime.tv_sec) > TODOPL_SET_THRESHOLD) { in todopl_set()
|
/titanic_50/usr/src/cmd/troff/ |
H A D | n4.c | 574 int neg, abs, field; local 576 neg = abs = field = digits = 0; 591 abs = 1 + neg; 668 if (abs) { 676 if (abs == 2)
|
/titanic_50/usr/src/cmd/chmod/ |
H A D | common.c | 88 abs(mode_t mode, o_mode_t *group_clear_bits, o_mode_t *group_set_bits), 149 return (abs(old_mode, group_clear_bits, group_set_bits)); in newmode_common() 490 abs(mode_t mode, o_mode_t *group_clear_bits, o_mode_t *group_set_bits) in abs() function
|
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | abs.c | 30 abs(arg) in abs() function
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | imaxabs.c | 56 return (abs(arg)); in _imaxabs_c89()
|
/titanic_50/usr/src/lib/libshell/common/tests/ |
H A D | pointtype.sh | 53 print -r $((abs(_.x)+abs(_.y) ))
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | stdlib.h | 45 extern int abs(/* int j */);
|
/titanic_50/usr/src/lib/libslp/clib/ |
H A D | slp_auth.c | 594 caddr_t *abs, size_t *abs_len) { in make_authblock() argument 655 if (!(*abs = realloc(*abs, *abs_len + ab_len))) { in make_authblock() 661 ab = *abs + *abs_len; in make_authblock() 698 free(*abs); in make_authblock()
|
/titanic_50/usr/src/lib/libbc/inc/5include/ |
H A D | stdlib.h | 55 extern int abs(/* int j */);
|
/titanic_50/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServerDATable.java | 528 Enumeration abs = auths.elements(); in forwardRegOrDereg() local 529 while (abs.hasMoreElements()) { in forwardRegOrDereg() 530 AuthBlock ab = (AuthBlock)abs.nextElement(); in forwardRegOrDereg()
|