commit | f9d17902a35b6403b7c8354845e9f13f882c1c8e | |
author | nsz <nsz@port70.net> | |
Sun, 7 Oct 2012 18:24:04 +0000 (7 20:24 +0200) | ||
committer | nsz <nsz@port70.net> | |
Sun, 7 Oct 2012 18:24:04 +0000 (7 20:24 +0200) | ||
tree | b2c50f13afccca3491ac41368e9e8d19095dc509 | treesnapshot (tar.gz zip) |
parent | 1ee02029133b60651176619b0a6743a5d011c21b | commitdiff |
Makefile.inc | diffblobblamehistory | |
src/math/Makefile | [new file with mode: 0644] | blob |
src/math/acos.c | [new file with mode: 0644] | blob |
src/math/acosf.c | [new file with mode: 0644] | blob |
src/math/acosh.c | [new file with mode: 0644] | blob |
src/math/acoshf.c | [new file with mode: 0644] | blob |
src/math/acoshl.c | [new file with mode: 0644] | blob |
src/math/acosl.c | [new file with mode: 0644] | blob |
src/math/asin.c | [new file with mode: 0644] | blob |
src/math/asinf.c | [new file with mode: 0644] | blob |
src/math/asinh.c | [new file with mode: 0644] | blob |
src/math/asinhf.c | [new file with mode: 0644] | blob |
src/math/asinhl.c | [new file with mode: 0644] | blob |
src/math/asinl.c | [new file with mode: 0644] | blob |
src/math/atan.c | [new file with mode: 0644] | blob |
src/math/atan2.c | [new file with mode: 0644] | blob |
src/math/atan2f.c | [new file with mode: 0644] | blob |
src/math/atan2l.c | [new file with mode: 0644] | blob |
src/math/atanf.c | [new file with mode: 0644] | blob |
src/math/atanh.c | [new file with mode: 0644] | blob |
src/math/atanhf.c | [new file with mode: 0644] | blob |
src/math/atanhl.c | [new file with mode: 0644] | blob |
src/math/atanl.c | [new file with mode: 0644] | blob |
src/math/cbrt.c | [new file with mode: 0644] | blob |
src/math/cbrtf.c | [new file with mode: 0644] | blob |
src/math/cbrtl.c | [new file with mode: 0644] | blob |
src/math/ceil.c | [new file with mode: 0644] | blob |
src/math/ceilf.c | [new file with mode: 0644] | blob |
src/math/ceill.c | [new file with mode: 0644] | blob |
src/math/copysign.c | [new file with mode: 0644] | blob |
src/math/copysignf.c | [new file with mode: 0644] | blob |
src/math/copysignl.c | [new file with mode: 0644] | blob |
src/math/cos.c | [new file with mode: 0644] | blob |
src/math/cosf.c | [new file with mode: 0644] | blob |
src/math/cosh.c | [new file with mode: 0644] | blob |
src/math/coshf.c | [new file with mode: 0644] | blob |
src/math/coshl.c | [new file with mode: 0644] | blob |
src/math/cosl.c | [new file with mode: 0644] | blob |
src/math/crlibm/COPYING | [new file with mode: 0644] | blob |
src/math/crlibm/README | [new file with mode: 0644] | blob |
src/math/crlibm/acos.h | [new file with mode: 0644] | blob |
src/math/crlibm/asin.h | [new file with mode: 0644] | blob |
src/math/crlibm/atan.h | [new file with mode: 0644] | blob |
src/math/crlibm/cos.h | [new file with mode: 0644] | blob |
src/math/crlibm/cosh.h | [new file with mode: 0644] | blob |
src/math/crlibm/exp.h | [new file with mode: 0644] | blob |
src/math/crlibm/expm1.h | [new file with mode: 0644] | blob |
src/math/crlibm/log.h | [new file with mode: 0644] | blob |
src/math/crlibm/log10.h | [new file with mode: 0644] | blob |
src/math/crlibm/log1p.h | [new file with mode: 0644] | blob |
src/math/crlibm/log2.h | [new file with mode: 0644] | blob |
src/math/crlibm/pow.h | [new file with mode: 0644] | blob |
src/math/crlibm/sin.h | [new file with mode: 0644] | blob |
src/math/crlibm/sinh.h | [new file with mode: 0644] | blob |
src/math/crlibm/tan.h | [new file with mode: 0644] | blob |
src/math/erf.c | [new file with mode: 0644] | blob |
src/math/erfc.c | [new file with mode: 0644] | blob |
src/math/erfcf.c | [new file with mode: 0644] | blob |
src/math/erfcl.c | [new file with mode: 0644] | blob |
src/math/erff.c | [new file with mode: 0644] | blob |
src/math/erfl.c | [new file with mode: 0644] | blob |
src/math/exp.c | [new file with mode: 0644] | blob |
src/math/exp10.c | [new file with mode: 0644] | blob |
src/math/exp10f.c | [new file with mode: 0644] | blob |
src/math/exp10l.c | [new file with mode: 0644] | blob |
src/math/exp2.c | [new file with mode: 0644] | blob |
src/math/exp2f.c | [new file with mode: 0644] | blob |
src/math/exp2l.c | [new file with mode: 0644] | blob |
src/math/expf.c | [new file with mode: 0644] | blob |
src/math/expl.c | [new file with mode: 0644] | blob |
src/math/expm1.c | [new file with mode: 0644] | blob |
src/math/expm1f.c | [new file with mode: 0644] | blob |
src/math/expm1l.c | [new file with mode: 0644] | blob |
src/math/fabs.c | [new file with mode: 0644] | blob |
src/math/fabsf.c | [new file with mode: 0644] | blob |
src/math/fabsl.c | [new file with mode: 0644] | blob |
src/math/fdim.c | [new file with mode: 0644] | blob |
src/math/fdimf.c | [new file with mode: 0644] | blob |
src/math/fdiml.c | [new file with mode: 0644] | blob |
src/math/floor.c | [new file with mode: 0644] | blob |
src/math/floorf.c | [new file with mode: 0644] | blob |
src/math/floorl.c | [new file with mode: 0644] | blob |
src/math/fmax.c | [new file with mode: 0644] | blob |
src/math/fmaxf.c | [new file with mode: 0644] | blob |
src/math/fmaxl.c | [new file with mode: 0644] | blob |
src/math/fmin.c | [new file with mode: 0644] | blob |
src/math/fminf.c | [new file with mode: 0644] | blob |
src/math/fminl.c | [new file with mode: 0644] | blob |
src/math/fmod.c | [new file with mode: 0644] | blob |
src/math/fmodf.c | [new file with mode: 0644] | blob |
src/math/fmodl.c | [new file with mode: 0644] | blob |
src/math/gen/Makefile | [new file with mode: 0644] | blob |
src/math/gen/functions.h | [new file with mode: 0644] | blob |
src/math/gen/gen.c | [new file with mode: 0644] | blob |
src/math/gen/gen.h | [new file with mode: 0644] | blob |
src/math/gen/gentests.sh | [new file with mode: 0755] | blob |
src/math/gen/mp.c | [new file with mode: 0644] | blob |
src/math/gen/mplibm.c | [new file with mode: 0644] | blob |
src/math/gen/template/d_d.c | [new file with mode: 0644] | blob |
src/math/gen/template/dd_d.c | [new file with mode: 0644] | blob |
src/math/gen/template/f_f.c | [new file with mode: 0644] | blob |
src/math/gen/template/ff_f.c | [new file with mode: 0644] | blob |
src/math/gen/template/l_l.c | [new file with mode: 0644] | blob |
src/math/gen/template/ll_l.c | [new file with mode: 0644] | blob |
src/math/gen/util.c | [new file with mode: 0644] | blob |
src/math/hypot.c | [new file with mode: 0644] | blob |
src/math/hypotf.c | [new file with mode: 0644] | blob |
src/math/hypotl.c | [new file with mode: 0644] | blob |
src/math/j0.c | [new file with mode: 0644] | blob |
src/math/j0f.c | [new file with mode: 0644] | blob |
src/math/j1.c | [new file with mode: 0644] | blob |
src/math/j1f.c | [new file with mode: 0644] | blob |
src/math/log.c | [new file with mode: 0644] | blob |
src/math/log10.c | [new file with mode: 0644] | blob |
src/math/log10f.c | [new file with mode: 0644] | blob |
src/math/log10l.c | [new file with mode: 0644] | blob |
src/math/log1p.c | [new file with mode: 0644] | blob |
src/math/log1pf.c | [new file with mode: 0644] | blob |
src/math/log1pl.c | [new file with mode: 0644] | blob |
src/math/log2.c | [new file with mode: 0644] | blob |
src/math/log2f.c | [new file with mode: 0644] | blob |
src/math/log2l.c | [new file with mode: 0644] | blob |
src/math/logb.c | [new file with mode: 0644] | blob |
src/math/logbf.c | [new file with mode: 0644] | blob |
src/math/logbl.c | [new file with mode: 0644] | blob |
src/math/logf.c | [new file with mode: 0644] | blob |
src/math/logl.c | [new file with mode: 0644] | blob |
src/math/nearbyint.c | [new file with mode: 0644] | blob |
src/math/nearbyintf.c | [new file with mode: 0644] | blob |
src/math/nearbyintl.c | [new file with mode: 0644] | blob |
src/math/nextafter.c | [new file with mode: 0644] | blob |
src/math/nextafterf.c | [new file with mode: 0644] | blob |
src/math/nextafterl.c | [new file with mode: 0644] | blob |
src/math/nexttowardl.c | [new file with mode: 0644] | blob |
src/math/pow.c | [new file with mode: 0644] | blob |
src/math/pow10.c | [new file with mode: 0644] | blob |
src/math/pow10f.c | [new file with mode: 0644] | blob |
src/math/pow10l.c | [new file with mode: 0644] | blob |
src/math/powf.c | [new file with mode: 0644] | blob |
src/math/powl.c | [new file with mode: 0644] | blob |
src/math/remainder.c | [new file with mode: 0644] | blob |
src/math/remainderf.c | [new file with mode: 0644] | blob |
src/math/remainderl.c | [new file with mode: 0644] | blob |
src/math/rint.c | [new file with mode: 0644] | blob |
src/math/rintf.c | [new file with mode: 0644] | blob |
src/math/rintl.c | [new file with mode: 0644] | blob |
src/math/round.c | [new file with mode: 0644] | blob |
src/math/roundf.c | [new file with mode: 0644] | blob |
src/math/roundl.c | [new file with mode: 0644] | blob |
src/math/sanity/acos.h | [new file with mode: 0644] | blob |
src/math/sanity/acosf.h | [new file with mode: 0644] | blob |
src/math/sanity/acosh.h | [new file with mode: 0644] | blob |
src/math/sanity/acoshf.h | [new file with mode: 0644] | blob |
src/math/sanity/acoshl.h | [new file with mode: 0644] | blob |
src/math/sanity/acosl.h | [new file with mode: 0644] | blob |
src/math/sanity/asin.h | [new file with mode: 0644] | blob |
src/math/sanity/asinf.h | [new file with mode: 0644] | blob |
src/math/sanity/asinh.h | [new file with mode: 0644] | blob |
src/math/sanity/asinhf.h | [new file with mode: 0644] | blob |
src/math/sanity/asinhl.h | [new file with mode: 0644] | blob |
src/math/sanity/asinl.h | [new file with mode: 0644] | blob |
src/math/sanity/atan.h | [new file with mode: 0644] | blob |
src/math/sanity/atan2.h | [new file with mode: 0644] | blob |
src/math/sanity/atan2f.h | [new file with mode: 0644] | blob |
src/math/sanity/atan2l.h | [new file with mode: 0644] | blob |
src/math/sanity/atanf.h | [new file with mode: 0644] | blob |
src/math/sanity/atanh.h | [new file with mode: 0644] | blob |
src/math/sanity/atanhf.h | [new file with mode: 0644] | blob |
src/math/sanity/atanhl.h | [new file with mode: 0644] | blob |
src/math/sanity/atanl.h | [new file with mode: 0644] | blob |
src/math/sanity/cbrt.h | [new file with mode: 0644] | blob |
src/math/sanity/cbrtf.h | [new file with mode: 0644] | blob |
src/math/sanity/cbrtl.h | [new file with mode: 0644] | blob |
src/math/sanity/ceil.h | [new file with mode: 0644] | blob |
src/math/sanity/ceilf.h | [new file with mode: 0644] | blob |
src/math/sanity/ceill.h | [new file with mode: 0644] | blob |
src/math/sanity/copysign.h | [new file with mode: 0644] | blob |
src/math/sanity/copysignf.h | [new file with mode: 0644] | blob |
src/math/sanity/copysignl.h | [new file with mode: 0644] | blob |
src/math/sanity/cos.h | [new file with mode: 0644] | blob |
src/math/sanity/cosf.h | [new file with mode: 0644] | blob |
src/math/sanity/cosh.h | [new file with mode: 0644] | blob |
src/math/sanity/coshf.h | [new file with mode: 0644] | blob |
src/math/sanity/coshl.h | [new file with mode: 0644] | blob |
src/math/sanity/cosl.h | [new file with mode: 0644] | blob |
src/math/sanity/erf.h | [new file with mode: 0644] | blob |
src/math/sanity/erfc.h | [new file with mode: 0644] | blob |
src/math/sanity/erfcf.h | [new file with mode: 0644] | blob |
src/math/sanity/erfcl.h | [new file with mode: 0644] | blob |
src/math/sanity/erff.h | [new file with mode: 0644] | blob |
src/math/sanity/erfl.h | [new file with mode: 0644] | blob |
src/math/sanity/exp.h | [new file with mode: 0644] | blob |
src/math/sanity/exp10.h | [new file with mode: 0644] | blob |
src/math/sanity/exp10f.h | [new file with mode: 0644] | blob |
src/math/sanity/exp10l.h | [new file with mode: 0644] | blob |
src/math/sanity/exp2.h | [new file with mode: 0644] | blob |
src/math/sanity/exp2f.h | [new file with mode: 0644] | blob |
src/math/sanity/exp2l.h | [new file with mode: 0644] | blob |
src/math/sanity/expf.h | [new file with mode: 0644] | blob |
src/math/sanity/expl.h | [new file with mode: 0644] | blob |
src/math/sanity/expm1.h | [new file with mode: 0644] | blob |
src/math/sanity/expm1f.h | [new file with mode: 0644] | blob |
src/math/sanity/expm1l.h | [new file with mode: 0644] | blob |
src/math/sanity/fabs.h | [new file with mode: 0644] | blob |
src/math/sanity/fabsf.h | [new file with mode: 0644] | blob |
src/math/sanity/fabsl.h | [new file with mode: 0644] | blob |
src/math/sanity/fdim.h | [new file with mode: 0644] | blob |
src/math/sanity/fdimf.h | [new file with mode: 0644] | blob |
src/math/sanity/fdiml.h | [new file with mode: 0644] | blob |
src/math/sanity/floor.h | [new file with mode: 0644] | blob |
src/math/sanity/floorf.h | [new file with mode: 0644] | blob |
src/math/sanity/floorl.h | [new file with mode: 0644] | blob |
src/math/sanity/fmax.h | [new file with mode: 0644] | blob |
src/math/sanity/fmaxf.h | [new file with mode: 0644] | blob |
src/math/sanity/fmaxl.h | [new file with mode: 0644] | blob |
src/math/sanity/fmin.h | [new file with mode: 0644] | blob |
src/math/sanity/fminf.h | [new file with mode: 0644] | blob |
src/math/sanity/fminl.h | [new file with mode: 0644] | blob |
src/math/sanity/fmod.h | [new file with mode: 0644] | blob |
src/math/sanity/fmodf.h | [new file with mode: 0644] | blob |
src/math/sanity/fmodl.h | [new file with mode: 0644] | blob |
src/math/sanity/frexp.h | [new file with mode: 0644] | blob |
src/math/sanity/frexpf.h | [new file with mode: 0644] | blob |
src/math/sanity/frexpl.h | [new file with mode: 0644] | blob |
src/math/sanity/hypot.h | [new file with mode: 0644] | blob |
src/math/sanity/hypotf.h | [new file with mode: 0644] | blob |
src/math/sanity/hypotl.h | [new file with mode: 0644] | blob |
src/math/sanity/j0.h | [new file with mode: 0644] | blob |
src/math/sanity/j0f.h | [new file with mode: 0644] | blob |
src/math/sanity/j0l.h | [new file with mode: 0644] | blob |
src/math/sanity/j1.h | [new file with mode: 0644] | blob |
src/math/sanity/j1f.h | [new file with mode: 0644] | blob |
src/math/sanity/j1l.h | [new file with mode: 0644] | blob |
src/math/sanity/ldexp.h | [new file with mode: 0644] | blob |
src/math/sanity/ldexpf.h | [new file with mode: 0644] | blob |
src/math/sanity/ldexpl.h | [new file with mode: 0644] | blob |
src/math/sanity/lgamma.h | [new file with mode: 0644] | blob |
src/math/sanity/lgamma_r.h | [new file with mode: 0644] | blob |
src/math/sanity/lgammaf.h | [new file with mode: 0644] | blob |
src/math/sanity/lgammaf_r.h | [new file with mode: 0644] | blob |
src/math/sanity/lgammal.h | [new file with mode: 0644] | blob |
src/math/sanity/lgammal_r.h | [new file with mode: 0644] | blob |
src/math/sanity/log.h | [new file with mode: 0644] | blob |
src/math/sanity/log10.h | [new file with mode: 0644] | blob |
src/math/sanity/log10f.h | [new file with mode: 0644] | blob |
src/math/sanity/log10l.h | [new file with mode: 0644] | blob |
src/math/sanity/log1p.h | [new file with mode: 0644] | blob |
src/math/sanity/log1pf.h | [new file with mode: 0644] | blob |
src/math/sanity/log1pl.h | [new file with mode: 0644] | blob |
src/math/sanity/log2.h | [new file with mode: 0644] | blob |
src/math/sanity/log2f.h | [new file with mode: 0644] | blob |
src/math/sanity/log2l.h | [new file with mode: 0644] | blob |
src/math/sanity/logb.h | [new file with mode: 0644] | blob |
src/math/sanity/logbf.h | [new file with mode: 0644] | blob |
src/math/sanity/logbl.h | [new file with mode: 0644] | blob |
src/math/sanity/logf.h | [new file with mode: 0644] | blob |
src/math/sanity/logl.h | [new file with mode: 0644] | blob |
src/math/sanity/nearbyint.h | [new file with mode: 0644] | blob |
src/math/sanity/nearbyintf.h | [new file with mode: 0644] | blob |
src/math/sanity/nearbyintl.h | [new file with mode: 0644] | blob |
src/math/sanity/pow.h | [new file with mode: 0644] | blob |
src/math/sanity/pow10.h | [new file with mode: 0644] | blob |
src/math/sanity/pow10f.h | [new file with mode: 0644] | blob |
src/math/sanity/pow10l.h | [new file with mode: 0644] | blob |
src/math/sanity/powf.h | [new file with mode: 0644] | blob |
src/math/sanity/powl.h | [new file with mode: 0644] | blob |
src/math/sanity/remainder.h | [new file with mode: 0644] | blob |
src/math/sanity/remainderf.h | [new file with mode: 0644] | blob |
src/math/sanity/remainderl.h | [new file with mode: 0644] | blob |
src/math/sanity/rint.h | [new file with mode: 0644] | blob |
src/math/sanity/rintf.h | [new file with mode: 0644] | blob |
src/math/sanity/rintl.h | [new file with mode: 0644] | blob |
src/math/sanity/round.h | [new file with mode: 0644] | blob |
src/math/sanity/roundf.h | [new file with mode: 0644] | blob |
src/math/sanity/roundl.h | [new file with mode: 0644] | blob |
src/math/sanity/scalbln.h | [new file with mode: 0644] | blob |
src/math/sanity/scalblnf.h | [new file with mode: 0644] | blob |
src/math/sanity/scalblnl.h | [new file with mode: 0644] | blob |
src/math/sanity/scalbn.h | [new file with mode: 0644] | blob |
src/math/sanity/scalbnf.h | [new file with mode: 0644] | blob |
src/math/sanity/scalbnl.h | [new file with mode: 0644] | blob |
src/math/sanity/sin.h | [new file with mode: 0644] | blob |
src/math/sanity/sinf.h | [new file with mode: 0644] | blob |
src/math/sanity/sinh.h | [new file with mode: 0644] | blob |
src/math/sanity/sinhf.h | [new file with mode: 0644] | blob |
src/math/sanity/sinhl.h | [new file with mode: 0644] | blob |
src/math/sanity/sinl.h | [new file with mode: 0644] | blob |
src/math/sanity/sqrt.h | [new file with mode: 0644] | blob |
src/math/sanity/sqrtf.h | [new file with mode: 0644] | blob |
src/math/sanity/sqrtl.h | [new file with mode: 0644] | blob |
src/math/sanity/tan.h | [new file with mode: 0644] | blob |
src/math/sanity/tanf.h | [new file with mode: 0644] | blob |
src/math/sanity/tanh.h | [new file with mode: 0644] | blob |
src/math/sanity/tanhf.h | [new file with mode: 0644] | blob |
src/math/sanity/tanhl.h | [new file with mode: 0644] | blob |
src/math/sanity/tanl.h | [new file with mode: 0644] | blob |
src/math/sanity/tgamma.h | [new file with mode: 0644] | blob |
src/math/sanity/tgammaf.h | [new file with mode: 0644] | blob |
src/math/sanity/tgammal.h | [new file with mode: 0644] | blob |
src/math/sanity/trunc.h | [new file with mode: 0644] | blob |
src/math/sanity/truncf.h | [new file with mode: 0644] | blob |
src/math/sanity/truncl.h | [new file with mode: 0644] | blob |
src/math/sanity/y0.h | [new file with mode: 0644] | blob |
src/math/sanity/y0f.h | [new file with mode: 0644] | blob |
src/math/sanity/y0l.h | [new file with mode: 0644] | blob |
src/math/sanity/y1.h | [new file with mode: 0644] | blob |
src/math/sanity/y1f.h | [new file with mode: 0644] | blob |
src/math/sanity/y1l.h | [new file with mode: 0644] | blob |
src/math/scalb.c | [new file with mode: 0644] | blob |
src/math/scalbf.c | [new file with mode: 0644] | blob |
src/math/sin.c | [new file with mode: 0644] | blob |
src/math/sinf.c | [new file with mode: 0644] | blob |
src/math/sinh.c | [new file with mode: 0644] | blob |
src/math/sinhf.c | [new file with mode: 0644] | blob |
src/math/sinhl.c | [new file with mode: 0644] | blob |
src/math/sinl.c | [new file with mode: 0644] | blob |
src/math/sqrt.c | [new file with mode: 0644] | blob |
src/math/sqrtf.c | [new file with mode: 0644] | blob |
src/math/sqrtl.c | [new file with mode: 0644] | blob |
src/math/tan.c | [new file with mode: 0644] | blob |
src/math/tanf.c | [new file with mode: 0644] | blob |
src/math/tanh.c | [new file with mode: 0644] | blob |
src/math/tanhf.c | [new file with mode: 0644] | blob |
src/math/tanhl.c | [new file with mode: 0644] | blob |
src/math/tanl.c | [new file with mode: 0644] | blob |
src/math/test.h | [new file with mode: 0644] | blob |
src/math/tgamma.c | [new file with mode: 0644] | blob |
src/math/tgammaf.c | [new file with mode: 0644] | blob |
src/math/tgammal.c | [new file with mode: 0644] | blob |
src/math/trunc.c | [new file with mode: 0644] | blob |
src/math/truncf.c | [new file with mode: 0644] | blob |
src/math/truncl.c | [new file with mode: 0644] | blob |
src/math/ucb/README | [new file with mode: 0644] | blob |
src/math/ucb/acos.h | [new file with mode: 0644] | blob |
src/math/ucb/acosf.h | [new file with mode: 0644] | blob |
src/math/ucb/asin.h | [new file with mode: 0644] | blob |
src/math/ucb/asinf.h | [new file with mode: 0644] | blob |
src/math/ucb/atan.h | [new file with mode: 0644] | blob |
src/math/ucb/atan2.h | [new file with mode: 0644] | blob |
src/math/ucb/atan2f.h | [new file with mode: 0644] | blob |
src/math/ucb/atanf.h | [new file with mode: 0644] | blob |
src/math/ucb/ceil.h | [new file with mode: 0644] | blob |
src/math/ucb/ceilf.h | [new file with mode: 0644] | blob |
src/math/ucb/cos.h | [new file with mode: 0644] | blob |
src/math/ucb/cosf.h | [new file with mode: 0644] | blob |
src/math/ucb/cosh.h | [new file with mode: 0644] | blob |
src/math/ucb/coshf.h | [new file with mode: 0644] | blob |
src/math/ucb/exp.h | [new file with mode: 0644] | blob |
src/math/ucb/expf.h | [new file with mode: 0644] | blob |
src/math/ucb/fabs.h | [new file with mode: 0644] | blob |
src/math/ucb/fabsf.h | [new file with mode: 0644] | blob |
src/math/ucb/floor.h | [new file with mode: 0644] | blob |
src/math/ucb/floorf.h | [new file with mode: 0644] | blob |
src/math/ucb/fmod.h | [new file with mode: 0644] | blob |
src/math/ucb/fmodf.h | [new file with mode: 0644] | blob |
src/math/ucb/hypot.h | [new file with mode: 0644] | blob |
src/math/ucb/hypotf.h | [new file with mode: 0644] | blob |
src/math/ucb/log.h | [new file with mode: 0644] | blob |
src/math/ucb/log10.h | [new file with mode: 0644] | blob |
src/math/ucb/log10f.h | [new file with mode: 0644] | blob |
src/math/ucb/logf.h | [new file with mode: 0644] | blob |
src/math/ucb/pow.h | [new file with mode: 0644] | blob |
src/math/ucb/powf.h | [new file with mode: 0644] | blob |
src/math/ucb/sin.h | [new file with mode: 0644] | blob |
src/math/ucb/sinf.h | [new file with mode: 0644] | blob |
src/math/ucb/sinh.h | [new file with mode: 0644] | blob |
src/math/ucb/sinhf.h | [new file with mode: 0644] | blob |
src/math/ucb/sqrt.h | [new file with mode: 0644] | blob |
src/math/ucb/sqrtf.h | [new file with mode: 0644] | blob |
src/math/ucb/tan.h | [new file with mode: 0644] | blob |
src/math/ucb/tanf.h | [new file with mode: 0644] | blob |
src/math/ucb/tanh.h | [new file with mode: 0644] | blob |
src/math/ucb/tanhf.h | [new file with mode: 0644] | blob |
src/math/util.c | [new file with mode: 0644] | blob |
src/math/util.h | [new file with mode: 0644] | blob |
src/math/y0.c | [new file with mode: 0644] | blob |
src/math/y0f.c | [new file with mode: 0644] | blob |
src/math/y1.c | [new file with mode: 0644] | blob |
src/math/y1f.c | [new file with mode: 0644] | blob |