__sgn = __x >> (
sizeof(
int) *
CHAR_BIT- 1);
28 return(__x ^ __sgn) - __sgn;
32 long__sgn = __x >> (
sizeof(long) *
CHAR_BIT- 1);
33 return(__x ^ __sgn) - __sgn;
36long long llabs(
long long__x) {
37 long long__sgn = __x >> (
sizeof(
longlong) *
CHAR_BIT- 1);
38 return(__x ^ __sgn) - __sgn;
__DEVICE__ long labs(long __x)
__DEVICE__ int abs(int __x)
__DEVICE__ long long llabs(long long __x)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4