cosmopolitan/test/libc/tinymath
Justine Tunney 7b26b42769 Pay off more technical debt
This makes breaking changes to add underscores to many non-standard
function names provided by the c library. MODE=tiny is now tinier and
we now use smaller locks that are better for tiny apps in this mode.
Some headers have been renamed to be in the same folder as the build
package, so it'll be easier to know which build dependency is needed.
Certain old misguided interfaces have been removed. Intel intrinsics
headers are now listed in libc/isystem (but not in the amalgamation)
to help further improve open source compatibility. Header complexity
has also been reduced. Lastly, more shell scripts are now available.

Compared to 6f7d0cb1c3, some tiny corrections were made in libc/intrin/g_fds.c and libc/zipos/open.c including double semi colons and incorrect indentation for existing vista changes that were manually pulled from this commit previously.
2023-03-20 21:07:01 -04:00
..
acos_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
acosh_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
asin_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
asinh_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
atan2_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
atan2l_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
atan_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
atanh_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
atanl_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
cbrt_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
ceil_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
complex_test.c Fix some more reported issues 2022-04-28 20:36:33 -07:00
copysign_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
cos_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
cosh_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
csqrt_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
erf_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
exp2_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
exp2l_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
exp10_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
exp_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
expm1_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
fabs_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
floor_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
fmod_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
fsum_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
gamma_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
hypot_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
ilogb_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
ldexp_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
log1p_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
log2_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
log10_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
log_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
logb_test.c Add FP_ILOGB constants (#599) 2022-09-07 21:37:53 -07:00
measureentropy_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
pow10_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
powl_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
round_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
sin_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
sincos_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
sinh_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
sqrt_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
strtod_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
tan_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
tanh_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
test.mk Fold LIBC_UNICODE into LIBC_STR 2022-08-13 08:42:32 -07:00
tgamma_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00
trunc_test.c Pay off more technical debt 2023-03-20 21:07:01 -04:00