summaryrefslogtreecommitdiff
path: root/lib/libm/src
AgeCommit message (Expand)Author
2007-08-21replace the last cast through void* by the SET_FLOAT_WORD macro, inspireddrochner
2007-08-21Adopt an (older) fix from FreeBSD: using ceil() on values in (0,0.5]drochner
2007-08-20Add C99 complex support, for double and float.drochner
2007-08-10make the hypot/atan2 functions weak aliases, because they are useddrochner
2007-02-22-get cabs() and cabsf() out of public view - these are historical anddrochner
2007-01-17Remove more duplicate #includes, and a few spurious whitespaces at EOLhubertf
2006-08-01make an intermediate float variable "volatile" on i386 to work around a gccdrochner
2006-03-25Add __RCSID(), u_intX_t -> uintX_t.xtraeme
2006-03-25Add trunc() and truncf() C99 functions, from FreeBSD.xtraeme
2006-03-19Use float constants!christos
2006-03-19Coverity CID 562: Flip the order of the if statement to prevent unreachablechristos
2006-03-19Coverity CID 572: Comment out dead code.christos
2006-03-19Coverity CID 573: Comment out unreachable code.christos
2006-03-19Coverity CID 574: Unreachable code due to incorrect constants. Correctchristos
2006-03-19Coverity CID 575: comment out dead code.christos
2005-07-21Add wrappers for the newly added functions. Thanks Klaus!christos
2005-07-21Add log2 and log2f from FreeBSD PR 83845christos
2004-10-13add licensesdrochner
2004-07-22pull in an accuracy fix for corner cases from FDLIBM 5.3drochner
2004-07-10lib/24252: Add C99 functions round(3) and roundf(3).junyoung
2004-07-01being here, add the (l)lround(f) functions to libmdrochner
2004-07-01aboid to shift an int by more than 31 bits - behaviour is implementationdrochner
2004-06-30fic the <close-to-1>^<huge number> fix as in e_pow.cdrochner
2004-06-30-fix a long-standing bug which affects the <close-to-1>^<huge number> casedrochner
2004-06-30Implement (l)lrint(f).drochner
2004-06-25ANSIfydrochner
2003-07-26netbsd.org->NetBSD.orgsalo
2003-01-04Spell output with two ts.wiz
2002-12-05Avoid a strict-alias warning.scw
2002-05-26__STDC__ is always defined on NetBSD.wiz
2002-04-09#if 0 one; it's not used.thorpej
2002-04-09#if 0 invsqrtpi; it's not used.thorpej
2001-12-04Replace some misuses of "then" with "than".wiz
2001-05-26revert previous (obviously wrong) changeaymeric
2001-05-22Make this compile when _USE_WRITE is definedaymeric
2001-02-21Add support for ARM VFP-format doubles, conditional on __VFP_FP__.bjh21
2001-02-09__arm26__ || __arm32__ -> __arm__bjh21
2001-01-06remove redundant declarations; use __MATH_PRIVATE__ to override math.hchristos
2000-05-09Initial commit of arm26 portbjh21
1999-08-16G/C this copy of <math.h> in favor of the version found in basesrc/include,kleink
1999-07-02More trailing white space.simonb
1998-11-24Use __arm32__, not arm32, for egcs.mycroft
1998-08-19Add some braces to make egcs happy. (This code could kill me.)thorpej
1998-01-09RCS Id Police.perry
1997-11-11Fix a brain error from luke while he WARNSifyed libm.veego
1997-10-09rcsid facism, WARNSifylukem
1997-10-09rcsid facism, WARNSifylukem
1997-10-09rcsid facism, WARNSifylukem
1997-10-09rcsid facism, WARNSifylukem
1997-06-20add parens for gcc -Wallmikel