| 748 | } |
| 749 | |
| 750 | static void calcNistMisra1b_p( double* const minv, double* const maxv, |
| 751 | const int N, double* const optv ) |
| 752 | { |
| 753 | minv[ 0 ] = 33.8; maxv[ 0 ] = 642.2; |
| 754 | minv[ 1 ] = 3.9039e-005; maxv[ 1 ] = 0.00074174; |
| 755 | |
| 756 | *optv = 7.5464681533e-002; |
| 757 | } |
| 758 | |
| 759 | static const CTestFn TestFnNistMisra1b = { "NistMisra1b", 2, 0.0, 0.0, |
| 760 | 0.0, &calcNistMisra1b, &calcNistMisra1b_p }; |
nothing calls this directly
no outgoing calls
no test coverage detected