/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/ |
H A D | c99_classification_macros_c.cc | 45 void signbit() { } in signbit() function
|
H A D | c99_classification_macros_c++.cc | 44 void signbit() { } in signbit() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 991228-1.c | 10 signbit(double x) in signbit() function
|
/openbsd-src/gnu/usr.bin/binutils/opcodes/ |
H A D | alpha-dis.c | 177 int signbit = 1 << (operand->bits - 1); local
|
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | alpha-dis.c | 178 int signbit = 1 << (operand->bits - 1); local
|
/openbsd-src/usr.sbin/tcpdump/ |
H A D | print-ntp.c | 240 int signbit; in p_ntp_delta() local
|
/openbsd-src/gnu/gcc/fixincludes/tests/base/iso/ |
H A D | math_c99.h | 90 #define signbit(x) (sizeof(x) == sizeof(float) \ macro
|
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | __clang_hip_cmath.h | 164 __DEVICE__ __CONSTEXPR__ bool signbit(float __x) { return ::__signbitf(__x); } in signbit() function 165 __DEVICE__ __CONSTEXPR__ bool signbit(double __x) { return ::__signbit(__x); } in signbit() function
|
H A D | __clang_cuda_cmath.h | 170 __DEVICE__ bool signbit(float __x) { return ::__signbitf(__x); } in signbit() function 171 __DEVICE__ bool signbit(double __x) { return ::__signbitd(__x); } in signbit() function
|
H A D | __clang_cuda_runtime_wrapper.h | 333 #define signbit __ignored_cuda_signbit macro
|
/openbsd-src/gnu/gcc/gcc/config/pa/ |
H A D | hpux-unwind.h | 83 int signbit = (1 << (len - 1)); in sign_extend() local
|
/openbsd-src/usr.bin/systat/ |
H A D | sensors.c | 330 int signbit = 1; fmttime() local
|
/openbsd-src/include/ |
H A D | math.h | 97 #define signbit(x) \ macro
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/libmath/ |
H A D | mathconf.h | 145 # define signbit(x) \ macro
|
/openbsd-src/gnu/gcc/libstdc++-v3/libmath/ |
H A D | mathconf.h | 140 # define signbit(x) \ macro
|
/openbsd-src/gnu/llvm/libcxx/include/ |
H A D | math.h | 370 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool signbit(_A1 __x) _NOEXCEPT { in signbit() function 375 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool signbit(_A1 __x) _NOEXCEPT { in signbit() function 380 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool signbit(_A1) _NOEXCEPT { in signbit() function
|
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | libhppa.h | 184 int signbit = (1 << (len - 1)); in sign_extend() local
|
H A D | coff-arm.c | 698 bfd_vma signbit; local
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | libhppa.h | 184 int signbit = (1 << (len - 1)); in sign_extend() local
|
H A D | coff-arm.c | 636 bfd_vma signbit; in coff_thumb_pcrel_common() local
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/c_std/ |
H A D | std_cmath.h | 559 signbit(_Tp __f) { return ::__gnu_cxx::__capture_signbit(__f); } in signbit() function
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/c_std/ |
H A D | std_cmath.h | 787 signbit(_Tp __f) { return __capture_signbit(__f); } in signbit() function
|
/openbsd-src/sys/arch/arm64/arm64/ |
H A D | disasm.c | 595 const uint64_t signbit = ((uint64_t)1 << (bitwidth - 1)); in SignExtend() local
|