summaryrefslogtreecommitdiffstats
path: root/lib/libm/arch/vax (follow)
Commit message (Expand)AuthorAgeFilesLines
* scalbnf on vax, okay miod@espie2013-08-061-1/+8
* Fix atan2f() and hypotf() by actually converting both their arguments to themiod2013-07-152-4/+6
* add some missing asm functions to vax: long double as aliases to double,espie2013-07-156-10/+51
* VAX ELF userland bits. Consists mostly of register prefix additions.miod2013-07-059-490/+490
* Switch libc and libm to use strong aliases rather than weak aliasesmartynas2013-03-285-13/+13
* Revert (leaving the complex math part alone). Some stuff is dependingmartynas2011-07-082-95/+0
* Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas2011-07-082-0/+95
* spacemartynas2008-12-125-13/+13
* alias fabsl to fabs on these archsmartynas2008-12-095-29/+13
* - 80-bit and quad precision trigonometric and other mostmartynas2008-12-095-20/+30
* float math functions: copysignf and logbf. ok millert@martynas2008-11-201-1/+35
* - noieee_src: adapt complex versions of the functions it alreadymartynas2008-10-071-3/+2
* remove d_cbrt, dcbrt, d_sqrt. ok millert@martynas2008-09-162-16/+7
* remove z_abs. ok millert@martynas2008-09-131-9/+1
* - remove isinff, isnanf. this has been moved to libcmartynas2008-07-241-34/+1
* cleaning up, no functional changesmartynas2008-06-214-24/+24
* add isinff and isnanf. no objection millert@martynas2008-06-121-1/+21
* use ALTENTRY; was ok millert@martynas2008-06-121-4/+2
* drem{,f} are aliases for remainder{,f}, so:martynas2008-06-111-4/+7
* Use proper *ENTRY macros with symbolic register save masks, sprinklemiod2008-05-219-140/+94
* add __signbit/__signbitf/__signbitl (all the same) for vax (not used yet,jason2007-05-311-0/+19
* avoid ' which confuses make dependderaadt2005-11-231-1/+1
* Historically, scalb() in 4BSD had the actual semantics of scalbn(). We changedmillert2003-11-011-5/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-029-45/+9
* scalb() in vax libm is in fact scalbn(), so change the symbol name.miod2002-10-111-4/+4
* initial import of NetBSD treederaadt1995-10-189-0/+1862