]> pd.if.org Git - pdclib/commit
Added template implementation files.
authorsolar <unknown>
Sun, 23 Nov 2003 18:39:53 +0000 (18:39 +0000)
committersolar <unknown>
Sun, 23 Nov 2003 18:39:53 +0000 (18:39 +0000)
commit34893ecc2200dc7017c36a54cb6c5f4c2378b5ec
treefedd5d0adaa6c61b82e207f3a91e9e9abc267530
parent34b76b9d65477be9c7d35cd254f44be85b3786b4
Added template implementation files.
171 files changed:
functions/complex/cabs.c [new file with mode: 0644]
functions/complex/cacos.c [new file with mode: 0644]
functions/complex/cacosh.c [new file with mode: 0644]
functions/complex/carg.c [new file with mode: 0644]
functions/complex/casin.c [new file with mode: 0644]
functions/complex/casinh.c [new file with mode: 0644]
functions/complex/catan.c [new file with mode: 0644]
functions/complex/catanh.c [new file with mode: 0644]
functions/complex/cconj.c [new file with mode: 0644]
functions/complex/ccos.c [new file with mode: 0644]
functions/complex/ccosh.c [new file with mode: 0644]
functions/complex/cexp.c [new file with mode: 0644]
functions/complex/cimag.c [new file with mode: 0644]
functions/complex/clog.c [new file with mode: 0644]
functions/complex/cpow.c [new file with mode: 0644]
functions/complex/cproj.c [new file with mode: 0644]
functions/complex/creal.c [new file with mode: 0644]
functions/complex/csin.c [new file with mode: 0644]
functions/complex/csinh.c [new file with mode: 0644]
functions/complex/csqrt.c [new file with mode: 0644]
functions/complex/ctan.c [new file with mode: 0644]
functions/complex/ctanh.c [new file with mode: 0644]
functions/ctype.c [new file with mode: 0644]
functions/errno.c [new file with mode: 0644]
functions/fenv.c [new file with mode: 0644]
functions/inttypes.c [new file with mode: 0644]
functions/locale.c [new file with mode: 0644]
functions/math/abs.c [new file with mode: 0644]
functions/math/acos.c [new file with mode: 0644]
functions/math/acosh.c [new file with mode: 0644]
functions/math/asin.c [new file with mode: 0644]
functions/math/asinh.c [new file with mode: 0644]
functions/math/atan.c [new file with mode: 0644]
functions/math/atan2.c [new file with mode: 0644]
functions/math/atanh.c [new file with mode: 0644]
functions/math/cbrt.c [new file with mode: 0644]
functions/math/ceil.c [new file with mode: 0644]
functions/math/copysign.c [new file with mode: 0644]
functions/math/cos.c [new file with mode: 0644]
functions/math/cosh.c [new file with mode: 0644]
functions/math/erf.c [new file with mode: 0644]
functions/math/exp.c [new file with mode: 0644]
functions/math/fdim.c [new file with mode: 0644]
functions/math/floor.c [new file with mode: 0644]
functions/math/fma.c [new file with mode: 0644]
functions/math/fmax.c [new file with mode: 0644]
functions/math/fmin.c [new file with mode: 0644]
functions/math/fpclassify.c [new file with mode: 0644]
functions/math/gamma.c [new file with mode: 0644]
functions/math/hypot.c [new file with mode: 0644]
functions/math/isfinite.c [new file with mode: 0644]
functions/math/isgreater.c [new file with mode: 0644]
functions/math/isgreaterequal.c [new file with mode: 0644]
functions/math/isinf.c [new file with mode: 0644]
functions/math/isless.c [new file with mode: 0644]
functions/math/islessequal.c [new file with mode: 0644]
functions/math/islessgreater.c [new file with mode: 0644]
functions/math/isnan.c [new file with mode: 0644]
functions/math/isnormal.c [new file with mode: 0644]
functions/math/isunordered.c [new file with mode: 0644]
functions/math/log.c [new file with mode: 0644]
functions/math/mod.c [new file with mode: 0644]
functions/math/nan.c [new file with mode: 0644]
functions/math/nearbyint.c [new file with mode: 0644]
functions/math/nextafter.c [new file with mode: 0644]
functions/math/nexttoward.c [new file with mode: 0644]
functions/math/pow.c [new file with mode: 0644]
functions/math/remainder.c [new file with mode: 0644]
functions/math/remquo.c [new file with mode: 0644]
functions/math/rint.c [new file with mode: 0644]
functions/math/round.c [new file with mode: 0644]
functions/math/scalbn.c [new file with mode: 0644]
functions/math/signbit.c [new file with mode: 0644]
functions/math/sin.c [new file with mode: 0644]
functions/math/sinh.c [new file with mode: 0644]
functions/math/sqrt.c [new file with mode: 0644]
functions/math/tan.c [new file with mode: 0644]
functions/math/tanh.c [new file with mode: 0644]
functions/math/trunc.c [new file with mode: 0644]
functions/setjmp.c [new file with mode: 0644]
functions/signal.c [new file with mode: 0644]
functions/stdio/clearerr.c [new file with mode: 0644]
functions/stdio/fclose.c [new file with mode: 0644]
functions/stdio/feof.c [new file with mode: 0644]
functions/stdio/ferror.c [new file with mode: 0644]
functions/stdio/fflush.c [new file with mode: 0644]
functions/stdio/fgetc.c [new file with mode: 0644]
functions/stdio/fgetpos.c [new file with mode: 0644]
functions/stdio/fgets.c [new file with mode: 0644]
functions/stdio/fopen.c [new file with mode: 0644]
functions/stdio/fprintf.c [new file with mode: 0644]
functions/stdio/fputc.c [new file with mode: 0644]
functions/stdio/fputs.c [new file with mode: 0644]
functions/stdio/fread.c [new file with mode: 0644]
functions/stdio/freopen.c [new file with mode: 0644]
functions/stdio/fscanf.c [new file with mode: 0644]
functions/stdio/fseek.c [new file with mode: 0644]
functions/stdio/fsetpos.c [new file with mode: 0644]
functions/stdio/ftell.c [new file with mode: 0644]
functions/stdio/fwrite.c [new file with mode: 0644]
functions/stdio/getc.c [new file with mode: 0644]
functions/stdio/getchar.c [new file with mode: 0644]
functions/stdio/gets.c [new file with mode: 0644]
functions/stdio/perror.c [new file with mode: 0644]
functions/stdio/printf.c [new file with mode: 0644]
functions/stdio/putc.c [new file with mode: 0644]
functions/stdio/putchar.c [new file with mode: 0644]
functions/stdio/puts.c [new file with mode: 0644]
functions/stdio/remove.c [new file with mode: 0644]
functions/stdio/rename.c [new file with mode: 0644]
functions/stdio/rewind.c [new file with mode: 0644]
functions/stdio/scanf.c [new file with mode: 0644]
functions/stdio/setbuf.c [new file with mode: 0644]
functions/stdio/setvbuf.c [new file with mode: 0644]
functions/stdio/snprintf.c [new file with mode: 0644]
functions/stdio/sprintf.c [new file with mode: 0644]
functions/stdio/sscanf.c [new file with mode: 0644]
functions/stdio/tmpfile.c [new file with mode: 0644]
functions/stdio/tmpnam.c [new file with mode: 0644]
functions/stdio/ungetc.c [new file with mode: 0644]
functions/stdio/vfprintf.c [new file with mode: 0644]
functions/stdio/vfscanf.c [new file with mode: 0644]
functions/stdio/vprintf.c [new file with mode: 0644]
functions/stdio/vscanf.c [new file with mode: 0644]
functions/stdio/vsnprintf.c [new file with mode: 0644]
functions/stdio/vsprintf.c [new file with mode: 0644]
functions/stdio/vsscanf.c [new file with mode: 0644]
functions/stdlib/_Exit.c [new file with mode: 0644]
functions/stdlib/abort.c [new file with mode: 0644]
functions/stdlib/atexit.c [new file with mode: 0644]
functions/stdlib/bsearch.c [new file with mode: 0644]
functions/stdlib/calloc.c [new file with mode: 0644]
functions/stdlib/div.c [new file with mode: 0644]
functions/stdlib/exit.c [new file with mode: 0644]
functions/stdlib/free.c [new file with mode: 0644]
functions/stdlib/getenv.c [new file with mode: 0644]
functions/stdlib/malloc.c [new file with mode: 0644]
functions/stdlib/mblen.c [new file with mode: 0644]
functions/stdlib/mbstowcs.c [new file with mode: 0644]
functions/stdlib/mbtowc.c [new file with mode: 0644]
functions/stdlib/qsort.c [new file with mode: 0644]
functions/stdlib/rand.c [new file with mode: 0644]
functions/stdlib/realloc.c [new file with mode: 0644]
functions/stdlib/strtox.c [new file with mode: 0644]
functions/stdlib/system.c [new file with mode: 0644]
functions/stdlib/wcstombs.c [new file with mode: 0644]
functions/stdlib/wctomb.c [new file with mode: 0644]
functions/string/memchr.c [new file with mode: 0644]
functions/string/memcmp.c [new file with mode: 0644]
functions/string/memcpy.c [new file with mode: 0644]
functions/string/memmove.c [new file with mode: 0644]
functions/string/memset.c [new file with mode: 0644]
functions/string/strcat.c [new file with mode: 0644]
functions/string/strchr.c [new file with mode: 0644]
functions/string/strcmp.c [new file with mode: 0644]
functions/string/strcoll.c [new file with mode: 0644]
functions/string/strcpy.c [new file with mode: 0644]
functions/string/strcspn.c [new file with mode: 0644]
functions/string/strerror.c [new file with mode: 0644]
functions/string/strlen.c [new file with mode: 0644]
functions/string/strncat.c [new file with mode: 0644]
functions/string/strncmp.c [new file with mode: 0644]
functions/string/strncpy.c [new file with mode: 0644]
functions/string/strpbrk.c [new file with mode: 0644]
functions/string/strrchr.c [new file with mode: 0644]
functions/string/strspn.c [new file with mode: 0644]
functions/string/strstr.c [new file with mode: 0644]
functions/string/strtok.c [new file with mode: 0644]
functions/string/strxfrm.c [new file with mode: 0644]
functions/time.c [new file with mode: 0644]
functions/wctype.c [new file with mode: 0644]