summaryrefslogtreecommitdiff
path: root/lib/libm/src
AgeCommit message (Expand)Author
2014-01-31Just use EXT_EXP_INFNAN instead of EXT_EXP_INF or EXT_EXP_NAN.matt
2013-11-29Use normal style for checking for long double support. Add missingjoerg
2013-11-22For the non-fenv archs: just use double - puntmartin
2013-11-22Try to fix the build (again): move e_sqrtl.c to common soure, butmartin
2013-11-21Fix copy & pasto (make temp variable long double).martin
2013-11-20Make it compile on archs with implicit NBITmartin
2013-11-20Fix operand order.joerg
2013-11-20Long double conditional.joerg
2013-11-19Add cbrtl(3) and sqrtl(3), from FreeBSD.joerg
2013-11-19Report correct exception for fmodl.joerg
2013-11-19Alias to fmod for platforms with double == long doublejoerg
2013-11-14Make it compile on archs with implicit NBITmartin
2013-11-13Add FreeBSD's truncl and minimal testing.joerg
2013-11-13Add missing __HAVE_LONG_DOUBLE protection.joerg
2013-11-12Typo.joerg
2013-11-12Add some fake long double -> double wrappers for various transcendentaljoerg
2013-11-12Initial version of fmodl from FreeBSD.joerg
2013-11-11Add initial version of ceill, floorl and roundl from FreeBSD.joerg
2013-11-06simplify.christos
2013-08-21Add support for the long double format used on sparc64martin
2013-08-21Add support for archs with LDBL_IMPLICIT_NBITmartin
2013-07-18If __HAVE_LONG_DOUBLE is not defined,matt
2013-07-18Only compile is __HAVE_LONG_DOUBLE is definedmatt
2013-05-20Fix ldexp aliases.joerg
2013-05-19Try to fix bogus underflow test (obvious copy & pasto) - someone pleasemartin
2013-04-28Drop s_scalbnl.c (and s_scalbln.S as side effect) and provide scalbnl injoerg
2013-04-27Retire ldexp sources. scalbn has the aliases.joerg
2013-04-27Add aliases to scalbn* as ldexp*, they are identical for FLT_RADIX=2.joerg
2013-04-27Move scalbnl back to s_scalbln.c to match the assembler implementations.joerg
2013-04-27Casting is a not a valid way to check for overflow, so be explicit andjoerg
2013-04-27Use namespace.h. Don't redefine scalblnl on 64bit platforms.joerg
2013-02-14Use right macro for __strong_aliasmatt
2013-02-14Define a strong alias, not a weak onematt
2013-02-14Deal with an implicit NBITmatt
2013-02-12Use __HAVE_LONG_DOUBLE instead of EXT_EXPBITS and include s_nextafterl.cmartin
2013-02-12Use __weak_alias instead of __weak_reference (obvious pasto)martin
2013-02-11use __HAVE_LONG_DOUBLEchristos
2013-02-11provide ldexplchristos
2013-02-11add more functions required by fmachristos
2013-02-11more stuff from FreeBSDchristos
2013-02-11hook fma to the buildchristos
2013-02-11bring in fma from FreeBSDchristos
2013-02-09make these only work for things that have EXT_ foo definitions.christos
2013-02-09Use FP_ILOGB0 and FP_ILOGBNANmatt
2013-02-09Hook to the build.christos
2013-02-09FreeBSD versionchristos
2013-02-09Make this work for NetBSDchristos
2013-02-09one morechristos
2013-02-09add FreeBSD implementations.christos
2013-01-28Add missing ';' to fix the build.pgoyette