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

12

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Dsearch.c52 # undef abs macro
54 #define abs(x) (((x) >= 0) ? (x) : -(x)) macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/bfin/
H A Darithmetic.s3 abs: label
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c/
H A Dstd_cmath.h44 #undef abs macro
85 abs(double __x) function in namespace:std
89 abs(float __x) function in namespace:std
93 abs(long double __x) function in namespace:std
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_std/
H A Dstd_cmath.h56 #undef abs macro
89 abs(double __x) function in namespace:std
93 abs(float __x) function in namespace:std
97 abs(long double __x) function in namespace:std
/netbsd-6-1-5-RELEASE/usr.sbin/timed/timed/
H A Dglobals.h170 # define abs(x) (x>=0 ? x : -(x)) macro
/netbsd-6-1-5-RELEASE/sys/lib/libkern/
H A Dlibkern.h109 abs(int j) function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/std/
H A Dstd_complex.h577 abs(const complex<_Tp>& __z) { return __complex_abs(__z.__rep()); } function in namespace:std
581 abs(const complex<_Tp>& __z) { return __complex_abs(__z); } function in namespace:std
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/detail/
H A Dfs_test.c176 bool abs; member in struct:test
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/detail/
H A Dfs_test.c178 bool abs; member in struct:test
/netbsd-6-1-5-RELEASE/sys/arch/vax/uba/
H A Dqv.c765 #define abs(x) (((x) > 0) ? (x) : (-(x))) macro
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-icmp6.c67 #define abs(a) ((0 < (a)) ? (a) : -(a)) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/mips/
H A Dcp1.c522 fp_test(unsigned64 op1, unsigned64 op2, FP_formats fmt, int abs, int cond, int *condition) argument
581 fp_cmp(sim_cpu *cpu, address_word cia, unsigned64 op1, unsigned64 op2, FP_formats fmt, int abs, int cond, int cc) argument
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mep/
H A Dallinsn.s907 abs: label
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/
H A Dparanoia.cc237 real_c_float abs () const function in class:real_c_float
533 native_float abs () const function in class:native_float
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/contrib/
H A Dparanoia.cc237 real_c_float abs () const function in class:real_c_float
533 native_float abs () const function in class:native_float
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/h8300/
H A Dcompile.c1314 int abs = arg->literal; local
1550 int abs = arg->literal; local
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/motif_l/
H A Dxtabbed.c483 #define abs macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libdecnumber/
H A DdecNumber.c6163 decCompare(const decNumber *lhs, const decNumber *rhs, Flag abs) argument
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dbwivar.h676 #define abs(a) __builtin_abs(a) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libdecnumber/
H A DdecNumber.c6163 decCompare(const decNumber *lhs, const decNumber *rhs, Flag abs) argument

Completed in 543 milliseconds

12