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

12

/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dabs.c39 abs(j) function
/macosx-10.9.5/CPANInternal-140/Perl4-CoreLibs-0.003/lib/
H A Dbigint.pl100 sub abs { # post-normalized abs for internal use subroutine
/macosx-10.9.5/emacs-92/emacs/oldXMenu/
H A DXMenuInt.h30 #define abs(a) ((a) < 0 ? -(a) : (a)) macro
/macosx-10.9.5/CPANInternal-140/URI/URI/
H A DWithBase.pm94 sub abs subroutine
H A D_generic.pm124 sub abs subroutine
[all...]
H A Dsip.pm82 sub abs { shift } subroutine
H A DURL.pm155 sub abs subroutine
/macosx-10.9.5/ntp-88/util/
H A Dtimetrim.c38 #define abs(X) (((X) < 0) ? -(X) : (X)) macro
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/include/
H A Dsasl_mac_krb_locl.h43 #define abs yyy_abs macro
/macosx-10.9.5/ruby-104/ruby/ext/date/lib/
H A Ddate.rb23 def abs() self.class.new end method in class:Date.Infinity
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DMath.pm47 sub abs { shift; CORE::abs($_[0]); } subroutine
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DMath.pm47 sub abs { shift; CORE::abs($_[0]); } subroutine
/macosx-10.9.5/CPANInternal-140/URI/
H A DURI.pm280 sub abs { $_[0]; } subroutine
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/library/
H A Dfmath.tcl46 proc abs x {uplevel 1 [list expr abs($x)]} procedure
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dsearch.c52 # undef abs macro
54 #define abs(x) (((x) >= 0) ? (x) : -(x)) macro
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dh8500-dis.c98 int abs = 0; local
/macosx-10.9.5/ntp-88/libntp/
H A Dadjtime.c136 #define abs(x) ((x) < 0 ? -(x) : (x)) macro
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/mac_lib/
H A Dyyy_mac_lib.c73 int abs(int x) function
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/isaac/
H A Dstandard.h66 # define abs(a) (((a)>0) ? (a) : -(a)) macro
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/python/scxx/
H A DPWONumber.h61 PWONumber abs()const { function in class:PWONumber
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/timed.tproj/
H A Dglobals.h174 # define abs(x) (x>=0 ? x : -(x)) macro
/macosx-10.9.5/tcl-102/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.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-arith.el[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DLayoutUnit.h201 LayoutUnit abs() const function in class:WebCore::LayoutUnit
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c/detail/
H A Dfs_test.c176 bool abs; member in struct:test

Completed in 221 milliseconds

12