/[svn]
ViewVC logotype

Revision 3575


Jump to revision: Previous Next
Author: schoenebeck
Date: Wed Aug 28 11:12:04 2019 UTC (4 years, 7 months ago)
Changed paths: 8
Log Message:
NKSP: Added some initial floating point test cases.

* RTMath: Implemented floating point comparison methods
  fEqual32(float,float) and fEqual64(double,double)
  which take the expected floating point tolerances
  into account.

* NKSP: Allow built-in exit() function to potentially
  accept real type argument as well.

* NKSP: Added real number test cases for built-in
  functions exit(), int_to_real(), real(), real_to_int()
  and int(), as well as for the plus, minus and negate
  language operators.


Changed paths

Path Details
Directorylinuxsampler/trunk/ChangeLog modified , text changed
Directorylinuxsampler/trunk/src/common/RTMath.cpp modified , text changed
Directorylinuxsampler/trunk/src/common/RTMath.h modified , text changed
Directorylinuxsampler/trunk/src/scriptvm/CoreVMFunctions.cpp modified , text changed
Directorylinuxsampler/trunk/src/scriptvm/tests/NKSPTest.cpp modified , text changed
Directorylinuxsampler/trunk/src/scriptvm/tree.h modified , text changed
Directorylinuxsampler/trunk/src/testcases/NKSPTest.cpp modified , text changed
Directorylinuxsampler/trunk/src/testcases/NKSPTest.h modified , text changed

  ViewVC Help
Powered by ViewVC