zig/lib/std/math
Andrew Kelley dbde5df568
clean up some self-hosted bitrot + don't assume libstdc++
closes #4682

The self-hosted compiler is still bit rotted and still not compiling
successfully yet. I have a more serious rework of the code in a
different branch.
2020-03-17 23:03:45 -04:00
..
big clean up some self-hosted bitrot + don't assume libstdc++ 2020-03-17 23:03:45 -04:00
complex Use the correct calling convention for AEABI intrinsics 2020-01-07 13:42:47 -05:00
acos.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
acosh.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
asin.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
asinh.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
atan.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
atan2.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
atanh.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
big.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
cbrt.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
ceil.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
complex.zig update more of the std lib to use `@as` 2019-11-08 15:57:25 -05:00
copysign.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
cos.zig remove uses of `@ArgType` and `@IntType` 2020-02-24 23:39:03 +02:00
cosh.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
exp.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
exp2.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
expm1.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
expo2.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
fabs.zig update std lib to new Target API 2020-02-28 14:51:54 -05:00
floor.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
fma.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
frexp.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
hypot.zig update the codebase to use `@as` 2019-11-08 15:57:24 -05:00
ilogb.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
inf.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
isfinite.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
isinf.zig update std lib to new Target API 2020-02-28 14:51:54 -05:00
isnan.zig update std lib to new Target API 2020-02-28 14:51:54 -05:00
isnormal.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
ln.zig remove usages of `@typeId`, `@memberCount`, `@memberName` and `@memberType` 2020-02-24 23:09:01 +02:00
log.zig remove usages of `@typeId`, `@memberCount`, `@memberName` and `@memberType` 2020-02-24 23:09:01 +02:00
log1p.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
log2.zig remove usages of `@typeId`, `@memberCount`, `@memberName` and `@memberType` 2020-02-24 23:09:01 +02:00
log10.zig remove usages of `@typeId`, `@memberCount`, `@memberName` and `@memberType` 2020-02-24 23:09:01 +02:00
modf.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
nan.zig mv std/ lib/ 2019-09-25 23:35:41 -04:00
pow.zig short std.builtin enum literals in std lib 2020-03-01 13:57:41 -05:00
powi.zig short std.builtin enum literals in std lib 2020-03-01 13:57:41 -05:00
round.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
scalbn.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
signbit.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
sin.zig remove uses of `@ArgType` and `@IntType` 2020-02-24 23:39:03 +02:00
sinh.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
sqrt.zig remove uses of `@ArgType` and `@IntType` 2020-02-24 23:39:03 +02:00
tan.zig remove uses of `@ArgType` and `@IntType` 2020-02-24 23:39:03 +02:00
tanh.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
trunc.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00