HomeSort by relevance Sort by last modified time
    Searched defs:abs (Results 1 - 25 of 25) sorted by null

  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
abs.c 30 abs(arg) function
  /onnv/onnv-gate/usr/src/lib/libc/i386/gen/
abs.s 27 .file "abs.s"
31 / abs(arg)
39 ENTRY(abs) function
46 SET_SIZE(abs)
  /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/
abs.s 30 .file "abs.s"
35 * int abs(register int arg);
37 ENTRY(abs) function
44 SET_SIZE(abs)
  /onnv/onnv-gate/usr/src/lib/libc/amd64/gen/
abs.s 27 .file "abs.s"
33 * abs(int arg)
41 ENTRY(abs) function
48 SET_SIZE(abs)
  /onnv/onnv-gate/usr/src/lib/libc/sparcv9/gen/
abs.s 27 .file "abs.s"
32 * int abs(int arg);
34 ENTRY(abs) function
41 SET_SIZE(abs)
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
bigint.pl 98 &abs(&'bnorm(@_));
101 sub abs { # post-normalized abs for internal use
154 ($x, $y) = (&abs($x),&abs($y)); # make abs
250 return wantarray ? ('+0',$x) : '+0' if (&cmp(&abs($x),&abs($y)) < 0);
100 sub abs { # post-normalized abs for internal use subroutine
  /onnv/onnv-gate/usr/src/head/iso/
stdlib_iso.h 124 extern int abs(int);
170 inline long abs(long _l) { return labs(_l); } function
178 extern int abs();
  /onnv/onnv-gate/usr/src/head/
macros.h 41 * abs() is absolute value
46 #define abs(x) ((x) >= 0 ? (x) : -(x)) macro
  /onnv/onnv-gate/usr/src/uts/sun4u/io/
todopl.c 56 #define abs(x) ((x) < 0 ? -(x) : (x)) macro
233 if (abs(ts.tv_sec - hrestime.tv_sec) > TODOPL_SET_THRESHOLD) {
todstarcat.c 50 #define abs(x) ((x) < 0 ? -(x) : (x)) macro
200 if (abs(hrestime.tv_sec - ts.tv_sec) > TODSC_SET_THRESHOLD) {
  /onnv/onnv-gate/usr/src/cmd/chmod/
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));
490 abs(mode_t mode, o_mode_t *group_clear_bits, o_mode_t *group_set_bits) function
  /onnv/onnv-gate/usr/src/lib/libfru/libfru/
PayloadReader.cc 143 int abs = tail - index; local
144 if (abs < 0)
145 // abs is negative here
146 abs = iterPoss + abs;
147 return (length * abs);
  /onnv/onnv-gate/usr/src/uts/common/inet/sctp/
sctp_timer.c 710 int abs; local
716 abs = fp->srtt - rtt;
717 abs = abs >= 0 ? abs : -abs;
718 fp->rttvar = (3 * fp->rttvar + abs) >> 2;
  /onnv/onnv-gate/usr/src/cmd/fps/fptest/
linpack.c 216 REAL abs; local
289 abs = (REAL)fabs((double)b[i]);
290 *resid = (*resid > abs) ? *resid : abs;
291 abs = (REAL)fabs((double)x[i]);
292 normx = (normx > abs) ? normx : abs;
422 REAL abs; local
436 abs = (REAL)fabs((double)x);
438 return (eps * abs);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/troff/
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)
  /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
ServerDATable.java 528 Enumeration abs = auths.elements(); local
529 while (abs.hasMoreElements()) {
530 AuthBlock ab = (AuthBlock)abs.nextElement();
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
Complex.pm 81 'abs' => \&abs,
564 # (abs)
568 sub abs { subroutine
574 return CORE::abs($z);
685 @{$z->polar} : (CORE::abs($z), $z >= 0 ? 0 : pi);
740 Math::Complex::abs(@_);
936 if (! ref $z) && CORE::abs($z) <= 1;
961 if (! ref $z) && CORE::abs($z) <= 1;
1163 if CORE::abs($re) < 1
    [all...]
  /onnv/onnv-gate/usr/src/cmd/troff/troff.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(xs)
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/sunfire/io/
sysctrl_dr.c 276 #define abs(x) ((x) < 0 ? -(x) : (x)) macro
299 if (abs(cpu_freq - Fmod) < 8)
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/vm/
mach_kpm.c 1103 #define abs(x) ((x) < 0 ? -(x) : (x)) macro
1133 *kpm_vac_rangep = abs(vcolor - vcolor_pa);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/
gld.c 208 #define abs(a) ((a) < 0 ? -(a) : a) macro
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/ufs/
ufs_panic.c 55 #define abs(x) ((x) < 0? -(x): (x)) macro
1136 * be abs(retry) for the next cycle
1166 f->uf_retry = abs(f->uf_retry);
1173 retry = abs(retry);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
ftpd.c 7931 int abs = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/arn/
arn_core.h 57 #define abs(x) ((x) >= 0 ? (x) : -(x)) macro
  /onnv/onnv-gate/usr/src/uts/common/io/scsi/targets/
st.c 14212 abs :1, member in struct:__anon32
14231 abs :1, member in struct:__anon32
    [all...]

Completed in 1199 milliseconds