HomeSort by: relevance | last modified time | path
    Searched defs:abs (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /src/lib/libc/arch/i386/stdlib/
abs.S 1 /* $NetBSD: abs.S,v 1.8 2014/05/23 02:34:19 uebayasi Exp $ */
34 * from: @(#)abs.s 5.2 (Berkeley) 12/17/90
39 RCSID("$NetBSD: abs.S,v 1.8 2014/05/23 02:34:19 uebayasi Exp $")
42 ENTRY(abs) function
48 END(abs)
  /src/lib/libc/arch/sparc64/stdlib/
abs.S 1 /* $NetBSD: abs.S,v 1.2 2003/08/07 16:42:28 agc Exp $ */
35 * from: Header: abs.s,v 1.1 91/07/06 18:01:57 torek Exp
41 .asciz "@(#)abs.s 8.1 (Berkeley) 6/4/93"
43 RCSID("$NetBSD: abs.S,v 1.2 2003/08/07 16:42:28 agc Exp $")
47 /* abs - int absolute value */
50 ENTRY(abs) function
  /src/lib/libc/arch/x86_64/stdlib/
abs.S 1 /* $NetBSD: abs.S,v 1.3 2014/05/22 15:01:56 uebayasi Exp $ */
34 * from: @(#)abs.s 5.2 (Berkeley) 12/17/90
39 RCSID("$NetBSD: abs.S,v 1.3 2014/05/22 15:01:56 uebayasi Exp $")
42 ENTRY(abs) function
48 END(abs)
  /src/lib/libc/stdlib/
Lint_abs.c 12 abs(int j) function
abs.c 1 /* $NetBSD: abs.c,v 1.8 2012/06/08 11:15:26 abs Exp $ */
35 static char sccsid[] = "@(#)abs.c 8.1 (Berkeley) 6/4/93";
37 __RCSID("$NetBSD: abs.c,v 1.8 2012/06/08 11:15:26 abs Exp $");
44 abs(int j) function
  /src/lib/libc/arch/m68k/stdlib/
abs.S 1 /* $NetBSD: abs.S,v 1.8 2013/07/16 21:48:32 matt Exp $ */
40 RCSID("from: @(#)abs.s 5.1 (Berkeley) 5/12/90")
42 RCSID("$NetBSD: abs.S,v 1.8 2013/07/16 21:48:32 matt Exp $")
51 /* abs - int absolute value */
53 ENTRY(abs) function
59 END(abs)
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
std_abs.h 44 #undef abs macro
52 using ::abs;
56 abs(long __i) { return __builtin_labs(__i); } function
61 abs(long long __x) { return __builtin_llabs (__x); } function
65 // 2192. Validity and return type of std::abs(0u) is unclear
66 // 2294. <cstdlib> should declare abs(double)
67 // 2735. std::abs(short), std::abs(signed char) and others should return int
71 abs(double __x) function
75 abs(float __x function
79 abs(long double __x) function
85 abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; } function
89 abs(__GLIBCXX_TYPE_INT_N_1 __x) { return __x >= 0 ? __x : -__x; } function
93 abs(__GLIBCXX_TYPE_INT_N_2 __x) { return __x >= 0 ? __x : -__x; } function
97 abs(__GLIBCXX_TYPE_INT_N_3 __x) { return __x >= 0 ? __x : -__x; } function
102 abs(_Float16 __x) function
108 abs(_Float32 __x) function
114 abs(_Float64 __x) function
120 abs(_Float128 __x) function
124 abs(_Float128 __x) function
130 abs(__gnu_cxx::__bfloat16_t __x) function
137 abs(__float128 __x) function
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
std_abs.h 44 #undef abs macro
52 using ::abs;
56 abs(long __i) { return __builtin_labs(__i); } function
61 abs(long long __x) { return __builtin_llabs (__x); } function
65 // 2192. Validity and return type of std::abs(0u) is unclear
66 // 2294. <cstdlib> should declare abs(double)
67 // 2735. std::abs(short), std::abs(signed char) and others should return int
71 abs(double __x) function
75 abs(float __x function
79 abs(long double __x) function
85 abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; } function
89 abs(__GLIBCXX_TYPE_INT_N_1 __x) { return __x >= 0 ? __x : -__x; } function
93 abs(__GLIBCXX_TYPE_INT_N_2 __x) { return __x >= 0 ? __x : -__x; } function
97 abs(__GLIBCXX_TYPE_INT_N_3 __x) { return __x >= 0 ? __x : -__x; } function
103 abs(__float128 __x) function
    [all...]
  /src/external/apache2/llvm/dist/libcxx/include/
stdlib.h 66 int abs( int j);
67 long abs( long j);
68 long long abs(long long j); // C++0X
97 // abs
99 #undef abs macro
107 inline _LIBCPP_INLINE_VISIBILITY long abs(long __x) _NOEXCEPT {
111 inline _LIBCPP_INLINE_VISIBILITY long long abs(long long __x) _NOEXCEPT {
118 inline _LIBCPP_INLINE_VISIBILITY float abs(float __lcpp_x) _NOEXCEPT {
122 inline _LIBCPP_INLINE_VISIBILITY double abs(double __lcpp_x) _NOEXCEPT {
127 abs(long double __lcpp_x) _NOEXCEPT
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
intrinsic-precedence.f90 24 call abs(minus) !all-assigned
26 subroutine abs(i) subroutine in program:intrinsic_precedence
31 print *, i !user-abs
32 end subroutine abs
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
intrinsic-precedence.f90 24 call abs(minus) !all-assigned
26 subroutine abs(i) subroutine in program:intrinsic_precedence
31 print *, i !user-abs
32 end subroutine abs
  /src/external/bsd/ntp/dist/util/
timetrim.c 40 #define abs(X) (((X) < 0) ? -(X) : (X)) macro
  /src/lib/libc/time/
tzselect.ksh 276 function abs(x) { function
324 return abs(long1 - long2) * min(cos(lat1), cos(lat2))
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
dwz.c 216 gdb::unique_xmalloc_ptr<char> abs member in class:gdb
219 filename = ldirname (abs.get ()) + SLASH_STRING + filename;
  /src/sys/external/isc/atheros_hal/ic/
ah_osdep.h 54 #define abs(_a) __builtin_abs(_a) macro
  /src/crypto/external/apache2/openssl/dist/crypto/ml_dsa/
ml_dsa_poly.h 167 uint32_t abs = abs_mod_prime(c); local
169 *mx = maximum(*mx, abs);
180 uint32_t abs = abs_signed(c); local
182 *mx = maximum(*mx, abs);
  /src/external/bsd/ntp/dist/libntp/
adjtime.c 138 #define abs(x) ((x) < 0 ? -(x) : (x)) macro
189 if (abs(saveup) >= adjthresh) {
  /src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
complex_cmath.h 32 // abs
34 template <class _Tp> __DEVICE__ _Tp abs(const std::complex<_Tp> &__c) { function in namespace:std
60 return abs(__c.real());
62 return abs(__c.imag());
109 return std::complex<_Tp>(log(abs(__x)), arg(__x));
132 return polar(sqrt(abs(__x)), arg(__x) / _Tp(2));
206 return std::complex<_Tp>(abs(__x.real()), __x.imag());
221 return std::complex<_Tp>(abs(__x.imag()), __x.real());
225 return std::complex<_Tp>(abs(__x.imag()),
253 if (abs(__x.real()) == _Tp(1) && __x.imag() == _Tp(0))
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbsupport/
pathstuff.cc 249 std::string abs = gdb_abspath (xdg_cache_home); local
250 return path_join (abs.c_str (), "gdb");
258 std::string abs = gdb_abspath (home); local
259 return path_join (abs.c_str (), HOME_CACHE_DIR, "gdb");
267 std::string abs = gdb_abspath (win_home); local
268 return path_join (abs.c_str (), "gdb");
316 std::string abs = gdb_abspath (xdg_config_home); local
317 return path_join (abs.c_str (), "gdb");
325 std::string abs = gdb_abspath (home); local
326 return path_join (abs.c_str (), HOME_CONFIG_DIR, "gdb")
367 std::string abs = gdb_abspath (homedir); local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
dwz.c 344 gdb::unique_xmalloc_ptr<char> abs = gdb_realpath (per_bfd->filename ()); member in class:gdb
346 filename = gdb_ldirname (abs.get ()) + SLASH_STRING + filename;
  /src/external/gpl3/gdb/dist/gdbsupport/
pathstuff.cc 249 std::string abs = gdb_abspath (xdg_cache_home); local
250 return path_join (abs.c_str (), "gdb");
258 std::string abs = gdb_abspath (home); local
259 return path_join (abs.c_str (), HOME_CACHE_DIR, "gdb");
267 std::string abs = gdb_abspath (win_home); local
268 return path_join (abs.c_str (), "gdb");
316 std::string abs = gdb_abspath (xdg_config_home); local
317 return path_join (abs.c_str (), "gdb");
325 std::string abs = gdb_abspath (home); local
326 return path_join (abs.c_str (), HOME_CONFIG_DIR, "gdb")
367 std::string abs = gdb_abspath (homedir); local
    [all...]
  /src/sys/arch/arm/acpi/
acpipchb.c 220 struct acpipchb_bus_space * const abs = t; local
226 if ((abs->flags & PCI_FLAGS_IO_OKAY) != 0) {
231 for (i = 0; i < abs->nrange; i++) {
232 struct acpipchb_bus_range * const range = &abs->range[i];
234 return abs->map(t, bpa + range->offset, size,
248 struct acpipchb_bus_space *abs; local
260 abs = &sc->sc_pciio_bst;
265 abs = &sc->sc_pcimem_bst;
273 if (abs->nrange == ACPIPCHB_MAX_RANGES) {
279 range = &abs->range[abs->nrange]
    [all...]
  /src/sys/lib/libkern/
libkern.h 64 LIBKERN_INLINE int abs(int) __unused;
127 abs(int j) function
  /src/usr.sbin/timed/timed/
globals.h 170 # define abs(x) (x>=0 ? x : -(x)) macro
  /src/usr.sbin/wsmoused/
selection.c 230 const struct wsmouse_calibcoords *abs = &Selmouse.sm_mouse->m_calib; local
273 = ((evt.value - abs->minx) * (Selmouse.sm_max_x + 1))
274 / (abs->maxx - abs->minx + 1);
282 = ((evt.value - abs->miny) * (Selmouse.sm_max_y + 1))
283 / (abs->maxy - abs->miny + 1);

Completed in 28 milliseconds

1 2 3