[libc][NFC] Strip all training whitespace and missing newlines (#124163)
This commit is contained in:
@@ -15,7 +15,7 @@ macros:
|
||||
in-latest-posix: ''
|
||||
LIO_WRITE:
|
||||
in-latest-posix: ''
|
||||
|
||||
|
||||
functions:
|
||||
aio_cancel:
|
||||
in-latest-posix: ''
|
||||
|
||||
@@ -10,4 +10,4 @@ functions:
|
||||
|
||||
macros:
|
||||
IF_NAMESIZE:
|
||||
in-latest-posix: ''
|
||||
in-latest-posix: ''
|
||||
|
||||
@@ -56,4 +56,4 @@ macros:
|
||||
IN6_IS_ADDR_MC_ORGLOCAL:
|
||||
in-latest-posix: ''
|
||||
IN6_IS_ADDR_MC_GLOBAL:
|
||||
in-latest-posix: ''
|
||||
in-latest-posix: ''
|
||||
|
||||
@@ -40,4 +40,4 @@ macros:
|
||||
RUSAGE_SELF:
|
||||
in-latest-posix: ''
|
||||
RUSAGE_CHILDREN:
|
||||
in-latest-posix: ''
|
||||
in-latest-posix: ''
|
||||
|
||||
@@ -42,7 +42,7 @@ macros:
|
||||
in-latest-posix: ''
|
||||
S_IXGRP:
|
||||
in-latest-posix: ''
|
||||
|
||||
|
||||
S_IRWXO:
|
||||
in-latest-posix: ''
|
||||
S_IROTH:
|
||||
@@ -115,4 +115,4 @@ functions:
|
||||
umask:
|
||||
in-latest-posix: ''
|
||||
utimensat:
|
||||
in-latest-posix: ''
|
||||
in-latest-posix: ''
|
||||
|
||||
@@ -2,4 +2,4 @@ functions:
|
||||
select:
|
||||
in-latest-posix: ''
|
||||
utimes:
|
||||
in-latest-posix: ''
|
||||
in-latest-posix: ''
|
||||
|
||||
@@ -34,4 +34,4 @@ macros:
|
||||
WUNTRACED:
|
||||
in-latest-posix: ''
|
||||
WCORE_DUMPED:
|
||||
in-latest-posix: ''
|
||||
in-latest-posix: ''
|
||||
|
||||
@@ -31,7 +31,7 @@ macros:
|
||||
in-latest-posix: ''
|
||||
IGNBRK:
|
||||
in-latest-posix: ''
|
||||
IGNCR:
|
||||
IGNCR:
|
||||
in-latest-posix: ''
|
||||
IGNPAR:
|
||||
in-latest-posix: ''
|
||||
@@ -64,7 +64,7 @@ macros:
|
||||
in-latest-posix: ''
|
||||
OFILL:
|
||||
in-latest-posix: ''
|
||||
|
||||
|
||||
NLDLY:
|
||||
in-latest-posix: ''
|
||||
NL0:
|
||||
@@ -139,7 +139,7 @@ macros:
|
||||
in-latest-posix: ''
|
||||
B2400:
|
||||
in-latest-posix: ''
|
||||
B4800:
|
||||
B4800:
|
||||
in-latest-posix: ''
|
||||
B9600:
|
||||
in-latest-posix: ''
|
||||
@@ -231,13 +231,13 @@ functions:
|
||||
in-latest-posix: ''
|
||||
tcgetattr:
|
||||
in-latest-posix: ''
|
||||
tcgetsid:
|
||||
tcgetsid:
|
||||
in-latest-posix: ''
|
||||
tcgetwinsize:
|
||||
in-latest-posix: ''
|
||||
tcsendbreak:
|
||||
in-latest-posix: ''
|
||||
tcsetattr:
|
||||
tcsetattr:
|
||||
in-latest-posix: ''
|
||||
tcsetwinsize:
|
||||
in-latest-posix: ''
|
||||
in-latest-posix: ''
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// Implement WorstCase functions to compute the worst case for x mod C, with
|
||||
// the exponent of x ranges from emin to emax, and precision of x is p.
|
||||
// Adapted to Sollya from the Maple function in
|
||||
// Adapted to Sollya from the Maple function in
|
||||
// J-M. Muller, "Elementary Functions", 3rd ed, Section 11.3.2.
|
||||
//
|
||||
// Some examples:
|
||||
@@ -8,7 +8,7 @@
|
||||
// 1) Worst case for trig range reduction fast passes:
|
||||
//
|
||||
// Single precision
|
||||
// > WorstCase(24, -6, 32, pi/32, 128);
|
||||
// > WorstCase(24, -6, 32, pi/32, 128);
|
||||
// numbermin : 10741887
|
||||
// expmin : 7
|
||||
// Worst case: 0x1.47d0fep30
|
||||
|
||||
Reference in New Issue
Block a user