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

12

/macosx-10.10/Libc-1044.1.2/stdlib/FreeBSD/
H A Dabs.c39 abs(j) function
/macosx-10.10/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dbigint.pl100 sub abs { # post-normalized abs for internal use subroutine
/macosx-10.10/emacs-93/emacs/oldXMenu/
H A DXMenuInt.h30 #define abs(a) ((a) < 0 ? -(a) : (a)) macro
/macosx-10.10/ntp-92/util/
H A Dtimetrim.c38 #define abs(X) (((X) < 0) ? -(X) : (X)) macro
/macosx-10.10/ruby-106/ruby/ext/date/lib/
H A Ddate.rb23 def abs() self.class.new end method in class:Date.Infinity
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DMath.pm47 sub abs { shift; CORE::abs($_[0]); } subroutine
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/library/
H A Dfmath.tcl46 proc abs x {uplevel 1 [list expr abs($x)]} procedure
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dsearch.c52 # undef abs macro
54 #define abs(x) (((x) >= 0) ? (x) : -(x)) macro
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dh8500-dis.c98 int abs = 0; local
/macosx-10.10/ntp-92/libntp/
H A Dadjtime.c136 #define abs(x) ((x) < 0 ? -(x) : (x)) macro
/macosx-10.10/tcl-105/tcl_ext/memchan/memchan/isaac/
H A Dstandard.h66 # define abs(a) (((a)>0) ? (a) : -(a)) macro
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/python/scxx/
H A DPWONumber.h61 PWONumber abs()const { function in class:PWONumber
/macosx-10.10/WTF-7600.1.24/wtf/
H A DMediaTime.cpp383 MediaTime abs(const MediaTime& rhs) function in namespace:WTF
/macosx-10.10/remote_cmds-47/timed.tproj/timed.tproj/
H A Dglobals.h174 # define abs(x) (x>=0 ? x : -(x)) macro
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dycbcr.c24 static int abs(int v) { return (v < 0 ? -v : v); } function
[all...]
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-arith.el[all...]
/macosx-10.10/WebCore-7600.1.25/platform/
H A DLayoutUnit.h207 LayoutUnit abs() const function in class:WebCore::LayoutUnit
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Dfs_test.c176 bool abs; member in struct:test
/macosx-10.10/cups-408/cups/vcnet/
H A Dconfig.h782 # define abs(x) _cups_abs(x) macro
785 # define abs(x) _cups_abs(x) macro
788 # define abs(x) ((x) < 0 ? -(x) : (x)) macro
/macosx-10.10/emacs-93/emacs/lisp/obsolete/
H A Dfloat.el136 (defun abs (n) ; integer absolute value function
/macosx-10.10/Security-57031.1.35/Security/libsecurity_manifest/lib/
H A DSecureDownloadInternal.c708 CFURLRef abs = CFURLCopyAbsoluteURL(url); local
/macosx-10.10/cups-408/cups/xcode/
H A Dconfig.h689 # define abs(x) _cups_abs(x) macro
692 # define abs(x) _cups_abs(x) macro
695 # define abs(x) ((x) < 0 ? -(x) : (x)) macro
/macosx-10.10/emacs-93/emacs/src/
H A Dsound.c100 #define abs(X) ((X) < 0 ? -(X) : (X)) macro
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclFileName.c221 int abs = 0; local
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclFileName.c246 int abs = 0; local
[all...]

Completed in 326 milliseconds

12