Home
last modified time | relevance | path

Searched refs:labs (Results 1 – 20 of 20) sorted by relevance

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_std/
H A Dcstdlib80 #undef labs
116 using ::labs;
138 abs(long __i) { return labs(__i); }
/dragonfly/lib/libc/stdlib/
H A Dlabs.c37 labs(long j) in labs() function
H A DMakefile.inc15 insque.c l64a.c labs.c ldiv.c llabs.c lldiv.c lsearch.c \
42 hcreate.3 imaxabs.3 imaxdiv.3 insque.3 labs.3 ldiv.3 llabs.3 lldiv.3 \
H A DSymbol.map43 labs;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_global/
H A Dcstdlib81 #undef labs
117 using ::labs;
140 abs(long __i) { return labs(__i); }
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_compatibility/
H A Dstdlib.h50 using std::labs;
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/c_global/
H A Dcstdlib99 #undef labs
149 using ::labs;
/dragonfly/include/
H A Dstdlib.h105 long labs(long) __pure2;
/dragonfly/sys/sys/
H A Dlibkern.h89 static __inline long labs(long a) { return (a < 0 ? -a : a); } in labs() function
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcfns.gperf123 labs
/dragonfly/contrib/gcc-8.0/gcc/
H A Dfold-const-call.c544 int max_exp_adj = 2 * labs (format->emax - format->emin); in fold_const_builtin_load_exponent()
H A Dbuiltins.def913 DEF_LIB_BUILTIN (BUILT_IN_LABS, "labs", BT_FN_LONG_LONG, ATTR_CONST_NOTHROW_LEAF_LIST)
/dragonfly/contrib/gdtoa/
H A DREADME21 http://cm.bell-labs.com/cm/cs/what/ampl/REFS/rounding.ps.gz
/dragonfly/contrib/gcc-4.7/gcc/
H A Dbuiltins.def707 DEF_LIB_BUILTIN (BUILT_IN_LABS, "labs", BT_FN_LONG_LONG, ATTR_CONST_NOTHROW_LEAF_LIST)
H A Dbuiltins.c9849 labs (REAL_MODE_FORMAT (TYPE_MODE (type))->emax in fold_builtin_load_exponent()
/dragonfly/contrib/file/
H A DChangeLog1909 * FreeBSD version update Oliver Eikemeier <eikemeier@fillmore-labs.com>
/dragonfly/contrib/tcpdump/
H A DCHANGES730 BGP: don't print TLV values that didn't fit, from www.digit-labs.org.
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dgeneric.texi1290 implement the @code{abs}, @code{labs} and @code{llabs} builtins for
H A Dextend.texi7720 @findex labs
8005 @code{toupper}, @code{labs}, @code{ldexp}, @code{log10}, @code{log},
/dragonfly/share/termcap/
H A Dtermcap.src4689 # From Giorgos Keramidas <charon@labs.gr>