Searched refs:abs (Results 176 - 200 of 801) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentCommandTraits.cpp62 unsigned MinPossibleEditDistance = abs((int)Name.size() - (int)Typo.size());
/netbsd-current/usr.sbin/timed/timed/
H A Dglobals.h170 # define abs(x) (x>=0 ? x : -(x)) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dspellcheck.h112 = abs ((ssize_t)candidate_len - (ssize_t)m_goal_len);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/
H A Dfloatsisf.S80 abs.f r0,r0
/netbsd-current/external/lgpl3/mpc/dist/tests/
H A DMakefile.am57 DESCRIPTIONS = abs.dsc acos.dsc acosh.dsc add.dsc add_fr.dsc add_si.dsc \
68 DATA_SETS = abs.dat acos.dat acosh.dat add.dat add_fr.dat agm.dat \
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dloongson-2f.s38 abs.ps $f0, $f2
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
H A Dcompile-ops.exp148 abs
153 abs
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/wasm32/
H A Dallinsn.s10 f32.abs
39 f64.abs
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dpcrel-elf.d11 [ ]*[a-f0-9]+: e9 30 12 00 00 jmp 1235 <abs\+0x1> 1: R_386_PC32 \*ABS\*
30 [ ]*[a-f0-9]+: e9 3e 86 00 00 jmp 8695 <abs\+0x7461> 53: R_386_PC32 \*ABS\*
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dspellcheck.h112 = abs ((ssize_t)candidate_len - (ssize_t)m_goal_len);
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/
H A Dfloatsisf.S80 abs.f r0,r0
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
H A Dcompile-ops.exp149 abs
154 abs
/netbsd-current/sys/arch/macppc/dev/
H A Dvideopll.c120 diff = abs(freq - freq_out);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dops.cc70 path abs; local
72 abs = p;
75 abs = base.is_absolute() ? base : absolute(base);
77 abs = abs.root_name() / p;
79 abs = p.root_name() / abs.root_directory() / abs.relative_path()
82 abs = abs /
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops.cc76 path abs; local
78 abs = p;
81 abs = base.is_absolute() ? base : absolute(base);
83 abs = abs.root_name() / p;
85 abs = p.root_name() / abs.root_directory() / abs.relative_path()
88 abs = abs /
[all...]
/netbsd-current/sys/dev/hpc/
H A Dvideo_subr.c124 _x = abs(x); \
125 _y = abs(y); \
/netbsd-current/external/gpl2/texinfo/dist/util/
H A Dtexi2dvi459 abs=`cd "$dir" && pwd` && TEXINPUTS=$TEXINPUTS$path_sep$abs
475 abs=`cd "$dir" && pwd` && INDEXSTYLE=$INDEXSTYLE$path_sep$abs
/netbsd-current/sys/arch/arm/sunxi/
H A Dsunxi_ccu_fractional.c157 const int diff = abs(new_rate - rate);
224 const int diff = abs(try_rate - rate);
/netbsd-current/sys/arch/arm/nxp/
H A Dimx_ccm_composite.c143 if (abs(diff) < best_diff) {
144 best_diff = abs(diff);
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
H A Dnouveau_nvkm_subdev_clk_pllnv04.c113 delta = abs(calcclk - clk);
209 delta = abs(calcclkout - clk);
/netbsd-current/sys/arch/arm/rockchip/
H A Drk_cru_composite.c193 if (abs(diff) < best_diff) {
194 best_diff = abs(diff);
/netbsd-current/external/lgpl3/mpc/dist/src/
H A DMakefile.am22 libmpc_la_SOURCES = mpc-impl.h abs.c acos.c acosh.c add.c add_fr.c \
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dindex-cache.c293 gdb::unique_xmalloc_ptr<char> abs (gdb_abspath (index_cache_directory));
295 index_cache_directory = abs.release ();
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Ddwz.c221 gdb::unique_xmalloc_ptr<char> abs member in class:gdb
224 filename = ldirname (abs.get ()) + SLASH_STRING + filename;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_math.h314 __r._M_x = abs(__x);
359 __r._M_x = abs(__x);
476 if (_GLIBCXX_SIMD_IS_UNLIKELY(any_of(abs(__x) >= 393382)))
522 if (_GLIBCXX_SIMD_IS_UNLIKELY(any_of(abs(__x) >= 527449)))
709 const auto __as_int = simd_bit_cast<rebind_simd_t<_Ip, _V>>(abs(__x));
785 // work on abs(__x) to reflect the return value on Linux for negative
787 const _V abs_x = abs(__x);
852 _GLIBCXX_SIMD_MATH_CALL_(abs)
860 abs(const simd<_Tp, _Abi>& __x)
964 _V __absx = abs(__
[all...]

Completed in 361 milliseconds

1234567891011>>