Searched refs:llabs (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/lib/libc/stdlib/
H A Dllabs.c33 llabs(long long j) function
H A DMakefile.inc13 insque.c l64a.c labs.c ldiv.c llabs.c lldiv.c lsearch.c \
36 hcreate.3 imaxabs.3 imaxdiv.3 insque.3 labs.3 ldiv.3 llabs.3 lldiv.3 \
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstdlib.h153 #undef llabs
177 using ::llabs;
211 using ::__gnu_cxx::llabs;
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-misc.h139 long long llabs(long long);
H A Dfmt_scaled.c215 abval = llabs(number);
H A Dbsd-misc.c307 llabs(long long j) function
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_abs.c119 atf_tc_set_md_var(tc, "descr", "Test that llabs(3) works");
142 ATF_CHECK(llabs(table[i].val) == table[i].res);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_msgctl.c328 if (llabs(t - msgds.msg_stime) > 1)
340 if (llabs(t - msgds.msg_rtime) > 1)
H A Dt_msgget.c181 if (llabs(t - msgds.msg_ctime) > 5)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h144 __DEVICE__ long long llabs(long long) __NOEXCEPT;
265 using ::llabs;
H A D__clang_cuda_cmath.h49 __DEVICE__ long long abs(long long __n) { return ::llabs(__n); }
H A D__clang_cuda_device_functions.h1592 __DEVICE__ long long llabs(long long __a) __NOEXCEPT { return __nv_llabs(__a); }
/freebsd-11-stable/include/
H A Dstdlib.h143 llabs(long long) __pure2;
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-arm.c4956 value = llabs (relocation);
4994 value = llabs (relocation);
5980 g_n = calculate_group_reloc_mask (llabs (signed_value), group,
5994 (long) rel->r_offset, llabs (signed_value), howto->name);
6073 calculate_group_reloc_mask (llabs (signed_value), group - 1, &residual);
6081 (long) rel->r_offset, llabs (signed_value), howto->name);
6156 calculate_group_reloc_mask (llabs (signed_value), group - 1, &residual);
6164 (long) rel->r_offset, llabs (signed_value), howto->name);
6239 calculate_group_reloc_mask (llabs (signed_value), group - 1, &residual);
6249 (long) rel->r_offset, llabs (signed_valu
[all...]
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h767 #undef llabs macro
777 return ::llabs(__x);
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure7621 llabs(10);
[all...]

Completed in 263 milliseconds