summaryrefslogtreecommitdiffstats
path: root/mathfuncs_rcp.h
Commit message (Collapse)AuthorAgeFilesLines
* Reformat source code with clang-formatErik Schnetter2015-10-161-62/+55
| | | | | | | | | Note: If you have an existing checkout with modifications, then you should: (1) save your current state on a branch (2) run clang-format on this branch (3) compare this branch to a fresh checkout of the clang-formatted master Since both your branch and master have been formatted with clang-format, this will lead to a very small diff, avoiding spurious changes due to formatting differences.
* Make frexp take a pointer argument instead of a referenceErik Schnetter2013-08-211-1/+1
|
* Change implementation of fmod and remainder to be standard-conformingErik Schnetter2013-07-031-8/+6
|
* Rewrite rcp (reciprocal) functionErik Schnetter2013-06-281-1/+45
|
* Describe in comment how NEON implements rcpErik Schnetter2013-06-201-0/+2
|
* Improve rcp accuracyErik Schnetter2013-04-221-2/+6
|
* Simplify remainder() and fmod()Erik Schnetter2013-03-211-4/+8
|
* Add rint(), correct round()Erik Schnetter2013-02-191-1/+1
|
* Add cbrt, hypot, trunc; rename scalbn to ldexpErik Schnetter2013-02-161-1/+1
|
* Replace all assert() by VML_ASSERT()Erik Schnetter2013-02-151-3/+2
|
* Implement ceil floor fmod pow remainder roundErik Schnetter2012-12-011-0/+16
|
* Import initial versionErik Schnetter2012-11-301-0/+48
OpenPOWER on IntegriCloud