Home
last modified time | relevance | path

Searched refs:FP (Results 1 – 23 of 23) sorted by relevance

/glibc-2.36/libio/
DlibioP.h139 #define _IO_FINISH(FP) JUMP1 (__finish, FP, 0) argument
140 #define _IO_WFINISH(FP) WJUMP1 (__finish, FP, 0) argument
146 #define _IO_OVERFLOW(FP, CH) JUMP1 (__overflow, FP, CH) argument
147 #define _IO_WOVERFLOW(FP, CH) WJUMP1 (__overflow, FP, CH) argument
154 #define _IO_UNDERFLOW(FP) JUMP0 (__underflow, FP) argument
155 #define _IO_WUNDERFLOW(FP) WJUMP0 (__underflow, FP) argument
162 #define _IO_UFLOW(FP) JUMP0 (__uflow, FP) argument
163 #define _IO_WUFLOW(FP) WJUMP0 (__uflow, FP) argument
168 #define _IO_PBACKFAIL(FP, CH) JUMP1 (__pbackfail, FP, CH) argument
169 #define _IO_WPBACKFAIL(FP, CH) WJUMP1 (__pbackfail, FP, CH) argument
[all …]
Diolibio.h55 #define _IO_clearerr(FP) ((FP)->_flags &= ~(_IO_ERR_SEEN|_IO_EOF_SEEN)) argument
61 #define _IO_freopen(FILENAME, MODE, FP) \ argument
62 (_IO_file_close_it (FP), \
63 _IO_file_fopen (FP, FILENAME, MODE, 1))
64 #define _IO_old_freopen(FILENAME, MODE, FP) \ argument
65 (_IO_old_file_close_it (FP), _IO_old_file_fopen(FP, FILENAME, MODE))
66 #define _IO_freopen64(FILENAME, MODE, FP) \ argument
67 (_IO_file_close_it (FP), \
68 _IO_file_fopen (FP, FILENAME, MODE, 0))
69 #define _IO_fileno(FP) ((FP)->_fileno) argument
Dstrfile.h63 #define _IO_STR_FROZEN(FP) ((FP)->_f._flags & _IO_USER_BUF) argument
/glibc-2.36/sysdeps/unix/sysv/linux/mips/
Dconfigure.ac101 #error New prctl support for setting FP modes not found
Dconfigure258 #error New prctl support for setting FP modes not found
/glibc-2.36/timezone/
Deurope1328 # (`FP' below), taken from an Italian National Electrotechnical Institute
1331 # year FP Shanks&P. (S) Whitman (W) Go with:
1332 # 1916 06-03 06-03 24:00 06-03 00:00 FP & W
1333 # 09-30 09-30 24:00 09-30 01:00 FP; guess 24:00s
1334 # 1917 04-01 03-31 24:00 03-31 00:00 FP & S
1335 # 09-30 09-29 24:00 09-30 01:00 FP & W
1336 # 1918 03-09 03-09 24:00 03-09 00:00 FP & S
1337 # 10-06 10-05 24:00 10-06 01:00 FP & W
1338 # 1919 03-01 03-01 24:00 03-01 00:00 FP & S
1339 # 10-04 10-04 24:00 10-04 01:00 FP; guess 24:00s
[all …]
/glibc-2.36/math/
Dlibm-test-nextafter.inc124 /* XXX We need the hexadecimal FP number representation here for further
/glibc-2.36/manual/
Darith.texi482 * FP Exceptions:: IEEE 754 math exceptions and how to detect them.
488 @node FP Exceptions
489 @subsection FP Exceptions
549 the unordered comparison functions instead; see @ref{FP Comparison Functions}.
629 occurs; see @ref{FP Exceptions}.
741 which are supported by the FP implementation.
749 @c The other functions in this section that modify FP status register
752 @c cancellation. As long as the FP environment is restored before the
1212 * FP Bit Twiddling:: Sign bit adjustment. Adding epsilon.
1213 * FP Comparison Functions:: Comparisons without risk of exceptions.
[all …]
Dmath.texi86 * FP Function Optimizations:: Fast code or small code.
2027 @node FP Function Optimizations
/glibc-2.36/ChangeLog.old/
DChangeLog.410 register vars to restore FP regs. Fix typo in REI invocation.
277 and FP as 3rd and 4th args, not 2nd and 3rd.
424 abort here; at least let the user continue with bogus FP; that's
DChangeLog.71268 * math/libm-test.c (lround_test, llround_test): Test for all FP formats
2205 of the C9X FP comparison macros. Delete 'fabs' and 'sqrt' inline
3079 * manual/math.texi: Add note about == and != for FP values.
4148 (FP Comparison Functions): Use @code, not @math, for C code
4599 exceptions, mathematical constants, FP comparison functions
8536 FP mode to round to nearest, no exceptions as for Intel.
11690 access to FP number.
DChangeLog.215 calculation when FP->__buffer is nil.
3730 and ENVP `register' storage class; can then clear the FP early.
DChangeLog.135279 * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
11450 * sysdeps/powerpc/Dist: Update for recent FP changes.
11509 * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
11510 * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
11511 * sysdeps/powerpc/setjmp.S: Don't save FP registers.
11512 * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
DChangeLog.53402 * stdlib/strtod.c (STRTOD): Fix handling of American style FP
4074 * stdlib/erand48_r.c: Use FP division by powers of two to distribute
4869 Fix FP number parsing.
9376 * stdio/tst-printf.c: Enable FP tests. Add some new tests from rfg.
9639 Merged new FP printer by Ulrich Drepper.
DChangeLog.11294 * sysdeps/unix/bsd/sun/sun4/start.c: Don't clear the FP until just
DChangeLog.810045 FP register content in ucontext_t.
11820 * eld/dl-profile.c (_dl_start_profile): Avoid FP calculation when
12118 FP number format.
DChangeLog.193168 * sysdeps/powerpc/fpu/s_logb.c: ... here. Use inline FP constants.
3170 * sysdeps/powerpc/fpu/s_logbf.c: ... here. Use inline FP constants.
3172 * sysdeps/powerpc/fpu/s_logbl.c: ... here. Use inline FP constants.
17915 * manual/arith.texi (Misc FP Arithmetic): Document fdiv, fdivl,
18097 * manual/arith.texi (Misc FP Arithmetic): Document fmul, fmull,
20437 * manual/arith.texi (Misc FP Arithmetic): Document fsub, fsubl,
22147 * manual/arith.texi (Misc FP Arithmetic): Document fadd, faddl,
36989 * manual/arith.texi (FP Exceptions): Do not document matherr.
DChangeLog.181716 (Setting and modifying single bits of FP values): Document
1723 (Miscellaneous FP arithmetic functions): Document fminfN, fminfNx,
12490 * manual/arith.texi (FP Comparison Functions): Fix typo in iseqsig.
12967 * manual/arith.texi (Misc FP Arithmetic): Document fminmag,
14234 * manual/arith.texi (FP Bit Twiddling): Document setpayloadsig,
14559 * manual/arith.texi (FP Bit Twiddling): Document setpayload,
15389 * manual/arith.texi (FP Bit Twiddling): Document canonicalize,
15649 old and new FP environments and merge.
15706 * manual/arith.texi (FP Bit Twiddling): Document getpayload,
15856 * manual/arith.texi (FP Comparison Functions): Document
[all …]
DChangeLog.1711579 Call __fe_mask_env() if all FP exceptions disabled.
11582 Call __fe_mask_env() if FP exceptions previously enabled.
DChangeLog.129502 * sysdeps/mips/__longjmp.c (__longjmp): Restore SP and FP last and
DChangeLog.107113 * manual/math.texi (FP Function Optimization): Mention drawbacks.
DChangeLog.119488 * manual/math.texi (FP Function Optimizations): Document gcc
/glibc-2.36/posix/
Dtst-regex.input10045 FP register content in ucontext_t.
11820 * eld/dl-profile.c (_dl_start_profile): Avoid FP calculation when
12118 FP number format.