summaryrefslogtreecommitdiffstats
path: root/mathfuncs_convert.h
Commit message (Collapse)AuthorAgeFilesLines
* Reformat source code with clang-formatErik Schnetter2015-10-161-188/+170
| | | | | | | | | 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.
* Provide lrintErik Schnetter2013-11-251-0/+8
|
* Improve efficiency of roundErik Schnetter2013-06-201-1/+2
|
* Implement nextafterErik Schnetter2013-06-091-0/+17
|
* Remove commented-out duplicate function declarationsErik Schnetter2013-06-071-2/+2
|
* Continue implementing QPX supportErik Schnetter2013-06-051-1/+2
|
* Remove some commented-out codeErik Schnetter2013-06-021-2/+0
|
* Add barrier in vml_antitrunc to ensure floating point accuracyErik Schnetter2013-06-021-0/+1
|
* Correct rounding and conversion functionsErik Schnetter2013-03-211-30/+60
|
* Add rint(), correct round()Erik Schnetter2013-02-191-3/+15
|
* Add cbrt, hypot, trunc; rename scalbn to ldexpErik Schnetter2013-02-161-3/+9
|
* Replace all assert() by VML_ASSERT()Erik Schnetter2013-02-151-2/+1
|
* Correct ceil() and floor()Erik Schnetter2013-02-141-4/+6
|
* Comment out unused variableErik Schnetter2013-02-051-1/+1
|
* Add fdim fmax fmin, fma, isfinite isinf isnan isnormalErik Schnetter2012-12-181-4/+4
|
* Improve tests, correct errors foundErik Schnetter2012-12-011-5/+13
|
* Implement sin, make optimised builds workErik Schnetter2012-12-011-1/+7
|
* Implement ceil floor fmod pow remainder roundErik Schnetter2012-12-011-0/+25
|
* Correct sqrt and convert_*Erik Schnetter2012-11-301-6/+9
|
* Import initial versionErik Schnetter2012-11-301-0/+86
OpenPOWER on IntegriCloud