zig/lib/std/math
Andrew Kelley 830e0ba2d2 enable native CPU feature for windows; disable failing tests
See #508. These can be re-enabled when we upgrade to LLVM 10.
2020-01-21 21:46:06 -05:00
..
big Use the correct calling convention for AEABI intrinsics 2020-01-07 13:42:47 -05: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 Use the correct calling convention for AEABI intrinsics 2020-01-07 13:42:47 -05: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 enable native CPU feature for windows; disable failing tests 2020-01-21 21:46:06 -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 enable native CPU feature for windows; disable failing tests 2020-01-21 21:46:06 -05:00
isnan.zig enable native CPU feature for windows; disable failing tests 2020-01-21 21:46:06 -05:00
isnormal.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
ln.zig remove @TypeOf() hacks for comptime_int/comptime_float 2020-01-05 02:33:23 -05:00
log.zig remove @TypeOf() hacks for comptime_int/comptime_float 2020-01-05 02:33:23 -05:00
log1p.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
log2.zig remove @TypeOf() hacks for comptime_int/comptime_float 2020-01-05 02:33:23 -05:00
log10.zig remove @TypeOf() hacks for comptime_int/comptime_float 2020-01-05 02:33:23 -05: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 Use the correct calling convention for AEABI intrinsics 2020-01-07 13:42:47 -05:00
powi.zig mv std/ lib/ 2019-09-25 23:35:41 -04: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 Use the correct calling convention for AEABI intrinsics 2020-01-07 13:42:47 -05:00
sinh.zig Replace @typeOf with @TypeOf in all zig source 2019-12-10 11:09:41 -05:00
sqrt.zig zig fmt and update extern fn to callconv(.C) 2020-01-06 15:34:50 -05:00
tan.zig Use the correct calling convention for AEABI intrinsics 2020-01-07 13:42:47 -05: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