summaryrefslogtreecommitdiff
path: root/numpy/core/src/npymath
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix build error with MSVC 2013 caused by C99 complex supportRobberPhex2014-10-212-6/+30
* BUG: improve log2 windows compiler fallback of log2Julian Taylor2014-06-081-1/+29
* Adding support of ppc64le architectureWilliam Grant2014-03-282-2/+4
* BLD: Fix build on WindowsMark Wiebe2014-03-161-2/+2
* BUG: fix non-c99 fallback for np.inf input to log1p/expm1Julian Taylor2014-03-021-13/+23
* MAINT: hide symbols that shouldn't be exportedJulian Taylor2014-02-111-6/+6
* Merge pull request #3974 from juliantaylor/fenv-improveCharles Harris2013-11-061-0/+133
|\
| * ENH: avoid expensive clears in fenv functionsJulian Taylor2013-11-061-0/+133
* | BUG: fix handling of infs in hypot on windowsEric Moore2013-10-291-7/+6
|/
* STY: Giant whitespace cleanup.Charles Harris2013-08-182-3/+1
* MAINT: Remove extraneous remark.Charles Harris2013-07-291-2/+0
* ENH: Add support for Motorola extended float formatAndreas Schwab2013-07-291-0/+39
* Update halffloat.cjeromekelleher2013-07-211-1/+1
* BUG: Replace unprefixed SIZEOF_* macros with prefixed versions.Charles Harris2013-01-051-3/+3
* LDBL_TRUE_MIN falls back to __LDBL_DENORM_MIN__ if not definedAron Ahmadia2012-05-281-0/+7
* Fix dirty handling of internal compiler variable ahmadia2012-05-251-3/+3
* DEP: Update all the '#define NPY_NO_DEPRECATED_API' instances to beMark Wiebe2012-04-061-1/+1
* BLD: fix Cygwin build error. Closes #1944. Thanks to Sebastian Sohr.Ralf Gommers2012-02-291-1/+1
* BUG: Fix typo npydouble.Charles Harris2012-02-071-1/+1
* UPD: Use prefixed macros in numpy/core/src/npymath/*.src files.Charles Harris2012-02-043-6/+6
* STY: Remove trailing whitespaceMark Wiebe2011-07-262-20/+20
* ENH: Disallow deprecated macros in more files.Charles Harris2011-07-061-0/+1
* STY: remove unneeded import of ufuncobject in halffloat.c.David Cournapeau2011-02-081-1/+0
* WRN: core: Remove many warnings gcc produces with stricter flagsMark Wiebe2011-01-291-3/+3
* WRN: iter: Fix half-float warnings, other small tweaksMark Wiebe2011-01-271-18/+18
* STY: Break some long linesMark Wiebe2010-12-031-3/+8
* BUG: core: Some fixes and clean up of floating point exception codeMark Wiebe2010-12-032-13/+137
* ENH: core: Add floating point exception support to the half/float16 typeMark Wiebe2010-12-011-8/+72
* ENH: core: Create half/float16 data typeMark Wiebe2010-12-011-0/+461
* BUG: attempt at fixing alpha build failure (quad prec little endian).David Cournapeau2010-07-271-0/+35
* BUG: quick and ugly fix for long double on linux ppc.David Cournapeau2010-07-201-0/+124
* ENH: fix long double detection for linux ppcDavid Cournapeau2010-07-191-0/+3
* BUG: Fix typo. Closes ticket #1496.Charles Harris2010-05-281-1/+1
* ENH: Try to make log1p a bit more resistant to compiler shenanigans.Charles Harris2010-04-051-6/+9
* ENH: Use standard npy constant definitions in log2, exp2 functions.Charles Harris2010-04-051-17/+14
* ENH: Make npy_log2_1p and npy_exp2_1m use standard functions.Charles Harris2010-04-051-59/+49
* STY+BUG: fix unused and unitialized variable.David Cournapeau2009-12-141-3/+3
* BUG: fix bug failure on big endian arch on Darwin.David Cournapeau2009-12-141-4/+4
* BUG: #1329: fix spacing for large values.David Cournapeau2009-12-131-5/+159
* BUG: Fix bugs in complex pow (fixes #1313)Pauli Virtanen2009-12-071-8/+7
* BUG: icc 11 requires complex double, complex alone is not enough to define a ...David Cournapeau2009-12-041-1/+1
* Another attempt at a truly cross-platform nextafterl implementationmdroe2009-11-132-188/+211
* BUG: do not use bitfields for bit-twidling of long doubles.David Cournapeau2009-11-122-99/+233
* ENH: add C implementation of spacing in npymath.David Cournapeau2009-11-101-0/+20
* ENH: make ieee754 a templated file, need for spacing.David Cournapeau2009-11-101-0/+0
* STY: fix hard tab.David Cournapeau2009-11-101-32/+32
* BUG: ppc on darwin has long double aligned on 16 bytes - adjust IEEEl2bits ac...David Cournapeau2009-11-091-0/+16
* ENH: add nextafterl implementation.David Cournapeau2009-11-091-7/+54
* ENH: define union to access exact binary content of long double representatio...David Cournapeau2009-11-091-0/+72
* BUG: float.h inclusion was lost somewhere.David Cournapeau2009-11-091-0/+1