Просмотр исходного кода

Corrected issue #66

Saturation problem in arm_absmax_no_idx_q(7|15|31)
Difference of behavior for absmax_q(7|15|31) between reference and code:
reference is first max found. Code was last max found.
Christophe Favergeon 3 лет назад
Родитель
Сommit
91ef795234
100 измененных файлов с 15265 добавлено и 15290 удалено
  1. 11 26
      Source/StatisticsFunctions/arm_absmax_no_idx_q15.c
  2. 9 24
      Source/StatisticsFunctions/arm_absmax_no_idx_q31.c
  3. 9 24
      Source/StatisticsFunctions/arm_absmax_no_idx_q7.c
  4. 1 1
      Source/StatisticsFunctions/arm_absmax_q15.c
  5. 1 1
      Source/StatisticsFunctions/arm_absmax_q31.c
  6. 1 1
      Source/StatisticsFunctions/arm_absmax_q7.c
  7. 21 1
      Testing/PatternGeneration/Stats.py
  8. 6 6
      Testing/Patterns/DSP/Stats/StatsF16/AbsMaxIndexes26_s16.txt
  9. 6 6
      Testing/Patterns/DSP/Stats/StatsF16/AbsMaxVals26_f16.txt
  10. 6 6
      Testing/Patterns/DSP/Stats/StatsF16/AbsMinIndexes27_s16.txt
  11. 6 6
      Testing/Patterns/DSP/Stats/StatsF16/AbsMinVals27_f16.txt
  12. 594 594
      Testing/Patterns/DSP/Stats/StatsF16/Input1_f16.txt
  13. 149 149
      Testing/Patterns/DSP/Stats/StatsF16/Input22_f16.txt
  14. 148 148
      Testing/Patterns/DSP/Stats/StatsF16/Input23_f16.txt
  15. 593 593
      Testing/Patterns/DSP/Stats/StatsF16/Input2_f16.txt
  16. 148 148
      Testing/Patterns/DSP/Stats/StatsF16/InputA24_f16.txt
  17. 148 148
      Testing/Patterns/DSP/Stats/StatsF16/InputA25_f16.txt
  18. 595 595
      Testing/Patterns/DSP/Stats/StatsF16/InputAccumulate1_f16.txt
  19. 150 150
      Testing/Patterns/DSP/Stats/StatsF16/InputB24_f16.txt
  20. 148 148
      Testing/Patterns/DSP/Stats/StatsF16/InputB25_f16.txt
  21. 508 508
      Testing/Patterns/DSP/Stats/StatsF16/InputBench1_f16.txt
  22. 506 506
      Testing/Patterns/DSP/Stats/StatsF16/InputBench2_f16.txt
  23. 593 593
      Testing/Patterns/DSP/Stats/StatsF16/InputNew1_f16.txt
  24. 594 594
      Testing/Patterns/DSP/Stats/StatsF16/InputNew2_f16.txt
  25. 8 8
      Testing/Patterns/DSP/Stats/StatsF16/MSEVals28_f16.txt
  26. 6 6
      Testing/Patterns/DSP/Stats/StatsF16/MaxIndexes1_s16.txt
  27. 6 6
      Testing/Patterns/DSP/Stats/StatsF16/MaxVals1_f16.txt
  28. 8 8
      Testing/Patterns/DSP/Stats/StatsF16/MeanVals2_f16.txt
  29. 6 6
      Testing/Patterns/DSP/Stats/StatsF16/MinIndexes3_s16.txt
  30. 6 6
      Testing/Patterns/DSP/Stats/StatsF16/MinVals3_f16.txt
  31. 6 6
      Testing/Patterns/DSP/Stats/StatsF16/PowerVals4_f16.txt
  32. 8 8
      Testing/Patterns/DSP/Stats/StatsF16/RefAccumulate1_f16.txt
  33. 20 20
      Testing/Patterns/DSP/Stats/StatsF16/RefEntropy22_f16.txt
  34. 20 20
      Testing/Patterns/DSP/Stats/StatsF16/RefKL24_f16.txt
  35. 15 15
      Testing/Patterns/DSP/Stats/StatsF16/RefLogSumExp23_f16.txt
  36. 20 20
      Testing/Patterns/DSP/Stats/StatsF16/RefLogSumExpDot25_f16.txt
  37. 8 8
      Testing/Patterns/DSP/Stats/StatsF16/RmsVals5_f16.txt
  38. 8 8
      Testing/Patterns/DSP/Stats/StatsF16/StdVals6_f16.txt
  39. 8 8
      Testing/Patterns/DSP/Stats/StatsF16/VarVals7_f16.txt
  40. 6 6
      Testing/Patterns/DSP/Stats/StatsF32/AbsMaxVals26_f32.txt
  41. 4 4
      Testing/Patterns/DSP/Stats/StatsF32/AbsMinIndexes27_s16.txt
  42. 6 6
      Testing/Patterns/DSP/Stats/StatsF32/AbsMinVals27_f32.txt
  43. 600 600
      Testing/Patterns/DSP/Stats/StatsF32/Input1_f32.txt
  44. 150 150
      Testing/Patterns/DSP/Stats/StatsF32/Input22_f32.txt
  45. 150 150
      Testing/Patterns/DSP/Stats/StatsF32/Input23_f32.txt
  46. 598 598
      Testing/Patterns/DSP/Stats/StatsF32/Input2_f32.txt
  47. 150 150
      Testing/Patterns/DSP/Stats/StatsF32/InputA24_f32.txt
  48. 150 150
      Testing/Patterns/DSP/Stats/StatsF32/InputA25_f32.txt
  49. 600 600
      Testing/Patterns/DSP/Stats/StatsF32/InputAccumulate1_f32.txt
  50. 150 150
      Testing/Patterns/DSP/Stats/StatsF32/InputB24_f32.txt
  51. 150 150
      Testing/Patterns/DSP/Stats/StatsF32/InputB25_f32.txt
  52. 510 510
      Testing/Patterns/DSP/Stats/StatsF32/InputBench1_f32.txt
  53. 510 510
      Testing/Patterns/DSP/Stats/StatsF32/InputBench2_f32.txt
  54. 600 600
      Testing/Patterns/DSP/Stats/StatsF32/InputNew1_f32.txt
  55. 600 600
      Testing/Patterns/DSP/Stats/StatsF32/InputNew2_f32.txt
  56. 8 8
      Testing/Patterns/DSP/Stats/StatsF32/MSEVals28_f32.txt
  57. 4 4
      Testing/Patterns/DSP/Stats/StatsF32/MaxIndexes1_s16.txt
  58. 6 6
      Testing/Patterns/DSP/Stats/StatsF32/MaxVals1_f32.txt
  59. 8 8
      Testing/Patterns/DSP/Stats/StatsF32/MeanVals2_f32.txt
  60. 4 4
      Testing/Patterns/DSP/Stats/StatsF32/MinIndexes3_s16.txt
  61. 6 6
      Testing/Patterns/DSP/Stats/StatsF32/MinVals3_f32.txt
  62. 6 6
      Testing/Patterns/DSP/Stats/StatsF32/PowerVals4_f32.txt
  63. 8 8
      Testing/Patterns/DSP/Stats/StatsF32/RefAccumulate1_f32.txt
  64. 20 20
      Testing/Patterns/DSP/Stats/StatsF32/RefEntropy22_f32.txt
  65. 20 20
      Testing/Patterns/DSP/Stats/StatsF32/RefKL24_f32.txt
  66. 20 20
      Testing/Patterns/DSP/Stats/StatsF32/RefLogSumExp23_f32.txt
  67. 20 20
      Testing/Patterns/DSP/Stats/StatsF32/RefLogSumExpDot25_f32.txt
  68. 8 8
      Testing/Patterns/DSP/Stats/StatsF32/RmsVals5_f32.txt
  69. 8 8
      Testing/Patterns/DSP/Stats/StatsF32/StdVals6_f32.txt
  70. 8 8
      Testing/Patterns/DSP/Stats/StatsF32/VarVals7_f32.txt
  71. 4 4
      Testing/Patterns/DSP/Stats/StatsF64/AbsMaxIndexes26_s16.txt
  72. 6 6
      Testing/Patterns/DSP/Stats/StatsF64/AbsMaxVals26_f64.txt
  73. 2 2
      Testing/Patterns/DSP/Stats/StatsF64/AbsMinIndexes27_s16.txt
  74. 6 6
      Testing/Patterns/DSP/Stats/StatsF64/AbsMinVals27_f64.txt
  75. 598 598
      Testing/Patterns/DSP/Stats/StatsF64/Input1_f64.txt
  76. 150 150
      Testing/Patterns/DSP/Stats/StatsF64/Input22_f64.txt
  77. 149 149
      Testing/Patterns/DSP/Stats/StatsF64/Input23_f64.txt
  78. 598 598
      Testing/Patterns/DSP/Stats/StatsF64/Input2_f64.txt
  79. 150 150
      Testing/Patterns/DSP/Stats/StatsF64/InputA24_f64.txt
  80. 150 150
      Testing/Patterns/DSP/Stats/StatsF64/InputA25_f64.txt
  81. 600 600
      Testing/Patterns/DSP/Stats/StatsF64/InputAccumulate1_f64.txt
  82. 150 150
      Testing/Patterns/DSP/Stats/StatsF64/InputB24_f64.txt
  83. 150 150
      Testing/Patterns/DSP/Stats/StatsF64/InputB25_f64.txt
  84. 510 510
      Testing/Patterns/DSP/Stats/StatsF64/InputBench1_f64.txt
  85. 510 510
      Testing/Patterns/DSP/Stats/StatsF64/InputBench2_f64.txt
  86. 600 600
      Testing/Patterns/DSP/Stats/StatsF64/InputNew1_f64.txt
  87. 600 600
      Testing/Patterns/DSP/Stats/StatsF64/InputNew2_f64.txt
  88. 8 8
      Testing/Patterns/DSP/Stats/StatsF64/MSEVals28_f64.txt
  89. 6 6
      Testing/Patterns/DSP/Stats/StatsF64/MaxIndexes1_s16.txt
  90. 6 6
      Testing/Patterns/DSP/Stats/StatsF64/MaxVals1_f64.txt
  91. 8 8
      Testing/Patterns/DSP/Stats/StatsF64/MeanVals2_f64.txt
  92. 4 4
      Testing/Patterns/DSP/Stats/StatsF64/MinIndexes3_s16.txt
  93. 6 6
      Testing/Patterns/DSP/Stats/StatsF64/MinVals3_f64.txt
  94. 6 6
      Testing/Patterns/DSP/Stats/StatsF64/PowerVals4_f64.txt
  95. 8 8
      Testing/Patterns/DSP/Stats/StatsF64/RefAccumulate1_f64.txt
  96. 20 20
      Testing/Patterns/DSP/Stats/StatsF64/RefEntropy22_f64.txt
  97. 20 20
      Testing/Patterns/DSP/Stats/StatsF64/RefKL24_f64.txt
  98. 20 20
      Testing/Patterns/DSP/Stats/StatsF64/RefLogSumExp23_f64.txt
  99. 20 20
      Testing/Patterns/DSP/Stats/StatsF64/RefLogSumExpDot25_f64.txt
  100. 8 8
      Testing/Patterns/DSP/Stats/StatsF64/RmsVals5_f64.txt

+ 11 - 26
Source/StatisticsFunctions/arm_absmax_no_idx_q15.c

@@ -53,50 +53,35 @@ void arm_absmax_no_idx_q15(
         uint32_t blockSize,
         q15_t * pResult)
 {
-    uint16_t        blkCnt;           /* loop counters */
+    int32_t        blkCnt;           /* loop counters */
     q15x8_t       vecSrc;
     q15_t   const *pSrcVec;
-    uint16x8_t    curExtremValVec = vdupq_n_s16(Q15_ABSMIN);
-    q15_t           maxValue = Q15_ABSMIN;
+    uint16x8_t    curExtremValVec = vdupq_n_u16(Q15_ABSMIN);
+    uint16_t           maxValue = Q15_ABSMIN;
     mve_pred16_t    p0;
 
 
     pSrcVec = (q15_t const *) pSrc;
-    blkCnt = blockSize >> 3;
-    while (blkCnt > 0U)
+    blkCnt = blockSize;
+    while (blkCnt > 0)
     {
-        vecSrc = vld1q(pSrcVec); 
+        mve_pred16_t    p = vctp16q(blkCnt);
+        vecSrc = vld1q_z_s16(pSrcVec,p); 
         pSrcVec += 8;
         /*
          * update per-lane max.
          */
-        curExtremValVec = vmaxaq(curExtremValVec, vecSrc);
+        curExtremValVec = vmaxaq_m(curExtremValVec, vecSrc,p);
         /*
          * Decrement the blockSize loop counter
          */
-        blkCnt--;
-    }
-    /*
-     * tail
-     * (will be merged thru tail predication)
-     */
-    blkCnt = blockSize & 7;
-    if (blkCnt > 0U)
-    {
-        vecSrc = vld1q(pSrcVec); 
-        pSrcVec += 8;
-        p0 = vctp16q(blkCnt);
-        /*
-         * Get current max per lane and current index per lane
-         * when a max is selected
-         */
-         curExtremValVec = vmaxaq_m(curExtremValVec, vecSrc, p0);
+        blkCnt -= 8;
     }
     /*
      * Get max value across the vector
      */
-    maxValue = vmaxavq(maxValue, (q15x8_t)curExtremValVec);
-    *pResult = maxValue;
+    maxValue = vmaxvq(maxValue, curExtremValVec);
+    *pResult = __USAT(maxValue, 15);
 }
 
 #else

+ 9 - 24
Source/StatisticsFunctions/arm_absmax_no_idx_q31.c

@@ -56,47 +56,32 @@ void arm_absmax_no_idx_q31(
     int32_t  blkCnt;           /* loop counters */
     q31x4_t       vecSrc;
     q31_t   const *pSrcVec;
-    uint32x4_t    curExtremValVec = vdupq_n_s32(Q31_ABSMIN);
-    q31_t           maxValue = Q31_ABSMIN;
+    uint32x4_t    curExtremValVec = vdupq_n_u32(Q31_ABSMIN);
+    uint32_t           maxValue = Q31_ABSMIN;
     mve_pred16_t    p0;
 
 
     pSrcVec = (q31_t const *) pSrc;
-    blkCnt = blockSize >> 2;
+    blkCnt = blockSize ;
     while (blkCnt > 0)
     {
-        vecSrc = vldrwq_s32(pSrcVec);  
+        mve_pred16_t    p = vctp32q(blkCnt);
+        vecSrc = vldrwq_z_s32(pSrcVec,p);  
         pSrcVec += 4;
         /*
          * update per-lane max.
          */
-        curExtremValVec = vmaxaq(curExtremValVec, vecSrc);
+        curExtremValVec = vmaxaq_m(curExtremValVec, vecSrc,p);
         /*
          * Decrement the blockSize loop counter
          */
-        blkCnt--;
-    }
-    /*
-     * tail
-     * (will be merged thru tail predication)
-     */
-    blkCnt = blockSize & 3;
-    if (blkCnt > 0)
-    {
-        vecSrc = vldrwq_s32(pSrcVec);  
-        pSrcVec += 4;
-        p0 = vctp32q(blkCnt);
-        /*
-         * Get current max per lane and current index per lane
-         * when a max is selected
-         */
-         curExtremValVec = vmaxaq_m(curExtremValVec, vecSrc, p0);
+        blkCnt -= 4;
     }
     /*
      * Get max value across the vector
      */
-    maxValue = vmaxavq(maxValue, (q31x4_t)curExtremValVec);
-    *pResult = maxValue;
+    maxValue = vmaxvq(maxValue, curExtremValVec);
+    *pResult = clip_q63_to_q31((q63_t)maxValue);
 }
 #else
 #if defined(ARM_MATH_DSP)

+ 9 - 24
Source/StatisticsFunctions/arm_absmax_no_idx_q7.c

@@ -60,47 +60,32 @@ void arm_absmax_no_idx_q7(
     int32_t  blkCnt;           /* loop counters */
     q7x16_t        vecSrc;
     q7_t   const *pSrcVec;
-    uint8x16_t     curExtremValVec = vdupq_n_s8(Q7_ABSMIN);
-    q7_t            maxValue = Q7_ABSMIN;
+    uint8x16_t     curExtremValVec = vdupq_n_u8(Q7_ABSMIN);
+    uint8_t            maxValue = Q7_ABSMIN;
     mve_pred16_t    p0;
 
 
     pSrcVec = (q7_t const *) pSrc;
-    blkCnt = blockSize >> 4;
+    blkCnt = blockSize;
     while (blkCnt > 0)
     {
-        vecSrc = vld1q(pSrcVec); 
+        mve_pred16_t    p = vctp8q(blkCnt);
+        vecSrc = vld1q_z_s8(pSrcVec,p); 
         pSrcVec += 16;
         /*
          * update per-lane max.
          */
-        curExtremValVec = vmaxaq(curExtremValVec, vecSrc);
+        curExtremValVec = vmaxaq_m(curExtremValVec, vecSrc,p);
         /*
          * Decrement the blockSize loop counter
          */
-        blkCnt--;
-    }
-    /*
-     * tail
-     * (will be merged thru tail predication)
-     */
-    blkCnt = blockSize & 0xF;
-    if (blkCnt > 0)
-    {
-        vecSrc = vld1q(pSrcVec); 
-        pSrcVec += 16;
-        p0 = vctp8q(blkCnt);
-        /*
-         * Get current max per lane and current index per lane
-         * when a max is selected
-         */
-         curExtremValVec = vmaxaq_m(curExtremValVec, vecSrc, p0);
+        blkCnt -= 16;
     }
     /*
      * Get max value across the vector
      */
-    maxValue = vmaxavq(maxValue, (q7x16_t)curExtremValVec);
-    *pResult = maxValue;
+    maxValue = vmaxvq(maxValue, curExtremValVec);
+    *pResult = __USAT(maxValue,7);
 }
 #else
 #if defined(ARM_MATH_DSP)

+ 1 - 1
Source/StatisticsFunctions/arm_absmax_q15.c

@@ -75,7 +75,7 @@ void arm_absmax_q15(
          * Get current max per lane and current index per lane
          * when a max is selected
          */
-        p0 = vcmpgeq_m(extremIdxVal, extremValVec, p);
+        p0 = vcmpgtq_m(extremIdxVal, extremValVec, p);
 
         extremValVec = vorrq_m(extremValVec, extremIdxVal, extremIdxVal, p0);
         /* store per-lane extrema indexes */

+ 1 - 1
Source/StatisticsFunctions/arm_absmax_q31.c

@@ -75,7 +75,7 @@ void arm_absmax_q31(
          * Get current max per lane and current index per lane
          * when a max is selected
          */
-        p0 = vcmpgeq_m(extremIdxVal, extremValVec, p);
+        p0 = vcmpgtq_m(extremIdxVal, extremValVec, p);
 
         extremValVec = vorrq_m(extremValVec, extremIdxVal, extremIdxVal, p0);
         /* store per-lane extrema indexes */

+ 1 - 1
Source/StatisticsFunctions/arm_absmax_q7.c

@@ -79,7 +79,7 @@ static void arm_small_blk_absmax_q7(
          * Get current max per lane and current index per lane
          * when a max is selected
          */
-        p0 = vcmpgeq_m(extremIdxVal, extremValVec, p);
+        p0 = vcmpgtq_m(extremIdxVal, extremValVec, p);
 
         extremValVec = vorrq_m(extremValVec, extremIdxVal, extremIdxVal, p0);
         /* store per-lane extrema indexes */

+ 21 - 1
Testing/PatternGeneration/Stats.py

@@ -273,8 +273,15 @@ def generateMaxAbsTests(config,nb,format,data):
     indexes.append(index)
     maxvals.append(maxvalue)
 
+    if format == Tools.Q7 or format == Tools.Q15 or format == Tools.Q31:
+       index=np.argmax(data)
+       maxvalue=data[index]
+   
+       indexes.append(index)
+       maxvals.append(maxvalue)
+
     if format == 7:
-      # Force max at position 280
+      # Force max at position 280 with a new test
   
       nbiters = 280
   
@@ -291,8 +298,10 @@ def generateMaxAbsTests(config,nb,format,data):
 
       config.writeInput(nb, data,"InputAbsMaxIndexMax")
 
+
     config.writeReference(nb, maxvals,"AbsMaxVals")
     config.writeInputS16(nb, indexes,"AbsMaxIndexes")
+    
     return(nb+1)
 
 def generateMinAbsTests(config,nb,format,data):
@@ -484,6 +493,17 @@ def writeNewsTests(config,nb,format):
     data2=np.random.randn(NBSAMPLES)
     data2 = Tools.normalize(data2)
 
+    # Add max negative value
+    # to test saturation
+    if format == Tools.Q7:
+        data1 = np.hstack((data1,np.array([-1.0])))
+        
+    if format == Tools.Q15:
+        data1 = np.hstack((data1,np.array([-1.0])))
+
+    if format == Tools.Q31:
+        data1 = np.hstack((data1,np.array([-1.0])))
+     
     config.writeInput(1, data1,"InputNew")
 
     nb=generateMaxAbsTests(config,nb,format,data1)

+ 6 - 6
Testing/Patterns/DSP/Stats/StatsF16/AbsMaxIndexes26_s16.txt

@@ -1,8 +1,8 @@
 H
 3
-// 6
-0x0006
-// 6
-0x0006
-// 18
-0x0012
+// 5
+0x0005
+// 7
+0x0007
+// 7
+0x0007

+ 6 - 6
Testing/Patterns/DSP/Stats/StatsF16/AbsMaxVals26_f16.txt

@@ -1,8 +1,8 @@
 H
 3
-// 0.640755
-0x3920
-// 0.640755
-0x3920
-// 0.887109
-0x3b19
+// 0.493512
+0x37e5
+// 0.709679
+0x39ad
+// 0.709679
+0x39ad

+ 6 - 6
Testing/Patterns/DSP/Stats/StatsF16/AbsMinIndexes27_s16.txt

@@ -1,8 +1,8 @@
 H
 3
-// 0
-0x0000
-// 7
-0x0007
-// 19
-0x0013
+// 1
+0x0001
+// 10
+0x000A
+// 10
+0x000A

+ 6 - 6
Testing/Patterns/DSP/Stats/StatsF16/AbsMinVals27_f16.txt

@@ -1,8 +1,8 @@
 H
 3
-// 0.107198
-0x2edc
-// 0.021092
-0x2566
-// 0.002011
-0x181e
+// 0.070573
+0x2c84
+// 0.011458
+0x21de
+// 0.011458
+0x21de

+ 594 - 594
Testing/Patterns/DSP/Stats/StatsF16/Input1_f16.txt

@@ -1,602 +1,602 @@
 H
 300
-// -0.181541
-0xb1cf
-// -0.169745
+// 0.398630
+0x3661
+// 0.094108
+0x2e06
+// -0.136629
+0xb05f
+// -0.181378
+0xb1ce
+// 0.122037
+0x2fcf
+// 0.076979
+0x2ced
+// 0.051531
+0x2a99
+// 0.052559
+0x2aba
+// 0.006616
+0x1ec6
+// -0.091639
+0xaddd
+// 0.006220
+0x1e5f
+// 0.001431
+0x15dc
+// 0.179086
+0x31bb
+// 0.105697
+0x2ec4
+// 0.177778
+0x31b0
+// 0.447807
+0x372a
+// -0.223022
+0xb323
+// 0.006284
+0x1e6f
+// -0.171317
+0xb17b
+// -0.099137
+0xae58
+// -0.620796
+0xb8f7
+// -0.022800
+0xa5d6
+// 0.348634
+0x3594
+// -0.006892
+0x9f0f
+// -0.213979
+0xb2d9
+// 0.044634
+0x29b7
+// -0.169827
 0xb16f
-// 0.237867
-0x339d
-// 0.280697
-0x347e
-// 0.111340
-0x2f20
-// -0.281630
-0xb482
-// 0.426820
-0x36d4
-// -0.147220
-0xb0b6
-// -0.301289
-0xb4d2
-// 0.085008
-0x2d71
-// -0.096822
-0xae32
-// 0.118322
-0x2f93
-// 0.026424
-0x26c4
-// -0.105946
-0xaec8
-// 0.411642
-0x3696
-// 0.136448
-0x305e
-// -0.335485
-0xb55e
-// -0.202068
-0xb277
-// -0.361403
-0xb5c8
-// -0.478874
-0xb7a9
-// -0.554829
-0xb870
-// -0.725607
-0xb9ce
-// -0.397848
-0xb65e
-// 0.081577
-0x2d39
-// 0.376096
-0x3604
-// 0.619949
-0x38f6
-// 0.035635
-0x2890
-// -0.045637
-0xa9d7
-// -0.168639
-0xb165
-// 0.170281
-0x3173
-// -0.077000
-0xacee
-// 0.167346
-0x315b
-// -0.189246
-0xb20e
-// 0.327278
-0x353d
-// -0.125620
-0xb005
-// -0.302179
-0xb4d6
-// 0.324256
-0x3530
-// -0.115925
-0xaf6b
-// 0.023388
-0x25fd
-// 0.213505
-0x32d5
-// -0.249834
-0xb3ff
-// 0.230302
-0x335f
-// 0.052223
-0x2aaf
-// -0.118431
-0xaf94
-// 0.237972
-0x339d
-// 0.167228
-0x315a
-// 0.500285
-0x3801
-// 0.396042
-0x3656
-// 0.287551
-0x349a
-// 0.363907
-0x35d3
-// -0.285888
-0xb493
-// -0.298927
-0xb4c8
-// 0.384334
-0x3626
-// -0.214899
-0xb2e0
-// -0.256566
-0xb41b
-// 0.438213
-0x3703
-// -0.057463
-0xab5b
-// 0.099164
-0x2e59
-// -0.337406
-0xb566
-// -0.602355
-0xb8d2
-// -0.003762
-0x9bb4
-// -0.270555
-0xb454
-// -0.351693
-0xb5a1
-// 0.279530
-0x3479
-// -0.365779
-0xb5da
-// 0.133551
-0x3046
-// 0.059872
-0x2baa
-// -0.286309
-0xb495
-// 0.246533
-0x33e4
-// 0.171805
-0x317f
-// -0.341557
-0xb577
-// 0.024636
-0x264f
-// 0.191050
-0x321d
-// 0.093971
-0x2e04
-// -0.077312
-0xacf3
-// -0.628921
-0xb908
-// 0.057062
-0x2b4e
-// 0.004234
-0x1c56
-// 0.702554
-0x399f
-// 0.070054
-0x2c7c
-// -0.126315
-0xb00b
-// -0.114205
-0xaf4f
-// 0.174413
-0x3195
-// -0.323334
-0xb52c
-// -0.419826
-0xb6b8
-// -0.092743
-0xadf0
-// 0.023260
-0x25f4
-// 0.169239
-0x316a
-// -0.112398
-0xaf32
-// -0.530023
-0xb83d
-// 0.057968
-0x2b6b
-// 0.099520
-0x2e5f
-// 0.249493
-0x33fc
-// -0.158562
-0xb113
-// 0.442311
-0x3714
-// -0.375796
-0xb603
-// 0.262720
-0x3434
-// -0.068077
-0xac5b
-// -0.338289
-0xb56a
-// 0.158634
-0x3114
-// 0.292740
-0x34af
-// 0.255336
-0x3416
-// 0.163457
-0x313b
-// -0.642740
-0xb924
-// -0.303784
-0xb4dc
-// 0.290379
-0x34a5
-// -0.139732
-0xb079
-// -0.531862
-0xb841
-// -0.109192
-0xaefd
-// -0.051034
-0xaa88
-// -0.845953
-0xbac5
-// 0.370689
-0x35ee
-// -0.224557
-0xb330
-// 0.087760
-0x2d9e
-// 0.044607
-0x29b6
-// -0.176383
-0xb1a5
-// -0.054776
-0xab03
-// -0.340220
-0xb572
-// -0.437922
-0xb702
-// -0.336270
-0xb561
-// 0.267078
-0x3446
-// 0.069067
-0x2c6c
-// -0.058832
-0xab88
-// -0.331618
+// 0.227977
+0x334c
+// 0.478600
+0x37a8
+// 0.204173
+0x3289
+// 0.048311
+0x2a2f
+// -0.024572
+0xa64a
+// 0.271263
+0x3457
+// 0.307043
+0x34ea
+// -0.136527
+0xb05e
+// 0.491179
+0x37dc
+// -0.095579
+0xae1e
+// 0.022388
+0x25bb
+// -0.071347
+0xac91
+// -0.055429
+0xab18
+// -0.009830
+0xa108
+// -0.023319
+0xa5f8
+// -0.331660
 0xb54e
-// -0.029930
-0xa7a9
-// 0.609125
-0x38df
-// -0.251916
-0xb408
-// -0.122801
-0xafdc
-// 0.387843
-0x3635
-// 0.112303
-0x2f30
-// -0.407489
-0xb685
-// 0.316717
-0x3511
-// -0.076934
-0xacec
-// 0.299806
-0x34cc
-// -0.123522
-0xafe8
-// 0.221139
-0x3314
-// -0.012030
-0xa229
-// -0.330032
-0xb548
-// 0.043511
-0x2992
-// -0.790171
-0xba52
-// 0.119824
-0x2fab
-// -0.009153
-0xa0b0
-// 0.212885
-0x32d0
-// 0.430953
-0x36e5
-// 0.169799
-0x316f
-// -0.264303
-0xb43b
-// -0.075679
-0xacd8
-// -0.062243
-0xabf8
-// -0.322429
-0xb529
-// -0.229378
-0xb357
-// 0.020636
-0x2548
-// 0.474186
-0x3796
-// -0.149192
-0xb0c6
-// 0.159253
-0x3119
-// -0.418241
-0xb6b1
-// -0.220744
-0xb310
-// -0.332685
-0xb553
-// 0.078293
-0x2d03
-// 0.284063
-0x348c
-// 0.109206
-0x2efd
-// 0.069842
-0x2c78
-// -0.054476
-0xaaf9
-// -0.018401
-0xa4b6
-// 0.077888
-0x2cfc
-// 0.219216
-0x3304
-// 0.174853
-0x3198
-// 0.218507
-0x32fe
-// 0.208197
-0x32aa
-// -0.057710
-0xab63
-// -0.231653
-0xb36a
-// -0.213055
-0xb2d1
-// -0.174800
-0xb198
-// -0.099992
-0xae66
-// 0.081162
-0x2d32
-// -0.150392
-0xb0d0
-// -0.448191
-0xb72c
-// 0.200164
-0x3268
-// 0.020702
-0x254d
-// -0.249379
-0xb3fb
-// 0.079454
-0x2d16
-// 0.215899
-0x32e9
-// 0.415424
-0x36a6
-// -0.369649
-0xb5ea
-// 0.007064
-0x1f3c
-// -0.536642
-0xb84b
-// -0.106107
-0xaeca
-// -0.074443
-0xacc4
-// 0.087497
-0x2d9a
-// 0.543513
-0x3859
-// -0.090931
-0xadd2
-// -0.197363
-0xb251
-// -0.452118
-0xb73c
-// 0.139166
-0x3074
-// 0.054687
-0x2b00
-// -0.274367
-0xb464
-// -0.153652
-0xb0eb
-// -0.458440
-0xb756
-// -0.159573
-0xb11b
-// -0.014334
-0xa357
-// -0.138766
-0xb071
-// -0.285817
-0xb493
-// 0.166074
-0x3150
-// -0.007518
-0x9fb3
-// -0.287886
+// -0.023302
+0xa5f7
+// -0.082294
+0xad44
+// 0.267910
+0x3449
+// -0.195740
+0xb244
+// -0.036417
+0xa8a9
+// -0.281345
+0xb480
+// -0.287891
 0xb49b
-// 0.040596
-0x2932
-// 0.024333
-0x263b
-// -0.711750
-0xb9b2
-// -0.111767
-0xaf27
-// 0.123774
-0x2fec
-// -0.405266
-0xb67c
-// -0.291294
-0xb4a9
-// 0.165725
-0x314e
-// -0.390727
-0xb640
-// 0.037912
-0x28da
-// 0.067118
-0x2c4c
-// -0.020696
-0xa54c
-// 0.469622
-0x3784
-// -0.268572
-0xb44c
-// -0.365714
-0xb5da
-// 0.359382
-0x35c0
-// -0.351236
-0xb59f
-// 0.003563
-0x1b4c
-// -0.055833
-0xab26
-// 0.185036
-0x31ec
-// 0.220537
-0x330f
-// 0.142509
-0x308f
-// -0.131898
-0xb039
-// -0.040169
-0xa924
-// 0.340507
+// -0.012528
+0xa26a
+// 0.707538
+0x39a9
+// -0.071136
+0xac8d
+// -0.254685
+0xb413
+// -0.020250
+0xa52f
+// -0.377239
+0xb609
+// 0.182390
+0x31d6
+// 0.142911
+0x3093
+// -0.320283
+0xb520
+// -0.050870
+0xaa83
+// 0.552686
+0x386c
+// 0.371275
+0x35f1
+// 0.074841
+0x2cca
+// -0.297872
+0xb4c4
+// 0.381099
+0x3619
+// -0.394469
+0xb650
+// -0.140837
+0xb082
+// 0.251816
+0x3407
+// 0.123369
+0x2fe5
+// 0.193875
+0x3234
+// -0.064978
+0xac29
+// -0.309341
+0xb4f3
+// 0.081540
+0x2d38
+// 0.076784
+0x2cea
+// 0.340683
 0x3573
-// -0.443301
-0xb718
-// -0.504501
-0xb809
-// -0.143797
-0xb09a
-// -0.224534
-0xb32f
-// 0.413910
-0x369f
-// -0.304571
-0xb4e0
-// -0.546099
-0xb85e
-// 0.298548
-0x34c7
-// -0.075447
-0xacd4
-// -0.397018
-0xb65a
-// -0.706257
-0xb9a6
-// -0.326503
-0xb539
-// 0.027824
-0x271f
-// -0.067521
-0xac52
-// 0.132370
-0x303c
-// -0.119409
-0xafa4
-// 0.417147
-0x36ad
-// -0.053274
-0xaad2
-// 0.215552
-0x32e6
-// 0.555113
-0x3871
-// 0.132507
-0x303d
-// -0.112059
-0xaf2c
-// -0.438044
-0xb702
-// -0.061994
-0xabef
-// 0.420391
-0x36ba
-// -0.511288
-0xb817
-// -0.169411
-0xb16c
-// 0.455896
-0x374b
-// -0.037098
-0xa8c0
-// 0.097329
-0x2e3b
-// -0.510351
-0xb815
-// 0.031878
-0x2815
-// 0.451849
-0x373b
-// -0.005921
-0x9e10
-// 0.522571
-0x382e
-// -0.795109
-0xba5c
-// -0.063013
-0xac08
-// -0.395304
-0xb653
-// 0.044986
-0x29c2
-// 0.439022
-0x3706
-// 0.151798
-0x30dc
+// -0.324953
+0xb533
+// 0.082649
+0x2d4a
+// 0.028892
+0x2765
+// 0.009974
+0x211b
+// -0.160726
+0xb125
+// -0.352802
+0xb5a5
+// 0.059576
+0x2ba0
+// 0.431988
+0x36e9
+// 0.013733
+0x2308
+// -0.107064
+0xaeda
+// 0.131693
+0x3037
+// 0.436212
+0x36fb
+// -0.185803
+0xb1f2
+// -0.144189
+0xb09d
+// -0.028346
+0xa742
+// 0.145459
+0x30a8
+// 0.125887
+0x3007
+// -0.293092
+0xb4b1
+// -0.257414
+0xb41e
+// 0.065987
+0x2c39
+// 0.150687
+0x30d2
+// 0.121271
+0x2fc3
+// -0.263891
+0xb439
+// -0.155111
+0xb0f7
+// 0.162657
+0x3134
+// -0.459092
+0xb758
+// 0.198607
+0x325b
+// 0.436357
+0x36fb
+// -0.309209
+0xb4f3
+// -0.380425
+0xb616
+// -0.157165
+0xb107
+// 0.104545
+0x2eb1
+// -0.103023
+0xae98
+// 0.236587
+0x3392
+// -0.316116
+0xb50f
+// -0.045515
+0xa9d3
+// -0.209366
+0xb2b3
+// -0.323435
+0xb52d
+// -0.344747
+0xb584
+// -0.237703
+0xb39b
+// -0.032615
+0xa82d
+// -0.073057
+0xacad
+// -0.334811
+0xb55b
+// -0.218594
+0xb2ff
+// 0.110214
+0x2f0e
+// -0.064221
+0xac1c
+// 0.307459
+0x34eb
+// -0.239667
+0xb3ab
+// -0.202624
+0xb27c
+// -0.172433
+0xb185
+// 0.213166
+0x32d2
+// 0.377389
+0x360a
+// 0.213476
+0x32d5
+// 0.132934
+0x3041
+// 0.170902
+0x3178
+// 0.281631
+0x3482
+// 0.003072
+0x1a4b
+// -0.247683
+0xb3ed
+// -0.091013
+0xadd3
+// 0.012987
+0x22a6
+// 0.076428
+0x2ce4
+// 0.151253
+0x30d7
+// 0.399318
+0x3664
+// 0.226226
+0x333d
+// 0.213650
+0x32d6
+// -0.076442
+0xace4
+// -0.166368
+0xb153
+// -0.136206
+0xb05c
+// 0.205284
+0x3292
+// -0.127641
+0xb016
+// 0.104149
+0x2eaa
+// 0.017110
+0x2461
+// 0.201105
+0x326f
+// 0.433215
+0x36ee
+// 0.116937
+0x2f7c
 // 1.000000
 0x3c00
-// 0.151786
-0x30db
-// 0.096127
-0x2e27
-// -0.079173
-0xad11
-// -0.182049
-0xb1d3
-// 0.381454
-0x361a
-// 0.370677
-0x35ee
-// -0.187572
-0xb201
-// 0.183005
-0x31db
-// -0.588512
-0xb8b5
-// -0.118559
-0xaf96
-// 0.200334
-0x3269
-// 0.120477
-0x2fb6
-// 0.423841
-0x36c8
-// -0.482627
-0xb7b9
-// 0.069639
-0x2c75
-// 0.179386
-0x31be
-// -0.066133
-0xac3c
-// 0.042963
-0x2980
-// -0.106336
-0xaece
-// -0.125617
-0xb005
-// -0.464414
-0xb76e
-// 0.132390
-0x303d
-// -0.202302
-0xb279
-// -0.703952
-0xb9a2
-// -0.128242
-0xb01b
-// 0.437213
-0x36ff
-// 0.160378
-0x3122
-// -0.112012
-0xaf2b
-// -0.038690
-0xa8f4
+// 0.265398
+0x343f
+// -0.129300
+0xb023
+// -0.098844
+0xae53
+// -0.146517
+0xb0b0
+// -0.215449
+0xb2e5
+// -0.446526
+0xb725
+// -0.370206
+0xb5ec
+// -0.400973
+0xb66a
+// -0.214033
+0xb2d9
+// 0.422724
+0x36c3
+// 0.134059
+0x304a
+// -0.071397
+0xac92
+// 0.035939
+0x289a
+// -0.372209
+0xb5f5
+// -0.022606
+0xa5ca
+// 0.321656
+0x3526
+// -0.325677
+0xb536
+// 0.436920
+0x36fe
+// 0.081474
+0x2d37
+// -0.069073
+0xac6c
+// 0.383692
+0x3624
+// -0.208656
+0xb2ad
+// -0.376338
+0xb605
+// -0.600084
+0xb8cd
+// 0.309931
+0x34f5
+// -0.217443
+0xb2f5
+// -0.031977
+0xa818
+// 0.221318
+0x3315
+// 0.576794
+0x389d
+// -0.055695
+0xab21
+// -0.564513
+0xb884
+// 0.435209
+0x36f7
+// 0.431141
+0x36e6
+// -0.198609
+0xb25b
+// 0.279627
+0x3479
+// -0.203357
+0xb282
+// 0.138456
+0x306e
+// -0.053415
+0xaad6
+// 0.574692
+0x3899
+// 0.148799
+0x30c3
+// 0.174156
+0x3193
+// 0.512574
+0x381a
+// 0.095503
+0x2e1d
+// 0.152619
+0x30e2
+// -0.337895
+0xb568
+// 0.100497
+0x2e6f
+// 0.084244
+0x2d64
+// 0.492587
+0x37e2
+// 0.376005
+0x3604
+// -0.337810
+0xb568
+// -0.127713
+0xb016
+// -0.073719
+0xacb8
+// -0.324163
+0xb530
+// -0.054874
+0xab06
+// 0.589983
+0x38b8
+// -0.037212
+0xa8c3
+// 0.095259
+0x2e19
+// -0.008144
+0xa02b
+// 0.172486
+0x3185
+// 0.207807
+0x32a6
+// -0.037511
+0xa8cd
+// -0.038421
+0xa8eb
+// -0.207770
+0xb2a6
+// -0.019124
+0xa4e5
+// -0.264610
+0xb43c
+// 0.175874
+0x31a1
+// 0.415148
+0x36a4
+// -0.208934
+0xb2b0
+// 0.010098
+0x212c
+// 0.179828
+0x31c1
+// 0.119638
+0x2fa8
+// -0.118275
+0xaf92
+// 0.334814
+0x355b
+// -0.100536
+0xae6f
+// 0.137873
+0x3069
+// -0.036250
+0xa8a4
+// -0.485111
+0xb7c3
+// 0.008254
+0x203a
+// -0.176977
+0xb1aa
+// -0.112110
+0xaf2d
+// 0.432804
+0x36ed
+// 0.081698
+0x2d3b
+// -0.131441
+0xb035
+// 0.191348
+0x3220
+// 0.136904
+0x3062
+// 0.202641
+0x327c
+// -0.403583
+0xb675
+// 0.169577
+0x316d
+// 0.264519
+0x343b
+// -0.443132
+0xb717
+// -0.017015
+0xa45b
+// -0.495435
+0xb7ed
+// -0.342770
+0xb57c
+// 0.268338
+0x344b
+// -0.291433
+0xb4aa
+// 0.024668
+0x2651
+// -0.018742
+0xa4cc
+// -0.165144
+0xb149
+// -0.035950
+0xa89a
+// 0.219628
+0x3307
+// -0.194004
+0xb235
+// -0.104882
+0xaeb6
+// 0.200942
+0x326e
+// 0.238092
+0x339e
+// -0.383883
+0xb624
+// 0.054562
+0x2afc
+// -0.169595
+0xb16d
+// 0.145555
+0x30a8
+// 0.311402
+0x34fc
+// -0.023226
+0xa5f2
+// -0.319679
+0xb51d
+// 0.442143
+0x3713
+// 0.248115
+0x33f1
+// -0.187730
+0xb202
+// 0.155942
+0x30fd
+// -0.334503
+0xb55a
+// 0.357479
+0x35b8
+// 0.367376
+0x35e1
+// -0.121575
+0xafc8
+// 0.000792
+0x127c
+// -0.186930
+0xb1fb
+// -0.010619
+0xa170
+// -0.201656
+0xb274
+// 0.132362
+0x303c
+// -0.113862
+0xaf4a
+// -0.047387
+0xaa11
+// 0.002643
+0x196a
+// -0.295518
+0xb4ba
+// 0.460421
+0x375e
+// -0.116071
+0xaf6e
+// -0.060106
+0xabb2
+// -0.178481
+0xb1b6
+// 0.425184
+0x36ce
+// 0.485122
+0x37c3
+// 0.175986
+0x31a2
+// -0.074674
+0xacc7
+// 0.010094
+0x212b
+// -0.007703
+0x9fe3
+// -0.138073
+0xb06b
+// 0.214035
+0x32d9
+// -0.307257
+0xb4eb
+// -0.194620
+0xb23a
+// -0.064826
+0xac26
+// -0.005027
+0x9d26
+// -0.228604
+0xb351
+// 0.028360
+0x2743
+// 0.031018
+0x27f1
+// 0.074569
+0x2cc6
+// -0.065742
+0xac35

+ 149 - 149
Testing/Patterns/DSP/Stats/StatsF16/Input22_f16.txt

@@ -1,152 +1,152 @@
 H
 75
-// 0.322836
-0x352a
-// 0.198525
-0x325a
-// 0.478639
-0x37a9
-// 0.026143
-0x26b1
-// 0.098991
-0x2e56
-// 0.143166
-0x3095
-// 0.085541
-0x2d7a
-// 0.068541
-0x2c63
-// 0.211153
-0x32c2
-// 0.181133
-0x31cc
-// 0.185330
-0x31ee
-// 0.089042
-0x2db3
-// 0.147745
-0x30ba
-// 0.095482
-0x2e1c
-// 0.040729
-0x2937
-// 0.148711
-0x30c2
-// 0.132218
-0x303b
-// 0.141558
-0x3088
-// 0.075285
-0x2cd1
-// 0.129230
-0x3023
-// 0.111640
-0x2f25
-// 0.120751
-0x2fba
-// 0.013239
-0x22c7
-// 0.060065
-0x2bb0
-// 0.127400
-0x3014
-// 0.094640
-0x2e0f
-// 0.106302
-0x2ece
-// 0.047992
-0x2a25
-// 0.051468
-0x2a97
-// 0.125120
-0x3001
-// 0.120732
-0x2fba
-// 0.020651
-0x2549
-// 0.144559
-0x30a0
-// 0.511255
-0x3817
-// 0.344187
-0x3582
-// 0.115065
-0x2f5d
-// 0.068302
-0x2c5f
-// 0.205347
-0x3292
-// 0.160452
-0x3122
-// 0.065289
-0x2c2e
-// 0.127455
-0x3014
-// 0.248741
-0x33f6
-// 0.009349
-0x20c9
-// 0.100586
-0x2e70
-// 0.102405
-0x2e8e
-// 0.188184
+// 0.255155
+0x3415
+// 0.499463
+0x37fe
+// 0.245382
+0x33da
+// 0.058973
+0x2b8c
+// 0.214712
+0x32df
+// 0.063842
+0x2c16
+// 0.155901
+0x30fd
+// 0.175045
+0x319a
+// 0.043208
+0x2988
+// 0.163708
+0x313d
+// 0.124612
+0x2ffa
+// 0.061700
+0x2be6
+// 0.041611
+0x2953
+// 0.119350
+0x2fa3
+// 0.054505
+0x2afa
+// 0.045661
+0x29d8
+// 0.017951
+0x2498
+// 0.223003
+0x3323
+// 0.226163
+0x333d
+// 0.210057
+0x32b9
+// 0.137074
+0x3063
+// 0.030430
+0x27ca
+// 0.087780
+0x2d9e
+// 0.152131
+0x30de
+// 0.036636
+0x28b0
+// 0.031667
+0x280e
+// 0.103926
+0x2ea7
+// 0.142630
+0x3090
+// 0.080020
+0x2d1f
+// 0.137252
+0x3064
+// 0.034963
+0x287a
+// 0.025492
+0x2687
+// 0.294566
+0x34b7
+// 0.311522
+0x34fc
+// 0.393912
+0x364d
+// 0.103468
+0x2e9f
+// 0.003169
+0x1a7d
+// 0.216815
+0x32f0
+// 0.066953
+0x2c49
+// 0.059918
+0x2bab
+// 0.222752
+0x3321
+// 0.117352
+0x2f83
+// 0.209573
+0x32b5
+// 0.158996
+0x3116
+// 0.191987
+0x3225
+// 0.145312
+0x30a6
+// 0.027961
+0x2728
+// 0.203455
+0x3283
+// 0.129671
+0x3026
+// 0.062211
+0x2bf7
+// 0.047266
+0x2a0d
+// 0.033140
+0x283e
+// 0.104575
+0x2eb1
+// 0.123365
+0x2fe5
+// 0.003696
+0x1b92
+// 0.089139
+0x2db4
+// 0.092535
+0x2dec
+// 0.029912
+0x27a8
+// 0.103568
+0x2ea1
+// 0.052204
+0x2aaf
+// 0.040668
+0x2935
+// 0.077525
+0x2cf6
+// 0.105919
+0x2ec7
+// 0.176895
+0x31a9
+// 0.603778
+0x38d5
+// 0.337787
+0x3568
+// 0.058436
+0x2b7b
+// 0.220219
+0x330c
+// 0.158965
+0x3116
+// 0.003302
+0x1ac3
+// 0.171142
+0x317a
+// 0.188273
 0x3206
-// 0.192786
-0x322b
-// 0.160000
-0x311f
-// 0.027773
-0x271c
-// 0.112430
-0x2f32
-// 0.001022
-0x142f
-// 0.114814
-0x2f59
-// 0.056143
-0x2b30
-// 0.122610
-0x2fd9
-// 0.165753
-0x314e
-// 0.135443
-0x3056
-// 0.019103
-0x24e4
-// 0.028083
-0x2730
-// 0.013344
-0x22d5
-// 0.165378
-0x314b
-// 0.075133
-0x2ccf
-// 0.056506
-0x2b3c
-// 0.005057
-0x1d2e
-// 0.157446
-0x310a
-// 0.426391
-0x36d2
-// 0.165223
-0x314a
-// 0.408385
-0x3689
-// 0.017004
-0x245a
-// 0.296335
-0x34be
-// 0.005781
-0x1deb
-// 0.076763
-0x2cea
-// 0.223549
-0x3327
-// 0.055634
-0x2b1f
-// 0.222075
-0x331b
-// 0.102857
-0x2e95
+// 0.084230
+0x2d64
+// 0.144720
+0x30a2
+// 0.029149
+0x2776

+ 148 - 148
Testing/Patterns/DSP/Stats/StatsF16/Input23_f16.txt

@@ -1,152 +1,152 @@
 H
 75
-// 0.475515
-0x379c
-// 0.270052
-0x3452
-// 0.254433
-0x3412
-// 0.055055
-0x2b0c
-// 0.202411
-0x327a
-// 0.124266
-0x2ff4
-// 0.046322
-0x29ee
-// 0.178920
-0x31ba
-// 0.078939
-0x2d0d
-// 0.111714
-0x2f26
-// 0.202373
-0x327a
-// 0.187127
-0x31fd
-// 0.154401
-0x30f1
-// 0.054258
-0x2af2
-// 0.123123
-0x2fe1
-// 0.099707
-0x2e62
-// 0.011955
-0x221f
-// 0.166787
-0x3156
-// 0.088390
+// 0.568282
+0x388c
+// 0.271286
+0x3457
+// 0.160433
+0x3122
+// 0.057880
+0x2b69
+// 0.063407
+0x2c0f
+// 0.234667
+0x3382
+// 0.038276
+0x28e6
+// 0.076086
+0x2cdf
+// 0.166059
+0x3150
+// 0.199176
+0x3260
+// 0.164448
+0x3143
+// 0.169308
+0x316b
+// 0.075163
+0x2ccf
+// 0.061360
+0x2bdb
+// 0.071435
+0x2c92
+// 0.248651
+0x33f5
+// 0.042974
+0x2980
+// 0.132208
+0x303b
+// 0.147443
+0x30b8
+// 0.051457
+0x2a96
+// 0.115497
+0x2f64
+// 0.097921
+0x2e44
+// 0.076682
+0x2ce8
+// 0.066427
+0x2c40
+// 0.148757
+0x30c3
+// 0.088409
 0x2da8
-// 0.114251
-0x2f50
-// 0.070847
-0x2c89
-// 0.118218
-0x2f91
-// 0.057549
-0x2b5e
-// 0.143263
-0x3096
-// 0.031234
-0x27ff
-// 0.169478
-0x316c
-// 0.045658
-0x29d8
-// 0.170969
-0x3179
-// 0.011664
-0x21f9
-// 0.043150
-0x2986
-// 0.056999
-0x2b4c
-// 0.080973
-0x2d2f
-// 0.301702
-0x34d4
-// 0.375561
-0x3602
-// 0.322737
-0x352a
-// 0.069801
-0x2c78
-// 0.234393
-0x3380
-// 0.188541
-0x3209
-// 0.233770
-0x337b
-// 0.089282
-0x2db7
-// 0.019572
-0x2503
-// 0.075178
-0x2cd0
-// 0.089462
-0x2dba
-// 0.116452
-0x2f74
-// 0.111320
-0x2f20
-// 0.215334
-0x32e4
-// 0.119770
-0x2faa
-// 0.058668
-0x2b82
-// 0.204849
-0x328e
-// 0.009485
-0x20db
-// 0.158639
-0x3114
-// 0.005484
-0x1d9e
-// 0.137894
-0x306a
-// 0.154182
+// 0.154189
 0x30ef
-// 0.008037
-0x201d
-// 0.040326
-0x2929
-// 0.038281
-0x28e6
-// 0.082787
-0x2d4c
-// 0.046186
-0x29e9
-// 0.118893
-0x2f9c
-// 0.034195
-0x2860
-// 0.090605
-0x2dcc
-// 0.156341
-0x3101
-// 0.092273
-0x2de8
-// 0.578286
-0x38a0
-// 0.049254
-0x2a4e
-// 0.372461
-0x35f6
-// 0.021948
-0x259e
-// 0.059545
-0x2b9f
-// 0.138834
-0x3071
-// 0.220685
-0x3310
-// 0.062460
-0x2bff
-// 0.201480
-0x3273
-// 0.087765
-0x2d9e
-// 0.207282
-0x32a2
+// 0.054776
+0x2b03
+// 0.042625
+0x2975
+// 0.020009
+0x251f
+// 0.105594
+0x2ec2
+// 0.029114
+0x2774
+// 0.354369
+0x35ab
+// 0.007734
+0x1feb
+// 0.637898
+0x391a
+// 0.108288
+0x2eee
+// 0.078554
+0x2d07
+// 0.130984
+0x3031
+// 0.070421
+0x2c82
+// 0.128205
+0x301a
+// 0.144615
+0x30a1
+// 0.169725
+0x316e
+// 0.169208
+0x316a
+// 0.039405
+0x290b
+// 0.161131
+0x3128
+// 0.121433
+0x2fc6
+// 0.152515
+0x30e1
+// 0.095174
+0x2e17
+// 0.212990
+0x32d1
+// 0.152737
+0x30e3
+// 0.035825
+0x2896
+// 0.028790
+0x275f
+// 0.073787
+0x2cb9
+// 0.010769
+0x2183
+// 0.041355
+0x294b
+// 0.135471
+0x3056
+// 0.157955
+0x310e
+// 0.020622
+0x2547
+// 0.048161
+0x2a2a
+// 0.075856
+0x2cdb
+// 0.165122
+0x3149
+// 0.092717
+0x2def
+// 0.163529
+0x313c
+// 0.014656
+0x2381
+// 0.136804
+0x3061
+// 0.333850
+0x3557
+// 0.529346
+0x383c
+// 0.203354
+0x3282
+// 0.177443
+0x31ae
+// 0.092697
+0x2def
+// 0.185863
+0x31f3
+// 0.015791
+0x240b
+// 0.061069
+0x2bd1
+// 0.090134
+0x2dc5
+// 0.173649
+0x318f

+ 593 - 593
Testing/Patterns/DSP/Stats/StatsF16/Input2_f16.txt

@@ -1,602 +1,602 @@
 H
 300
-// 0.181541
-0x31cf
-// 0.169745
+// 0.398630
+0x3661
+// 0.094108
+0x2e06
+// 0.136629
+0x305f
+// 0.181378
+0x31ce
+// 0.122037
+0x2fcf
+// 0.076979
+0x2ced
+// 0.051531
+0x2a99
+// 0.052559
+0x2aba
+// 0.006616
+0x1ec6
+// 0.091639
+0x2ddd
+// 0.006220
+0x1e5f
+// 0.001431
+0x15dc
+// 0.179086
+0x31bb
+// 0.105697
+0x2ec4
+// 0.177778
+0x31b0
+// 0.447807
+0x372a
+// 0.223022
+0x3323
+// 0.006284
+0x1e6f
+// 0.171317
+0x317b
+// 0.099137
+0x2e58
+// 0.620796
+0x38f7
+// 0.022800
+0x25d6
+// 0.348634
+0x3594
+// 0.006892
+0x1f0f
+// 0.213979
+0x32d9
+// 0.044634
+0x29b7
+// 0.169827
 0x316f
-// 0.237867
-0x339d
-// 0.280697
-0x347e
-// 0.111340
-0x2f20
-// 0.281630
-0x3482
-// 0.426820
-0x36d4
-// 0.147220
-0x30b6
-// 0.301289
-0x34d2
-// 0.085008
-0x2d71
-// 0.096822
-0x2e32
-// 0.118322
-0x2f93
-// 0.026424
-0x26c4
-// 0.105946
-0x2ec8
-// 0.411642
-0x3696
-// 0.136448
+// 0.227977
+0x334c
+// 0.478600
+0x37a8
+// 0.204173
+0x3289
+// 0.048311
+0x2a2f
+// 0.024572
+0x264a
+// 0.271263
+0x3457
+// 0.307043
+0x34ea
+// 0.136527
 0x305e
-// 0.335485
-0x355e
-// 0.202068
-0x3277
-// 0.361403
-0x35c8
-// 0.478874
-0x37a9
-// 0.554829
-0x3870
-// 0.725607
-0x39ce
-// 0.397848
-0x365e
-// 0.081577
-0x2d39
-// 0.376096
-0x3604
-// 0.619949
-0x38f6
-// 0.035635
-0x2890
-// 0.045637
-0x29d7
-// 0.168639
-0x3165
-// 0.170281
-0x3173
-// 0.077000
-0x2cee
-// 0.167346
-0x315b
-// 0.189246
-0x320e
-// 0.327278
-0x353d
-// 0.125620
-0x3005
-// 0.302179
-0x34d6
-// 0.324256
-0x3530
-// 0.115925
-0x2f6b
-// 0.023388
-0x25fd
-// 0.213505
-0x32d5
-// 0.249834
-0x33ff
-// 0.230302
-0x335f
-// 0.052223
-0x2aaf
-// 0.118431
-0x2f94
-// 0.237972
-0x339d
-// 0.167228
-0x315a
-// 0.500285
-0x3801
-// 0.396042
-0x3656
-// 0.287551
-0x349a
-// 0.363907
-0x35d3
-// 0.285888
-0x3493
-// 0.298927
-0x34c8
-// 0.384334
-0x3626
-// 0.214899
-0x32e0
-// 0.256566
-0x341b
-// 0.438213
-0x3703
-// 0.057463
-0x2b5b
-// 0.099164
-0x2e59
-// 0.337406
-0x3566
-// 0.602355
-0x38d2
-// 0.003762
-0x1bb4
-// 0.270555
-0x3454
-// 0.351693
-0x35a1
-// 0.279530
-0x3479
-// 0.365779
-0x35da
-// 0.133551
-0x3046
-// 0.059872
-0x2baa
-// 0.286309
-0x3495
-// 0.246533
-0x33e4
-// 0.171805
-0x317f
-// 0.341557
-0x3577
-// 0.024636
-0x264f
-// 0.191050
-0x321d
-// 0.093971
-0x2e04
-// 0.077312
-0x2cf3
-// 0.628921
-0x3908
-// 0.057062
-0x2b4e
-// 0.004234
-0x1c56
-// 0.702554
-0x399f
-// 0.070054
-0x2c7c
-// 0.126315
-0x300b
-// 0.114205
-0x2f4f
-// 0.174413
-0x3195
-// 0.323334
-0x352c
-// 0.419826
-0x36b8
-// 0.092743
-0x2df0
-// 0.023260
-0x25f4
-// 0.169239
-0x316a
-// 0.112398
-0x2f32
-// 0.530023
-0x383d
-// 0.057968
-0x2b6b
-// 0.099520
-0x2e5f
-// 0.249493
-0x33fc
-// 0.158562
-0x3113
-// 0.442311
-0x3714
-// 0.375796
-0x3603
-// 0.262720
-0x3434
-// 0.068077
-0x2c5b
-// 0.338289
-0x356a
-// 0.158634
-0x3114
-// 0.292740
-0x34af
-// 0.255336
-0x3416
-// 0.163457
-0x313b
-// 0.642740
-0x3924
-// 0.303784
-0x34dc
-// 0.290379
-0x34a5
-// 0.139732
-0x3079
-// 0.531862
-0x3841
-// 0.109192
-0x2efd
-// 0.051034
-0x2a88
-// 0.845953
-0x3ac5
-// 0.370689
-0x35ee
-// 0.224557
-0x3330
-// 0.087760
-0x2d9e
-// 0.044607
-0x29b6
-// 0.176383
-0x31a5
-// 0.054776
-0x2b03
-// 0.340220
-0x3572
-// 0.437922
-0x3702
-// 0.336270
-0x3561
-// 0.267078
-0x3446
-// 0.069067
-0x2c6c
-// 0.058832
-0x2b88
-// 0.331618
+// 0.491179
+0x37dc
+// 0.095579
+0x2e1e
+// 0.022388
+0x25bb
+// 0.071347
+0x2c91
+// 0.055429
+0x2b18
+// 0.009830
+0x2108
+// 0.023319
+0x25f8
+// 0.331660
 0x354e
-// 0.029930
-0x27a9
-// 0.609125
-0x38df
-// 0.251916
-0x3408
-// 0.122801
-0x2fdc
-// 0.387843
-0x3635
-// 0.112303
-0x2f30
-// 0.407489
-0x3685
-// 0.316717
-0x3511
-// 0.076934
-0x2cec
-// 0.299806
-0x34cc
-// 0.123522
-0x2fe8
-// 0.221139
-0x3314
-// 0.012030
-0x2229
-// 0.330032
-0x3548
-// 0.043511
-0x2992
-// 0.790171
-0x3a52
-// 0.119824
-0x2fab
-// 0.009153
-0x20b0
-// 0.212885
-0x32d0
-// 0.430953
-0x36e5
-// 0.169799
-0x316f
-// 0.264303
-0x343b
-// 0.075679
-0x2cd8
-// 0.062243
-0x2bf8
-// 0.322429
-0x3529
-// 0.229378
-0x3357
-// 0.020636
-0x2548
-// 0.474186
-0x3796
-// 0.149192
-0x30c6
-// 0.159253
-0x3119
-// 0.418241
-0x36b1
-// 0.220744
-0x3310
-// 0.332685
-0x3553
-// 0.078293
-0x2d03
-// 0.284063
-0x348c
-// 0.109206
-0x2efd
-// 0.069842
-0x2c78
-// 0.054476
-0x2af9
-// 0.018401
-0x24b6
-// 0.077888
-0x2cfc
-// 0.219216
-0x3304
-// 0.174853
-0x3198
-// 0.218507
-0x32fe
-// 0.208197
-0x32aa
-// 0.057710
-0x2b63
-// 0.231653
-0x336a
-// 0.213055
-0x32d1
-// 0.174800
-0x3198
-// 0.099992
-0x2e66
-// 0.081162
-0x2d32
-// 0.150392
-0x30d0
-// 0.448191
-0x372c
-// 0.200164
-0x3268
-// 0.020702
-0x254d
-// 0.249379
-0x33fb
-// 0.079454
-0x2d16
-// 0.215899
-0x32e9
-// 0.415424
-0x36a6
-// 0.369649
-0x35ea
-// 0.007064
-0x1f3c
-// 0.536642
-0x384b
-// 0.106107
-0x2eca
-// 0.074443
-0x2cc4
-// 0.087497
-0x2d9a
-// 0.543513
-0x3859
-// 0.090931
-0x2dd2
-// 0.197363
-0x3251
-// 0.452118
-0x373c
-// 0.139166
-0x3074
-// 0.054687
-0x2b00
-// 0.274367
-0x3464
-// 0.153652
-0x30eb
-// 0.458440
-0x3756
-// 0.159573
-0x311b
-// 0.014334
-0x2357
-// 0.138766
-0x3071
-// 0.285817
-0x3493
-// 0.166074
-0x3150
-// 0.007518
-0x1fb3
-// 0.287886
+// 0.023302
+0x25f7
+// 0.082294
+0x2d44
+// 0.267910
+0x3449
+// 0.195740
+0x3244
+// 0.036417
+0x28a9
+// 0.281345
+0x3480
+// 0.287891
 0x349b
-// 0.040596
-0x2932
-// 0.024333
-0x263b
-// 0.711750
-0x39b2
-// 0.111767
-0x2f27
-// 0.123774
-0x2fec
-// 0.405266
-0x367c
-// 0.291294
-0x34a9
-// 0.165725
-0x314e
-// 0.390727
-0x3640
-// 0.037912
-0x28da
-// 0.067118
-0x2c4c
-// 0.020696
-0x254c
-// 0.469622
-0x3784
-// 0.268572
-0x344c
-// 0.365714
-0x35da
-// 0.359382
-0x35c0
-// 0.351236
-0x359f
-// 0.003563
-0x1b4c
-// 0.055833
-0x2b26
-// 0.185036
-0x31ec
-// 0.220537
-0x330f
-// 0.142509
-0x308f
-// 0.131898
-0x3039
-// 0.040169
-0x2924
-// 0.340507
+// 0.012528
+0x226a
+// 0.707538
+0x39a9
+// 0.071136
+0x2c8d
+// 0.254685
+0x3413
+// 0.020250
+0x252f
+// 0.377239
+0x3609
+// 0.182390
+0x31d6
+// 0.142911
+0x3093
+// 0.320283
+0x3520
+// 0.050870
+0x2a83
+// 0.552686
+0x386c
+// 0.371275
+0x35f1
+// 0.074841
+0x2cca
+// 0.297872
+0x34c4
+// 0.381099
+0x3619
+// 0.394469
+0x3650
+// 0.140837
+0x3082
+// 0.251816
+0x3407
+// 0.123369
+0x2fe5
+// 0.193875
+0x3234
+// 0.064978
+0x2c29
+// 0.309341
+0x34f3
+// 0.081540
+0x2d38
+// 0.076784
+0x2cea
+// 0.340683
 0x3573
-// 0.443301
-0x3718
-// 0.504501
-0x3809
-// 0.143797
-0x309a
-// 0.224534
-0x332f
-// 0.413910
-0x369f
-// 0.304571
-0x34e0
-// 0.546099
-0x385e
-// 0.298548
-0x34c7
-// 0.075447
-0x2cd4
-// 0.397018
-0x365a
-// 0.706257
-0x39a6
-// 0.326503
-0x3539
-// 0.027824
-0x271f
-// 0.067521
-0x2c52
-// 0.132370
-0x303c
-// 0.119409
-0x2fa4
-// 0.417147
-0x36ad
-// 0.053274
-0x2ad2
-// 0.215552
-0x32e6
-// 0.555113
-0x3871
-// 0.132507
-0x303d
-// 0.112059
-0x2f2c
-// 0.438044
-0x3702
-// 0.061994
-0x2bef
-// 0.420391
-0x36ba
-// 0.511288
-0x3817
-// 0.169411
-0x316c
-// 0.455896
-0x374b
-// 0.037098
-0x28c0
-// 0.097329
-0x2e3b
-// 0.510351
-0x3815
-// 0.031878
-0x2815
-// 0.451849
-0x373b
-// 0.005921
-0x1e10
-// 0.522571
-0x382e
-// 0.795109
-0x3a5c
-// 0.063013
-0x2c08
-// 0.395304
-0x3653
-// 0.044986
-0x29c2
-// 0.439022
-0x3706
-// 0.151798
-0x30dc
+// 0.324953
+0x3533
+// 0.082649
+0x2d4a
+// 0.028892
+0x2765
+// 0.009974
+0x211b
+// 0.160726
+0x3125
+// 0.352802
+0x35a5
+// 0.059576
+0x2ba0
+// 0.431988
+0x36e9
+// 0.013733
+0x2308
+// 0.107064
+0x2eda
+// 0.131693
+0x3037
+// 0.436212
+0x36fb
+// 0.185803
+0x31f2
+// 0.144189
+0x309d
+// 0.028346
+0x2742
+// 0.145459
+0x30a8
+// 0.125887
+0x3007
+// 0.293092
+0x34b1
+// 0.257414
+0x341e
+// 0.065987
+0x2c39
+// 0.150687
+0x30d2
+// 0.121271
+0x2fc3
+// 0.263891
+0x3439
+// 0.155111
+0x30f7
+// 0.162657
+0x3134
+// 0.459092
+0x3758
+// 0.198607
+0x325b
+// 0.436357
+0x36fb
+// 0.309209
+0x34f3
+// 0.380425
+0x3616
+// 0.157165
+0x3107
+// 0.104545
+0x2eb1
+// 0.103023
+0x2e98
+// 0.236587
+0x3392
+// 0.316116
+0x350f
+// 0.045515
+0x29d3
+// 0.209366
+0x32b3
+// 0.323435
+0x352d
+// 0.344747
+0x3584
+// 0.237703
+0x339b
+// 0.032615
+0x282d
+// 0.073057
+0x2cad
+// 0.334811
+0x355b
+// 0.218594
+0x32ff
+// 0.110214
+0x2f0e
+// 0.064221
+0x2c1c
+// 0.307459
+0x34eb
+// 0.239667
+0x33ab
+// 0.202624
+0x327c
+// 0.172433
+0x3185
+// 0.213166
+0x32d2
+// 0.377389
+0x360a
+// 0.213476
+0x32d5
+// 0.132934
+0x3041
+// 0.170902
+0x3178
+// 0.281631
+0x3482
+// 0.003072
+0x1a4b
+// 0.247683
+0x33ed
+// 0.091013
+0x2dd3
+// 0.012987
+0x22a6
+// 0.076428
+0x2ce4
+// 0.151253
+0x30d7
+// 0.399318
+0x3664
+// 0.226226
+0x333d
+// 0.213650
+0x32d6
+// 0.076442
+0x2ce4
+// 0.166368
+0x3153
+// 0.136206
+0x305c
+// 0.205284
+0x3292
+// 0.127641
+0x3016
+// 0.104149
+0x2eaa
+// 0.017110
+0x2461
+// 0.201105
+0x326f
+// 0.433215
+0x36ee
+// 0.116937
+0x2f7c
 // 1.000000
 0x3c00
-// 0.151786
-0x30db
-// 0.096127
-0x2e27
-// 0.079173
-0x2d11
-// 0.182049
-0x31d3
-// 0.381454
-0x361a
-// 0.370677
-0x35ee
-// 0.187572
-0x3201
-// 0.183005
-0x31db
-// 0.588512
-0x38b5
-// 0.118559
-0x2f96
-// 0.200334
-0x3269
-// 0.120477
-0x2fb6
-// 0.423841
-0x36c8
-// 0.482627
-0x37b9
-// 0.069639
-0x2c75
-// 0.179386
-0x31be
-// 0.066133
-0x2c3c
-// 0.042963
-0x2980
-// 0.106336
-0x2ece
-// 0.125617
-0x3005
-// 0.464414
-0x376e
-// 0.132390
-0x303d
-// 0.202302
-0x3279
-// 0.703952
-0x39a2
-// 0.128242
-0x301b
-// 0.437213
-0x36ff
-// 0.160378
-0x3122
-// 0.112012
-0x2f2b
-// 0.038690
-0x28f4
+// 0.265398
+0x343f
+// 0.129300
+0x3023
+// 0.098844
+0x2e53
+// 0.146517
+0x30b0
+// 0.215449
+0x32e5
+// 0.446526
+0x3725
+// 0.370206
+0x35ec
+// 0.400973
+0x366a
+// 0.214033
+0x32d9
+// 0.422724
+0x36c3
+// 0.134059
+0x304a
+// 0.071397
+0x2c92
+// 0.035939
+0x289a
+// 0.372209
+0x35f5
+// 0.022606
+0x25ca
+// 0.321656
+0x3526
+// 0.325677
+0x3536
+// 0.436920
+0x36fe
+// 0.081474
+0x2d37
+// 0.069073
+0x2c6c
+// 0.383692
+0x3624
+// 0.208656
+0x32ad
+// 0.376338
+0x3605
+// 0.600084
+0x38cd
+// 0.309931
+0x34f5
+// 0.217443
+0x32f5
+// 0.031977
+0x2818
+// 0.221318
+0x3315
+// 0.576794
+0x389d
+// 0.055695
+0x2b21
+// 0.564513
+0x3884
+// 0.435209
+0x36f7
+// 0.431141
+0x36e6
+// 0.198609
+0x325b
+// 0.279627
+0x3479
+// 0.203357
+0x3282
+// 0.138456
+0x306e
+// 0.053415
+0x2ad6
+// 0.574692
+0x3899
+// 0.148799
+0x30c3
+// 0.174156
+0x3193
+// 0.512574
+0x381a
+// 0.095503
+0x2e1d
+// 0.152619
+0x30e2
+// 0.337895
+0x3568
+// 0.100497
+0x2e6f
+// 0.084244
+0x2d64
+// 0.492587
+0x37e2
+// 0.376005
+0x3604
+// 0.337810
+0x3568
+// 0.127713
+0x3016
+// 0.073719
+0x2cb8
+// 0.324163
+0x3530
+// 0.054874
+0x2b06
+// 0.589983
+0x38b8
+// 0.037212
+0x28c3
+// 0.095259
+0x2e19
+// 0.008144
+0x202b
+// 0.172486
+0x3185
+// 0.207807
+0x32a6
+// 0.037511
+0x28cd
+// 0.038421
+0x28eb
+// 0.207770
+0x32a6
+// 0.019124
+0x24e5
+// 0.264610
+0x343c
+// 0.175874
+0x31a1
+// 0.415148
+0x36a4
+// 0.208934
+0x32b0
+// 0.010098
+0x212c
+// 0.179828
+0x31c1
+// 0.119638
+0x2fa8
+// 0.118275
+0x2f92
+// 0.334814
+0x355b
+// 0.100536
+0x2e6f
+// 0.137873
+0x3069
+// 0.036250
+0x28a4
+// 0.485111
+0x37c3
+// 0.008254
+0x203a
+// 0.176977
+0x31aa
+// 0.112110
+0x2f2d
+// 0.432804
+0x36ed
+// 0.081698
+0x2d3b
+// 0.131441
+0x3035
+// 0.191348
+0x3220
+// 0.136904
+0x3062
+// 0.202641
+0x327c
+// 0.403583
+0x3675
+// 0.169577
+0x316d
+// 0.264519
+0x343b
+// 0.443132
+0x3717
+// 0.017015
+0x245b
+// 0.495435
+0x37ed
+// 0.342770
+0x357c
+// 0.268338
+0x344b
+// 0.291433
+0x34aa
+// 0.024668
+0x2651
+// 0.018742
+0x24cc
+// 0.165144
+0x3149
+// 0.035950
+0x289a
+// 0.219628
+0x3307
+// 0.194004
+0x3235
+// 0.104882
+0x2eb6
+// 0.200942
+0x326e
+// 0.238092
+0x339e
+// 0.383883
+0x3624
+// 0.054562
+0x2afc
+// 0.169595
+0x316d
+// 0.145555
+0x30a8
+// 0.311402
+0x34fc
+// 0.023226
+0x25f2
+// 0.319679
+0x351d
+// 0.442143
+0x3713
+// 0.248115
+0x33f1
+// 0.187730
+0x3202
+// 0.155942
+0x30fd
+// 0.334503
+0x355a
+// 0.357479
+0x35b8
+// 0.367376
+0x35e1
+// 0.121575
+0x2fc8
+// 0.000792
+0x127c
+// 0.186930
+0x31fb
+// 0.010619
+0x2170
+// 0.201656
+0x3274
+// 0.132362
+0x303c
+// 0.113862
+0x2f4a
+// 0.047387
+0x2a11
+// 0.002643
+0x196a
+// 0.295518
+0x34ba
+// 0.460421
+0x375e
+// 0.116071
+0x2f6e
+// 0.060106
+0x2bb2
+// 0.178481
+0x31b6
+// 0.425184
+0x36ce
+// 0.485122
+0x37c3
+// 0.175986
+0x31a2
+// 0.074674
+0x2cc7
+// 0.010094
+0x212b
+// 0.007703
+0x1fe3
+// 0.138073
+0x306b
+// 0.214035
+0x32d9
+// 0.307257
+0x34eb
+// 0.194620
+0x323a
+// 0.064826
+0x2c26
+// 0.005027
+0x1d26
+// 0.228604
+0x3351
+// 0.028360
+0x2743
+// 0.031018
+0x27f1
+// 0.074569
+0x2cc6
+// 0.065742
+0x2c35

+ 148 - 148
Testing/Patterns/DSP/Stats/StatsF16/InputA24_f16.txt

@@ -1,152 +1,152 @@
 H
 75
-// 0.066000
-0x2c39
-// 0.029316
-0x2781
-// 0.904684
-0x3b3d
-// 0.055167
-0x2b10
-// 0.210490
-0x32bc
-// 0.148163
-0x30be
-// 0.189833
-0x3213
-// 0.038896
-0x28fb
-// 0.138513
-0x306f
-// 0.022802
-0x25d6
-// 0.196137
-0x3247
-// 0.076794
-0x2cea
-// 0.010108
-0x212d
-// 0.220958
-0x3312
-// 0.129726
-0x3027
-// 0.099061
-0x2e57
-// 0.136545
-0x305f
-// 0.232233
-0x336e
-// 0.014392
-0x235e
-// 0.080182
-0x2d22
-// 0.004332
-0x1c70
-// 0.083574
-0x2d59
-// 0.080585
-0x2d28
-// 0.117765
-0x2f89
-// 0.162459
+// 0.257099
+0x341d
+// 0.117297
+0x2f82
+// 0.625605
+0x3901
+// 0.083326
+0x2d55
+// 0.049489
+0x2a56
+// 0.110973
+0x2f1a
+// 0.039010
+0x28fe
+// 0.271055
+0x3456
+// 0.185767
+0x31f2
+// 0.054449
+0x2af8
+// 0.205931
+0x3297
+// 0.175369
+0x319d
+// 0.200285
+0x3269
+// 0.115830
+0x2f6a
+// 0.004202
+0x1c4d
+// 0.033037
+0x283b
+// 0.012678
+0x227e
+// 0.214795
+0x32e0
+// 0.010763
+0x2183
+// 0.233041
+0x3375
+// 0.088636
+0x2dac
+// 0.032858
+0x2835
+// 0.150927
+0x30d4
+// 0.078513
+0x2d06
+// 0.054361
+0x2af5
+// 0.115782
+0x2f69
+// 0.154157
+0x30ef
+// 0.000700
+0x11bb
+// 0.067466
+0x2c51
+// 0.049244
+0x2a4e
+// 0.105880
+0x2ec7
+// 0.101476
+0x2e7f
+// 0.407301
+0x3684
+// 0.033956
+0x2859
+// 0.558743
+0x3878
+// 0.200243
+0x3268
+// 0.125015
+0x3000
+// 0.121579
+0x2fc8
+// 0.073691
+0x2cb7
+// 0.095001
+0x2e15
+// 0.069781
+0x2c77
+// 0.119344
+0x2fa3
+// 0.195347
+0x3240
+// 0.009103
+0x20a9
+// 0.136521
+0x305e
+// 0.166904
+0x3157
+// 0.027810
+0x271f
+// 0.044460
+0x29b1
+// 0.154941
+0x30f5
+// 0.093119
+0x2df6
+// 0.197563
+0x3252
+// 0.169580
+0x316d
+// 0.100490
+0x2e6e
+// 0.094950
+0x2e14
+// 0.011780
+0x2208
+// 0.059908
+0x2bab
+// 0.173904
+0x3191
+// 0.038344
+0x28e8
+// 0.040710
+0x2936
+// 0.162465
 0x3133
-// 0.019641
-0x2507
-// 0.075399
-0x2cd3
-// 0.144758
-0x30a2
-// 0.064852
-0x2c27
-// 0.130529
-0x302d
-// 0.026411
-0x26c3
-// 0.089694
-0x2dbe
-// 0.345746
-0x3588
-// 0.286879
-0x3497
-// 0.367375
-0x35e1
-// 0.099391
-0x2e5c
-// 0.081898
-0x2d3e
-// 0.075065
-0x2cce
-// 0.179149
-0x31bc
-// 0.135742
-0x3058
-// 0.071606
-0x2c95
-// 0.174743
-0x3197
-// 0.182405
-0x31d6
-// 0.067165
-0x2c4c
-// 0.071465
-0x2c93
-// 0.128327
-0x301b
-// 0.219746
-0x3308
-// 0.104638
-0x2eb2
-// 0.145188
-0x30a5
-// 0.010493
-0x215f
-// 0.166402
-0x3153
-// 0.086577
-0x2d8a
-// 0.134145
-0x304b
-// 0.007296
-0x1f79
-// 0.070782
-0x2c88
-// 0.104541
-0x2eb1
-// 0.119510
-0x2fa6
-// 0.109169
-0x2efd
-// 0.070861
-0x2c89
-// 0.052457
-0x2ab7
-// 0.013363
-0x22d7
-// 0.067024
-0x2c4a
-// 0.142142
-0x308c
-// 0.108710
-0x2ef5
-// 0.182145
-0x31d4
-// 0.359778
-0x35c2
-// 0.458077
-0x3754
-// 0.166456
-0x3154
-// 0.192489
+// 0.029244
+0x277d
+// 0.053148
+0x2ace
+// 0.164069
+0x3140
+// 0.070990
+0x2c8b
+// 0.626484
+0x3903
+// 0.181059
+0x31cb
+// 0.192458
 0x3229
-// 0.161820
-0x312e
-// 0.183137
-0x31dc
-// 0.038873
-0x28fa
-// 0.103665
-0x2ea2
-// 0.103497
-0x2ea0
-// 0.050063
-0x2a68
+// 0.148976
+0x30c4
+// 0.066308
+0x2c3e
+// 0.117188
+0x2f80
+// 0.114038
+0x2f4c
+// 0.054066
+0x2aec
+// 0.146591
+0x30b1
+// 0.155538
+0x30fa
+// 0.197295
+0x3250

+ 148 - 148
Testing/Patterns/DSP/Stats/StatsF16/InputA25_f16.txt

@@ -1,152 +1,152 @@
 H
 75
-// -0.959212
-0xbbac
-// -0.670324
-0xb95d
-// -2.232477
-0xc077
-// -1.387737
-0xbd8d
-// -4.329000
-0xc454
-// -1.806354
-0xbf3a
-// -2.749885
-0xc180
-// -1.850150
-0xbf67
-// -1.610971
-0xbe72
-// -3.493034
-0xc2fc
-// -2.050449
-0xc01a
-// -2.407527
-0xc0d1
-// -2.544094
-0xc117
-// -2.448739
-0xc0e6
-// -1.799126
-0xbf32
-// -1.731562
-0xbeed
-// -1.709799
-0xbed7
-// -4.335314
-0xc456
-// -2.254958
-0xc083
-// -2.192057
-0xc062
-// -1.938937
-0xbfc1
-// -2.430444
-0xc0dc
-// -4.417635
-0xc46b
-// -2.415578
+// -1.561180
+0xbe3f
+// -1.336961
+0xbd59
+// -0.635881
+0xb916
+// -1.761152
+0xbf0b
+// -2.456403
+0xc0ea
+// -1.779329
+0xbf1e
+// -1.767301
+0xbf12
+// -3.427102
+0xc2db
+// -1.977401
+0xbfe9
+// -2.212246
+0xc06d
+// -2.044060
+0xc017
+// -1.558044
+0xbe3b
+// -1.447823
+0xbdcb
+// -1.948822
+0xbfcc
+// -4.425563
+0xc46d
+// -1.591871
+0xbe5e
+// -3.084355
+0xc22b
+// -2.153538
+0xc04f
+// -5.910105
+0xc5e9
+// -3.222052
+0xc272
+// -1.846368
+0xbf63
+// -2.066118
+0xc022
+// -2.435586
+0xc0df
+// -2.799008
+0xc199
+// -3.346345
+0xc2b1
+// -3.614216
+0xc33a
+// -3.156225
+0xc250
+// -1.929130
+0xbfb7
+// -4.585087
+0xc496
+// -2.440602
+0xc0e2
+// -1.986179
+0xbff2
+// -2.369200
+0xc0bd
+// -0.562388
+0xb880
+// -0.910758
+0xbb49
+// -3.508760
+0xc304
+// -1.372230
+0xbd7d
+// -3.180467
+0xc25c
+// -3.299056
+0xc299
+// -1.375881
+0xbd81
+// -2.332210
+0xc0aa
+// -1.569849
+0xbe48
+// -3.629245
+0xc342
+// -2.400594
+0xc0cd
+// -2.668090
+0xc156
+// -2.270678
+0xc08b
+// -2.378969
+0xc0c2
+// -1.708605
+0xbed6
+// -2.415093
 0xc0d5
-// -2.538128
-0xc114
-// -3.305833
+// -2.777591
+0xc18e
+// -2.942034
+0xc1e2
+// -2.056346
+0xc01d
+// -1.472363
+0xbde4
+// -2.947293
+0xc1e5
+// -2.425192
+0xc0da
+// -2.121196
+0xc03e
+// -2.554607
+0xc11c
+// -2.300449
+0xc09a
+// -3.345343
+0xc2b1
+// -2.177092
+0xc05b
+// -3.135883
+0xc246
+// -2.227042
+0xc074
+// -2.778448
+0xc18f
+// -2.682664
+0xc15e
+// -1.953410
+0xbfd0
+// -0.903443
+0xbb3a
+// -1.282526
+0xbd21
+// -1.141024
+0xbc90
+// -3.306566
 0xc29d
-// -3.357861
-0xc2b7
-// -2.316667
-0xc0a2
-// -2.270840
-0xc08b
-// -2.387285
-0xc0c6
-// -2.154695
-0xc04f
-// -2.140212
-0xc048
-// -1.657703
-0xbea1
-// -0.645126
-0xb929
-// -1.248875
-0xbcff
-// -1.603551
-0xbe6a
-// -2.633577
-0xc144
-// -1.835578
-0xbf58
-// -2.357818
-0xc0b7
-// -3.324743
-0xc2a6
-// -1.648598
-0xbe98
-// -2.037842
-0xc013
-// -2.109987
-0xc038
-// -1.195792
-0xbcc8
-// -2.659356
-0xc152
-// -1.980175
-0xbfec
-// -2.161604
-0xc053
-// -1.794321
-0xbf2d
-// -2.246154
-0xc07e
-// -2.408418
-0xc0d1
-// -3.953591
-0xc3e8
-// -6.752190
-0xc6c1
-// -2.878867
-0xc1c2
-// -2.157113
-0xc050
-// -2.660457
-0xc152
-// -2.162948
-0xc053
-// -3.034069
-0xc211
-// -2.095012
-0xc031
-// -4.019581
-0xc405
-// -1.844349
-0xbf61
-// -2.773310
-0xc18c
-// -2.257637
-0xc084
-// -4.031211
-0xc408
-// -2.102431
-0xc034
-// -1.073346
-0xbc4b
-// -0.878225
-0xbb07
-// -1.408060
-0xbda2
-// -2.406489
-0xc0d0
-// -1.872983
-0xbf7e
-// -2.021809
-0xc00b
-// -1.781448
-0xbf20
-// -1.769868
-0xbf14
-// -1.823862
-0xbf4c
-// -2.119634
-0xc03d
-// -4.550491
-0xc48d
+// -1.198358
+0xbccb
+// -3.864955
+0xc3bb
+// -2.776629
+0xc18e
+// -3.943712
+0xc3e3
+// -1.816685
+0xbf44
+// -1.969884
+0xbfe1
+// -1.331638
+0xbd54

+ 595 - 595
Testing/Patterns/DSP/Stats/StatsF16/InputAccumulate1_f16.txt

@@ -1,602 +1,602 @@
 H
 300
-// 0.403228
-0x3674
-// 0.790535
-0x3a53
-// -1.765692
-0xbf10
-// 0.564353
-0x3884
-// 0.135080
-0x3053
-// -0.646656
-0xb92c
-// 0.647246
-0x392e
-// 0.108600
-0x2ef3
-// 0.255541
-0x3417
-// -0.587044
-0xb8b2
-// -0.863863
-0xbae9
-// -0.721468
-0xb9c6
-// -1.283427
-0xbd22
-// -0.948428
-0xbb96
-// 0.620959
-0x38f8
-// 1.702865
-0x3ed0
-// 0.077509
-0x2cf6
-// 2.637373
-0x4146
-// -0.508381
-0xb811
-// 0.879278
-0x3b09
-// -0.800507
-0xba67
-// 0.146854
-0x30b3
-// 0.080875
-0x2d2d
-// -0.004483
-0x9c97
-// 1.082495
-0x3c54
-// 0.629065
-0x3908
-// 1.153966
-0x3c9e
-// 0.596096
-0x38c5
-// 1.799158
-0x3f32
-// -0.904648
-0xbb3d
-// 0.234833
-0x3384
-// 0.406887
-0x3683
-// -0.571166
-0xb892
-// 0.229944
-0x335c
-// -0.222729
-0xb321
-// -2.061951
-0xc020
-// -1.736408
-0xbef2
-// 0.433383
-0x36ef
-// -0.573268
-0xb896
-// 0.898404
-0x3b30
-// 0.790407
-0x3a53
-// 1.047674
-0x3c31
-// -0.324671
-0xb532
-// 0.892667
-0x3b24
-// 0.867253
-0x3af0
-// -0.839434
-0xbab7
-// 0.296731
-0x34bf
-// -2.105106
-0xc036
-// -1.402729
-0xbd9c
-// 0.188074
-0x3205
-// 0.404535
-0x3679
-// -0.336336
-0xb562
-// -0.797713
-0xba62
-// 1.218317
-0x3ce0
-// 0.727737
-0x39d2
-// -0.920469
-0xbb5d
-// -0.128949
-0xb020
-// -0.433229
-0xb6ef
-// -1.677798
-0xbeb6
-// -1.193025
-0xbcc6
-// 0.854931
-0x3ad7
-// -0.099621
-0xae60
-// 2.091603
-0x402f
-// 0.629319
-0x3909
-// -0.512076
-0xb819
-// -1.936900
-0xbfbf
-// 1.724247
-0x3ee6
-// 0.156420
-0x3101
-// -0.651338
+// -0.342398
+0xb57a
+// 1.839082
+0x3f5b
+// -0.845115
+0xbac3
+// -0.651904
+0xb937
+// 0.332402
+0x3552
+// -1.149645
+0xbc99
+// -1.495592
+0xbdfb
+// 0.104718
+0x2eb4
+// -0.035111
+0xa87f
+// 0.482844
+0x37ba
+// 0.292435
+0x34ae
+// -0.971433
+0xbbc5
+// -0.180774
+0xb1c9
+// 1.012387
+0x3c0d
+// 2.121939
+0x403e
+// -1.464860
+0xbddc
+// -0.984342
+0xbbe0
+// 0.638930
+0x391d
+// -0.786028
+0xba4a
+// -0.341578
+0xb577
+// -0.936486
+0xbb7e
+// -0.627233
+0xb905
+// 0.508528
+0x3811
+// 0.080401
+0x2d25
+// -0.333609
+0xb556
+// -0.213466
+0xb2d5
+// -0.971541
+0xbbc6
+// -1.072284
+0xbc4a
+// -0.464311
+0xb76e
+// -0.377575
+0xb60b
+// 0.304289
+0x34de
+// -0.809799
+0xba7a
+// 0.634003
+0x3912
+// 1.128576
+0x3c84
+// -0.576451
+0xb89d
+// 1.494807
+0x3dfb
+// 1.989570
+0x3ff5
+// -0.344390
+0xb583
+// -0.975849
+0xbbcf
+// 0.098253
+0x2e4a
+// 1.913303
+0x3fa7
+// 1.326999
+0x3d4f
+// 1.341707
+0x3d5e
+// 0.711824
+0x39b2
+// -0.368442
+0xb5e5
+// -0.072419
+0xaca3
+// 0.718863
+0x39c0
+// 2.015114
+0x4008
+// -0.365999
+0xb5db
+// 0.615907
+0x38ed
+// 0.976473
+0x3bd0
+// 0.496617
+0x37f2
+// 1.085621
+0x3c58
+// -0.036294
+0xa8a5
+// -1.745358
+0xbefb
+// 0.733559
+0x39de
+// 2.906102
+0x41d0
+// 0.478326
+0x37a7
+// 0.215410
+0x32e5
+// -0.678478
+0xb96e
+// -0.187918
+0xb203
+// 0.139556
+0x3077
+// -0.122016
+0xafcf
+// -0.044316
+0xa9ac
+// -2.127036
+0xc041
+// -1.169483
+0xbcae
+// -0.710919
+0xb9b0
+// 0.323406
+0x352d
+// 1.390196
+0x3d90
+// 0.047959
+0x2a24
+// -1.078454
+0xbc50
+// -0.070773
+0xac88
+// 0.741301
+0x39ee
+// 0.265834
+0x3441
+// -1.452568
+0xbdcf
+// 0.580917
+0x38a6
+// 0.085909
+0x2d80
+// 0.289031
+0x34a0
+// -0.130046
+0xb029
+// 0.781371
+0x3a40
+// -1.575785
+0xbe4e
+// 0.077457
+0x2cf5
+// -0.001844
+0x978e
+// 1.184984
+0x3cbd
+// -1.622191
+0xbe7d
+// -1.315211
+0xbd43
+// 0.042698
+0x2977
+// 0.273390
+0x3460
+// 1.099166
+0x3c66
+// -0.542145
+0xb856
+// -0.185785
+0xb1f2
+// 0.239127
+0x33a7
+// 0.572380
+0x3894
+// 1.574714
+0x3e4d
+// 0.272641
+0x345d
+// 0.191075
+0x321d
+// 0.139461
+0x3076
+// -0.150433
+0xb0d0
+// -0.906399
+0xbb40
+// -0.749766
+0xba00
+// 0.270384
+0x3453
+// -0.168643
+0xb166
+// -0.438221
+0xb703
+// 2.318130
+0x40a3
+// -0.889036
+0xbb1d
+// -0.072051
+0xac9c
+// 1.264266
+0x3d0f
+// 0.514732
+0x381e
+// -1.302530
+0xbd36
+// -0.501181
+0xb802
+// 0.804133
+0x3a6f
+// -1.769926
+0xbf14
+// -1.769468
+0xbf14
+// 1.320745
+0x3d48
+// -0.166582
+0xb155
+// 1.253038
+0x3d03
+// 0.660017
+0x3948
+// -0.651505
 0xb936
-// -0.633550
-0xb912
-// -2.303735
-0xc09c
-// 0.179141
-0x31bc
-// 0.685227
-0x397b
-// 0.387766
-0x3634
-// 1.371416
-0x3d7c
-// -1.918012
-0xbfac
-// 0.406116
-0x367f
-// -0.183715
-0xb1e1
-// 0.232746
-0x3373
-// -1.342283
-0xbd5e
-// 0.470318
-0x3786
-// -2.182310
-0xc05d
-// 0.741559
-0x39ef
-// -0.643764
-0xb926
-// 0.048399
-0x2a32
-// -0.540895
-0xb854
-// 1.106616
-0x3c6d
-// -0.323150
-0xb52c
-// 0.341424
-0x3576
-// -1.434152
-0xbdbd
-// -0.448837
-0xb72e
-// 1.274818
-0x3d19
-// -0.079564
-0xad18
-// -0.806076
-0xba73
-// -0.261651
-0xb430
-// 0.081918
-0x2d3e
-// 1.030944
-0x3c20
-// -0.141107
-0xb084
-// 0.909641
-0x3b47
-// -1.363575
-0xbd74
-// -0.373532
-0xb5fa
-// -0.199387
-0xb261
-// 0.026760
-0x26da
-// -0.840572
-0xbab9
-// -0.381145
-0xb619
-// -1.667549
-0xbeac
-// 1.216329
-0x3cde
-// -0.891745
-0xbb22
-// 0.197249
-0x3250
-// 0.914707
-0x3b51
-// 0.474276
+// 3.084118
+0x422b
+// 0.068001
+0x2c5a
+// -0.801227
+0xba69
+// -0.200741
+0xb26c
+// 0.609334
+0x38e0
+// -0.663137
+0xb94e
+// -0.374147
+0xb5fd
+// 0.171489
+0x317d
+// 0.588621
+0x38b5
+// 1.719695
+0x3ee1
+// -1.578686
+0xbe51
+// 0.408791
+0x368a
+// -0.545522
+0xb85d
+// -0.791748
+0xba56
+// -1.489843
+0xbdf6
+// -1.331369
+0xbd53
+// -0.229915
+0xb35b
+// -1.268885
+0xbd13
+// 0.492198
+0x37e0
+// 0.276636
+0x346d
+// 1.000093
+0x3c00
+// -1.187596
+0xbcc0
+// -1.032921
+0xbc22
+// -0.312032
+0xb4fe
+// 0.572235
+0x3894
+// 0.722019
+0x39c7
+// 0.228991
+0x3354
+// -0.949618
+0xbb99
+// 0.670410
+0x395d
+// -0.013485
+0xa2e7
+// 0.820724
+0x3a91
+// -0.182764
+0xb1d9
+// -1.502225
+0xbe02
+// 0.825586
+0x3a9b
+// 1.297252
+0x3d30
+// -2.371404
+0xc0be
+// -0.994755
+0xbbf5
+// 1.556677
+0x3e3a
+// 0.374602
+0x35fe
+// 0.616084
+0x38ee
+// -0.451565
+0xb73a
+// -0.345483
+0xb587
+// -1.361590
+0xbd72
+// 1.295224
+0x3d2e
+// -0.448899
+0xb72f
+// 0.931690
+0x3b74
+// -1.225595
+0xbce7
+// 0.193058
+0x322e
+// 0.161928
+0x312f
+// 0.220908
+0x3312
+// 0.474326
 0x3797
-// -0.936337
-0xbb7e
-// 1.875325
-0x3f80
-// 0.309868
-0x34f5
-// -1.402561
-0xbd9c
-// -0.847870
-0xbac8
-// -0.613946
-0xb8e9
-// 1.454202
-0x3dd1
-// -0.934711
-0xbb7a
-// 1.348542
-0x3d65
-// 0.966193
-0x3bbb
-// 0.462141
-0x3765
-// 0.008913
-0x2090
-// -0.964340
-0xbbb7
-// 0.926279
-0x3b69
-// -1.422982
-0xbdb1
-// -0.266019
-0xb442
-// -0.841451
-0xbabb
-// 0.817545
-0x3a8a
-// -0.847594
-0xbac8
-// 0.675984
-0x3968
-// -0.976700
-0xbbd0
-// -1.046232
-0xbc2f
-// 0.299853
-0x34cc
-// 1.914445
-0x3fa8
-// -1.172457
-0xbcb1
-// -0.431608
-0xb6e8
-// -1.240815
-0xbcf7
-// -0.290280
-0xb4a5
-// 0.517154
-0x3823
-// 0.129529
-0x3025
-// 0.019651
-0x2508
-// 0.010109
-0x212d
-// -0.456176
-0xb74c
-// 0.072539
-0x2ca4
-// -1.058758
-0xbc3c
-// 0.565836
-0x3887
-// -0.906917
-0xbb41
-// 0.007338
-0x1f84
-// 0.280566
-0x347d
-// 0.894503
-0x3b28
-// 0.266863
-0x3445
-// 0.132966
-0x3041
-// 0.767206
-0x3a23
-// -0.686024
-0xb97d
-// -0.965636
-0xbbba
-// -1.063983
-0xbc42
-// -0.154416
-0xb0f1
-// 0.362044
-0x35cb
-// -1.199676
-0xbccc
-// 0.653584
-0x393b
-// -0.303124
-0xb4da
-// 0.327124
-0x353c
-// 0.090162
-0x2dc5
-// 0.255816
-0x3418
-// -0.248543
-0xb3f4
-// -0.599767
-0xb8cc
-// 0.877696
-0x3b06
-// 1.957729
-0x3fd5
-// -0.416063
-0xb6a8
-// 0.894641
-0x3b28
-// 0.893332
-0x3b26
-// 1.804270
-0x3f38
-// 0.571469
-0x3892
-// -0.538999
-0xb850
-// -0.711532
-0xb9b1
-// -0.302412
-0xb4d7
-// -0.964833
-0xbbb8
-// -0.598038
-0xb8c9
-// -0.654437
-0xb93c
-// 0.631505
-0x390d
-// 1.409936
-0x3da4
-// 0.213330
-0x32d4
-// -0.311454
-0xb4fc
-// 0.398628
-0x3661
-// -0.706000
-0xb9a6
-// -0.753669
-0xba08
-// 0.309298
-0x34f3
-// 1.492094
-0x3df8
-// 1.596098
-0x3e62
-// 0.490982
-0x37db
-// 1.596482
-0x3e63
-// 0.332411
-0x3552
-// -2.157640
-0xc051
-// -1.587679
-0xbe5a
-// 0.495530
-0x37ee
-// 0.960868
-0x3bb0
-// -0.591988
-0xb8bc
-// -1.045693
-0xbc2f
-// 0.843292
-0x3abf
-// -0.075070
-0xacce
-// -0.282838
-0xb487
-// 0.522908
-0x382f
-// -0.062621
-0xac02
-// -0.213422
-0xb2d4
-// -1.193460
-0xbcc6
-// 0.024896
-0x2660
-// -3.089132
-0xc22e
-// 0.458491
-0x3756
-// -1.698179
-0xbecb
-// 2.840010
-0x41ae
-// 0.578660
-0x38a1
-// 0.361009
-0x35c7
-// -1.742869
-0xbef9
-// -0.831256
-0xbaa6
-// -1.109137
-0xbc70
-// -0.596247
-0xb8c5
-// 1.208434
-0x3cd5
-// -1.935833
-0xbfbe
-// 2.217497
-0x406f
-// 1.160372
-0x3ca4
-// -0.081313
-0xad34
-// -2.419502
-0xc0d7
-// 0.272382
-0x345c
-// 0.889528
-0x3b1e
-// 0.397543
+// -0.209830
+0xb2b7
+// 2.426697
+0x40da
+// -0.823365
+0xba96
+// 0.487194
+0x37cc
+// -0.632562
+0xb90f
+// 0.085178
+0x2d74
+// 1.700664
+0x3ecd
+// -0.437171
+0xb6ff
+// 0.951413
+0x3b9c
+// -0.307302
+0xb4eb
+// 0.497949
+0x37f8
+// 0.397432
 0x365c
-// -1.700459
-0xbecd
-// 1.042543
-0x3c2c
-// 1.202107
-0x3ccf
-// -0.051818
-0xaaa2
-// -0.730582
-0xb9d8
-// 0.025250
-0x2677
-// -0.318532
-0xb519
-// -0.757038
-0xba0e
-// -0.484690
-0xb7c1
-// 0.658922
-0x3945
-// -0.684210
-0xb979
-// -1.351297
-0xbd68
-// -0.745298
-0xb9f6
-// 0.368193
-0x35e4
-// -1.528640
-0xbe1d
-// -0.673173
-0xb963
-// -0.014893
-0xa3a0
-// -0.417328
-0xb6ad
-// 1.101533
-0x3c68
-// -1.793305
-0xbf2c
-// -0.876005
-0xbb02
-// 0.710846
-0x39b0
-// -0.486367
-0xb7c8
-// 0.489545
-0x37d5
-// -0.753876
-0xba08
-// 0.684575
-0x397a
-// -0.569468
-0xb88e
-// 1.294840
-0x3d2e
-// -1.234943
-0xbcf1
-// -0.938473
-0xbb82
-// 1.262225
-0x3d0d
-// -1.040557
-0xbc2a
-// 2.077698
-0x4028
-// 1.582555
-0x3e55
-// 1.070929
-0x3c49
-// 1.747530
-0x3efd
-// -1.266449
-0xbd11
-// -0.117831
-0xaf8b
-// -1.120036
-0xbc7b
-// 0.115079
-0x2f5d
-// 0.097422
-0x2e3c
-// 0.054251
-0x2af2
-// 0.284460
-0x348d
-// -0.344650
-0xb584
-// -2.165535
-0xc055
-// 1.090171
-0x3c5c
-// -1.290367
-0xbd29
-// -0.291540
-0xb4aa
-// -0.262937
-0xb435
-// -0.269938
+// 0.236058
+0x338e
+// -1.192057
+0xbcc5
+// -1.579012
+0xbe51
+// -0.389827
+0xb63d
+// 0.100678
+0x2e72
+// 0.881063
+0x3b0c
+// -0.036695
+0xa8b2
+// -0.195011
+0xb23e
+// -1.441095
+0xbdc4
+// -0.855093
+0xbad7
+// 1.643816
+0x3e93
+// -0.062712
+0xac03
+// -0.161926
+0xb12e
+// -0.486899
+0xb7ca
+// -1.034140
+0xbc23
+// 1.462222
+0x3dd9
+// 0.334326
+0x3559
+// -0.879571
+0xbb09
+// 1.757773
+0x3f08
+// -0.649710
+0xb933
+// -1.533701
+0xbe23
+// 0.115330
+0x2f62
+// 1.334224
+0x3d56
+// -1.446352
+0xbdc9
+// -0.262309
+0xb432
+// -0.272559
+0xb45c
+// 0.753616
+0x3a07
+// 1.564978
+0x3e43
+// -0.373839
+0xb5fb
+// 0.093233
+0x2df8
+// -0.484788
+0xb7c2
+// 1.221450
+0x3ce3
+// 0.153622
+0x30ea
+// 0.086665
+0x2d8c
+// 0.257553
+0x341f
+// 1.033049
+0x3c22
+// 1.575597
+0x3e4d
+// -2.783146
+0xc191
+// 0.771382
+0x3a2c
+// -0.095514
+0xae1d
+// -1.588167
+0xbe5a
+// 0.045911
+0x29e0
+// 0.812711
+0x3a80
+// 0.797412
+0x3a61
+// -1.408560
+0xbda2
+// -0.269982
 0xb452
-// 1.745340
-0x3efb
-// -0.381207
-0xb619
-// 0.559560
-0x387a
-// 1.061609
+// -0.338285
+0xb56a
+// -0.237073
+0xb396
+// -1.166033
+0xbcaa
+// 0.978691
+0x3bd4
+// -2.200191
+0xc066
+// 0.703240
+0x39a0
+// 0.116352
+0x2f72
+// 0.982410
+0x3bdc
+// 1.737388
+0x3ef3
+// 0.340776
+0x3574
+// 0.048053
+0x2a27
+// -1.881026
+0xbf86
+// 0.871090
+0x3af8
+// -0.255843
+0xb418
+// 1.960461
+0x3fd8
+// 1.171979
+0x3cb0
+// 0.426974
+0x36d5
+// 0.967736
+0x3bbe
+// 1.065450
+0x3c43
+// -2.004611
+0xc002
+// 0.089942
+0x2dc2
+// 0.816926
+0x3a89
+// 0.235995
+0x338d
+// 0.622641
+0x38fb
+// 1.061925
 0x3c3f
-// -0.448525
-0xb72d
-// 0.600914
-0x38cf
-// -0.439293
-0xb707
-// 0.081809
-0x2d3c
-// 0.736261
-0x39e4
-// 1.237320
-0x3cf3
-// 0.314349
-0x3508
-// 0.002416
-0x18f3
-// 0.114545
-0x2f55
-// -0.890155
-0xbb1f
-// -1.599143
-0xbe66
-// -0.084827
-0xad6e
-// 0.452470
-0x373d
-// -0.363854
-0xb5d2
-// 0.494410
-0x37e9
-// 0.323634
-0x352e
-// 1.745487
-0x3efb
-// 2.692194
-0x4162
-// -2.172338
-0xc058
-// 0.676894
-0x396a
+// 0.343738
+0x3580
+// 1.109657
+0x3c70
+// -0.223380
+0xb326
+// 1.913390
+0x3fa7
+// -1.464176
+0xbddb
+// 1.076809
+0x3c4f
+// -1.594379
+0xbe61
+// -0.810275
+0xba7b
+// -1.368686
+0xbd7a
+// 1.955780
+0x3fd3
+// 1.802433
+0x3f36
+// 0.455939
+0x374c
+// 0.437527
+0x3700
+// 0.609232
+0x38e0
+// -0.385185
+0xb62a
+// 0.191341
+0x321f
+// 0.078147
+0x2d00
+// 0.430506
+0x36e3
+// -0.371296
+0xb5f1
+// -0.470189
+0xb786
+// -0.875917
+0xbb02
+// 0.730535
+0x39d8
+// 0.159747
+0x311d
+// -0.378755
+0xb60f
+// -1.366794
+0xbd78
+// -0.797122
+0xba61
+// -1.394964
+0xbd94
+// 0.805912
+0x3a73
+// -0.234901
+0xb384
+// -2.397462
+0xc0cc
+// -0.932652
+0xbb76
+// 0.756597
+0x3a0e
+// -0.779173
+0xba3c
+// -0.917997
+0xbb58
+// 1.296531
+0x3d30
+// -0.348701
+0xb594
+// 1.822140
+0x3f4a
+// 0.580426
+0x38a5
+// 0.317554
+0x3515
+// -1.506510
+0xbe07
+// -0.567361
+0xb88a
+// 1.508927
+0x3e09
+// -1.031312
+0xbc20
+// 2.462565
+0x40ed
+// 0.333335
+0x3555
+// 0.748161
+0x39fc
+// -0.101349
+0xae7d
+// -0.316335
+0xb510

+ 150 - 150
Testing/Patterns/DSP/Stats/StatsF16/InputB24_f16.txt

@@ -1,152 +1,152 @@
 H
 75
-// 0.320653
-0x3521
-// 0.199694
-0x3264
-// 0.479652
-0x37ad
-// 0.102236
-0x2e8b
-// 0.105106
-0x2eba
-// 0.201341
-0x3271
-// 0.132813
-0x3040
-// 0.088571
-0x2dab
-// 0.058607
-0x2b80
-// 0.249883
-0x33ff
-// 0.061443
-0x2bdd
-// 0.071180
-0x2c8e
-// 0.107576
-0x2ee3
-// 0.057274
-0x2b55
-// 0.105606
-0x2ec2
-// 0.152027
-0x30dd
-// 0.103325
-0x2e9d
-// 0.049270
-0x2a4e
-// 0.220453
-0x330e
-// 0.133290
-0x3044
-// 0.105547
-0x2ec1
-// 0.084060
-0x2d61
-// 0.137416
-0x3066
-// 0.030274
-0x27c0
-// 0.048675
-0x2a3b
-// 0.127130
-0x3011
-// 0.046091
-0x29e6
-// 0.066165
-0x2c3c
-// 0.067586
-0x2c53
-// 0.097630
-0x2e40
-// 0.072033
-0x2c9c
-// 0.117393
-0x2f83
-// 0.453053
-0x3740
-// 0.081985
-0x2d3f
-// 0.464962
-0x3770
-// 0.052770
-0x2ac1
-// 0.131843
-0x3038
-// 0.057721
-0x2b63
-// 0.152657
-0x30e3
-// 0.210732
-0x32be
-// 0.038870
-0x28fa
-// 0.265057
-0x343e
-// 0.090349
-0x2dc8
-// 0.153684
-0x30eb
-// 0.057884
-0x2b69
-// 0.057020
-0x2b4c
-// 0.071140
-0x2c8e
-// 0.261764
-0x3430
-// 0.015038
-0x23b3
-// 0.081591
-0x2d39
-// 0.262766
-0x3434
-// 0.039113
-0x2902
-// 0.156950
-0x3106
-// 0.095202
-0x2e18
-// 0.025249
-0x2677
-// 0.037328
-0x28c7
-// 0.083821
-0x2d5d
-// 0.104429
-0x2eaf
-// 0.087592
-0x2d9b
-// 0.114188
-0x2f4f
-// 0.056203
-0x2b32
-// 0.004401
-0x1c82
-// 0.095480
-0x2e1c
-// 0.139157
-0x3074
-// 0.294734
-0x34b7
-// 0.268507
-0x344c
-// 0.436759
-0x36fd
-// 0.009448
-0x20d6
-// 0.081745
-0x2d3b
-// 0.168340
-0x3163
-// 0.148550
-0x30c1
-// 0.136539
-0x305f
-// 0.036541
-0x28ad
-// 0.253112
-0x340d
-// 0.165724
-0x314e
+// 0.533473
+0x3845
+// 0.415752
+0x36a7
+// 0.050776
+0x2a80
+// 0.041921
+0x295e
+// 0.171545
+0x317d
+// 0.175422
+0x319d
+// 0.237965
+0x339d
+// 0.212663
+0x32ce
+// 0.087201
+0x2d95
+// 0.070383
+0x2c81
+// 0.002901
+0x19f1
+// 0.023965
+0x2623
+// 0.186165
+0x31f5
+// 0.225266
+0x3335
+// 0.009298
+0x20c3
+// 0.089902
+0x2dc1
+// 0.026336
+0x26be
+// 0.192988
+0x322d
+// 0.001644
+0x16bc
+// 0.244435
+0x33d2
+// 0.117453
+0x2f84
+// 0.115263
+0x2f60
+// 0.078424
+0x2d05
+// 0.120113
+0x2fb0
+// 0.000792
+0x127d
+// 0.090457
+0x2dca
+// 0.094054
+0x2e05
+// 0.054745
+0x2b02
+// 0.084380
+0x2d66
+// 0.084319
+0x2d65
+// 0.072677
+0x2ca7
+// 0.087323
+0x2d97
+// 0.196544
+0x324a
+// 0.401953
+0x366e
+// 0.401503
+0x366d
+// 0.077135
+0x2cf0
+// 0.070070
+0x2c7c
+// 0.172137
+0x3182
+// 0.233393
+0x3378
+// 0.180138
+0x31c4
+// 0.008377
+0x204a
+// 0.036679
+0x28b2
+// 0.222071
+0x331b
+// 0.047972
+0x2a24
+// 0.128621
+0x301e
+// 0.025120
+0x266e
+// 0.185843
+0x31f2
+// 0.077464
+0x2cf5
+// 0.013794
+0x2310
+// 0.220143
+0x330b
+// 0.231280
+0x3367
+// 0.069763
+0x2c77
+// 0.004227
+0x1c54
+// 0.131455
+0x3035
+// 0.077839
+0x2cfb
+// 0.117811
+0x2f8a
+// 0.057354
+0x2b57
+// 0.056021
+0x2b2c
+// 0.146409
+0x30af
+// 0.079783
+0x2d1b
+// 0.081394
+0x2d36
+// 0.144980
+0x30a4
+// 0.071029
+0x2c8c
+// 0.031698
+0x280f
+// 0.393308
+0x364b
+// 0.312623
+0x3501
+// 0.294068
+0x34b5
+// 0.258390
+0x3422
+// 0.104699
+0x2eb3
+// 0.118193
+0x2f90
+// 0.083108
+0x2d52
+// 0.146704
+0x30b2
+// 0.239727
+0x33ac
+// 0.015759
+0x2409
+// 0.033421
+0x2847

+ 148 - 148
Testing/Patterns/DSP/Stats/StatsF16/InputB25_f16.txt

@@ -1,152 +1,152 @@
 H
 75
-// -0.550708
-0xb868
-// -1.086194
-0xbc58
-// -2.430874
-0xc0dd
-// -2.189178
-0xc061
-// -1.915799
-0xbfaa
-// -1.850925
-0xbf67
-// -1.791474
+// -3.153210
+0xc24e
+// -0.776127
+0xba36
+// -0.694948
+0xb98f
+// -2.029971
+0xc00f
+// -2.302880
+0xc09b
+// -2.015559
+0xc008
+// -2.047225
+0xc018
+// -1.749825
+0xbf00
+// -1.803293
+0xbf37
+// -2.466549
+0xc0ef
+// -2.408895
+0xc0d1
+// -3.886414
+0xc3c6
+// -1.726209
+0xbee8
+// -1.790562
 0xbf2a
-// -1.795864
-0xbf2f
-// -1.805296
-0xbf39
-// -3.914507
-0xc3d4
-// -2.609097
-0xc138
-// -2.791088
-0xc195
-// -1.657411
-0xbea1
-// -3.818442
-0xc3a3
-// -2.085128
-0xc02c
-// -1.898179
-0xbf98
-// -5.553102
-0xc58e
-// -1.827261
-0xbf4f
-// -2.342852
-0xc0b0
-// -1.613762
-0xbe74
-// -2.609171
-0xc138
-// -1.941609
-0xbfc4
-// -3.429489
-0xc2dc
-// -3.528022
-0xc30e
-// -2.070397
-0xc024
-// -1.926029
-0xbfb4
-// -3.317714
-0xc2a3
-// -2.238273
-0xc07a
-// -1.737780
-0xbef3
-// -3.121640
-0xc23e
-// -4.527533
-0xc487
-// -2.446193
-0xc0e4
-// -2.637576
-0xc146
-// -1.176571
-0xbcb5
-// -0.474604
-0xb798
-// -3.033151
-0xc211
-// -1.835852
-0xbf58
-// -1.691092
-0xbec4
-// -1.805705
-0xbf39
-// -2.648123
-0xc14c
-// -2.160886
-0xc052
-// -2.461351
-0xc0ec
-// -1.718385
-0xbee0
-// -3.930567
-0xc3dc
-// -2.625716
-0xc140
-// -1.569582
-0xbe47
-// -1.492665
-0xbdf8
-// -2.078453
-0xc028
-// -2.391468
-0xc0c8
-// -3.195368
-0xc264
-// -2.475005
-0xc0f3
-// -1.956577
-0xbfd4
-// -2.960791
-0xc1ec
-// -2.717495
-0xc16f
-// -2.590550
-0xc12e
-// -2.850811
-0xc1b4
-// -2.901796
-0xc1ce
-// -2.290420
-0xc095
-// -2.218488
-0xc070
-// -2.282453
-0xc091
-// -2.319957
-0xc0a4
-// -2.432125
-0xc0dd
-// -2.239578
-0xc07b
-// -2.294428
-0xc097
-// -0.590827
-0xb8ba
-// -1.218422
-0xbce0
-// -1.881018
-0xbf86
-// -1.877314
-0xbf82
-// -2.526120
-0xc10d
-// -1.792010
-0xbf2b
-// -1.845023
+// -1.894727
+0xbf94
+// -1.606257
+0xbe6d
+// -2.740546
+0xc17b
+// -2.690291
+0xc161
+// -4.920992
+0xc4ec
+// -1.884056
+0xbf89
+// -2.201676
+0xc067
+// -2.382126
+0xc0c4
+// -2.082671
+0xc02a
+// -1.617689
+0xbe79
+// -2.468438
+0xc0f0
+// -2.632764
+0xc144
+// -2.424743
+0xc0d9
+// -3.521463
+0xc30b
+// -1.975151
+0xbfe7
+// -3.615795
+0xc33b
+// -3.898080
+0xc3cc
+// -3.708900
+0xc36b
+// -0.990181
+0xbbec
+// -1.272042
+0xbd17
+// -1.049160
+0xbc32
+// -1.386395
+0xbd8c
+// -4.100533
+0xc41a
+// -2.736550
+0xc179
+// -1.989899
+0xbff6
+// -2.421821
+0xc0d8
+// -1.815176
+0xbf43
+// -1.906770
+0xbfa1
+// -1.974505
+0xbfe6
+// -2.317108
+0xc0a2
+// -1.729027
+0xbeeb
+// -3.306791
+0xc29d
+// -3.167845
+0xc256
+// -1.732908
+0xbeee
+// -1.844497
 0xbf61
-// -1.752139
-0xbf02
-// -2.295159
-0xc097
-// -3.509155
-0xc305
-// -1.928857
-0xbfb7
+// -2.830168
+0xc1a9
+// -2.075090
+0xc026
+// -2.011151
+0xc006
+// -3.215251
+0xc26e
+// -4.842588
+0xc4d8
+// -2.574792
+0xc126
+// -2.219370
+0xc070
+// -2.244496
+0xc07d
+// -3.173883
+0xc259
+// -1.977448
+0xbfe9
+// -3.142331
+0xc249
+// -2.622046
+0xc13e
+// -2.583511
+0xc12b
+// -1.698045
+0xbecb
+// -2.141388
+0xc048
+// -1.437374
+0xbdc0
+// -0.898300
+0xbb30
+// -1.029493
+0xbc1e
+// -1.718785
+0xbee0
+// -1.892771
+0xbf92
+// -4.495744
+0xc47f
+// -1.698994
+0xbecc
+// -1.920204
+0xbfae
+// -1.841393
+0xbf5e
+// -2.558103
+0xc11e
+// -2.298457
+0xc099

+ 508 - 508
Testing/Patterns/DSP/Stats/StatsF16/InputBench1_f16.txt

@@ -1,514 +1,514 @@
 H
 256
-// -0.025100
-0xa66d
-// 0.078421
-0x2d05
-// -0.317684
-0xb515
-// 0.535093
-0x3848
-// 0.505816
-0x380c
-// 0.219813
-0x3309
-// 0.303964
-0x34dd
-// 0.418505
-0x36b2
-// -0.468703
-0xb780
-// 0.369536
-0x35ea
-// -0.051295
-0xaa91
-// 0.013541
-0x22ef
-// 0.514587
-0x381e
-// -0.000965
-0x93e8
-// 0.088326
-0x2da7
-// -0.077067
-0xacef
-// 0.171804
-0x317f
-// -0.093303
-0xadf9
-// -0.454284
-0xb745
-// -0.224982
-0xb333
-// -0.800243
-0xba67
-// 0.411609
-0x3696
-// 0.095183
-0x2e17
-// -0.946078
-0xbb92
-// -0.119485
-0xafa6
-// -0.626377
-0xb903
-// 0.215048
-0x32e2
-// -0.210122
-0xb2b9
-// -0.193152
-0xb22e
-// -0.161928
-0xb12f
-// -0.109906
-0xaf09
-// 0.043778
-0x299b
-// -0.506093
-0xb80c
-// 0.282013
-0x3483
-// 0.237146
-0x3397
-// -0.565811
-0xb887
-// -0.187338
-0xb1ff
-// 0.257744
-0x3420
-// 0.424922
-0x36cc
-// -0.020848
-0xa556
-// 0.234921
-0x3384
-// 0.222871
-0x3322
-// 0.691886
-0x3989
-// 0.096237
-0x2e29
-// 0.291002
-0x34a8
-// -0.563805
-0xb883
-// 0.578171
-0x38a0
-// -0.201037
-0xb26f
-// 0.543650
-0x3859
-// 0.087369
-0x2d97
-// -0.067205
-0xac4d
-// -0.502042
-0xb804
-// 0.119647
-0x2fa8
-// -0.260624
-0xb42c
-// -0.122739
-0xafdb
-// 0.093077
-0x2df5
-// -0.405878
-0xb67e
-// 0.236308
-0x3390
-// 0.664433
-0x3951
-// 0.660196
-0x3948
-// -0.278467
-0xb475
-// 0.586108
-0x38b0
-// -0.187463
-0xb200
-// 0.412157
-0x3698
-// 0.021101
-0x2567
-// 0.659916
-0x3948
-// -0.599936
-0xb8cd
-// -0.066405
-0xac40
-// -0.852234
-0xbad1
-// 0.128429
-0x301c
-// -0.079048
-0xad0f
-// 0.081987
-0x2d3f
-// -0.069125
-0xac6d
-// -0.223388
-0xb326
-// 0.365143
-0x35d8
-// -0.188289
-0xb206
-// 0.159381
-0x311a
-// 0.029361
-0x2784
-// 0.073397
-0x2cb3
-// 0.039078
-0x2900
-// -0.386052
-0xb62d
-// -0.220083
-0xb30b
-// 0.080814
-0x2d2c
-// -0.080810
-0xad2c
-// 0.158268
-0x3111
-// -0.294464
-0xb4b6
-// -0.122152
-0xafd1
-// 0.581709
-0x38a7
-// 0.713970
-0x39b6
-// -0.119901
-0xafac
-// -0.008072
-0xa022
-// -0.085513
-0xad79
-// 0.145107
+// -0.700420
+0xb99a
+// -0.343897
+0xb581
+// -0.063262
+0xac0c
+// -0.114454
+0xaf53
+// 0.209066
+0x32b1
+// -0.208838
+0xb2af
+// 0.328056
+0x3540
+// 0.543909
+0x385a
+// -0.519950
+0xb829
+// -0.088781
+0xadaf
+// -0.311669
+0xb4fd
+// 0.999955
+0x3c00
+// 0.006893
+0x1f0f
+// -0.263472
+0xb437
+// 0.280687
+0x347e
+// -0.456961
+0xb750
+// 0.197573
+0x3253
+// -0.700342
+0xb99a
+// 0.145184
 0x30a5
-// -0.103136
-0xae9a
-// -0.415912
-0xb6a8
-// 0.079412
-0x2d15
-// 0.136539
-0x305f
-// -0.206723
-0xb29d
-// -0.117671
-0xaf88
-// -0.254185
-0xb411
-// 0.244473
-0x33d3
-// 0.020700
-0x254d
-// -0.527212
-0xb838
-// -0.131610
-0xb036
-// 0.199325
-0x3261
-// 0.160099
-0x3120
-// 0.282762
-0x3486
-// 0.225186
-0x3335
-// 0.174043
-0x3192
-// 0.131008
-0x3031
-// -0.154938
-0xb0f5
-// 0.535115
-0x3848
-// 0.141156
-0x3084
-// 0.545906
-0x385e
-// -0.450566
-0xb736
-// 0.333149
-0x3555
-// 0.010152
-0x2133
-// 0.306542
-0x34e8
-// 0.022287
-0x25b5
-// 0.065784
-0x2c36
-// -0.014530
-0xa370
-// 0.433761
-0x36f1
-// 0.101309
-0x2e7c
-// 0.074354
-0x2cc2
-// 0.531797
-0x3841
-// -0.266513
-0xb444
-// -0.201200
-0xb270
-// 0.151450
-0x30d9
-// 0.661280
-0x394a
-// 0.203494
-0x3283
-// -0.069933
-0xac7a
-// -0.190819
-0xb21b
-// -0.522710
-0xb82f
-// -0.869893
-0xbaf6
-// 0.059523
-0x2b9e
-// 0.359609
-0x35c1
-// -0.220660
-0xb310
-// -0.223709
-0xb329
-// 0.076604
-0x2ce7
-// -0.115988
-0xaf6c
-// 0.125157
-0x3001
-// 0.046607
-0x29f7
-// 0.666123
-0x3954
-// -0.232139
-0xb36e
-// -0.156853
-0xb105
-// -0.306067
-0xb4e6
-// -0.304257
-0xb4de
-// -0.265576
-0xb440
-// -0.054397
-0xaaf6
-// -0.163519
-0xb13c
-// -0.569942
-0xb88f
-// 0.311254
-0x34fb
-// -0.007942
-0xa011
-// 0.481251
-0x37b3
-// -0.084971
-0xad70
-// 0.268691
-0x344d
-// 0.007180
-0x1f5a
-// 0.661929
-0x394c
-// 0.294812
-0x34b8
-// -0.258510
-0xb423
-// 0.691005
-0x3987
-// -0.351572
-0xb5a0
-// -0.035951
-0xa89a
-// 0.362219
-0x35cc
-// 0.383530
-0x3623
-// -0.235526
-0xb389
-// -0.124371
-0xaff6
-// -0.265805
-0xb441
-// -0.265949
-0xb441
-// 0.119424
-0x2fa5
-// -0.513575
-0xb81c
-// 0.392175
-0x3646
-// -0.435254
-0xb6f7
-// -0.085685
-0xad7c
-// -0.429427
-0xb6df
+// 0.242500
+0x33c3
+// -0.113192
+0xaf3f
+// 0.347105
+0x358e
+// 0.134318
+0x304c
+// -0.346742
+0xb58c
+// -0.127467
+0xb014
+// -0.272901
+0xb45e
+// -0.109888
+0xaf08
+// 0.127094
+0x3011
+// 0.354469
+0x35ac
+// 0.111019
+0x2f1b
+// 0.355783
+0x35b1
+// -0.358107
+0xb5bb
+// -0.243333
+0xb3c9
+// 0.163138
+0x3138
+// 0.473640
+0x3794
+// -0.029577
+0xa792
+// -0.279292
+0xb478
+// 0.100625
+0x2e71
+// 0.077966
+0x2cfd
+// -0.124756
+0xaffc
+// 0.542645
+0x3857
+// 0.067905
+0x2c59
+// 0.021848
+0x2598
+// -0.485354
+0xb7c4
+// -0.064479
+0xac20
+// 0.226548
+0x3340
+// -0.057997
+0xab6c
+// -0.096597
+0xae2f
+// -0.093819
+0xae01
+// -0.352555
+0xb5a4
+// -0.166950
+0xb158
+// -0.089834
+0xadc0
+// -0.290478
+0xb4a6
+// 0.337953
+0x3568
+// 0.202052
+0x3277
+// -0.130324
+0xb02c
+// -0.270907
+0xb456
+// 0.337781
+0x3568
 // -1.000000
 0xbc00
-// -0.330220
-0xb549
-// -0.738704
-0xb9e9
-// -0.170216
-0xb172
-// 0.307979
-0x34ed
-// -0.097212
-0xae39
-// 0.279346
-0x3478
-// -0.647945
-0xb92f
-// -0.151207
-0xb0d7
-// 0.085839
-0x2d7e
-// 0.504839
-0x380a
-// -0.102112
-0xae89
-// -0.252545
-0xb40a
-// 0.228685
-0x3351
-// 0.473530
-0x3794
-// 0.295903
-0x34bc
-// 0.037668
-0x28d2
-// -0.354090
-0xb5aa
-// -0.004408
-0x9c84
-// 0.024648
-0x264f
-// -0.252832
-0xb40c
-// 0.238588
-0x33a3
-// -0.099163
-0xae59
-// 0.200033
-0x3267
-// -0.068296
-0xac5f
-// 0.328631
-0x3542
-// -0.364044
-0xb5d3
-// -0.075984
-0xacdd
-// 0.446776
-0x3726
-// -0.291117
-0xb4a8
-// -0.078390
-0xad04
-// -0.062748
-0xac04
-// -0.142043
-0xb08c
-// 0.007476
-0x1fa8
-// -0.560504
-0xb87c
-// -0.241813
+// -0.033940
+0xa858
+// -0.302654
+0xb4d8
+// -0.275609
+0xb469
+// 0.343888
+0x3581
+// 0.496816
+0x37f3
+// 0.120603
+0x2fb8
+// -0.045427
+0xa9d1
+// 0.405603
+0x367d
+// 0.296296
+0x34be
+// 0.693926
+0x398d
+// 0.034367
+0x2866
+// -0.263266
+0xb436
+// 0.130874
+0x3030
+// 0.061357
+0x2bdb
+// -0.315615
+0xb50d
+// -0.048711
+0xaa3c
+// 0.261470
+0x342f
+// -0.026640
+0xa6d2
+// -0.069378
+0xac71
+// 0.075782
+0x2cda
+// -0.126071
+0xb009
+// -0.154997
+0xb0f6
+// 0.326129
+0x3538
+// 0.292385
+0x34ae
+// -0.169974
+0xb170
+// -0.003865
+0x9bea
+// -0.644192
+0xb927
+// 0.325075
+0x3534
+// 0.038952
+0x28fc
+// -0.189908
+0xb214
+// 0.040649
+0x2934
+// 0.126330
+0x300b
+// -0.100754
+0xae73
+// -0.257241
+0xb41e
+// -0.243775
+0xb3cd
+// 0.157034
+0x3106
+// 0.541808
+0x3856
+// -0.166969
+0xb158
+// 0.052695
+0x2abf
+// -0.034602
+0xa86e
+// -0.200753
+0xb26d
+// 0.265330
+0x343f
+// -0.020539
+0xa542
+// -0.033823
+0xa854
+// -0.141162
+0xb084
+// 0.653318
+0x393a
+// -0.367312
+0xb5e1
+// 0.056189
+0x2b31
+// -0.082330
+0xad45
+// -0.173949
+0xb191
+// -0.397734
+0xb65d
+// -0.052990
+0xaac8
+// -0.297595
+0xb4c3
+// -0.047532
+0xaa16
+// 0.014108
+0x2339
+// 0.040440
+0x292d
+// -0.036652
+0xa8b1
+// -0.104500
+0xaeb0
+// 0.382270
+0x361e
+// -0.002705
+0x998a
+// -0.238788
+0xb3a4
+// 0.048888
+0x2a42
+// -0.013174
+0xa2bf
+// -0.126023
+0xb008
+// -0.089270
+0xadb7
+// 0.014358
+0x235a
+// -0.259252
+0xb426
+// -0.283112
+0xb488
+// 0.424787
+0x36cc
+// 0.297896
+0x34c4
+// -0.198647
+0xb25b
+// -0.245449
+0xb3db
+// 0.262969
+0x3435
+// 0.523613
+0x3830
+// 0.306736
+0x34e8
+// 0.086738
+0x2d8d
+// 0.064764
+0x2c25
+// -0.022227
+0xa5b1
+// -0.079457
+0xad16
+// -0.250373
+0xb402
+// -0.241852
 0xb3bd
-// -0.405983
-0xb67f
-// -0.613573
-0xb8e9
-// -0.416224
-0xb6a9
-// 0.664121
-0x3950
-// -0.034254
-0xa862
-// -0.007072
-0x9f3e
-// -0.045782
-0xa9dc
-// 0.035125
-0x287f
-// -0.167296
-0xb15a
-// -0.363233
-0xb5d0
-// 0.078819
-0x2d0b
-// 0.084273
-0x2d65
-// -0.044908
-0xa9c0
-// -0.165924
-0xb14f
-// -0.740066
-0xb9ec
-// -0.123652
-0xafea
-// -0.193573
-0xb232
-// -0.057258
-0xab54
-// 0.065775
-0x2c36
-// -0.291794
-0xb4ab
-// -0.077945
-0xacfd
-// 0.208159
-0x32a9
-// 0.261701
-0x3430
-// -0.343216
-0xb57e
-// 0.116081
-0x2f6e
-// 0.260991
-0x342d
-// -0.027210
-0xa6f7
-// -0.011388
-0xa1d5
-// -0.052786
-0xaac2
-// 0.546142
-0x385e
-// 0.068701
-0x2c66
-// -0.207949
-0xb2a8
-// -0.027474
-0xa709
-// -0.027206
-0xa6f7
-// 0.032307
-0x2823
-// 0.403168
-0x3673
-// 0.286838
-0x3497
-// -0.247851
-0xb3ee
-// 0.744366
-0x39f4
-// 0.301705
-0x34d4
-// 0.214482
-0x32dd
-// -0.264224
-0xb43a
-// 0.007031
-0x1f33
-// 0.013819
-0x2313
-// 0.128117
-0x301a
+// -0.255087
+0xb415
+// 0.058878
+0x2b89
+// -0.231807
+0xb36b
+// 0.041231
+0x2947
+// -0.452911
+0xb73f
+// 0.326689
+0x353a
+// -0.158754
+0xb115
+// 0.288722
+0x349f
+// 0.125525
+0x3004
+// 0.058932
+0x2b8b
+// -0.127403
+0xb014
+// -0.125869
+0xb007
+// 0.200322
+0x3269
+// -0.146275
+0xb0ae
+// 0.237589
+0x339a
+// 0.411353
+0x3695
+// -0.109425
+0xaf01
+// -0.158546
+0xb113
+// 0.108733
+0x2ef5
+// 0.323653
+0x352e
+// 0.277350
+0x3470
+// 0.131451
+0x3035
+// -0.116876
+0xaf7b
+// 0.421111
+0x36bd
+// -0.020799
+0xa553
+// -0.466492
+0xb777
+// -0.445682
+0xb722
+// -0.608538
+0xb8de
+// -0.239353
+0xb3a9
+// -0.170939
+0xb178
+// -0.177313
+0xb1ad
+// 0.425389
+0x36ce
+// 0.194026
+0x3235
+// -0.176731
+0xb1a8
+// -0.128955
+0xb020
+// 0.213733
+0x32d7
+// -0.028828
+0xa761
+// -0.149302
+0xb0c7
+// 0.057560
+0x2b5e
+// 0.351869
+0x35a1
+// 0.398691
+0x3661
+// -0.007245
+0x9f6b
+// 0.153014
+0x30e5
+// -0.217223
+0xb2f3
+// -0.127685
+0xb016
+// 0.378093
+0x360d
+// -0.141739
+0xb089
+// 0.063652
+0x2c13
+// 0.640210
+0x391f
+// 0.106182
+0x2ecc
+// -0.027043
+0xa6ec
+// -0.124263
+0xaff4
+// -0.021812
+0xa596
+// 0.329151
+0x3544
+// -0.456751
+0xb74f
+// -0.260051
+0xb429
+// -0.180928
+0xb1ca
+// 0.234814
+0x3384
+// 0.657316
+0x3942
+// 0.082507
+0x2d48
+// 0.038436
+0x28eb
+// 0.671897
+0x3960
+// 0.063695
+0x2c14
+// 0.205464
+0x3293
+// 0.196592
+0x324a
+// 0.052710
+0x2abf
+// -0.208097
+0xb2a9
+// -0.058356
+0xab78
+// 0.077781
+0x2cfa
+// 0.104803
+0x2eb5
+// -0.198712
+0xb25c
+// -0.656388
+0xb940
+// -0.141315
+0xb086
+// 0.332675
+0x3553
+// -0.117047
+0xaf7e
+// -0.075280
+0xacd1
+// 0.071612
+0x2c95
+// 0.333908
+0x3558
+// 0.132509
+0x303e
+// -0.243236
+0xb3c9
+// -0.177701
+0xb1b0
+// -0.108480
+0xaef1
+// 0.262793
+0x3434
+// -0.071889
+0xac9a
+// -0.068746
+0xac66
+// 0.473200
+0x3792
+// -0.650404
+0xb934
+// -0.458136
+0xb755
+// 0.054293
+0x2af3
+// -0.443416
+0xb718
+// 0.213024
+0x32d1
+// 0.054433
+0x2af8
+// -0.145331
+0xb0a7
+// 0.291702
+0x34ab
+// -0.109953
+0xaf09
+// -0.296985
+0xb4c0
+// 0.203102
+0x3280
+// 0.237639
+0x339b
+// -0.029249
+0xa77d
+// -0.005664
+0x9dcd
+// 0.059786
+0x2ba7
+// 0.090840
+0x2dd0
+// 0.319591
+0x351d
+// -0.188233
+0xb206
+// 0.087368
+0x2d97
+// -0.118667
+0xaf98
+// 0.137000
+0x3062
+// 0.186669
+0x31f9
+// -0.066020
+0xac3a
+// 0.159999
+0x311f
+// -0.137968
+0xb06a
+// 0.531006
+0x383f
+// -0.108764
+0xaef6
+// -0.450322
+0xb735
+// -0.468172
+0xb77e
+// -0.764539
+0xba1e

+ 506 - 506
Testing/Patterns/DSP/Stats/StatsF16/InputBench2_f16.txt

@@ -1,514 +1,514 @@
 H
 256
-// 0.025100
-0x266d
-// 0.078421
-0x2d05
-// 0.317684
-0x3515
-// 0.535093
-0x3848
-// 0.505816
-0x380c
-// 0.219813
-0x3309
-// 0.303964
-0x34dd
-// 0.418505
-0x36b2
-// 0.468703
-0x3780
-// 0.369536
-0x35ea
-// 0.051295
-0x2a91
-// 0.013541
-0x22ef
-// 0.514587
-0x381e
-// 0.000965
-0x13e8
-// 0.088326
-0x2da7
-// 0.077067
-0x2cef
-// 0.171804
-0x317f
-// 0.093303
-0x2df9
-// 0.454284
-0x3745
-// 0.224982
-0x3333
-// 0.800243
-0x3a67
-// 0.411609
-0x3696
-// 0.095183
-0x2e17
-// 0.946078
-0x3b92
-// 0.119485
-0x2fa6
-// 0.626377
-0x3903
-// 0.215048
-0x32e2
-// 0.210122
-0x32b9
-// 0.193152
-0x322e
-// 0.161928
-0x312f
-// 0.109906
-0x2f09
-// 0.043778
-0x299b
-// 0.506093
-0x380c
-// 0.282013
-0x3483
-// 0.237146
-0x3397
-// 0.565811
-0x3887
-// 0.187338
-0x31ff
-// 0.257744
-0x3420
-// 0.424922
-0x36cc
-// 0.020848
-0x2556
-// 0.234921
-0x3384
-// 0.222871
-0x3322
-// 0.691886
-0x3989
-// 0.096237
-0x2e29
-// 0.291002
-0x34a8
-// 0.563805
-0x3883
-// 0.578171
-0x38a0
-// 0.201037
-0x326f
-// 0.543650
-0x3859
-// 0.087369
-0x2d97
-// 0.067205
-0x2c4d
-// 0.502042
-0x3804
-// 0.119647
-0x2fa8
-// 0.260624
-0x342c
-// 0.122739
-0x2fdb
-// 0.093077
-0x2df5
-// 0.405878
-0x367e
-// 0.236308
-0x3390
-// 0.664433
-0x3951
-// 0.660196
-0x3948
-// 0.278467
-0x3475
-// 0.586108
-0x38b0
-// 0.187463
-0x3200
-// 0.412157
-0x3698
-// 0.021101
-0x2567
-// 0.659916
-0x3948
-// 0.599936
-0x38cd
-// 0.066405
-0x2c40
-// 0.852234
-0x3ad1
-// 0.128429
-0x301c
-// 0.079048
-0x2d0f
-// 0.081987
-0x2d3f
-// 0.069125
-0x2c6d
-// 0.223388
-0x3326
-// 0.365143
-0x35d8
-// 0.188289
-0x3206
-// 0.159381
-0x311a
-// 0.029361
-0x2784
-// 0.073397
-0x2cb3
-// 0.039078
-0x2900
-// 0.386052
-0x362d
-// 0.220083
-0x330b
-// 0.080814
-0x2d2c
-// 0.080810
-0x2d2c
-// 0.158268
-0x3111
-// 0.294464
-0x34b6
-// 0.122152
-0x2fd1
-// 0.581709
-0x38a7
-// 0.713970
-0x39b6
-// 0.119901
-0x2fac
-// 0.008072
-0x2022
-// 0.085513
-0x2d79
-// 0.145107
+// 0.700420
+0x399a
+// 0.343897
+0x3581
+// 0.063262
+0x2c0c
+// 0.114454
+0x2f53
+// 0.209066
+0x32b1
+// 0.208838
+0x32af
+// 0.328056
+0x3540
+// 0.543909
+0x385a
+// 0.519950
+0x3829
+// 0.088781
+0x2daf
+// 0.311669
+0x34fd
+// 0.999955
+0x3c00
+// 0.006893
+0x1f0f
+// 0.263472
+0x3437
+// 0.280687
+0x347e
+// 0.456961
+0x3750
+// 0.197573
+0x3253
+// 0.700342
+0x399a
+// 0.145184
 0x30a5
-// 0.103136
-0x2e9a
-// 0.415912
-0x36a8
-// 0.079412
-0x2d15
-// 0.136539
-0x305f
-// 0.206723
-0x329d
-// 0.117671
-0x2f88
-// 0.254185
-0x3411
-// 0.244473
-0x33d3
-// 0.020700
-0x254d
-// 0.527212
-0x3838
-// 0.131610
-0x3036
-// 0.199325
-0x3261
-// 0.160099
-0x3120
-// 0.282762
-0x3486
-// 0.225186
-0x3335
-// 0.174043
-0x3192
-// 0.131008
-0x3031
-// 0.154938
-0x30f5
-// 0.535115
-0x3848
-// 0.141156
-0x3084
-// 0.545906
-0x385e
-// 0.450566
-0x3736
-// 0.333149
-0x3555
-// 0.010152
-0x2133
-// 0.306542
-0x34e8
-// 0.022287
-0x25b5
-// 0.065784
-0x2c36
-// 0.014530
-0x2370
-// 0.433761
-0x36f1
-// 0.101309
-0x2e7c
-// 0.074354
-0x2cc2
-// 0.531797
-0x3841
-// 0.266513
-0x3444
-// 0.201200
-0x3270
-// 0.151450
-0x30d9
-// 0.661280
-0x394a
-// 0.203494
-0x3283
-// 0.069933
-0x2c7a
-// 0.190819
-0x321b
-// 0.522710
-0x382f
-// 0.869893
-0x3af6
-// 0.059523
-0x2b9e
-// 0.359609
-0x35c1
-// 0.220660
-0x3310
-// 0.223709
-0x3329
-// 0.076604
-0x2ce7
-// 0.115988
-0x2f6c
-// 0.125157
-0x3001
-// 0.046607
-0x29f7
-// 0.666123
-0x3954
-// 0.232139
-0x336e
-// 0.156853
-0x3105
-// 0.306067
-0x34e6
-// 0.304257
-0x34de
-// 0.265576
-0x3440
-// 0.054397
-0x2af6
-// 0.163519
-0x313c
-// 0.569942
-0x388f
-// 0.311254
-0x34fb
-// 0.007942
-0x2011
-// 0.481251
-0x37b3
-// 0.084971
-0x2d70
-// 0.268691
-0x344d
-// 0.007180
-0x1f5a
-// 0.661929
-0x394c
-// 0.294812
-0x34b8
-// 0.258510
-0x3423
-// 0.691005
-0x3987
-// 0.351572
-0x35a0
-// 0.035951
-0x289a
-// 0.362219
-0x35cc
-// 0.383530
-0x3623
-// 0.235526
-0x3389
-// 0.124371
-0x2ff6
-// 0.265805
-0x3441
-// 0.265949
-0x3441
-// 0.119424
-0x2fa5
-// 0.513575
-0x381c
-// 0.392175
-0x3646
-// 0.435254
-0x36f7
-// 0.085685
-0x2d7c
-// 0.429427
-0x36df
+// 0.242500
+0x33c3
+// 0.113192
+0x2f3f
+// 0.347105
+0x358e
+// 0.134318
+0x304c
+// 0.346742
+0x358c
+// 0.127467
+0x3014
+// 0.272901
+0x345e
+// 0.109888
+0x2f08
+// 0.127094
+0x3011
+// 0.354469
+0x35ac
+// 0.111019
+0x2f1b
+// 0.355783
+0x35b1
+// 0.358107
+0x35bb
+// 0.243333
+0x33c9
+// 0.163138
+0x3138
+// 0.473640
+0x3794
+// 0.029577
+0x2792
+// 0.279292
+0x3478
+// 0.100625
+0x2e71
+// 0.077966
+0x2cfd
+// 0.124756
+0x2ffc
+// 0.542645
+0x3857
+// 0.067905
+0x2c59
+// 0.021848
+0x2598
+// 0.485354
+0x37c4
+// 0.064479
+0x2c20
+// 0.226548
+0x3340
+// 0.057997
+0x2b6c
+// 0.096597
+0x2e2f
+// 0.093819
+0x2e01
+// 0.352555
+0x35a4
+// 0.166950
+0x3158
+// 0.089834
+0x2dc0
+// 0.290478
+0x34a6
+// 0.337953
+0x3568
+// 0.202052
+0x3277
+// 0.130324
+0x302c
+// 0.270907
+0x3456
+// 0.337781
+0x3568
 // 1.000000
 0x3c00
-// 0.330220
-0x3549
-// 0.738704
-0x39e9
-// 0.170216
-0x3172
-// 0.307979
-0x34ed
-// 0.097212
-0x2e39
-// 0.279346
-0x3478
-// 0.647945
-0x392f
-// 0.151207
-0x30d7
-// 0.085839
-0x2d7e
-// 0.504839
-0x380a
-// 0.102112
-0x2e89
-// 0.252545
-0x340a
-// 0.228685
-0x3351
-// 0.473530
-0x3794
-// 0.295903
-0x34bc
-// 0.037668
-0x28d2
-// 0.354090
-0x35aa
-// 0.004408
-0x1c84
-// 0.024648
-0x264f
-// 0.252832
-0x340c
-// 0.238588
-0x33a3
-// 0.099163
-0x2e59
-// 0.200033
-0x3267
-// 0.068296
-0x2c5f
-// 0.328631
-0x3542
-// 0.364044
-0x35d3
-// 0.075984
-0x2cdd
-// 0.446776
-0x3726
-// 0.291117
-0x34a8
-// 0.078390
-0x2d04
-// 0.062748
-0x2c04
-// 0.142043
-0x308c
-// 0.007476
-0x1fa8
-// 0.560504
-0x387c
-// 0.241813
+// 0.033940
+0x2858
+// 0.302654
+0x34d8
+// 0.275609
+0x3469
+// 0.343888
+0x3581
+// 0.496816
+0x37f3
+// 0.120603
+0x2fb8
+// 0.045427
+0x29d1
+// 0.405603
+0x367d
+// 0.296296
+0x34be
+// 0.693926
+0x398d
+// 0.034367
+0x2866
+// 0.263266
+0x3436
+// 0.130874
+0x3030
+// 0.061357
+0x2bdb
+// 0.315615
+0x350d
+// 0.048711
+0x2a3c
+// 0.261470
+0x342f
+// 0.026640
+0x26d2
+// 0.069378
+0x2c71
+// 0.075782
+0x2cda
+// 0.126071
+0x3009
+// 0.154997
+0x30f6
+// 0.326129
+0x3538
+// 0.292385
+0x34ae
+// 0.169974
+0x3170
+// 0.003865
+0x1bea
+// 0.644192
+0x3927
+// 0.325075
+0x3534
+// 0.038952
+0x28fc
+// 0.189908
+0x3214
+// 0.040649
+0x2934
+// 0.126330
+0x300b
+// 0.100754
+0x2e73
+// 0.257241
+0x341e
+// 0.243775
+0x33cd
+// 0.157034
+0x3106
+// 0.541808
+0x3856
+// 0.166969
+0x3158
+// 0.052695
+0x2abf
+// 0.034602
+0x286e
+// 0.200753
+0x326d
+// 0.265330
+0x343f
+// 0.020539
+0x2542
+// 0.033823
+0x2854
+// 0.141162
+0x3084
+// 0.653318
+0x393a
+// 0.367312
+0x35e1
+// 0.056189
+0x2b31
+// 0.082330
+0x2d45
+// 0.173949
+0x3191
+// 0.397734
+0x365d
+// 0.052990
+0x2ac8
+// 0.297595
+0x34c3
+// 0.047532
+0x2a16
+// 0.014108
+0x2339
+// 0.040440
+0x292d
+// 0.036652
+0x28b1
+// 0.104500
+0x2eb0
+// 0.382270
+0x361e
+// 0.002705
+0x198a
+// 0.238788
+0x33a4
+// 0.048888
+0x2a42
+// 0.013174
+0x22bf
+// 0.126023
+0x3008
+// 0.089270
+0x2db7
+// 0.014358
+0x235a
+// 0.259252
+0x3426
+// 0.283112
+0x3488
+// 0.424787
+0x36cc
+// 0.297896
+0x34c4
+// 0.198647
+0x325b
+// 0.245449
+0x33db
+// 0.262969
+0x3435
+// 0.523613
+0x3830
+// 0.306736
+0x34e8
+// 0.086738
+0x2d8d
+// 0.064764
+0x2c25
+// 0.022227
+0x25b1
+// 0.079457
+0x2d16
+// 0.250373
+0x3402
+// 0.241852
 0x33bd
-// 0.405983
-0x367f
-// 0.613573
-0x38e9
-// 0.416224
-0x36a9
-// 0.664121
-0x3950
-// 0.034254
-0x2862
-// 0.007072
-0x1f3e
-// 0.045782
-0x29dc
-// 0.035125
-0x287f
-// 0.167296
-0x315a
-// 0.363233
-0x35d0
-// 0.078819
-0x2d0b
-// 0.084273
-0x2d65
-// 0.044908
-0x29c0
-// 0.165924
-0x314f
-// 0.740066
-0x39ec
-// 0.123652
-0x2fea
-// 0.193573
-0x3232
-// 0.057258
-0x2b54
-// 0.065775
-0x2c36
-// 0.291794
-0x34ab
-// 0.077945
-0x2cfd
-// 0.208159
+// 0.255087
+0x3415
+// 0.058878
+0x2b89
+// 0.231807
+0x336b
+// 0.041231
+0x2947
+// 0.452911
+0x373f
+// 0.326689
+0x353a
+// 0.158754
+0x3115
+// 0.288722
+0x349f
+// 0.125525
+0x3004
+// 0.058932
+0x2b8b
+// 0.127403
+0x3014
+// 0.125869
+0x3007
+// 0.200322
+0x3269
+// 0.146275
+0x30ae
+// 0.237589
+0x339a
+// 0.411353
+0x3695
+// 0.109425
+0x2f01
+// 0.158546
+0x3113
+// 0.108733
+0x2ef5
+// 0.323653
+0x352e
+// 0.277350
+0x3470
+// 0.131451
+0x3035
+// 0.116876
+0x2f7b
+// 0.421111
+0x36bd
+// 0.020799
+0x2553
+// 0.466492
+0x3777
+// 0.445682
+0x3722
+// 0.608538
+0x38de
+// 0.239353
+0x33a9
+// 0.170939
+0x3178
+// 0.177313
+0x31ad
+// 0.425389
+0x36ce
+// 0.194026
+0x3235
+// 0.176731
+0x31a8
+// 0.128955
+0x3020
+// 0.213733
+0x32d7
+// 0.028828
+0x2761
+// 0.149302
+0x30c7
+// 0.057560
+0x2b5e
+// 0.351869
+0x35a1
+// 0.398691
+0x3661
+// 0.007245
+0x1f6b
+// 0.153014
+0x30e5
+// 0.217223
+0x32f3
+// 0.127685
+0x3016
+// 0.378093
+0x360d
+// 0.141739
+0x3089
+// 0.063652
+0x2c13
+// 0.640210
+0x391f
+// 0.106182
+0x2ecc
+// 0.027043
+0x26ec
+// 0.124263
+0x2ff4
+// 0.021812
+0x2596
+// 0.329151
+0x3544
+// 0.456751
+0x374f
+// 0.260051
+0x3429
+// 0.180928
+0x31ca
+// 0.234814
+0x3384
+// 0.657316
+0x3942
+// 0.082507
+0x2d48
+// 0.038436
+0x28eb
+// 0.671897
+0x3960
+// 0.063695
+0x2c14
+// 0.205464
+0x3293
+// 0.196592
+0x324a
+// 0.052710
+0x2abf
+// 0.208097
 0x32a9
-// 0.261701
-0x3430
-// 0.343216
-0x357e
-// 0.116081
-0x2f6e
-// 0.260991
-0x342d
-// 0.027210
-0x26f7
-// 0.011388
-0x21d5
-// 0.052786
-0x2ac2
-// 0.546142
-0x385e
-// 0.068701
+// 0.058356
+0x2b78
+// 0.077781
+0x2cfa
+// 0.104803
+0x2eb5
+// 0.198712
+0x325c
+// 0.656388
+0x3940
+// 0.141315
+0x3086
+// 0.332675
+0x3553
+// 0.117047
+0x2f7e
+// 0.075280
+0x2cd1
+// 0.071612
+0x2c95
+// 0.333908
+0x3558
+// 0.132509
+0x303e
+// 0.243236
+0x33c9
+// 0.177701
+0x31b0
+// 0.108480
+0x2ef1
+// 0.262793
+0x3434
+// 0.071889
+0x2c9a
+// 0.068746
 0x2c66
-// 0.207949
-0x32a8
-// 0.027474
-0x2709
-// 0.027206
-0x26f7
-// 0.032307
-0x2823
-// 0.403168
-0x3673
-// 0.286838
-0x3497
-// 0.247851
-0x33ee
-// 0.744366
-0x39f4
-// 0.301705
-0x34d4
-// 0.214482
-0x32dd
-// 0.264224
-0x343a
-// 0.007031
-0x1f33
-// 0.013819
-0x2313
-// 0.128117
-0x301a
+// 0.473200
+0x3792
+// 0.650404
+0x3934
+// 0.458136
+0x3755
+// 0.054293
+0x2af3
+// 0.443416
+0x3718
+// 0.213024
+0x32d1
+// 0.054433
+0x2af8
+// 0.145331
+0x30a7
+// 0.291702
+0x34ab
+// 0.109953
+0x2f09
+// 0.296985
+0x34c0
+// 0.203102
+0x3280
+// 0.237639
+0x339b
+// 0.029249
+0x277d
+// 0.005664
+0x1dcd
+// 0.059786
+0x2ba7
+// 0.090840
+0x2dd0
+// 0.319591
+0x351d
+// 0.188233
+0x3206
+// 0.087368
+0x2d97
+// 0.118667
+0x2f98
+// 0.137000
+0x3062
+// 0.186669
+0x31f9
+// 0.066020
+0x2c3a
+// 0.159999
+0x311f
+// 0.137968
+0x306a
+// 0.531006
+0x383f
+// 0.108764
+0x2ef6
+// 0.450322
+0x3735
+// 0.468172
+0x377e
+// 0.764539
+0x3a1e

+ 593 - 593
Testing/Patterns/DSP/Stats/StatsF16/InputNew1_f16.txt

@@ -1,602 +1,602 @@
 H
 300
-// -0.107198
-0xaedc
-// 0.146682
-0x30b2
-// -0.394346
-0xb64f
-// 0.400669
-0x3669
-// -0.422258
-0xb6c2
-// -0.313026
-0xb502
-// -0.640755
-0xb920
-// 0.021092
-0x2566
-// 0.178589
-0x31b7
-// 0.035977
-0x289b
-// -0.214947
-0xb2e1
-// 0.069766
-0x2c77
-// -0.411775
-0xb697
-// 0.532545
-0x3843
-// -0.205585
-0xb294
-// -0.060378
-0xabba
-// 0.512300
-0x3819
-// 0.686220
-0x397d
-// 0.887109
-0x3b19
-// 0.002011
-0x181e
-// 0.085001
-0x2d71
-// -0.537918
-0xb84e
-// 0.379293
-0x3612
-// -0.129949
-0xb029
-// -0.202494
-0xb27b
-// 0.193245
-0x322f
-// 0.019088
-0x24e3
-// 0.422654
-0x36c3
-// 0.237597
-0x339a
-// 0.365820
-0x35da
-// 0.209085
-0x32b1
-// 0.274061
-0x3463
-// 0.036876
-0x28b8
-// -0.484566
+// 0.335284
+0x355d
+// 0.070573
+0x2c84
+// -0.179261
+0xb1bd
+// -0.169900
+0xb170
+// -0.484499
 0xb7c1
-// 0.156846
-0x3105
-// 0.117152
-0x2f7f
-// -0.225259
-0xb335
-// 0.546139
-0x385e
-// -0.424831
-0xb6cc
-// -0.029297
-0xa780
-// -0.025631
-0xa690
-// -0.122604
-0xafd9
-// 0.098804
-0x2e53
-// -0.737550
-0xb9e7
-// -0.317702
-0xb515
-// 0.033426
-0x2847
-// -0.236280
-0xb390
-// -0.066882
-0xac48
-// 0.314433
-0x3508
-// -0.449562
-0xb731
-// -0.863137
-0xbae8
-// 0.227382
-0x3347
-// -0.507049
-0xb80e
-// -0.189725
-0xb212
-// 0.627698
-0x3906
-// -0.308996
-0xb4f2
-// -0.243677
-0xb3cc
-// -0.267291
-0xb447
-// 1.000000
-0x3c00
-// -0.033352
-0xa845
-// -0.227344
-0xb346
-// 0.230829
-0x3363
-// 0.704078
-0x39a2
-// -0.324690
-0xb532
-// -0.290721
-0xb4a7
-// 0.288979
-0x34a0
-// -0.287863
+// 0.493512
+0x37e5
+// 0.071443
+0x2c93
+// 0.709679
+0x39ad
+// 0.380679
+0x3617
+// 0.493876
+0x37e7
+// 0.011458
+0x21de
+// -0.031849
+0xa814
+// -0.301680
+0xb4d4
+// -0.015918
+0xa413
+// 0.423719
+0x36c8
+// 0.301548
+0x34d3
+// -0.545685
+0xb85e
+// -0.580759
+0xb8a5
+// -0.119900
+0xafac
+// 0.168934
+0x3168
+// 0.272681
+0x345d
+// 0.142045
+0x308c
+// 0.277661
+0x3471
+// 0.448924
+0x372f
+// 0.688996
+0x3983
+// -0.473478
+0xb793
+// 0.178507
+0x31b6
+// 0.541188
+0x3854
+// -0.287448
+0xb499
+// 0.252477
+0x340a
+// 0.393091
+0x364a
+// 0.170394
+0x3174
+// -0.150739
+0xb0d3
+// 0.038409
+0x28eb
+// -0.103110
+0xae99
+// 0.060342
+0x2bb9
+// -0.243365
+0xb3ca
+// -0.646173
+0xb92b
+// -0.257072
+0xb41d
+// -0.059602
+0xaba1
+// -0.228130
+0xb34d
+// 0.700954
+0x399c
+// -0.216286
+0xb2ec
+// 0.134937
+0x3051
+// -0.218153
+0xb2fb
+// 0.284224
+0x348c
+// -0.633034
+0xb910
+// -0.478502
+0xb7a8
+// 0.008933
+0x2093
+// -0.069676
+0xac76
+// -0.381707
+0xb61b
+// -0.177580
+0xb1af
+// 0.429280
+0x36de
+// -0.119467
+0xafa5
+// -0.287845
 0xb49b
-// -0.170950
-0xb178
-// 0.169110
-0x3169
-// -0.562997
-0xb881
-// -0.243184
-0xb3c8
-// -0.245732
-0xb3dd
-// 0.123685
-0x2fea
-// 0.188429
-0x3208
-// 0.296000
-0x34bc
-// 0.275984
-0x346a
-// 0.278636
-0x3475
-// -0.320612
-0xb521
-// -0.228419
-0xb34f
-// 0.229150
-0x3355
-// -0.186283
-0xb1f6
-// -0.005820
-0x9df6
-// -0.281338
-0xb480
-// 0.143509
-0x3098
-// -0.399192
-0xb663
-// 0.060383
-0x2bbb
-// 0.547497
-0x3861
-// 0.441800
-0x3712
-// -0.261681
-0xb430
-// -0.129636
-0xb026
-// -0.316050
-0xb50f
-// -0.119561
-0xafa7
-// 0.679743
-0x3970
-// -0.260619
-0xb42b
-// 0.345512
+// -0.059205
+0xab94
+// 0.261128
+0x342e
+// 0.122470
+0x2fd7
+// 0.137513
+0x3067
+// -0.435391
+0xb6f7
+// -0.018225
+0xa4aa
+// 0.455430
+0x3749
+// -0.425433
+0xb6cf
+// 0.510586
+0x3816
+// -0.127365
+0xb013
+// 0.306488
+0x34e7
+// 0.107146
+0x2edb
+// 0.087230
+0x2d95
+// -0.495714
+0xb7ee
+// 0.198057
+0x3256
+// -0.384020
+0xb625
+// 0.096046
+0x2e26
+// 0.345469
 0x3587
-// 0.046474
-0x29f3
-// 0.419571
-0x36b7
-// 0.797671
-0x3a62
-// 0.240115
-0x33af
-// -0.512950
+// -0.152965
+0xb0e5
+// 0.286613
+0x3496
+// -0.033827
+0xa854
+// -0.401838
+0xb66e
+// 0.606761
+0x38db
+// 0.322539
+0x3529
+// 0.100366
+0x2e6c
+// 0.279467
+0x3479
+// -0.444116
+0xb71b
+// -0.186872
+0xb1fb
+// -0.321231
+0xb524
+// -0.018362
+0xa4b3
+// 0.087623
+0x2d9c
+// 0.141699
+0x3089
+// 0.244155
+0x33d0
+// -0.246098
+0xb3e0
+// -0.258827
+0xb424
+// -0.463803
+0xb76c
+// -0.403227
+0xb674
+// -0.228865
+0xb353
+// 0.209124
+0x32b1
+// -0.049111
+0xaa49
+// -0.001913
+0x97d6
+// -0.022581
+0xa5c8
+// 0.650965
+0x3935
+// 0.596443
+0x38c6
+// -0.483993
+0xb7be
+// 0.131594
+0x3036
+// 0.394368
+0x364f
+// -0.187565
+0xb201
+// 0.091883
+0x2de1
+// 0.183435
+0x31df
+// 0.260525
+0x342b
+// 0.126617
+0x300d
+// 0.198323
+0x3259
+// 0.142930
+0x3093
+// 0.482606
+0x37b9
+// -0.016700
+0xa446
+// 0.006508
+0x1eaa
+// -0.654229
+0xb93c
+// -0.365124
+0xb5d8
+// -0.253102
+0xb40d
+// 0.010507
+0x2161
+// -0.513222
 0xb81b
-// 0.147220
-0x30b6
-// -0.366927
-0xb5df
-// 0.146791
-0x30b3
-// 0.252613
-0x340b
-// -0.472836
-0xb791
-// -0.205027
+// -0.401264
+0xb66c
+// -1.000000
+0xbc00
+// -0.390537
+0xb640
+// 0.010379
+0x2150
+// 0.111829
+0x2f28
+// -0.012741
+0xa286
+// 0.614406
+0x38ea
+// 0.221429
+0x3316
+// 0.270565
+0x3454
+// 0.594494
+0x38c2
+// -0.415935
+0xb6a8
+// 0.260392
+0x342b
+// -0.001183
+0x94d8
+// 0.373071
+0x35f8
+// 0.390061
+0x363e
+// 0.392279
+0x3647
+// -0.236242
+0xb38f
+// 0.417895
+0x36b0
+// -0.630868
+0xb90c
+// 0.131588
+0x3036
+// 0.255183
+0x3415
+// 0.540441
+0x3853
+// -0.270133
+0xb452
+// -0.359868
+0xb5c2
+// 0.129585
+0x3026
+// -0.124317
+0xaff5
+// -0.401155
+0xb66b
+// -0.352174
+0xb5a3
+// -0.481977
+0xb7b6
+// -0.205065
 0xb290
-// 0.383652
-0x3623
-// 0.182424
-0x31d6
-// 0.011224
-0x21bf
-// -0.328153
-0xb540
-// 0.387205
-0x3632
-// -0.521008
-0xb82b
-// 0.201304
-0x3271
-// -0.338921
-0xb56c
-// 0.244633
-0x33d4
-// 0.018042
-0x249e
-// 0.038217
-0x28e4
-// -0.160123
-0xb120
-// 0.043253
-0x2989
-// -0.289886
-0xb4a3
-// 0.061796
-0x2be9
-// -0.296514
-0xb4bf
-// 0.144441
-0x309f
-// -0.189605
-0xb211
-// 0.110657
-0x2f15
-// 0.596442
-0x38c6
-// 0.346209
-0x358a
-// 0.199405
-0x3262
-// 0.229370
-0x3357
-// 0.172175
-0x3182
-// -0.123130
-0xafe1
-// -0.147283
-0xb0b7
-// 0.035419
-0x2889
-// -0.632005
-0xb90e
-// -0.414086
-0xb6a0
-// 0.282618
-0x3486
-// -0.050643
-0xaa7b
-// -0.202236
-0xb279
-// -0.516010
-0xb821
-// -0.220676
-0xb310
-// -0.518882
-0xb827
-// -0.085409
-0xad77
-// 0.072185
-0x2c9f
-// 0.171938
-0x3181
-// 0.264951
-0x343d
-// 0.163528
-0x313c
-// 0.274400
-0x3464
-// -0.054303
-0xaaf3
-// 0.306361
-0x34e7
-// 0.173463
-0x318d
-// 0.224316
-0x332e
-// 0.453260
-0x3741
-// -0.977315
-0xbbd2
-// -0.324151
-0xb530
-// -0.187250
-0xb1fe
-// -0.393302
-0xb64b
-// -0.273753
+// 0.112987
+0x2f3b
+// 0.981605
+0x3bda
+// -0.092808
+0xadf1
+// 0.001809
+0x1769
+// -0.240163
+0xb3af
+// 0.542206
+0x3856
+// 0.264724
+0x343c
+// 0.184432
+0x31e7
+// -0.442374
+0xb714
+// -0.910418
+0xbb49
+// 0.314720
+0x3509
+// 0.061417
+0x2bdd
+// -0.009964
+0xa11a
+// -0.459110
+0xb759
+// 0.451206
+0x3738
+// 0.453215
+0x3740
+// 0.266168
+0x3442
+// -0.150420
+0xb0d0
+// -0.151244
+0xb0d7
+// 0.234876
+0x3384
+// 0.336410
+0x3562
+// -0.047131
+0xaa08
+// -0.856553
+0xbada
+// 0.179588
+0x31bf
+// 0.122482
+0x2fd7
+// -0.543895
+0xb85a
+// -0.020526
+0xa541
+// -0.248893
+0xb3f7
+// -0.386246
+0xb62e
+// -0.035780
+0xa894
+// -0.562011
+0xb87f
+// 0.216003
+0x32e9
+// 0.057236
+0x2b54
+// -0.037350
+0xa8c8
+// 0.174293
+0x3194
+// -0.751008
+0xba02
+// -0.311711
+0xb4fd
+// -0.099507
+0xae5e
+// -0.318831
+0xb51a
+// -0.216787
+0xb2f0
+// -0.030343
+0xa7c5
+// 0.406486
+0x3681
+// 0.116092
+0x2f6e
+// 0.539949
+0x3852
+// -0.177791
+0xb1b0
+// -0.592354
+0xb8bd
+// 0.535591
+0x3849
+// -0.309554
+0xb4f4
+// -0.197485
+0xb252
+// 0.103087
+0x2e99
+// -0.047553
+0xaa16
+// 0.230891
+0x3363
+// -0.350013
+0xb59a
+// -0.126004
+0xb008
+// 0.477573
+0x37a4
+// -0.023744
+0xa614
+// 0.875663
+0x3b01
+// -0.293708
+0xb4b3
+// 0.498875
+0x37fb
+// 0.022155
+0x25ac
+// -0.159606
+0xb11b
+// 0.165041
+0x3148
+// -0.411478
+0xb695
+// -0.007923
+0xa00e
+// -0.213256
+0xb2d3
+// -0.042308
+0xa96a
+// 0.273171
+0x345f
+// 0.100073
+0x2e68
+// 0.038253
+0x28e5
+// -0.464893
+0xb770
+// -0.140500
+0xb07f
+// -0.044244
+0xa9aa
+// 0.260336
+0x342a
+// 0.097318
+0x2e3a
+// -0.015958
+0xa416
+// -0.048180
+0xaa2b
+// -0.516614
+0xb822
+// -0.296093
+0xb4bd
+// -0.151276
+0xb0d7
+// -0.515198
+0xb81f
+// 0.043075
+0x2983
+// 0.012858
+0x2295
+// 0.149442
+0x30c8
+// 0.295484
+0x34ba
+// 0.339204
+0x356d
+// -0.447941
+0xb72b
+// -0.157166
+0xb108
+// 0.252414
+0x340a
+// -0.273788
 0xb461
-// -0.648263
-0xb930
-// -0.071031
-0xac8c
-// -0.028518
-0xa74d
-// 0.196897
-0x324d
-// 0.397870
-0x365e
-// -0.077947
-0xacfd
-// -0.348885
-0xb595
-// -0.171969
-0xb181
-// -0.614940
-0xb8eb
-// -0.003498
-0x9b2a
-// -0.602076
-0xb8d1
-// -0.107002
-0xaed9
-// -0.283166
-0xb488
-// 0.075135
-0x2ccf
-// 0.401687
-0x366d
-// 0.320286
-0x3520
-// 0.382893
-0x3620
-// -0.737248
-0xb9e6
-// -0.423440
-0xb6c6
-// 0.228186
-0x334d
-// -0.456180
+// 0.728068
+0x39d3
+// -0.003679
+0x9b89
+// 0.033308
+0x2843
+// -0.574489
+0xb899
+// -0.155267
+0xb0f8
+// 0.405288
+0x367c
+// -0.250244
+0xb401
+// 0.011985
+0x2223
+// -0.336899
+0xb564
+// 0.622764
+0x38fb
+// -0.350762
+0xb59d
+// 0.317838
+0x3516
+// 0.220426
+0x330e
+// -0.883168
+0xbb11
+// 0.373582
+0x35fa
+// -0.518747
+0xb826
+// -0.037190
+0xa8c3
+// -0.032708
+0xa830
+// 0.640170
+0x391f
+// 0.530276
+0x383e
+// 0.384763
+0x3628
+// -0.129767
+0xb027
+// -0.159512
+0xb11b
+// -0.292838
+0xb4af
+// 0.243980
+0x33cf
+// 0.072144
+0x2c9e
+// 0.258655
+0x3423
+// -0.921991
+0xbb60
+// -0.079450
+0xad16
+// -0.080504
+0xad27
+// -0.017220
+0xa469
+// -0.172475
+0xb185
+// -0.186826
+0xb1fa
+// 0.153191
+0x30e7
+// 0.391069
+0x3642
+// 0.002799
+0x19bb
+// -0.123119
+0xafe1
+// 0.400841
+0x366a
+// 0.515709
+0x3820
+// -0.467598
+0xb77b
+// 0.347256
+0x358e
+// 0.259840
+0x3428
+// 0.013656
+0x22fe
+// -0.037611
+0xa8d0
+// -0.005770
+0x9de9
+// -0.481180
+0xb7b3
+// 0.114307
+0x2f51
+// -0.087805
+0xad9f
+// -0.359413
+0xb5c0
+// 0.253532
+0x340e
+// 0.420585
+0x36bb
+// 0.268516
+0x344c
+// 0.164968
+0x3147
+// -0.035908
+0xa899
+// -0.161892
+0xb12e
+// -0.456365
 0xb74d
-// -0.116256
-0xaf71
-// -0.057150
-0xab51
-// -0.102716
-0xae93
-// 0.541645
-0x3855
-// -0.177768
-0xb1b0
-// 0.607678
-0x38dd
-// -0.068465
-0xac62
-// 0.071532
-0x2c94
-// -0.171482
-0xb17d
-// -0.364308
-0xb5d4
-// -0.625851
-0xb902
-// -0.195193
-0xb23f
-// -0.676022
-0xb968
-// -0.638931
-0xb91d
-// 0.178993
-0x31ba
-// -0.238724
-0xb3a4
-// -0.688525
-0xb982
-// 0.130906
-0x3030
-// -0.330120
-0xb548
-// 0.697042
-0x3994
-// -0.286471
-0xb495
-// -0.038061
-0xa8df
-// -0.271248
-0xb457
-// 0.715665
-0x39ba
-// -0.007303
-0x9f7a
-// -0.346551
-0xb58b
-// 0.432158
-0x36ea
-// -0.669533
-0xb95b
-// 0.423992
-0x36c9
-// 0.153014
-0x30e5
-// 0.409921
-0x368f
-// -0.342901
-0xb57d
-// 0.227089
-0x3344
-// 0.029091
-0x2773
-// 0.117596
-0x2f87
-// -0.889137
-0xbb1d
-// 0.160376
-0x3122
-// -0.660707
-0xb949
-// -0.042617
-0xa974
-// -0.566535
-0xb888
-// -0.053915
-0xaae7
-// 0.218015
-0x32fa
-// -0.181584
-0xb1d0
-// -0.190173
-0xb216
-// 0.387928
-0x3635
-// 0.315387
-0x350c
-// 0.390774
-0x3641
-// 0.507736
-0x3810
-// 0.191156
-0x321e
-// 0.140910
-0x3082
-// 0.107460
-0x2ee1
-// -0.184157
-0xb1e5
-// -0.264533
-0xb43c
-// -0.003963
-0x9c0f
-// -0.252384
-0xb40a
-// -0.670115
-0xb95c
-// 0.224262
-0x332d
-// 0.181338
-0x31ce
-// 0.305194
-0x34e2
-// -0.147424
-0xb0b8
-// 0.086549
-0x2d8a
-// 0.273049
-0x345e
-// 0.255967
-0x3418
-// -0.293542
-0xb4b2
-// 0.274011
-0x3462
-// -0.308793
-0xb4f1
-// 0.145846
-0x30ab
-// -0.015377
-0xa3df
-// -0.233698
-0xb37a
-// 0.497401
-0x37f5
-// 0.021535
-0x2583
-// -0.167427
-0xb15c
-// 0.240310
-0x33b1
-// -0.156096
-0xb0ff
-// 0.379000
-0x3610
-// 0.268835
-0x344d
-// 0.275956
-0x346a
-// 0.149345
-0x30c7
-// 0.038314
-0x28e7
-// -0.563511
-0xb882
-// 0.162176
-0x3131
-// -0.689432
-0xb984
-// 0.146812
-0x30b3
-// 0.581723
-0x38a7
-// -0.027622
-0xa712
-// 0.019221
-0x24ec
-// 0.428187
-0x36da
-// 0.002038
-0x182c
-// -0.418573
-0xb6b2
-// -0.055665
-0xab20
-// 0.015056
-0x23b5
-// -0.248592
-0xb3f4
-// 0.352263
-0x35a3
-// -0.142634
-0xb090
-// 0.157872
-0x310d
-// -0.443399
-0xb718
-// 0.101144
-0x2e79
-// 0.229365
-0x3357
-// 0.528025
-0x3839
-// -0.057242
-0xab54
-// -0.021115
-0xa568
-// -0.196015
-0xb246
-// 0.467202
-0x377a
-// -0.247813
-0xb3ee
-// -0.243974
-0xb3cf
-// 0.220680
-0x3310
-// -0.631511
-0xb90d
-// 0.064751
-0x2c25
-// -0.219699
-0xb308
-// 0.744354
-0x39f4
-// 0.057273
-0x2b55
-// -0.459541
-0xb75a
-// -0.212639
-0xb2ce
-// -0.470990
-0xb789
-// -0.559507
-0xb87a
-// 0.304540
-0x34df
-// -0.358043
-0xb5bb
-// -0.269553
-0xb450
-// 0.046700
-0x29fa
-// -0.204373
-0xb28a
-// -0.175017
-0xb19a
-// 0.497765
-0x37f7
+// -0.230172
+0xb35e
+// -0.103938
+0xaea7
+// -0.772804
+0xba2f
+// -0.686248
+0xb97d
+// 0.032246
+0x2821
+// -0.673266
+0xb963
+// 0.132808
+0x3040
+// 0.286217
+0x3494

+ 594 - 594
Testing/Patterns/DSP/Stats/StatsF16/InputNew2_f16.txt

@@ -1,602 +1,602 @@
 H
 300
-// 0.136234
-0x305c
-// 0.553885
-0x386e
-// -0.245968
-0xb3df
-// 0.163007
-0x3137
-// 0.556373
-0x3873
-// -0.199411
-0xb262
-// -0.183826
-0xb1e2
-// -0.468248
-0xb77e
-// -0.098473
-0xae4d
-// -0.308095
-0xb4ee
-// 0.392950
-0x364a
-// -0.027800
-0xa71e
-// 0.028586
-0x2751
-// 0.210031
-0x32b9
-// -0.012925
-0xa29e
-// 0.483560
-0x37bd
-// -0.546262
-0xb85f
-// 0.172328
-0x3184
-// -0.205079
-0xb290
-// -0.134984
-0xb052
-// 0.023509
-0x2605
-// 0.191216
-0x321e
-// 0.724572
-0x39cc
-// 0.564793
-0x3885
-// -0.142635
-0xb090
-// -0.419402
-0xb6b6
-// 0.816409
-0x3a88
-// -0.111295
-0xaf1f
-// -0.299571
-0xb4cb
-// 0.164190
-0x3141
-// 0.713917
-0x39b6
-// 0.021966
-0x25a0
-// 0.375216
-0x3601
-// -0.044132
-0xa9a6
-// 0.200122
-0x3267
-// -0.161469
-0xb12b
-// 0.423879
-0x36c8
-// 0.378364
-0x360e
-// 0.013183
-0x22c0
-// -0.136034
-0xb05a
-// 0.366375
-0x35dd
-// -0.494068
-0xb7e8
-// -0.093982
-0xae04
-// -0.260671
+// 0.222440
+0x331e
+// -0.001678
+0x96df
+// -0.065052
+0xac2a
+// 0.123746
+0x2feb
+// 0.404210
+0x3678
+// 0.554930
+0x3870
+// -0.379175
+0xb611
+// -0.618854
+0xb8f3
+// 0.003240
+0x1aa3
+// -0.021266
+0xa572
+// 0.141622
+0x3088
+// -0.014222
+0xa348
+// -0.033594
+0xa84d
+// 0.149740
+0x30cb
+// -0.431777
+0xb6e9
+// 0.100562
+0x2e70
+// -0.079497
+0xad16
+// 0.207930
+0x32a7
+// -0.518065
+0xb825
+// 0.338516
+0x356b
+// -0.016072
+0xa41d
+// -0.104281
+0xaead
+// -0.084061
+0xad61
+// 0.012034
+0x2229
+// -0.260707
 0xb42c
-// -0.203746
-0xb285
-// 0.422146
-0x36c1
-// -0.337894
-0xb568
-// -0.042546
-0xa972
-// -0.113648
-0xaf46
-// -0.351850
-0xb5a1
-// 0.065803
-0x2c36
-// 0.303716
-0x34dc
-// -0.454333
-0xb745
-// 0.165785
-0x314e
-// -0.065221
-0xac2d
-// -0.351390
-0xb59f
-// -0.716867
-0xb9bc
-// -0.212193
-0xb2ca
-// 0.132094
-0x303a
-// 0.245200
-0x33d9
-// -0.113100
-0xaf3d
-// 0.339957
-0x3570
-// 0.058406
-0x2b7a
-// -0.361875
-0xb5ca
-// 0.142290
-0x308e
-// -0.334299
-0xb559
+// -0.020999
+0xa560
+// -0.464778
+0xb770
+// -0.188100
+0xb205
+// 0.444538
+0x371d
+// -0.024005
+0xa625
+// -0.408036
+0xb687
+// 0.417913
+0x36b0
+// 0.173104
+0x318a
+// 0.264539
+0x343c
+// -0.234546
+0xb381
+// -0.050880
+0xaa83
+// 0.090860
+0x2dd1
+// 0.086801
+0x2d8e
+// 0.390131
+0x363e
+// -0.292549
+0xb4ae
+// 0.032730
+0x2830
+// -0.058500
+0xab7d
+// -0.538352
+0xb84f
+// 0.694391
+0x398e
+// 0.184087
+0x31e4
+// 0.482028
+0x37b6
+// -0.496790
+0xb7f3
+// 0.244388
+0x33d2
+// 0.321735
+0x3526
+// -0.092896
+0xadf2
+// -0.077513
+0xacf6
+// 0.216262
+0x32ec
+// -0.074132
+0xacbf
+// -0.089362
+0xadb8
+// -0.296114
+0xb4bd
+// 0.299325
+0x34ca
+// 0.037547
+0x28ce
+// -0.399201
+0xb663
+// -0.016723
+0xa448
+// 0.039061
+0x2900
+// 0.046536
+0x29f5
+// -0.319960
+0xb51f
+// -0.286105
+0xb494
+// -0.184064
+0xb1e4
+// 0.380700
+0x3617
+// -0.764911
+0xba1f
+// 0.181274
+0x31cd
+// 0.095752
+0x2e21
+// 0.180101
+0x31c3
+// -0.411010
+0xb693
+// -0.024105
+0xa62c
+// 0.191799
+0x3223
+// 0.155079
+0x30f6
+// 0.308934
+0x34f1
+// -0.143981
+0xb09b
+// -0.035324
+0xa885
+// 0.460382
+0x375e
+// -0.216561
+0xb2ee
+// -0.097249
+0xae39
+// -0.294855
+0xb4b8
+// 0.184465
+0x31e7
+// 0.265986
+0x3441
+// -0.089732
+0xadbe
+// 0.361210
+0x35c8
+// -0.281674
+0xb482
+// -0.144161
+0xb09d
+// -0.085549
+0xad7a
 // -1.000000
 0xbc00
-// 0.281259
-0x3480
-// -0.417221
-0xb6ad
-// 0.614951
-0x38eb
-// -0.070049
-0xac7c
-// 0.066361
-0x2c3f
-// -0.266495
-0xb444
-// -0.193790
-0xb234
-// -0.315653
-0xb50d
-// 0.114013
-0x2f4c
-// -0.568244
-0xb88c
-// 0.326959
-0x353b
-// -0.660084
-0xb948
-// 0.215736
-0x32e7
-// 0.357061
-0x35b7
-// 0.569084
-0x388d
-// 0.171168
-0x317a
-// -0.161158
-0xb128
-// 0.224270
-0x332d
-// 0.672138
-0x3961
-// 0.060323
-0x2bb9
-// -0.189411
-0xb210
-// -0.283695
-0xb48a
-// -0.264626
-0xb43c
-// -0.289895
-0xb4a3
-// -0.479856
-0xb7ad
-// -0.181175
-0xb1cc
-// 0.378684
-0x360f
-// 0.336964
-0x3564
-// 0.258184
-0x3422
-// 0.045984
-0x29e3
-// 0.125223
-0x3002
-// 0.492889
-0x37e3
-// 0.118029
-0x2f8e
-// -0.023604
-0xa60b
-// 0.235093
-0x3386
-// -0.577930
-0xb8a0
-// -0.978321
-0xbbd4
-// -0.323845
-0xb52e
-// -0.713026
-0xb9b4
-// 0.023443
-0x2600
-// 0.398227
-0x365f
-// -0.340717
-0xb574
-// 0.556701
-0x3874
-// 0.970836
-0x3bc4
-// -0.619522
-0xb8f5
-// -0.466054
-0xb775
-// -0.262212
-0xb432
-// -0.179284
-0xb1bd
-// 0.164697
-0x3145
-// 0.431510
-0x36e7
-// -0.286982
-0xb497
-// 0.236767
-0x3394
-// -0.332005
-0xb550
-// -0.332923
-0xb554
-// -0.191838
-0xb224
-// -0.670171
-0xb95d
-// -0.215584
-0xb2e6
-// 0.015005
-0x23af
-// -0.071194
-0xac8e
-// 0.387040
-0x3631
-// 0.601020
-0x38cf
-// 0.294058
-0x34b4
-// 0.013834
-0x2315
-// -0.323347
-0xb52c
-// 0.346828
-0x358d
-// 0.046794
-0x29fd
-// -0.056062
-0xab2d
-// -0.103204
-0xae9b
-// 0.015303
-0x23d6
-// 0.116035
-0x2f6d
-// -0.343060
-0xb57d
-// -0.429588
-0xb6e0
-// 0.293272
-0x34b1
-// 0.138147
-0x306c
-// -0.567899
-0xb88b
-// -0.432482
-0xb6eb
-// -0.054314
-0xaaf4
-// 0.165329
-0x314a
-// 0.067994
-0x2c5a
-// -0.457987
-0xb754
-// -0.002656
-0x9971
-// -0.513519
-0xb81c
-// -0.029075
-0xa771
-// 0.241169
-0x33b8
-// -0.319190
-0xb51b
-// -0.484797
-0xb7c2
-// 0.112250
-0x2f2f
-// -0.151844
-0xb0dc
-// 0.795609
-0x3a5d
-// 0.070035
-0x2c7b
-// -0.444161
-0xb71b
-// 0.974337
-0x3bcb
-// -0.138711
-0xb070
-// -0.328346
-0xb541
-// 0.313468
+// -0.057514
+0xab5d
+// 0.256064
+0x3419
+// -0.248837
+0xb3f6
+// -0.053619
+0xaadd
+// -0.447088
+0xb727
+// 0.094569
+0x2e0d
+// 0.023458
+0x2601
+// 0.223147
+0x3324
+// 0.096916
+0x2e34
+// -0.487646
+0xb7cd
+// -0.406726
+0xb682
+// -0.110442
+0xaf11
+// 0.344890
+0x3585
+// -0.020104
+0xa526
+// -0.287240
+0xb499
+// 0.245633
+0x33dc
+// -0.043975
+0xa9a1
+// 0.249686
+0x33fd
+// -0.081797
+0xad3c
+// -0.016620
+0xa441
+// -0.099163
+0xae59
+// -0.053428
+0xaad7
+// 0.138691
+0x3070
+// -0.075964
+0xacdd
+// -0.545953
+0xb85e
+// -0.124930
+0xafff
+// 0.269257
+0x344f
+// 0.295010
+0x34b8
+// -0.045588
+0xa9d6
+// -0.368292
+0xb5e5
+// 0.165732
+0x314e
+// -0.079040
+0xad0f
+// -0.315003
+0xb50a
+// 0.036324
+0x28a6
+// 0.271945
+0x345a
+// -0.096040
+0xae26
+// -0.028420
+0xa747
+// 0.197103
+0x324f
+// -0.257436
+0xb41e
+// 0.266005
+0x3442
+// -0.480773
+0xb7b1
+// 0.141677
+0x3089
+// -0.253954
+0xb410
+// 0.024783
+0x2658
+// -0.143313
+0xb096
+// -0.224706
+0xb331
+// 0.107028
+0x2eda
+// -0.054487
+0xaaf9
+// -0.137477
+0xb066
+// -0.379353
+0xb612
+// 0.281069
+0x347f
+// 0.584195
+0x38ac
+// -0.017105
+0xa461
+// 0.164120
+0x3140
+// -0.522838
+0xb82f
+// 0.267401
+0x3447
+// -0.154750
+0xb0f4
+// 0.068466
+0x2c62
+// 0.177760
+0x31b0
+// 0.328174
+0x3540
+// 0.210084
+0x32b9
+// -0.070427
+0xac82
+// 0.060356
+0x2bba
+// -0.119720
+0xafa9
+// 0.299663
+0x34cb
+// 0.078195
+0x2d01
+// 0.082505
+0x2d48
+// -0.187097
+0xb1fd
+// 0.243874
+0x33ce
+// 0.045751
+0x29db
+// 0.163705
+0x313d
+// -0.244556
+0xb3d3
+// -0.338005
+0xb568
+// -0.082995
+0xad50
+// 0.240742
+0x33b4
+// -0.075977
+0xacdd
+// -0.225766
+0xb339
+// 0.058668
+0x2b82
+// -0.334010
+0xb558
+// -0.048641
+0xaa3a
+// -0.064471
+0xac20
+// -0.036706
+0xa8b3
+// -0.022323
+0xa5b7
+// -0.035929
+0xa899
+// -0.009588
+0xa0e9
+// -0.238239
+0xb3a0
+// -0.133874
+0xb049
+// -0.241367
+0xb3b9
+// -0.105434
+0xaebf
+// 0.092688
+0x2def
+// -0.144286
+0xb09e
+// -0.145392
+0xb0a7
+// -0.017235
+0xa46a
+// 0.288799
+0x349f
+// 0.188469
+0x3208
+// -0.226086
+0xb33c
+// -0.321803
+0xb526
+// 0.518756
+0x3826
+// -0.652339
+0xb938
+// 0.327512
+0x353d
+// -0.342226
+0xb57a
+// 0.460082
+0x375c
+// 0.413887
+0x369f
+// 0.108882
+0x2ef8
+// 0.332062
+0x3550
+// -0.519947
+0xb829
+// 0.105996
+0x2ec9
+// 0.291978
+0x34ac
+// -0.459405
+0xb75a
+// -0.011458
+0xa1de
+// 0.026821
+0x26de
+// -0.144956
+0xb0a3
+// -0.081355
+0xad35
+// -0.150960
+0xb0d5
+// 0.005436
+0x1d91
+// -0.203881
+0xb286
+// -0.379231
+0xb611
+// -0.223771
+0xb329
+// -0.025248
+0xa677
+// -0.064159
+0xac1b
+// -0.112351
+0xaf31
+// 0.313443
 0x3504
-// -0.722887
-0xb9c8
-// -0.336170
-0xb561
-// 0.113339
-0x2f41
-// -0.148880
-0xb0c4
-// -0.084368
-0xad66
-// 0.200211
-0x3268
-// -0.162633
-0xb134
-// 0.260741
-0x342c
-// -0.356641
-0xb5b5
-// -0.759164
-0xba13
-// 0.847140
-0x3ac7
-// 0.612871
-0x38e7
-// 0.141333
-0x3086
-// -0.410122
-0xb690
-// -0.014381
-0xa35d
-// -0.390573
-0xb640
-// 0.150028
-0x30cd
-// 0.174237
-0x3193
-// 0.263675
-0x3438
-// -0.478289
-0xb7a7
-// 0.503687
-0x3808
-// 0.478370
-0x37a7
-// -0.201633
-0xb274
-// -0.017477
-0xa479
-// -0.061121
-0xabd3
-// 0.649633
-0x3932
-// 0.317553
-0x3515
-// -0.339637
-0xb56f
-// 0.479598
-0x37ac
-// 0.434870
-0x36f5
-// -0.784715
-0xba47
-// 0.032480
-0x2828
-// -0.338299
+// 0.094764
+0x2e11
+// 0.023868
+0x261c
+// -0.014813
+0xa396
+// -0.152214
+0xb0df
+// 0.074531
+0x2cc5
+// 0.321221
+0x3524
+// 0.598844
+0x38ca
+// 0.130566
+0x302e
+// 0.133645
+0x3047
+// 0.119961
+0x2fad
+// -0.119158
+0xafa0
+// -0.072059
+0xac9d
+// 0.159123
+0x3118
+// -0.205290
+0xb292
+// -0.072154
+0xac9e
+// -0.286897
+0xb497
+// 0.197900
+0x3255
+// 0.065564
+0x2c32
+// 0.234391
+0x3380
+// -0.110760
+0xaf17
+// -0.565548
+0xb886
+// -0.141178
+0xb085
+// 0.185069
+0x31ec
+// 0.162793
+0x3136
+// 0.370323
+0x35ed
+// 0.118051
+0x2f8e
+// -0.107248
+0xaedd
+// 0.268375
+0x344b
+// -0.161860
+0xb12e
+// -0.056204
+0xab32
+// -0.324012
+0xb52f
+// -0.203288
+0xb281
+// 0.048705
+0x2a3c
+// -0.128146
+0xb01a
+// -0.001409
+0x95c6
+// -0.213999
+0xb2d9
+// 0.273411
+0x3460
+// 0.016214
+0x2427
+// -0.071964
+0xac9b
+// -0.190089
+0xb215
+// -0.417266
+0xb6ad
+// -0.242145
+0xb3c0
+// -0.235021
+0xb385
+// -0.006953
+0x9f1f
+// 0.011620
+0x21f3
+// 0.387833
+0x3635
+// -0.191185
+0xb21e
+// 0.130334
+0x302c
+// -0.338432
 0xb56a
-// 0.009023
-0x209f
-// 0.091124
-0x2dd5
-// 0.364329
-0x35d4
-// -0.495616
-0xb7ee
-// 0.015223
-0x23cb
-// 0.060953
-0x2bcd
-// -0.486362
-0xb7c8
-// 0.473714
-0x3794
-// -0.527052
-0xb837
-// 0.427502
-0x36d7
-// 0.234160
-0x337e
-// -0.292290
-0xb4ad
-// 0.123097
-0x2fe1
-// 0.319857
-0x351e
-// -0.362444
-0xb5cd
-// 0.172239
-0x3183
-// 0.201951
-0x3276
-// -0.130574
-0xb02e
-// -0.687446
-0xb980
-// -0.204057
-0xb288
-// -0.106518
-0xaed1
-// -0.270859
-0xb455
-// -0.289176
-0xb4a0
-// -0.382882
-0xb620
-// 0.239560
-0x33aa
-// -0.171498
-0xb17d
-// -0.001093
-0x947a
-// -0.203498
-0xb283
-// 0.063631
-0x2c13
-// -0.018826
-0xa4d2
-// -0.064732
-0xac25
-// 0.691437
-0x3988
-// -0.303704
-0xb4dc
-// 0.197745
-0x3254
-// -0.272763
-0xb45d
-// -0.454288
-0xb745
-// 0.121928
-0x2fce
-// 0.213614
-0x32d6
-// -0.185728
-0xb1f1
-// 0.248800
-0x33f6
-// 0.772337
-0x3a2e
-// -0.456206
-0xb74d
-// 0.589635
-0x38b8
-// -0.324684
-0xb532
-// 0.842790
-0x3abe
-// 0.191428
-0x3220
-// 0.139645
-0x3078
-// 0.398636
-0x3661
-// 0.380808
-0x3618
-// -0.095305
-0xae19
-// 0.032940
-0x2837
-// 0.169669
-0x316e
-// -0.213793
-0xb2d7
-// 0.731979
-0x39db
-// 0.189513
-0x3210
-// -0.292992
-0xb4b0
-// -0.126916
-0xb010
-// 0.272172
-0x345b
-// 0.203438
-0x3283
-// 0.313813
-0x3505
-// 0.335802
-0x355f
-// 0.378767
-0x360f
-// -0.078931
-0xad0d
-// -0.317690
-0xb515
-// 0.743340
-0x39f2
-// 0.291125
-0x34a8
-// -0.606059
-0xb8d9
-// 0.047364
-0x2a10
-// 0.023817
-0x2619
-// -0.231058
-0xb365
-// -0.132369
-0xb03c
-// 0.967415
-0x3bbd
-// 0.416391
-0x36aa
-// 0.572960
-0x3895
-// -0.225199
+// 0.070734
+0x2c87
+// -0.099565
+0xae5f
+// 0.030385
+0x27c7
+// -0.032567
+0xa82b
+// 0.028039
+0x272e
+// -0.231570
+0xb369
+// 0.053058
+0x2acb
+// -0.001464
+0x9600
+// -0.245752
+0xb3dd
+// 0.090379
+0x2dc9
+// -0.436565
+0xb6fc
+// 0.071602
+0x2c95
+// 0.127502
+0x3014
+// -0.084777
+0xad6d
+// 0.003739
+0x1ba8
+// 0.168389
+0x3163
+// 0.183929
+0x31e3
+// 0.054073
+0x2aec
+// -0.279428
+0xb479
+// -0.010038
+0xa124
+// -0.240282
+0xb3b0
+// -0.191460
+0xb220
+// 0.155984
+0x30fe
+// -0.225177
 0xb335
-// 0.399951
-0x3666
-// 0.076344
-0x2ce3
-// 0.761875
-0x3a18
-// 0.486057
-0x37c7
-// 0.154385
-0x30f1
-// -0.420867
-0xb6bc
-// -0.021977
-0xa5a0
-// 0.424771
-0x36cc
-// 0.349429
-0x3597
-// -0.658452
-0xb945
-// 0.550787
-0x3868
-// -0.457990
-0xb754
-// -0.091305
-0xadd8
-// 0.272043
-0x345a
-// -0.091770
-0xade0
-// 0.445491
-0x3721
-// -0.231741
-0xb36a
-// -0.456769
-0xb74f
-// 0.302211
-0x34d6
-// -0.365923
-0xb5db
-// 0.394335
-0x364f
-// 0.515519
-0x3820
-// 0.004777
-0x1ce4
-// -0.258458
-0xb423
-// 0.131778
-0x3038
-// -0.951370
-0xbb9c
-// -0.202133
-0xb278
-// 0.656575
-0x3941
-// 0.945765
-0x3b91
-// 0.415346
-0x36a5
+// 0.312924
+0x3502
+// 0.204237
+0x3289
+// 0.044863
+0x29be
+// -0.024814
+0xa65a
+// 0.019575
+0x2503
+// 0.050130
+0x2a6b
+// 0.365038
+0x35d7
+// 0.007436
+0x1f9d
+// -0.089125
+0xadb4
+// 0.203330
+0x3282
+// 0.048974
+0x2a45
+// -0.165856
+0xb14f
+// 0.178951
+0x31ba
+// -0.103507
+0xaea0
+// 0.362966
+0x35cf
+// -0.090898
+0xadd1
+// 0.372803
+0x35f7

+ 8 - 8
Testing/Patterns/DSP/Stats/StatsF16/MSEVals28_f16.txt

@@ -1,10 +1,10 @@
 H
 4
-// 0.211855
-0x32c8
-// 0.182973
-0x31db
-// 0.268630
-0x344c
-// 0.234421
-0x3380
+// 0.159123
+0x3118
+// 0.260970
+0x342d
+// 0.238134
+0x339f
+// 0.248745
+0x33f6

+ 6 - 6
Testing/Patterns/DSP/Stats/StatsF16/MaxIndexes1_s16.txt

@@ -1,8 +1,8 @@
 H
 3
-// 6
-0x0006
-// 6
-0x0006
-// 6
-0x0006
+// 0
+0x0000
+// 15
+0x000F
+// 15
+0x000F

+ 6 - 6
Testing/Patterns/DSP/Stats/StatsF16/MaxVals1_f16.txt

@@ -1,8 +1,8 @@
 H
 3
-// 0.426820
-0x36d4
-// 0.426820
-0x36d4
-// 0.426820
-0x36d4
+// 0.398630
+0x3661
+// 0.447807
+0x372a
+// 0.447807
+0x372a

+ 8 - 8
Testing/Patterns/DSP/Stats/StatsF16/MeanVals2_f16.txt

@@ -1,10 +1,10 @@
 H
 4
-// 0.241377
-0x33b9
-// 0.194923
-0x323d
-// 0.268473
-0x344c
-// 0.237753
-0x339c
+// 0.151613
+0x30da
+// 0.133133
+0x3043
+// 0.157483
+0x310a
+// 0.180669
+0x31c8

+ 6 - 6
Testing/Patterns/DSP/Stats/StatsF16/MinIndexes3_s16.txt

@@ -1,8 +1,8 @@
 H
 3
-// 5
-0x0005
-// 8
-0x0008
-// 21
-0x0015
+// 3
+0x0003
+// 3
+0x0003
+// 20
+0x0014

+ 6 - 6
Testing/Patterns/DSP/Stats/StatsF16/MinVals3_f16.txt

@@ -1,8 +1,8 @@
 H
 3
-// -0.281630
-0xb482
-// -0.301289
-0xb4d2
-// -0.725607
-0xb9ce
+// -0.181378
+0xb1ce
+// -0.181378
+0xb1ce
+// -0.620796
+0xb8f7

+ 6 - 6
Testing/Patterns/DSP/Stats/StatsF16/PowerVals4_f16.txt

@@ -1,8 +1,8 @@
 H
 3
-// 0.471030
-0x3789
-// 0.814069
-0x3a83
-// 2.320008
-0x40a4
+// 0.242802
+0x33c5
+// 0.529427
+0x383c
+// 1.125836
+0x3c81

+ 8 - 8
Testing/Patterns/DSP/Stats/StatsF16/RefAccumulate1_f16.txt

@@ -1,10 +1,10 @@
 H
 4
-// 0.128093
-0x3019
-// -1.588172
-0xbe5a
-// 0.924829
-0x3b66
-// -10.314345
-0xc928
+// -2.313170
+0xc0a0
+// -0.951025
+0xbb9c
+// -3.479234
+0xc2f5
+// 12.044879
+0x4a06

+ 20 - 20
Testing/Patterns/DSP/Stats/StatsF16/RefEntropy22_f16.txt

@@ -1,22 +1,22 @@
 H
 10
-// 1.038650
-0x3c28
-// 1.946771
-0x3fc9
-// 2.139348
-0x4047
-// 2.343983
-0x40b0
-// 0.989680
-0x3beb
-// 1.881268
-0x3f86
-// 1.990067
-0x3ff6
-// 2.193480
-0x4063
-// 1.026660
-0x3c1b
-// 1.720281
-0x3ee2
+// 1.039997
+0x3c29
+// 1.959225
+0x3fd6
+// 1.928131
+0x3fb6
+// 2.307688
+0x409e
+// 1.090337
+0x3c5d
+// 1.847517
+0x3f64
+// 2.008305
+0x4004
+// 2.317359
+0x40a2
+// 0.837196
+0x3ab3
+// 1.852123
+0x3f69

+ 20 - 20
Testing/Patterns/DSP/Stats/StatsF16/RefKL24_f16.txt

@@ -1,22 +1,22 @@
 H
 10
-// 0.413470
-0x369e
-// 0.394708
-0x3651
-// 0.582607
-0x38a9
-// 0.396809
-0x3659
-// 0.179323
-0x31bd
-// 0.111712
-0x2f26
-// 0.515907
-0x3821
-// 0.325282
-0x3534
-// 0.039444
-0x290c
-// 0.581119
-0x38a6
+// 1.234988
+0x3cf1
+// 0.944446
+0x3b8e
+// 0.273046
+0x345e
+// 0.344327
+0x3582
+// 0.397522
+0x365c
+// 0.339068
+0x356d
+// 0.645723
+0x392a
+// 0.577887
+0x38a0
+// 0.111167
+0x2f1d
+// 0.503089
+0x3806

+ 15 - 15
Testing/Patterns/DSP/Stats/StatsF16/RefLogSumExp23_f16.txt

@@ -1,22 +1,22 @@
 H
 10
-// 1.437131
-0x3dc0
-// 2.206211
+// 1.447131
+0x3dca
+// 2.206888
 0x406a
-// 2.309694
+// 2.310464
 0x409f
-// 2.569599
-0x4124
-// 1.432431
-0x3dbb
-// 2.207405
-0x406a
-// 2.310898
+// 2.569110
+0x4123
+// 1.464538
+0x3ddc
+// 2.205052
+0x4069
+// 2.310239
 0x409f
-// 2.569412
+// 2.569854
 0x4124
-// 1.455066
-0x3dd2
-// 2.207080
+// 1.444742
+0x3dc7
+// 2.206504
 0x406a

+ 20 - 20
Testing/Patterns/DSP/Stats/StatsF16/RefLogSumExpDot25_f16.txt

@@ -1,22 +1,22 @@
 H
 10
-// -0.908800
-0xbb45
-// -1.999736
-0xc000
-// -2.257576
-0xc084
-// -2.442263
-0xc0e2
-// -1.038944
-0xbc28
-// -2.090152
-0xc02e
-// -2.287087
-0xc093
-// -2.463247
-0xc0ed
-// -1.051243
-0xbc34
-// -2.074013
-0xc026
+// -0.931182
+0xbb73
+// -2.078945
+0xc028
+// -2.044300
+0xc017
+// -2.604318
+0xc135
+// -1.093885
+0xbc60
+// -1.832474
+0xbf54
+// -2.192138
+0xc062
+// -2.388674
+0xc0c7
+// -1.129126
+0xbc84
+// -2.043495
+0xc016

+ 8 - 8
Testing/Patterns/DSP/Stats/StatsF16/RmsVals5_f16.txt

@@ -1,10 +1,10 @@
 H
 4
-// 0.259403
-0x3427
-// 0.225564
-0x3338
-// 0.317600
-0x3515
-// 0.288172
-0x349c
+// 0.186242
+0x31f6
+// 0.181904
+0x31d2
+// 0.221245
+0x3314
+// 0.234963
+0x3385

+ 8 - 8
Testing/Patterns/DSP/Stats/StatsF16/StdVals6_f16.txt

@@ -1,10 +1,10 @@
 H
 4
-// 0.272449
-0x345c
-// 0.230237
-0x335e
-// 0.305035
-0x34e1
-// 0.289078
-0x34a0
+// 0.190160
+0x3216
+// 0.167737
+0x315e
+// 0.224993
+0x3333
+// 0.235523
+0x3389

+ 8 - 8
Testing/Patterns/DSP/Stats/StatsF16/VarVals7_f16.txt

@@ -1,10 +1,10 @@
 H
 4
-// 0.074228
-0x2cc0
-// 0.053009
-0x2ac9
-// 0.093046
-0x2df4
-// 0.083566
-0x2d59
+// 0.036161
+0x28a1
+// 0.028136
+0x2734
+// 0.050622
+0x2a7b
+// 0.055471
+0x2b1a

+ 6 - 6
Testing/Patterns/DSP/Stats/StatsF32/AbsMaxVals26_f32.txt

@@ -1,8 +1,8 @@
 W
 3
-// 0.725166
-0x3f39a47a
-// 0.817687
-0x3f5153ed
-// 0.817687
-0x3f5153ed
+// 0.362415
+0x3eb98e76
+// 0.672452
+0x3f2c25d5
+// 0.672452
+0x3f2c25d5

+ 4 - 4
Testing/Patterns/DSP/Stats/StatsF32/AbsMinIndexes27_s16.txt

@@ -2,7 +2,7 @@ H
 3
 // 1
 0x0001
-// 5
-0x0005
-// 9
-0x0009
+// 1
+0x0001
+// 10
+0x000A

+ 6 - 6
Testing/Patterns/DSP/Stats/StatsF32/AbsMinVals27_f32.txt

@@ -1,8 +1,8 @@
 W
 3
-// 0.198876
-0x3e4ba63c
-// 0.035481
-0x3d1154a3
-// 0.034200
-0x3d0c1510
+// 0.024860
+0x3ccba78d
+// 0.024860
+0x3ccba78d
+// 0.014183
+0x3c685f63

+ 600 - 600
Testing/Patterns/DSP/Stats/StatsF32/Input1_f32.txt

@@ -1,602 +1,602 @@
 W
 300
-// -0.377726
-0xbec16557
-// -0.358224
-0xbeb76921
-// 0.123119
-0x3dfc25f1
-// -0.068112
-0xbd8b7e72
-// 0.346598
-0x3eb17541
-// -0.599315
-0xbf196cae
-// 0.107932
-0x3ddd0b9d
-// -0.284624
-0xbe91ba3c
-// 0.597855
-0x3f190cff
-// 0.280965
-0x3e8fdaab
-// 0.116087
-0x3dedbf48
-// -0.483421
-0xbef782e7
-// 0.134097
-0x3e0950d2
-// -0.602530
-0xbf1a3f6b
-// -0.159215
-0xbe230941
-// 0.289708
-0x3e945491
-// 0.683767
-0x3f2f0b60
-// -0.455357
-0xbee92483
-// -0.094873
-0xbdc24ca8
-// 0.146635
-0x3e162772
-// 0.200860
-0x3e4dae21
-// 0.166716
-0x3e2ab7b8
-// 0.082362
-0x3da8ad92
-// -0.524974
-0xbf0664b2
-// -0.242775
-0xbe789a20
-// 0.299335
-0x3e994270
-// -0.139814
-0xbe0f2b54
-// -0.276083
-0xbe8d5abb
-// -0.335140
-0xbeab976c
-// 0.148333
-0x3e17e488
-// 0.036335
-0x3d14d412
-// 0.092999
-0x3dbe7664
-// 0.017478
-0x3c8f2d42
-// 0.152065
-0x3e1bb6d7
-// 0.083720
-0x3dab758f
-// -0.044039
-0xbd3461d8
-// 0.512991
-0x3f03535c
-// 0.053543
-0x3d5b5069
-// -0.030235
-0xbcf7b020
-// 0.175985
-0x3e343558
-// -0.043885
-0xbd33c11b
-// 0.511919
-0x3f030d25
-// -0.516717
-0xbf04478b
-// -0.120838
-0xbdf779bc
-// -0.111978
-0xbde55496
-// -0.031339
-0xbd005d38
-// 0.500377
-0x3f0018bc
-// -0.329727
-0xbea8d1f9
-// 0.211562
-0x3e58a39d
-// 0.000439
-0x39e5f473
-// -0.037505
-0xbd199f41
-// 0.395363
-0x3eca6d15
-// 0.039883
-0x3d235cb1
-// -0.150215
-0xbe19d1e6
-// -0.232925
-0xbe6e83f5
-// -1.000000
-0xbf800000
-// 0.087653
-0x3db3834e
-// 0.184848
-0x3e3d48d4
-// 0.280613
-0x3e8fac82
-// -0.154738
-0xbe1e7394
-// 0.069083
-0x3d8d7b26
-// -0.347344
-0xbeb1d705
-// -0.053229
-0xbd5a06b8
-// 0.233536
-0x3e6f240a
-// -0.826195
-0xbf53818b
-// -0.105144
-0xbdd755a2
-// -0.325523
-0xbea6aae3
-// 0.179740
-0x3e380da7
-// -0.462474
-0xbeecc95d
-// 0.031669
-0x3d01b7c0
-// 0.107484
-0x3ddc206b
-// -0.140251
-0xbe0f9ded
-// -0.356558
-0xbeb68ed1
-// -0.437939
-0xbee0397f
-// 0.195532
-0x3e483987
-// -0.020942
-0xbcab8eda
-// 0.680555
-0x3f2e38d3
-// -0.191153
-0xbe43bd7f
-// 0.031487
-0x3d00f8c8
-// 0.485945
-0x3ef8cdc6
-// -0.169842
-0xbe2deb0c
-// 0.547178
-0x3f0c13dd
-// 0.087393
-0x3db2faf0
-// 0.295912
-0x3e9781c6
-// 0.074314
-0x3d9831d2
-// 0.356633
-0x3eb6988e
-// 0.397525
-0x3ecb885c
-// -0.203216
-0xbe5017d2
-// -0.258139
-0xbe842ad0
-// 0.300207
-0x3e99b4c2
-// -0.041261
-0xbd29013a
-// 0.512922
-0x3f034ed8
-// -0.176450
-0xbe34af60
-// -0.000545
-0xba0ebfe3
-// -0.239624
-0xbe75601b
-// 0.685686
-0x3f2f8921
-// 0.041686
-0x3d2abe7e
-// -0.035084
-0xbd0fb416
-// -0.245319
-0xbe7b3502
-// 0.276163
-0x3e8d652f
-// -0.226492
-0xbe67eda1
-// -0.330008
-0xbea8f6d5
-// -0.393684
-0xbec990f9
-// 0.606898
-0x3f1b5da3
-// -0.305320
-0xbe9c52f0
-// 0.059297
-0x3d72e0ec
-// 0.073876
-0x3d974c5d
-// -0.127070
-0xbe021eb5
-// -0.401033
-0xbecd542f
-// 0.420192
-0x3ed7236e
-// 0.399763
-0x3eccadbb
-// 0.200313
-0x3e4d1edb
-// -0.241912
-0xbe77b7d4
-// 0.206630
-0x3e5396cb
-// 0.794814
-0x3f4b78ec
-// -0.049171
-0xbd4967a0
-// -0.914154
-0xbf6a0601
-// -0.127648
-0xbe02b612
-// -0.602013
-0xbf1a1d8e
-// -0.317801
-0xbea2b6d0
-// 0.154902
-0x3e1e9e93
-// 0.462823
-0x3eecf725
-// -0.216133
-0xbe5d5203
-// -0.012077
-0xbc45e01d
-// 0.316855
-0x3ea23ac6
-// 0.282727
-0x3e90c19e
-// 0.391110
-0x3ec83f89
-// 0.509227
-0x3f025cb7
-// 0.298565
-0x3e98dd74
-// 0.172301
-0x3e306f97
-// 0.362130
-0x3eb96915
-// 0.409707
-0x3ed1c51b
-// -0.145227
-0xbe14b646
-// 0.266799
-0x3e8899d8
-// 0.562173
-0x3f0fea8f
-// 0.401167
-0x3ecd65cf
-// -0.397313
-0xbecb6c9a
-// -0.333992
-0xbeab010f
-// -0.087162
-0xbdb281d3
-// 0.107374
-0x3ddbe6dd
-// 0.235439
-0x3e7116d5
-// 0.236245
-0x3e71ea1e
-// 0.109407
-0x3de01085
-// -0.037905
-0xbd1b42c9
-// -0.292449
-0xbe95bbe5
-// -0.062173
-0xbd7ea8d6
-// -0.227430
-0xbe68e34c
-// 0.081509
-0x3da6ee2c
-// 0.161540
-0x3e256aa3
-// -0.144037
-0xbe137e77
-// 0.234462
-0x3e7016d7
-// -0.301395
-0xbe9a507a
-// -0.065421
-0xbd85fb3e
-// -0.005896
-0xbbc13147
-// -0.295001
-0xbe970a52
-// -0.602780
-0xbf1a4fce
-// 0.192648
-0x3e454597
-// 0.127856
-0x3e02ecb2
-// -0.093376
-0xbdbf3bba
-// -0.024511
-0xbcc8cb59
-// -0.464392
-0xbeedc4c0
-// 0.656700
-0x3f281d7d
-// 0.319074
-0x3ea35da4
-// 0.250636
-0x3e80535d
-// 0.037166
-0x3d183b3b
-// -0.347295
-0xbeb1d0a2
-// 0.485288
-0x3ef8779c
-// 0.072974
-0x3d957343
-// 0.411197
-0x3ed28868
-// -0.711399
-0xbf361e3f
-// 0.344154
-0x3eb034f2
-// 0.294189
-0x3e969ff5
-// 0.134773
-0x3e0a020d
-// -0.362128
-0xbeb968cb
-// -0.001346
-0xbab06db9
-// 0.472654
-0x3ef1ffa9
-// -0.245983
-0xbe7be2ed
-// 0.005547
-0x3bb5c4ca
-// 0.152167
-0x3e1bd1ad
-// 0.145062
-0x3e148b3a
-// 0.189860
-0x3e426a98
-// 0.274736
-0x3e8caa2e
-// 0.220705
-0x3e620065
-// 0.169199
-0x3e2d4290
-// -0.246746
-0xbe7caada
-// 0.162769
-0x3e26acf2
-// 0.203404
-0x3e504918
-// -0.066691
-0xbd889513
-// 0.291818
-0x3e95693c
-// 0.440951
-0x3ee1c456
-// -0.270627
-0xbe8a8f93
-// 0.304682
-0x3e9bff3e
-// 0.087533
-0x3db344c1
-// 0.358010
-0x3eb74d0b
-// -0.185352
-0xbe3dccfd
-// -0.192556
-0xbe452d70
-// -0.272440
-0xbe8b7d4b
-// -0.145536
-0xbe150771
-// -0.408349
-0xbed11315
-// -0.183621
-0xbe3c073b
-// -0.115138
-0xbdebcdb2
-// -0.379319
-0xbec23616
-// 0.026008
-0x3cd50fa2
-// 0.460403
-0x3eebb9fe
-// 0.140207
-0x3e0f925c
-// 0.113609
-0x3de8ac0e
-// -0.256750
-0xbe8374c0
-// 0.312153
-0x3e9fd292
-// 0.484054
-0x3ef7d5f6
-// 0.091943
-0x3dbc4c78
-// 0.073397
-0x3d96512a
-// 0.164294
-0x3e283c9a
-// 0.455744
-0x3ee95751
-// -0.078640
-0xbda10deb
-// 0.223045
-0x3e6465f6
-// -0.329950
-0xbea8ef30
-// -0.273836
-0xbe8c343e
-// -0.076514
-0xbd9cb3a0
-// 0.074024
-0x3d979a16
-// 0.049064
-0x3d48f6e7
-// 0.073164
-0x3d95d6c0
-// -0.304107
-0xbe9bb3f7
-// -0.596950
-0xbf18d1b7
-// 0.357064
-0x3eb6d10f
-// -0.770360
-0xbf45364b
-// 0.147324
-0x3e16dc0d
-// -0.132838
-0xbe0806cd
-// -0.532105
-0xbf083804
-// 0.250090
-0x3e800bd4
-// 0.106557
-0x3dda3a87
-// 0.381055
-0x3ec31994
-// 0.315860
-0x3ea1b86d
-// -0.138713
-0xbe0e0ad6
-// -0.174311
-0xbe327eb4
-// 0.193534
-0x3e462de0
-// -0.384464
-0xbec4d883
-// 0.103810
-0x3dd49a8d
-// 0.140688
-0x3e10107b
-// 0.373678
-0x3ebf52bc
-// 0.537490
-0x3f0998ea
-// 0.122553
-0x3dfafcd5
-// -0.512377
-0xbf032b28
-// 0.101072
-0x3dcefee7
-// 0.318265
-0x3ea2f3ae
-// 0.395712
-0x3eca9acd
-// 0.008371
-0x3c092643
-// -0.307678
-0xbe9d87fe
-// -0.162772
-0xbe26ad93
-// -0.405134
-0xbecf6dae
-// 0.159256
-0x3e2313fe
-// -0.465443
-0xbeee4e85
-// -0.392539
-0xbec8faec
-// -0.391063
-0xbec83972
-// -0.065193
-0xbd85840a
-// -0.019448
-0xbc9f50d5
-// -0.053100
-0xbd597f94
-// 0.273066
-0x3e8bcf4d
-// 0.404517
-0x3ecf1ccd
-// 0.266881
-0x3e88a496
-// 0.259403
-0x3e84d07d
-// 0.224002
-0x3e6560af
-// -0.024662
-0xbcca07b0
-// 0.133437
-0x3e08a39b
-// 0.057385
-0x3d6b0cfd
-// 0.030169
-0x3cf72538
-// -0.091378
-0xbdbb249c
-// 0.354783
-0x3eb5a628
-// 0.373114
-0x3ebf08cf
-// 0.528233
-0x3f073a46
-// -0.340838
-0xbeae825f
-// 0.296160
-0x3e97a258
-// 0.256293
-0x3e8338ca
-// 0.396384
-0x3ecaf2ce
-// -0.234242
-0xbe6fdd33
-// 0.131963
-0x3e07215c
-// -0.012224
-0xbc484712
-// 0.306919
-0x3e9d2476
-// -0.024774
-0xbccaf2b1
-// -0.415493
-0xbed4bb6f
-// 0.121611
-0x3df90f40
-// 0.534087
-0x3f08b9ec
-// 0.020730
-0x3ca9d12e
-// 0.146990
-0x3e168484
-// 0.457080
-0x3eea065b
-// -0.455791
-0xbee95d65
-// -0.441185
-0xbee1e30a
-// -0.220988
-0xbe624abe
-// -0.064019
-0xbd831c70
-// 0.406686
-0x3ed03924
-// 0.070305
-0x3d8ffbee
-// -0.218688
-0xbe5fefa1
-// -0.099170
-0xbdcb19c1
-// 0.199728
-0x3e4c8579
-// 0.311934
-0x3e9fb5e0
-// 0.305886
-0x3e9c9d18
-// -0.269230
-0xbe89d888
-// 0.560170
-0x3f0f6752
-// 0.018468
-0x3c974956
-// -0.144907
-0xbe146287
-// 0.010040
-0x3c247ff1
+// -0.640033
+0xbf23d92d
+// -0.450620
+0xbee6b79d
+// 0.525531
+0x3f068935
+// 0.454496
+0x3ee8b3a7
+// 0.058611
+0x3d701195
+// 0.372906
+0x3ebeed98
+// -0.345073
+0xbeb0ad68
+// -0.160417
+0xbe24446b
+// 0.452393
+0x3ee7a01a
+// -0.515249
+0xbf03e757
+// 0.126353
+0x3e0162a1
+// 0.143499
+0x3e12f154
+// 0.865713
+0x3f5d9f5e
+// -0.299967
+0xbe999543
+// 0.135984
+0x3e0b3f58
+// 0.573502
+0x3f12d109
+// -0.073248
+0xbd9602eb
+// 0.192590
+0x3e45364c
+// -0.044274
+0xbd355824
+// 0.055557
+0x3d638fc5
+// -0.163918
+0xbe27da0f
+// -0.319977
+0xbea3d3f8
+// 0.045177
+0x3d390b63
+// -0.223110
+0xbe647709
+// -0.594029
+0xbf181246
+// 0.604969
+0x3f1adf43
+// -0.530379
+0xbf07c6ec
+// -0.406463
+0xbed01bee
+// 0.201914
+0x3e4ec292
+// -0.185083
+0xbe3d8675
+// 0.117593
+0x3df0d463
+// -0.099655
+0xbdcc17c8
+// -0.089322
+0xbdb6ee50
+// 1.000000
+0x3f800000
+// -0.304314
+0xbe9bcefb
+// -0.422137
+0xbed82257
+// 0.034061
+0x3d0b83bd
+// -0.064914
+0xbd84f1d7
+// -0.266090
+0xbe883ceb
+// -0.060965
+0xbd79b61b
+// 0.370380
+0x3ebda27b
+// -0.154859
+0xbe1e9365
+// -0.154114
+0xbe1dd02b
+// 0.081713
+0x3da758f6
+// 0.118737
+0x3df32c57
+// 0.526918
+0x3f06e411
+// 0.136499
+0x3e0bc66a
+// -0.116868
+0xbdef584f
+// 0.112381
+0x3de627dd
+// 0.000998
+0x3a82c1f9
+// 0.395441
+0x3eca772f
+// 0.002963
+0x3b423380
+// -0.286412
+0xbe92a490
+// 0.208565
+0x3e559231
+// -0.157863
+0xbe21a6e3
+// 0.071858
+0x3d932a8c
+// -0.477884
+0xbef4ad3b
+// 0.332803
+0x3eaa6522
+// -0.522168
+0xbf05acd1
+// -0.091175
+0xbdbaba36
+// -0.594557
+0xbf1834e5
+// -0.025634
+0xbcd1ff02
+// 0.241142
+0x3e76ee0b
+// 0.049027
+0x3d48d073
+// 0.019097
+0x3c9c714e
+// -0.071558
+0xbd928cec
+// 0.060044
+0x3d75f11d
+// 0.321135
+0x3ea46bd9
+// -0.158927
+0xbe22bdc8
+// -0.227680
+0xbe692510
+// -0.069431
+0xbd8e31e9
+// -0.262067
+0xbe862da0
+// 0.088377
+0x3db4fed4
+// -0.144059
+0xbe13842d
+// -0.368108
+0xbebc7898
+// -0.683794
+0xbf2f0d17
+// -0.066942
+0xbd8918d8
+// 0.251914
+0x3e80fae5
+// 0.044927
+0x3d38052c
+// -0.107185
+0xbddb83b4
+// 0.002891
+0x3b3d6f02
+// 0.201362
+0x3e4e31c5
+// -0.201586
+0xbe4e6c81
+// -0.601001
+0xbf19db34
+// -0.050197
+0xbd4d9b57
+// -0.266686
+0xbe888b21
+// 0.686537
+0x3f2fc0e9
+// 0.649843
+0x3f265c14
+// 0.353944
+0x3eb53824
+// -0.298224
+0xbe98b0d3
+// -0.150598
+0xbe1a3658
+// 0.245940
+0x3e7bd7b2
+// -0.177231
+0xbe357c0d
+// -0.084983
+0xbdae0bcc
+// 0.537154
+0x3f0982e5
+// -0.106330
+0xbdd9c376
+// 0.091053
+0x3dba7a0d
+// 0.108232
+0x3ddda8c0
+// 0.453775
+0x3ee8553f
+// 0.387024
+0x3ec627fc
+// -0.933659
+0xbf6f044c
+// -0.071011
+0xbd916e62
+// -0.137774
+0xbe0d1488
+// -0.137582
+0xbe0ce242
+// 0.189334
+0x3e41e0b2
+// 0.230598
+0x3e6c21f4
+// -0.047419
+0xbd423ae8
+// -0.105459
+0xbdd7faf8
+// 0.203023
+0x3e4fe548
+// 0.088394
+0x3db5082c
+// 0.164338
+0x3e284838
+// 0.539547
+0x3f0a1fc0
+// 0.308459
+0x3e9dee66
+// -0.130457
+0xbe05966f
+// 0.493198
+0x3efc846f
+// -0.041233
+0xbd28e379
+// -0.215168
+0xbe5c550d
+// -0.465781
+0xbeee7acd
+// -0.313188
+0xbea05a28
+// -0.334149
+0xbeab1597
+// 0.323423
+0x3ea597a4
+// 0.507385
+0x3f01e404
+// 0.550437
+0x3f0ce971
+// -0.143543
+0xbe12fcdb
+// -0.061742
+0xbd7ce4cc
+// -0.324144
+0xbea5f643
+// 0.520106
+0x3f0525ae
+// -0.215456
+0xbe5ca066
+// 0.334645
+0x3eab569a
+// -0.361272
+0xbeb8f8a7
+// 0.295365
+0x3e973a12
+// 0.290898
+0x3e94f08a
+// 0.091816
+0x3dbc0a42
+// 0.237055
+0x3e72be91
+// -0.198984
+0xbe4bc283
+// -0.211601
+0xbe58ae0f
+// 0.073029
+0x3d95903c
+// -0.171581
+0xbe2fb2dc
+// 0.228164
+0x3e69a3c9
+// 0.507192
+0x3f01d756
+// 0.006891
+0x3be1cb80
+// 0.173028
+0x3e312e41
+// -0.061362
+0xbd7b564f
+// 0.040465
+0x3d25bf01
+// 0.142022
+0x3e116e4a
+// 0.219144
+0x3e606751
+// 0.469365
+0x3ef0509f
+// 0.311265
+0x3e9f5e2b
+// -0.380898
+0xbec3050b
+// 0.069822
+0x3d8efef0
+// -0.413951
+0xbed3f161
+// -0.068451
+0xbd8c2fc9
+// 0.345114
+0x3eb0b2c5
+// 0.381866
+0x3ec383e2
+// -0.311919
+0xbe9fb3e2
+// 0.087863
+0x3db3f199
+// 0.061913
+0x3d7d98d0
+// 0.192713
+0x3e4556ab
+// 0.154667
+0x3e1e60f6
+// -0.338484
+0xbead4dc4
+// 0.310617
+0x3e9f0929
+// 0.658889
+0x3f28acef
+// -0.371944
+0xbebe6f62
+// 0.396074
+0x3ecaca34
+// -0.543753
+0xbf0b336d
+// 0.202679
+0x3e4f8b30
+// -0.168264
+0xbe2c4d74
+// 0.232005
+0x3e6d92a4
+// 0.336510
+0x3eac4b14
+// 0.607870
+0x3f1b9d65
+// 0.427131
+0x3edab0e3
+// 0.237167
+0x3e72dbce
+// -0.263360
+0xbe86d72b
+// 0.486010
+0x3ef8d650
+// -0.315425
+0xbea17f63
+// 0.174753
+0x3e32f253
+// -0.221178
+0xbe627c8a
+// 0.169895
+0x3e2df90f
+// 0.302138
+0x3e9ab1d2
+// 0.310058
+0x3e9ebffd
+// -0.293939
+0xbe967f34
+// -0.852017
+0xbf5a1dd1
+// 0.002258
+0x3b13f8cb
+// -0.383665
+0xbec46faf
+// 0.222238
+0x3e639276
+// 0.488320
+0x3efa0509
+// -0.135229
+0xbe0a7968
+// 0.250080
+0x3e800a7a
+// -0.242804
+0xbe78a183
+// -0.147466
+0xbe170143
+// 0.079105
+0x3da201da
+// 0.033517
+0x3d0948b7
+// -0.070003
+0xbd8f5df2
+// 0.250535
+0x3e804615
+// -0.039878
+0xbd235709
+// 0.162722
+0x3e26a083
+// 0.465844
+0x3eee8320
+// -0.218890
+0xbe6024b3
+// -0.273144
+0xbe8bd996
+// -0.021759
+0xbcb23fb4
+// -0.168234
+0xbe2c456a
+// -0.299803
+0xbe997fce
+// 0.220212
+0x3e617f54
+// 0.036111
+0x3d13e8a5
+// -0.217706
+0xbe5eee73
+// 0.559134
+0x3f0f2366
+// 0.057713
+0x3d6c649a
+// -0.358975
+0xbeb7cb90
+// 0.266752
+0x3e8893b6
+// 0.134171
+0x3e09643a
+// 0.296604
+0x3e97dc83
+// 0.267464
+0x3e88f119
+// -0.027988
+0xbce5467e
+// 0.413115
+0x3ed383dc
+// -0.049528
+0xbd4addeb
+// -0.464679
+0xbeedea5b
+// -0.082575
+0xbda91d17
+// -0.443378
+0xbee3026f
+// 0.499223
+0x3eff9a1c
+// 0.098030
+0x3dc8c411
+// -0.333942
+0xbeaafa71
+// 0.170804
+0x3e2ee75e
+// 0.186663
+0x3e3f247f
+// -0.155015
+0xbe1ebc5e
+// -0.165308
+0xbe294683
+// -0.370827
+0xbebddcfb
+// -0.218648
+0xbe5fe55e
+// 0.057999
+0x3d6d909c
+// -0.202996
+0xbe4fde2f
+// 0.024822
+0x3ccb573a
+// -0.168077
+0xbe2c1c46
+// -0.237551
+0xbe73409f
+// 0.324057
+0x3ea5ead1
+// -0.554286
+0xbf0de5b7
+// 0.052821
+0x3d585a51
+// 0.468103
+0x3eefab3e
+// -0.042411
+0xbd2db6b3
+// -0.162992
+0xbe26e765
+// -0.066428
+0xbd880ba8
+// -0.239222
+0xbe74f6bc
+// -0.033025
+0xbd0744c6
+// -0.351435
+0xbeb3ef56
+// -0.035463
+0xbd1141b8
+// -0.008507
+0xbc0b5fb7
+// -0.033168
+0xbd07db8b
+// 0.041294
+0x3d2923b8
+// 0.063306
+0x3d81a680
+// 0.188361
+0x3e40e1b1
+// -0.160553
+0xbe2467ff
+// -0.318555
+0xbea31994
+// -0.423313
+0xbed8bc89
+// 0.063131
+0x3d814ad1
+// -0.267746
+0xbe8915f2
+// -0.026379
+0xbcd818e8
+// -0.054950
+0xbd611302
+// -0.082974
+0xbda9ee71
+// 0.820115
+0x3f51f30d
+// 0.172431
+0x3e3091e0
+// -0.719927
+0xbf384d1c
+// -0.055230
+0xbd62391a
+// 0.252681
+0x3e815f65
+// 0.348853
+0x3eb29cd7
+// -0.130976
+0xbe061e82
+// 0.231832
+0x3e6d655a
+// 0.523650
+0x3f060df5
+// -0.683968
+0xbf2f1889
+// -0.672198
+0xbf2c1529
+// 0.381782
+0x3ec378e9
+// 0.271544
+0x3e8b07cc
+// -0.573976
+0xbf12f01d
+// 0.245830
+0x3e7bbaee
+// 0.727051
+0x3f3a1ffe
+// 0.314544
+0x3ea10be1
+// 0.327762
+0x3ea7d074
+// 0.461242
+0x3eec27ef
+// -0.452444
+0xbee7a6ae
+// -0.312544
+0xbea005cd
+// 0.198806
+0x3e4b93e5
+// 0.223406
+0x3e64c491
+// -0.694627
+0xbf31d30d
+// -0.145848
+0xbe155910
+// -0.707700
+0xbf352bd4
+// -0.170727
+0xbe2ed2f5
+// 0.296510
+0x3e97d021
+// 0.343716
+0x3eaffb8f
+// -0.068743
+0xbd8cc8e6
+// 0.393648
+0x3ec98c49
+// 0.095292
+0x3dc32844
+// -0.190140
+0xbe42b417
+// 0.363740
+0x3eba3c19
+// -0.143631
+0xbe1313e5
+// -0.088136
+0xbdb48080
+// -0.227373
+0xbe68d481
+// 0.682514
+0x3f2eb93c
+// -0.282544
+0xbe90a98f
+// 0.360729
+0x3eb8b178
+// -0.374528
+0xbebfc228
+// 0.171251
+0x3e2f5c88
+// -0.611948
+0xbf1ca899
+// -0.440127
+0xbee15855

+ 150 - 150
Testing/Patterns/DSP/Stats/StatsF32/Input22_f32.txt

@@ -1,152 +1,152 @@
 W
 75
-// 0.139299
-0x3e0ea458
-// 0.243504
-0x3e795925
-// 0.617197
-0x3f1e00a1
-// 0.202604
-0x3e4f7780
-// 0.090058
-0x3db87026
-// 0.202371
-0x3e4f3a51
-// 0.077865
-0x3d9f777b
-// 0.172391
-0x3e308756
-// 0.164134
-0x3e2812a9
-// 0.004039
-0x3b845918
-// 0.086539
-0x3db13b2c
-// 0.201266
-0x3e4e1894
-// 0.011166
-0x3c36f2dd
-// 0.213869
-0x3e5b007e
-// 0.191255
-0x3e43d878
-// 0.116516
-0x3deea001
-// 0.004634
-0x3b97d52b
-// 0.141697
-0x3e111908
-// 0.057325
-0x3d6acdf3
-// 0.062271
-0x3d7f1064
-// 0.042025
-0x3d2c226c
-// 0.074736
-0x3d990ef9
-// 0.066566
-0x3d8853b7
-// 0.095556
-0x3dc3b2ca
-// 0.083236
-0x3daa77e1
-// 0.122073
-0x3dfa0174
-// 0.131399
-0x3e068d72
-// 0.152970
-0x3e1ca44b
-// 0.104930
-0x3dd6e54e
-// 0.013785
-0x3c61dc7f
-// 0.091219
-0x3dbad119
-// 0.021504
-0x3cb02a23
-// 0.203084
-0x3e4ff530
-// 0.255759
-0x3e82f2ca
-// 0.541158
-0x3f0a894f
-// 0.238470
-0x3e743165
-// 0.063813
-0x3d82b046
-// 0.179555
-0x3e37dd51
-// 0.020661
-0x3ca941f8
-// 0.181682
-0x3e3a0adf
-// 0.010763
-0x3c305779
-// 0.239220
-0x3e74f632
-// 0.065835
-0x3d86d4bf
-// 0.112196
-0x3de5c6ee
-// 0.121721
-0x3df948dc
-// 0.011783
-0x3c410cf0
-// 0.178184
-0x3e3675c8
-// 0.003526
-0x3b67178e
-// 0.175082
-0x3e3348cf
-// 0.102792
-0x3dd2848e
-// 0.195865
-0x3e4890cc
-// 0.098851
-0x3dca7288
-// 0.083762
-0x3dab8b77
-// 0.030166
-0x3cf71da6
-// 0.061922
-0x3d7da21a
-// 0.087430
-0x3db30e57
-// 0.061831
-0x3d7d41fc
-// 0.171415
-0x3e2f8774
-// 0.073782
-0x3d971b0c
-// 0.093617
-0x3dbfba19
-// 0.090613
-0x3db99363
-// 0.023013
-0x3cbc86cd
-// 0.068715
-0x3d8cba83
-// 0.153734
-0x3e1d6c8c
-// 0.265197
-0x3e87c7f0
-// 0.403476
-0x3ece9465
-// 0.331327
-0x3ea9a3ab
-// 0.158636
-0x3e227178
-// 0.050249
-0x3d4dd166
-// 0.168962
-0x3e2d044d
-// 0.159649
-0x3e237b12
-// 0.119025
-0x3df3c385
-// 0.104834
-0x3dd6b355
-// 0.172108
-0x3e303cfd
-// 0.066537
-0x3d8844cc
+// 0.562140
+0x3f0fe867
+// 0.314246
+0x3ea0e4e2
+// 0.123614
+0x3dfd293d
+// 0.173789
+0x3e31f5a7
+// 0.116548
+0x3deeb08c
+// 0.111111
+0x3de38e66
+// 0.146367
+0x3e15e156
+// 0.155920
+0x3e1fa983
+// 0.164154
+0x3e2817f0
+// 0.117989
+0x3df1a41c
+// 0.014122
+0x3c676099
+// 0.212670
+0x3e59c61f
+// 0.123644
+0x3dfd3948
+// 0.033471
+0x3d0918d5
+// 0.000053
+0x385ff877
+// 0.076718
+0x3d9d1e16
+// 0.086578
+0x3db14ff8
+// 0.252056
+0x3e810d7a
+// 0.182313
+0x3e3ab032
+// 0.032497
+0x3d051b71
+// 0.079916
+0x3da3aac2
+// 0.125622
+0x3e00a31a
+// 0.106848
+0x3ddad32a
+// 0.115269
+0x3dec1235
+// 0.132888
+0x3e0813b9
+// 0.110669
+0x3de2a65b
+// 0.019553
+0x3ca02e5e
+// 0.014830
+0x3c72f84e
+// 0.068067
+0x3d8b66cb
+// 0.129296
+0x3e046632
+// 0.081587
+0x3da716ec
+// 0.015456
+0x3c7d391a
+// 0.335652
+0x3eabda8f
+// 0.346019
+0x3eb1295c
+// 0.318329
+0x3ea2fc15
+// 0.049926
+0x3d4c7f7d
+// 0.169078
+0x3e2d22db
+// 0.192356
+0x3e44f912
+// 0.102999
+0x3dd2f14d
+// 0.008539
+0x3c0be68d
+// 0.116122
+0x3dedd13c
+// 0.048686
+0x3d476b33
+// 0.312293
+0x3e9fe4dd
+// 0.119651
+0x3df50b8a
+// 0.146600
+0x3e161e43
+// 0.025025
+0x3ccd0106
+// 0.222942
+0x3e644b06
+// 0.119589
+0x3df4eb1d
+// 0.079090
+0x3da1f9eb
+// 0.210386
+0x3e576f72
+// 0.005489
+0x3bb3dc86
+// 0.071228
+0x3d91dff0
+// 0.035204
+0x3d1031f0
+// 0.075739
+0x3d9b1d23
+// 0.097751
+0x3dc83171
+// 0.104601
+0x3dd638f3
+// 0.094262
+0x3dc10c7f
+// 0.088472
+0x3db530d0
+// 0.102488
+0x3dd1e574
+// 0.105174
+0x3dd76558
+// 0.081783
+0x3da77dbb
+// 0.006131
+0x3bc8e45b
+// 0.081581
+0x3da713e1
+// 0.126815
+0x3e01dbc1
+// 0.354096
+0x3eb54c0c
+// 0.400093
+0x3eccd900
+// 0.245811
+0x3e7bb5e8
+// 0.112479
+0x3de65ba4
+// 0.035423
+0x3d11172f
+// 0.054139
+0x3d5dc120
+// 0.313328
+0x3ea06c84
+// 0.083934
+0x3dabe575
+// 0.036557
+0x3d15bd3c
+// 0.151816
+0x3e1b7588
+// 0.212324
+0x3e596b81

+ 150 - 150
Testing/Patterns/DSP/Stats/StatsF32/Input23_f32.txt

@@ -1,152 +1,152 @@
 W
 75
-// 0.345743
-0x3eb10549
-// 0.293338
-0x3e963064
-// 0.360919
-0x3eb8ca53
-// 0.097630
-0x3dc7f238
-// 0.043332
-0x3d317d18
-// 0.182350
-0x3e3ab9d8
-// 0.098215
-0x3dc9251b
-// 0.162684
-0x3e2696be
-// 0.182520
-0x3e3ae673
-// 0.194672
-0x3e475801
-// 0.038597
-0x3d1e181a
-// 0.044841
-0x3d37ab05
-// 0.266239
-0x3e885082
-// 0.126875
-0x3e01eba5
-// 0.000457
-0x39ef6012
-// 0.197609
-0x3e4a5a1c
-// 0.009001
-0x3c137a6c
-// 0.186483
-0x3e3ef556
-// 0.028345
-0x3ce8340e
-// 0.140149
-0x3e0f834a
-// 0.076998
-0x3d9db12a
-// 0.011259
-0x3c387877
-// 0.086891
-0x3db1f3f6
-// 0.082043
-0x3da805f6
-// 0.003872
-0x3b7dc320
-// 0.114450
-0x3dea6482
-// 0.141038
-0x3e106c50
-// 0.100489
-0x3dcdcd4f
-// 0.133838
-0x3e090cdb
-// 0.127520
-0x3e02948f
-// 0.038552
-0x3d1de8e8
-// 0.083050
-0x3daa160a
-// 0.178493
-0x3e36c6fe
-// 0.562763
-0x3f10113b
-// 0.258744
-0x3e847a0c
-// 0.259387
-0x3e84ce70
-// 0.228176
-0x3e69a6f3
-// 0.201006
-0x3e4dd48e
-// 0.062209
-0x3d7ecec7
-// 0.171563
-0x3e2fae4b
-// 0.056317
-0x3d66acc4
-// 0.014738
-0x3c71768a
-// 0.006603
-0x3bd86122
-// 0.079749
-0x3da35386
-// 0.074187
-0x3d97ef58
-// 0.079783
-0x3da36579
-// 0.076358
-0x3d9c6175
-// 0.219242
-0x3e608119
-// 0.079712
-0x3da34020
-// 0.154995
-0x3e1eb6fe
-// 0.101154
-0x3dcf2a04
-// 0.134819
-0x3e0a0df1
-// 0.053698
-0x3d5bf2a6
-// 0.055119
-0x3d61c429
-// 0.107934
-0x3ddd0c7a
-// 0.036828
-0x3d16d948
-// 0.131274
-0x3e066caa
-// 0.024779
-0x3ccafc64
-// 0.016178
-0x3c848732
-// 0.132344
-0x3e078531
-// 0.032167
-0x3d03c144
-// 0.164741
-0x3e28b1e5
-// 0.160207
-0x3e240d5a
-// 0.084732
-0x3dad87be
-// 0.219526
-0x3e60cb78
-// 0.390347
-0x3ec7db82
-// 0.390127
-0x3ec7bec2
-// 0.162314
-0x3e26359d
-// 0.198917
-0x3e4bb0ff
-// 0.022633
-0x3cb96915
-// 0.192433
-0x3e450d3f
-// 0.194969
-0x3e47a5d9
-// 0.031776
-0x3d0227b4
-// 0.082820
-0x3da99d58
-// 0.114138
-0x3de9c121
+// 0.326926
+0x3ea762de
+// 0.347589
+0x3eb1f730
+// 0.325485
+0x3ea6a5f2
+// 0.168333
+0x3e2c5f8a
+// 0.142175
+0x3e119646
+// 0.092905
+0x3dbe44ee
+// 0.104576
+0x3dd62bb9
+// 0.159746
+0x3e239463
+// 0.137237
+0x3e0c87d1
+// 0.160808
+0x3e24aacf
+// 0.034221
+0x3d0c2b62
+// 0.003259
+0x3b558eff
+// 0.211731
+0x3e58d016
+// 0.034465
+0x3d0d2b10
+// 0.094985
+0x3dc28771
+// 0.198776
+0x3e4b8bed
+// 0.194701
+0x3e475fc5
+// 0.100605
+0x3dce09c0
+// 0.088531
+0x3db54ff4
+// 0.072947
+0x3d956549
+// 0.108609
+0x3dde6e9b
+// 0.125181
+0x3e002f93
+// 0.118248
+0x3df22c37
+// 0.050555
+0x3d4f12bd
+// 0.076379
+0x3d9c6c7b
+// 0.076764
+0x3d9d369c
+// 0.049323
+0x3d4a0682
+// 0.046419
+0x3d3e21e6
+// 0.112656
+0x3de6b814
+// 0.004097
+0x3b8641b0
+// 0.100113
+0x3dcd07f3
+// 0.131655
+0x3e06d09e
+// 0.410145
+0x3ed1fe7f
+// 0.275241
+0x3e8cec65
+// 0.314614
+0x3ea1151c
+// 0.235975
+0x3e71a35b
+// 0.147786
+0x3e17552f
+// 0.057515
+0x3d6b9547
+// 0.151846
+0x3e1b7d86
+// 0.105103
+0x3dd74027
+// 0.244152
+0x3e7a02da
+// 0.051509
+0x3d52fb7e
+// 0.006114
+0x3bc85a2f
+// 0.078740
+0x3da14286
+// 0.029500
+0x3cf1a95d
+// 0.169919
+0x3e2dff26
+// 0.017767
+0x3c918bd8
+// 0.110472
+0x3de23f01
+// 0.113050
+0x3de786ca
+// 0.016589
+0x3c87e63f
+// 0.267038
+0x3e88b92e
+// 0.196926
+0x3e49a6e6
+// 0.026371
+0x3cd808b0
+// 0.039754
+0x3d22d4fe
+// 0.088069
+0x3db45d4f
+// 0.149848
+0x3e1971c1
+// 0.100476
+0x3dcdc62e
+// 0.044943
+0x3d38168e
+// 0.048195
+0x3d45686f
+// 0.104526
+0x3dd611b1
+// 0.106655
+0x3dda6e21
+// 0.166066
+0x3e2a0d27
+// 0.043641
+0x3d32c081
+// 0.081456
+0x3da6d278
+// 0.454372
+0x3ee8a382
+// 0.102045
+0x3dd0fccd
+// 0.443583
+0x3ee31d4b
+// 0.216317
+0x3e5d8222
+// 0.004867
+0x3b9f7e57
+// 0.040132
+0x3d24619e
+// 0.198869
+0x3e4ba460
+// 0.249057
+0x3e7f08bf
+// 0.207473
+0x3e5473bb
+// 0.057384
+0x3d6b0b05
+// 0.025901
+0x3cd42f3f

+ 598 - 598
Testing/Patterns/DSP/Stats/StatsF32/Input2_f32.txt

@@ -1,602 +1,602 @@
 W
 300
-// 0.377726
-0x3ec16557
-// 0.358224
-0x3eb76921
-// 0.123119
-0x3dfc25f1
-// 0.068112
-0x3d8b7e72
-// 0.346598
-0x3eb17541
-// 0.599315
-0x3f196cae
-// 0.107932
-0x3ddd0b9d
-// 0.284624
-0x3e91ba3c
-// 0.597855
-0x3f190cff
-// 0.280965
-0x3e8fdaab
-// 0.116087
-0x3dedbf48
-// 0.483421
-0x3ef782e7
-// 0.134097
-0x3e0950d2
-// 0.602530
-0x3f1a3f6b
-// 0.159215
-0x3e230941
-// 0.289708
-0x3e945491
-// 0.683767
-0x3f2f0b60
-// 0.455357
-0x3ee92483
-// 0.094873
-0x3dc24ca8
-// 0.146635
-0x3e162772
-// 0.200860
-0x3e4dae21
-// 0.166716
-0x3e2ab7b8
-// 0.082362
-0x3da8ad92
-// 0.524974
-0x3f0664b2
-// 0.242775
-0x3e789a20
-// 0.299335
-0x3e994270
-// 0.139814
-0x3e0f2b54
-// 0.276083
-0x3e8d5abb
-// 0.335140
-0x3eab976c
-// 0.148333
-0x3e17e488
-// 0.036335
-0x3d14d412
-// 0.092999
-0x3dbe7664
-// 0.017478
-0x3c8f2d42
-// 0.152065
-0x3e1bb6d7
-// 0.083720
-0x3dab758f
-// 0.044039
-0x3d3461d8
-// 0.512991
-0x3f03535c
-// 0.053543
-0x3d5b5069
-// 0.030235
-0x3cf7b020
-// 0.175985
-0x3e343558
-// 0.043885
-0x3d33c11b
-// 0.511919
-0x3f030d25
-// 0.516717
-0x3f04478b
-// 0.120838
-0x3df779bc
-// 0.111978
-0x3de55496
-// 0.031339
-0x3d005d38
-// 0.500377
-0x3f0018bc
-// 0.329727
-0x3ea8d1f9
-// 0.211562
-0x3e58a39d
-// 0.000439
-0x39e5f473
-// 0.037505
-0x3d199f41
-// 0.395363
-0x3eca6d15
-// 0.039883
-0x3d235cb1
-// 0.150215
-0x3e19d1e6
-// 0.232925
-0x3e6e83f5
+// 0.640033
+0x3f23d92d
+// 0.450620
+0x3ee6b79d
+// 0.525531
+0x3f068935
+// 0.454496
+0x3ee8b3a7
+// 0.058611
+0x3d701195
+// 0.372906
+0x3ebeed98
+// 0.345073
+0x3eb0ad68
+// 0.160417
+0x3e24446b
+// 0.452393
+0x3ee7a01a
+// 0.515249
+0x3f03e757
+// 0.126353
+0x3e0162a1
+// 0.143499
+0x3e12f154
+// 0.865713
+0x3f5d9f5e
+// 0.299967
+0x3e999543
+// 0.135984
+0x3e0b3f58
+// 0.573502
+0x3f12d109
+// 0.073248
+0x3d9602eb
+// 0.192590
+0x3e45364c
+// 0.044274
+0x3d355824
+// 0.055557
+0x3d638fc5
+// 0.163918
+0x3e27da0f
+// 0.319977
+0x3ea3d3f8
+// 0.045177
+0x3d390b63
+// 0.223110
+0x3e647709
+// 0.594029
+0x3f181246
+// 0.604969
+0x3f1adf43
+// 0.530379
+0x3f07c6ec
+// 0.406463
+0x3ed01bee
+// 0.201914
+0x3e4ec292
+// 0.185083
+0x3e3d8675
+// 0.117593
+0x3df0d463
+// 0.099655
+0x3dcc17c8
+// 0.089322
+0x3db6ee50
 // 1.000000
 0x3f800000
-// 0.087653
-0x3db3834e
-// 0.184848
-0x3e3d48d4
-// 0.280613
-0x3e8fac82
-// 0.154738
-0x3e1e7394
-// 0.069083
-0x3d8d7b26
-// 0.347344
-0x3eb1d705
-// 0.053229
-0x3d5a06b8
-// 0.233536
-0x3e6f240a
-// 0.826195
-0x3f53818b
-// 0.105144
-0x3dd755a2
-// 0.325523
-0x3ea6aae3
-// 0.179740
-0x3e380da7
-// 0.462474
-0x3eecc95d
-// 0.031669
-0x3d01b7c0
-// 0.107484
-0x3ddc206b
-// 0.140251
-0x3e0f9ded
-// 0.356558
-0x3eb68ed1
-// 0.437939
-0x3ee0397f
-// 0.195532
-0x3e483987
-// 0.020942
-0x3cab8eda
-// 0.680555
-0x3f2e38d3
-// 0.191153
-0x3e43bd7f
-// 0.031487
-0x3d00f8c8
-// 0.485945
-0x3ef8cdc6
-// 0.169842
-0x3e2deb0c
-// 0.547178
-0x3f0c13dd
-// 0.087393
-0x3db2faf0
-// 0.295912
-0x3e9781c6
-// 0.074314
-0x3d9831d2
-// 0.356633
-0x3eb6988e
-// 0.397525
-0x3ecb885c
-// 0.203216
-0x3e5017d2
-// 0.258139
-0x3e842ad0
-// 0.300207
-0x3e99b4c2
-// 0.041261
-0x3d29013a
-// 0.512922
-0x3f034ed8
-// 0.176450
-0x3e34af60
-// 0.000545
-0x3a0ebfe3
-// 0.239624
-0x3e75601b
-// 0.685686
-0x3f2f8921
-// 0.041686
-0x3d2abe7e
-// 0.035084
-0x3d0fb416
-// 0.245319
-0x3e7b3502
-// 0.276163
-0x3e8d652f
-// 0.226492
-0x3e67eda1
-// 0.330008
-0x3ea8f6d5
-// 0.393684
-0x3ec990f9
-// 0.606898
-0x3f1b5da3
-// 0.305320
-0x3e9c52f0
-// 0.059297
-0x3d72e0ec
-// 0.073876
-0x3d974c5d
-// 0.127070
-0x3e021eb5
-// 0.401033
-0x3ecd542f
-// 0.420192
-0x3ed7236e
-// 0.399763
-0x3eccadbb
-// 0.200313
-0x3e4d1edb
-// 0.241912
-0x3e77b7d4
-// 0.206630
-0x3e5396cb
-// 0.794814
-0x3f4b78ec
-// 0.049171
-0x3d4967a0
-// 0.914154
-0x3f6a0601
-// 0.127648
-0x3e02b612
-// 0.602013
-0x3f1a1d8e
-// 0.317801
-0x3ea2b6d0
-// 0.154902
-0x3e1e9e93
-// 0.462823
-0x3eecf725
-// 0.216133
-0x3e5d5203
-// 0.012077
-0x3c45e01d
-// 0.316855
-0x3ea23ac6
-// 0.282727
-0x3e90c19e
-// 0.391110
-0x3ec83f89
-// 0.509227
-0x3f025cb7
-// 0.298565
-0x3e98dd74
-// 0.172301
-0x3e306f97
-// 0.362130
-0x3eb96915
-// 0.409707
-0x3ed1c51b
-// 0.145227
-0x3e14b646
-// 0.266799
-0x3e8899d8
-// 0.562173
-0x3f0fea8f
-// 0.401167
-0x3ecd65cf
-// 0.397313
-0x3ecb6c9a
-// 0.333992
-0x3eab010f
-// 0.087162
-0x3db281d3
-// 0.107374
-0x3ddbe6dd
-// 0.235439
-0x3e7116d5
-// 0.236245
-0x3e71ea1e
-// 0.109407
-0x3de01085
-// 0.037905
-0x3d1b42c9
-// 0.292449
-0x3e95bbe5
-// 0.062173
-0x3d7ea8d6
-// 0.227430
-0x3e68e34c
-// 0.081509
-0x3da6ee2c
-// 0.161540
-0x3e256aa3
-// 0.144037
-0x3e137e77
-// 0.234462
-0x3e7016d7
-// 0.301395
-0x3e9a507a
-// 0.065421
-0x3d85fb3e
-// 0.005896
-0x3bc13147
-// 0.295001
-0x3e970a52
-// 0.602780
-0x3f1a4fce
-// 0.192648
-0x3e454597
-// 0.127856
-0x3e02ecb2
-// 0.093376
-0x3dbf3bba
-// 0.024511
-0x3cc8cb59
-// 0.464392
-0x3eedc4c0
-// 0.656700
-0x3f281d7d
-// 0.319074
-0x3ea35da4
-// 0.250636
-0x3e80535d
-// 0.037166
-0x3d183b3b
-// 0.347295
-0x3eb1d0a2
-// 0.485288
-0x3ef8779c
-// 0.072974
-0x3d957343
-// 0.411197
-0x3ed28868
-// 0.711399
-0x3f361e3f
-// 0.344154
-0x3eb034f2
-// 0.294189
-0x3e969ff5
-// 0.134773
-0x3e0a020d
-// 0.362128
-0x3eb968cb
-// 0.001346
-0x3ab06db9
-// 0.472654
-0x3ef1ffa9
-// 0.245983
-0x3e7be2ed
-// 0.005547
-0x3bb5c4ca
-// 0.152167
-0x3e1bd1ad
-// 0.145062
-0x3e148b3a
-// 0.189860
-0x3e426a98
-// 0.274736
-0x3e8caa2e
-// 0.220705
-0x3e620065
-// 0.169199
-0x3e2d4290
-// 0.246746
-0x3e7caada
-// 0.162769
-0x3e26acf2
-// 0.203404
-0x3e504918
-// 0.066691
-0x3d889513
-// 0.291818
-0x3e95693c
-// 0.440951
-0x3ee1c456
-// 0.270627
-0x3e8a8f93
-// 0.304682
-0x3e9bff3e
-// 0.087533
-0x3db344c1
-// 0.358010
-0x3eb74d0b
-// 0.185352
-0x3e3dccfd
-// 0.192556
-0x3e452d70
-// 0.272440
-0x3e8b7d4b
-// 0.145536
-0x3e150771
-// 0.408349
-0x3ed11315
-// 0.183621
-0x3e3c073b
-// 0.115138
-0x3debcdb2
-// 0.379319
-0x3ec23616
-// 0.026008
-0x3cd50fa2
-// 0.460403
-0x3eebb9fe
-// 0.140207
-0x3e0f925c
-// 0.113609
-0x3de8ac0e
-// 0.256750
-0x3e8374c0
-// 0.312153
-0x3e9fd292
-// 0.484054
-0x3ef7d5f6
-// 0.091943
-0x3dbc4c78
-// 0.073397
-0x3d96512a
-// 0.164294
-0x3e283c9a
-// 0.455744
-0x3ee95751
-// 0.078640
-0x3da10deb
-// 0.223045
-0x3e6465f6
-// 0.329950
-0x3ea8ef30
-// 0.273836
-0x3e8c343e
-// 0.076514
-0x3d9cb3a0
-// 0.074024
-0x3d979a16
-// 0.049064
-0x3d48f6e7
-// 0.073164
-0x3d95d6c0
-// 0.304107
-0x3e9bb3f7
-// 0.596950
-0x3f18d1b7
-// 0.357064
-0x3eb6d10f
-// 0.770360
-0x3f45364b
-// 0.147324
-0x3e16dc0d
-// 0.132838
-0x3e0806cd
-// 0.532105
-0x3f083804
-// 0.250090
-0x3e800bd4
-// 0.106557
-0x3dda3a87
-// 0.381055
-0x3ec31994
-// 0.315860
-0x3ea1b86d
-// 0.138713
-0x3e0e0ad6
-// 0.174311
-0x3e327eb4
-// 0.193534
-0x3e462de0
-// 0.384464
-0x3ec4d883
-// 0.103810
-0x3dd49a8d
-// 0.140688
-0x3e10107b
-// 0.373678
-0x3ebf52bc
-// 0.537490
-0x3f0998ea
-// 0.122553
-0x3dfafcd5
-// 0.512377
-0x3f032b28
-// 0.101072
-0x3dcefee7
-// 0.318265
-0x3ea2f3ae
-// 0.395712
-0x3eca9acd
-// 0.008371
-0x3c092643
-// 0.307678
-0x3e9d87fe
-// 0.162772
-0x3e26ad93
-// 0.405134
-0x3ecf6dae
-// 0.159256
-0x3e2313fe
-// 0.465443
-0x3eee4e85
-// 0.392539
-0x3ec8faec
-// 0.391063
-0x3ec83972
-// 0.065193
-0x3d85840a
-// 0.019448
-0x3c9f50d5
-// 0.053100
-0x3d597f94
-// 0.273066
-0x3e8bcf4d
-// 0.404517
-0x3ecf1ccd
-// 0.266881
-0x3e88a496
-// 0.259403
-0x3e84d07d
-// 0.224002
-0x3e6560af
-// 0.024662
-0x3cca07b0
-// 0.133437
-0x3e08a39b
-// 0.057385
-0x3d6b0cfd
-// 0.030169
-0x3cf72538
-// 0.091378
-0x3dbb249c
-// 0.354783
-0x3eb5a628
-// 0.373114
-0x3ebf08cf
-// 0.528233
-0x3f073a46
-// 0.340838
-0x3eae825f
-// 0.296160
-0x3e97a258
-// 0.256293
-0x3e8338ca
-// 0.396384
-0x3ecaf2ce
-// 0.234242
-0x3e6fdd33
-// 0.131963
-0x3e07215c
-// 0.012224
-0x3c484712
-// 0.306919
-0x3e9d2476
-// 0.024774
-0x3ccaf2b1
-// 0.415493
-0x3ed4bb6f
-// 0.121611
-0x3df90f40
-// 0.534087
-0x3f08b9ec
-// 0.020730
-0x3ca9d12e
-// 0.146990
-0x3e168484
-// 0.457080
-0x3eea065b
-// 0.455791
-0x3ee95d65
-// 0.441185
-0x3ee1e30a
-// 0.220988
-0x3e624abe
-// 0.064019
-0x3d831c70
-// 0.406686
-0x3ed03924
-// 0.070305
-0x3d8ffbee
-// 0.218688
-0x3e5fefa1
-// 0.099170
-0x3dcb19c1
-// 0.199728
-0x3e4c8579
-// 0.311934
-0x3e9fb5e0
-// 0.305886
-0x3e9c9d18
-// 0.269230
-0x3e89d888
-// 0.560170
-0x3f0f6752
-// 0.018468
-0x3c974956
-// 0.144907
-0x3e146287
-// 0.010040
-0x3c247ff1
+// 0.304314
+0x3e9bcefb
+// 0.422137
+0x3ed82257
+// 0.034061
+0x3d0b83bd
+// 0.064914
+0x3d84f1d7
+// 0.266090
+0x3e883ceb
+// 0.060965
+0x3d79b61b
+// 0.370380
+0x3ebda27b
+// 0.154859
+0x3e1e9365
+// 0.154114
+0x3e1dd02b
+// 0.081713
+0x3da758f6
+// 0.118737
+0x3df32c57
+// 0.526918
+0x3f06e411
+// 0.136499
+0x3e0bc66a
+// 0.116868
+0x3def584f
+// 0.112381
+0x3de627dd
+// 0.000998
+0x3a82c1f9
+// 0.395441
+0x3eca772f
+// 0.002963
+0x3b423380
+// 0.286412
+0x3e92a490
+// 0.208565
+0x3e559231
+// 0.157863
+0x3e21a6e3
+// 0.071858
+0x3d932a8c
+// 0.477884
+0x3ef4ad3b
+// 0.332803
+0x3eaa6522
+// 0.522168
+0x3f05acd1
+// 0.091175
+0x3dbaba36
+// 0.594557
+0x3f1834e5
+// 0.025634
+0x3cd1ff02
+// 0.241142
+0x3e76ee0b
+// 0.049027
+0x3d48d073
+// 0.019097
+0x3c9c714e
+// 0.071558
+0x3d928cec
+// 0.060044
+0x3d75f11d
+// 0.321135
+0x3ea46bd9
+// 0.158927
+0x3e22bdc8
+// 0.227680
+0x3e692510
+// 0.069431
+0x3d8e31e9
+// 0.262067
+0x3e862da0
+// 0.088377
+0x3db4fed4
+// 0.144059
+0x3e13842d
+// 0.368108
+0x3ebc7898
+// 0.683794
+0x3f2f0d17
+// 0.066942
+0x3d8918d8
+// 0.251914
+0x3e80fae5
+// 0.044927
+0x3d38052c
+// 0.107185
+0x3ddb83b4
+// 0.002891
+0x3b3d6f02
+// 0.201362
+0x3e4e31c5
+// 0.201586
+0x3e4e6c81
+// 0.601001
+0x3f19db34
+// 0.050197
+0x3d4d9b57
+// 0.266686
+0x3e888b21
+// 0.686537
+0x3f2fc0e9
+// 0.649843
+0x3f265c14
+// 0.353944
+0x3eb53824
+// 0.298224
+0x3e98b0d3
+// 0.150598
+0x3e1a3658
+// 0.245940
+0x3e7bd7b2
+// 0.177231
+0x3e357c0d
+// 0.084983
+0x3dae0bcc
+// 0.537154
+0x3f0982e5
+// 0.106330
+0x3dd9c376
+// 0.091053
+0x3dba7a0d
+// 0.108232
+0x3ddda8c0
+// 0.453775
+0x3ee8553f
+// 0.387024
+0x3ec627fc
+// 0.933659
+0x3f6f044c
+// 0.071011
+0x3d916e62
+// 0.137774
+0x3e0d1488
+// 0.137582
+0x3e0ce242
+// 0.189334
+0x3e41e0b2
+// 0.230598
+0x3e6c21f4
+// 0.047419
+0x3d423ae8
+// 0.105459
+0x3dd7faf8
+// 0.203023
+0x3e4fe548
+// 0.088394
+0x3db5082c
+// 0.164338
+0x3e284838
+// 0.539547
+0x3f0a1fc0
+// 0.308459
+0x3e9dee66
+// 0.130457
+0x3e05966f
+// 0.493198
+0x3efc846f
+// 0.041233
+0x3d28e379
+// 0.215168
+0x3e5c550d
+// 0.465781
+0x3eee7acd
+// 0.313188
+0x3ea05a28
+// 0.334149
+0x3eab1597
+// 0.323423
+0x3ea597a4
+// 0.507385
+0x3f01e404
+// 0.550437
+0x3f0ce971
+// 0.143543
+0x3e12fcdb
+// 0.061742
+0x3d7ce4cc
+// 0.324144
+0x3ea5f643
+// 0.520106
+0x3f0525ae
+// 0.215456
+0x3e5ca066
+// 0.334645
+0x3eab569a
+// 0.361272
+0x3eb8f8a7
+// 0.295365
+0x3e973a12
+// 0.290898
+0x3e94f08a
+// 0.091816
+0x3dbc0a42
+// 0.237055
+0x3e72be91
+// 0.198984
+0x3e4bc283
+// 0.211601
+0x3e58ae0f
+// 0.073029
+0x3d95903c
+// 0.171581
+0x3e2fb2dc
+// 0.228164
+0x3e69a3c9
+// 0.507192
+0x3f01d756
+// 0.006891
+0x3be1cb80
+// 0.173028
+0x3e312e41
+// 0.061362
+0x3d7b564f
+// 0.040465
+0x3d25bf01
+// 0.142022
+0x3e116e4a
+// 0.219144
+0x3e606751
+// 0.469365
+0x3ef0509f
+// 0.311265
+0x3e9f5e2b
+// 0.380898
+0x3ec3050b
+// 0.069822
+0x3d8efef0
+// 0.413951
+0x3ed3f161
+// 0.068451
+0x3d8c2fc9
+// 0.345114
+0x3eb0b2c5
+// 0.381866
+0x3ec383e2
+// 0.311919
+0x3e9fb3e2
+// 0.087863
+0x3db3f199
+// 0.061913
+0x3d7d98d0
+// 0.192713
+0x3e4556ab
+// 0.154667
+0x3e1e60f6
+// 0.338484
+0x3ead4dc4
+// 0.310617
+0x3e9f0929
+// 0.658889
+0x3f28acef
+// 0.371944
+0x3ebe6f62
+// 0.396074
+0x3ecaca34
+// 0.543753
+0x3f0b336d
+// 0.202679
+0x3e4f8b30
+// 0.168264
+0x3e2c4d74
+// 0.232005
+0x3e6d92a4
+// 0.336510
+0x3eac4b14
+// 0.607870
+0x3f1b9d65
+// 0.427131
+0x3edab0e3
+// 0.237167
+0x3e72dbce
+// 0.263360
+0x3e86d72b
+// 0.486010
+0x3ef8d650
+// 0.315425
+0x3ea17f63
+// 0.174753
+0x3e32f253
+// 0.221178
+0x3e627c8a
+// 0.169895
+0x3e2df90f
+// 0.302138
+0x3e9ab1d2
+// 0.310058
+0x3e9ebffd
+// 0.293939
+0x3e967f34
+// 0.852017
+0x3f5a1dd1
+// 0.002258
+0x3b13f8cb
+// 0.383665
+0x3ec46faf
+// 0.222238
+0x3e639276
+// 0.488320
+0x3efa0509
+// 0.135229
+0x3e0a7968
+// 0.250080
+0x3e800a7a
+// 0.242804
+0x3e78a183
+// 0.147466
+0x3e170143
+// 0.079105
+0x3da201da
+// 0.033517
+0x3d0948b7
+// 0.070003
+0x3d8f5df2
+// 0.250535
+0x3e804615
+// 0.039878
+0x3d235709
+// 0.162722
+0x3e26a083
+// 0.465844
+0x3eee8320
+// 0.218890
+0x3e6024b3
+// 0.273144
+0x3e8bd996
+// 0.021759
+0x3cb23fb4
+// 0.168234
+0x3e2c456a
+// 0.299803
+0x3e997fce
+// 0.220212
+0x3e617f54
+// 0.036111
+0x3d13e8a5
+// 0.217706
+0x3e5eee73
+// 0.559134
+0x3f0f2366
+// 0.057713
+0x3d6c649a
+// 0.358975
+0x3eb7cb90
+// 0.266752
+0x3e8893b6
+// 0.134171
+0x3e09643a
+// 0.296604
+0x3e97dc83
+// 0.267464
+0x3e88f119
+// 0.027988
+0x3ce5467e
+// 0.413115
+0x3ed383dc
+// 0.049528
+0x3d4addeb
+// 0.464679
+0x3eedea5b
+// 0.082575
+0x3da91d17
+// 0.443378
+0x3ee3026f
+// 0.499223
+0x3eff9a1c
+// 0.098030
+0x3dc8c411
+// 0.333942
+0x3eaafa71
+// 0.170804
+0x3e2ee75e
+// 0.186663
+0x3e3f247f
+// 0.155015
+0x3e1ebc5e
+// 0.165308
+0x3e294683
+// 0.370827
+0x3ebddcfb
+// 0.218648
+0x3e5fe55e
+// 0.057999
+0x3d6d909c
+// 0.202996
+0x3e4fde2f
+// 0.024822
+0x3ccb573a
+// 0.168077
+0x3e2c1c46
+// 0.237551
+0x3e73409f
+// 0.324057
+0x3ea5ead1
+// 0.554286
+0x3f0de5b7
+// 0.052821
+0x3d585a51
+// 0.468103
+0x3eefab3e
+// 0.042411
+0x3d2db6b3
+// 0.162992
+0x3e26e765
+// 0.066428
+0x3d880ba8
+// 0.239222
+0x3e74f6bc
+// 0.033025
+0x3d0744c6
+// 0.351435
+0x3eb3ef56
+// 0.035463
+0x3d1141b8
+// 0.008507
+0x3c0b5fb7
+// 0.033168
+0x3d07db8b
+// 0.041294
+0x3d2923b8
+// 0.063306
+0x3d81a680
+// 0.188361
+0x3e40e1b1
+// 0.160553
+0x3e2467ff
+// 0.318555
+0x3ea31994
+// 0.423313
+0x3ed8bc89
+// 0.063131
+0x3d814ad1
+// 0.267746
+0x3e8915f2
+// 0.026379
+0x3cd818e8
+// 0.054950
+0x3d611302
+// 0.082974
+0x3da9ee71
+// 0.820115
+0x3f51f30d
+// 0.172431
+0x3e3091e0
+// 0.719927
+0x3f384d1c
+// 0.055230
+0x3d62391a
+// 0.252681
+0x3e815f65
+// 0.348853
+0x3eb29cd7
+// 0.130976
+0x3e061e82
+// 0.231832
+0x3e6d655a
+// 0.523650
+0x3f060df5
+// 0.683968
+0x3f2f1889
+// 0.672198
+0x3f2c1529
+// 0.381782
+0x3ec378e9
+// 0.271544
+0x3e8b07cc
+// 0.573976
+0x3f12f01d
+// 0.245830
+0x3e7bbaee
+// 0.727051
+0x3f3a1ffe
+// 0.314544
+0x3ea10be1
+// 0.327762
+0x3ea7d074
+// 0.461242
+0x3eec27ef
+// 0.452444
+0x3ee7a6ae
+// 0.312544
+0x3ea005cd
+// 0.198806
+0x3e4b93e5
+// 0.223406
+0x3e64c491
+// 0.694627
+0x3f31d30d
+// 0.145848
+0x3e155910
+// 0.707700
+0x3f352bd4
+// 0.170727
+0x3e2ed2f5
+// 0.296510
+0x3e97d021
+// 0.343716
+0x3eaffb8f
+// 0.068743
+0x3d8cc8e6
+// 0.393648
+0x3ec98c49
+// 0.095292
+0x3dc32844
+// 0.190140
+0x3e42b417
+// 0.363740
+0x3eba3c19
+// 0.143631
+0x3e1313e5
+// 0.088136
+0x3db48080
+// 0.227373
+0x3e68d481
+// 0.682514
+0x3f2eb93c
+// 0.282544
+0x3e90a98f
+// 0.360729
+0x3eb8b178
+// 0.374528
+0x3ebfc228
+// 0.171251
+0x3e2f5c88
+// 0.611948
+0x3f1ca899
+// 0.440127
+0x3ee15855

+ 150 - 150
Testing/Patterns/DSP/Stats/StatsF32/InputA24_f32.txt

@@ -1,152 +1,152 @@
 W
 75
-// 0.134590
-0x3e09d205
-// 0.384247
-0x3ec4bc0e
-// 0.481163
-0x3ef65af0
-// 0.035390
-0x3d10f548
-// 0.209516
-0x3e568b68
-// 0.100448
-0x3dcdb7bf
-// 0.086410
-0x3db0f7c6
-// 0.214588
-0x3e5bbd06
-// 0.141113
-0x3e107fe5
-// 0.166287
-0x3e2a470c
-// 0.046248
-0x3d3d6e32
-// 0.069938
-0x3d8f3b82
-// 0.124603
-0x3dff2fe2
-// 0.011898
-0x3c42f04d
-// 0.067425
-0x3d8a1612
-// 0.144051
-0x3e138225
-// 0.153683
-0x3e1d5f0b
-// 0.164612
-0x3e289013
-// 0.171632
-0x3e2fc050
-// 0.092158
-0x3dbcbd5a
-// 0.060382
-0x3d77534d
-// 0.141647
-0x3e110bd0
-// 0.134362
-0x3e099653
-// 0.093122
-0x3dbeb69f
-// 0.006414
-0x3bd22e3b
-// 0.127069
-0x3e021e61
-// 0.059287
-0x3d72d66b
-// 0.005465
-0x3bb31365
-// 0.089275
-0x3db6d5fc
-// 0.131071
-0x3e063768
-// 0.121566
-0x3df8f76a
-// 0.030341
-0x3cf88cb8
-// 0.370957
-0x3ebdee21
-// 0.357685
-0x3eb7227f
-// 0.271358
-0x3e8aef60
-// 0.276095
-0x3e8d5c4c
-// 0.250123
-0x3e801023
-// 0.050181
-0x3d4d8aa4
-// 0.004965
-0x3ba2b568
-// 0.086401
-0x3db0f327
-// 0.043513
-0x3d323a46
-// 0.287490
-0x3e9331f3
-// 0.001231
-0x3aa160c8
-// 0.037363
-0x3d190a27
-// 0.170963
-0x3e2f10e6
-// 0.119607
-0x3df4f496
-// 0.148806
-0x3e186082
-// 0.117185
-0x3deffe70
-// 0.104499
-0x3dd6036c
-// 0.147592
-0x3e172253
-// 0.088746
-0x3db5c09c
-// 0.065240
-0x3d859c68
-// 0.058979
-0x3d71941d
-// 0.111470
-0x3de44a51
-// 0.085577
-0x3daf431b
-// 0.098775
-0x3dca4acc
-// 0.117716
-0x3df11508
-// 0.107329
-0x3ddbcf71
-// 0.041020
-0x3d280515
-// 0.043113
-0x3d3096f0
-// 0.125867
-0x3e00e351
-// 0.074586
-0x3d98c055
-// 0.134906
-0x3e0a24c3
-// 0.000661
-0x3a2d60dd
-// 0.424845
-0x3ed98553
-// 0.533340
-0x3f0888fa
-// 0.041815
-0x3d2b45c3
-// 0.131725
-0x3e06e308
-// 0.154964
-0x3e1eaee7
-// 0.098678
-0x3dca1791
-// 0.097600
-0x3dc7e280
-// 0.203593
-0x3e507aa0
-// 0.205547
-0x3e527adb
-// 0.042320
-0x3d2d5798
-// 0.065573
-0x3d864b52
+// 0.617055
+0x3f1df754
+// 0.212240
+0x3e59558c
+// 0.170704
+0x3e2ecd23
+// 0.129312
+0x3e046a48
+// 0.191166
+0x3e43c0f0
+// 0.171906
+0x3e300842
+// 0.163767
+0x3e27b274
+// 0.020934
+0x3cab7ddc
+// 0.171206
+0x3e2f5085
+// 0.044963
+0x3d382b84
+// 0.106746
+0x3dda9de2
+// 0.084261
+0x3dac90d2
+// 0.190031
+0x3e42977a
+// 0.133464
+0x3e08aaba
+// 0.104171
+0x3dd55792
+// 0.174691
+0x3e32e250
+// 0.044015
+0x3d34495c
+// 0.056702
+0x3d684039
+// 0.090578
+0x3db980bd
+// 0.122088
+0x3dfa090b
+// 0.041910
+0x3d2ba94e
+// 0.042290
+0x3d2d3859
+// 0.071185
+0x3d91c946
+// 0.144359
+0x3e13d2c5
+// 0.041816
+0x3d2b4727
+// 0.139525
+0x3e0edf8a
+// 0.079271
+0x3da258b3
+// 0.059345
+0x3d7313bf
+// 0.107624
+0x3ddc69c7
+// 0.061630
+0x3d7c6fda
+// 0.077507
+0x3d9ebbd9
+// 0.133540
+0x3e08becb
+// 0.347498
+0x3eb1eb36
+// 0.373160
+0x3ebf0ec8
+// 0.279343
+0x3e8f0602
+// 0.205666
+0x3e529a33
+// 0.101598
+0x3dd012c6
+// 0.261826
+0x3e860e09
+// 0.005220
+0x3bab0d0c
+// 0.024361
+0x3cc7904f
+// 0.066555
+0x3d884ddc
+// 0.228844
+0x3e6a5622
+// 0.105930
+0x3dd8f1ac
+// 0.151782
+0x3e1b6c9f
+// 0.043649
+0x3d32c9b6
+// 0.182663
+0x3e3b0bea
+// 0.014913
+0x3c7455d7
+// 0.142456
+0x3e11dfe6
+// 0.123648
+0x3dfd3b44
+// 0.059025
+0x3d71c3c9
+// 0.106588
+0x3dda4ada
+// 0.175277
+0x3e337bc5
+// 0.123804
+0x3dfd8cb2
+// 0.090296
+0x3db8ed3d
+// 0.058598
+0x3d700497
+// 0.084629
+0x3dad51ed
+// 0.033893
+0x3d0ad3da
+// 0.112349
+0x3de61750
+// 0.072102
+0x3d93aa2d
+// 0.096644
+0x3dc5ed60
+// 0.111511
+0x3de46011
+// 0.030216
+0x3cf786ba
+// 0.084891
+0x3daddb8e
+// 0.101066
+0x3dcefbc1
+// 0.445478
+0x3ee415bd
+// 0.298304
+0x3e98bb55
+// 0.256217
+0x3e832eee
+// 0.032260
+0x3d04229f
+// 0.081922
+0x3da7c696
+// 0.034622
+0x3d0dcfe4
+// 0.203687
+0x3e50933e
+// 0.162714
+0x3e269e9b
+// 0.298688
+0x3e98ed9c
+// 0.146235
+0x3e15be86
+// 0.039873
+0x3d2351f6

+ 150 - 150
Testing/Patterns/DSP/Stats/StatsF32/InputA25_f32.txt

@@ -1,152 +1,152 @@
 W
 75
-// -1.092368
-0xbf8bd2b5
-// -0.413155
-0xbed38911
-// -5.294524
-0xc0a96cbd
-// -3.132332
-0xc0487820
-// -1.712231
-0xbfdb2a62
-// -2.255557
-0xc0105b0c
-// -1.813259
-0xbfe818e3
-// -2.550359
-0xc0233913
-// -2.149229
-0xc0098cf8
-// -1.928815
-0xbff6e366
-// -1.742760
-0xbfdf12c6
-// -2.975546
-0xc03e6f5a
-// -3.587225
-0xc0659518
-// -1.922887
-0xbff6212b
-// -1.907528
-0xbff429e2
-// -1.788884
-0xbfe4fa25
-// -1.618870
-0xbfcf3720
-// -3.053331
-0xc04369c7
-// -2.636248
-0xc028b849
-// -1.893299
-0xbff257a3
-// -2.873004
-0xc037df4d
-// -2.239478
-0xc00f539a
-// -3.573861
-0xc064ba24
-// -2.005867
-0xc0006020
-// -3.499322
-0xc05ff4e3
-// -2.391923
-0xc0191546
-// -3.725926
-0xc06e7592
-// -1.973492
-0xbffc9b63
-// -3.133879
-0xc048917a
-// -2.426384
-0xc01b49e0
-// -1.962524
-0xbffb33f9
-// -2.053965
-0xc003742b
-// -0.573034
-0xbf12b263
-// -2.087904
-0xc005a038
-// -1.157594
-0xbf942c0a
-// -2.366169
-0xc0176f52
-// -1.734007
-0xbfddf3f3
-// -1.808541
-0xbfe77e45
-// -1.756328
-0xbfe0cf5d
-// -1.857399
-0xbfedbf3c
-// -2.054413
-0xc0037b81
-// -3.063642
-0xc04412b7
-// -2.672912
-0xc02b10ff
-// -2.042754
-0xc002bc7b
-// -3.506474
-0xc0606a11
-// -2.514212
-0xc020e8d8
-// -1.528274
-0xbfc39e7d
-// -1.911071
-0xbff49dfc
-// -2.075877
-0xc004db2b
-// -2.281222
-0xc011ff8c
-// -1.789301
-0xbfe507d5
-// -4.842704
-0xc09af76f
-// -4.091106
-0xc082ea57
-// -2.920840
-0xc03aef0c
-// -3.403054
-0xc059cba2
-// -2.881958
-0xc0387202
-// -2.518057
-0xc02127d8
-// -1.910824
-0xbff495e3
-// -1.936994
-0xbff7ef6f
-// -2.116258
-0xc00770c6
-// -5.483080
-0xc0af7564
-// -2.138322
-0xc008da45
-// -2.226614
-0xc00e80d7
-// -2.055727
-0xc0039109
-// -0.595845
-0xbf18894a
-// -1.070345
-0xbf890111
-// -2.225503
-0xc00e6ea5
-// -2.020227
-0xc0014b65
-// -1.678419
-0xbfd6d66b
-// -2.777892
-0xc031c8fb
-// -1.286476
-0xbfa4ab3c
-// -2.971751
-0xc03e312b
-// -1.803853
-0xbfe6e4a8
-// -2.107772
-0xc006e5bb
-// -4.430513
-0xc08dc6c3
+// -1.079574
+0xbf8a2f7c
+// -1.268781
+0xbfa2676e
+// -0.964731
+0xbf76f899
+// -1.825830
+0xbfe9b4ce
+// -2.313763
+0xc01414b1
+// -1.839045
+0xbfeb65d1
+// -2.955785
+0xc03d2b94
+// -2.170129
+0xc00ae363
+// -1.588343
+0xbfcb4ed1
+// -3.356815
+0xc056d60d
+// -1.699648
+0xbfd98e12
+// -4.263881
+0xc08871b7
+// -2.709649
+0xc02d6ae6
+// -4.801499
+0xc099a5e1
+// -1.707066
+0xbfda8121
+// -1.634087
+0xbfd129c6
+// -2.580493
+0xc02526cb
+// -1.753075
+0xbfe064c6
+// -1.792683
+0xbfe5769f
+// -2.062488
+0xc003ffcd
+// -2.130938
+0xc008614a
+// -2.120920
+0xc007bd27
+// -3.374833
+0xc057fd45
+// -2.623251
+0xc027e357
+// -2.647570
+0xc02971cb
+// -3.587028
+0xc06591dd
+// -2.054598
+0xc0037e8b
+// -2.227262
+0xc00e8b77
+// -2.009799
+0xc000a08d
+// -2.946750
+0xc03c978e
+// -4.390583
+0xc08c7fa9
+// -2.023649
+0xc0018378
+// -0.265037
+0xbe87b2fd
+// -2.429276
+0xc01b7942
+// -1.919214
+0xbff5a8d1
+// -1.697022
+0xbfd93801
+// -5.583274
+0xc0b2aa2f
+// -1.444114
+0xbfb8d8ba
+// -2.073039
+0xc004acad
+// -2.209135
+0xc00d627a
+// -1.257434
+0xbfa0f39a
+// -2.829594
+0xc0351812
+// -5.290687
+0xc0a94d4f
+// -1.799075
+0xbfe64815
+// -2.836357
+0xc03586de
+// -2.165666
+0xc00a9a45
+// -2.362143
+0xc0172d59
+// -2.226046
+0xc00e7789
+// -1.903004
+0xbff395a5
+// -1.934655
+0xbff7a2ca
+// -1.921671
+0xbff5f952
+// -3.607967
+0xc066e8f0
+// -2.557238
+0xc023a9cb
+// -2.097514
+0xc0063dab
+// -3.306150
+0xc05397f6
+// -1.979806
+0xbffd6a45
+// -2.591589
+0xc025dc97
+// -2.392587
+0xc0192026
+// -2.520126
+0xc02149be
+// -2.677853
+0xc02b61f3
+// -3.426977
+0xc05b5397
+// -1.859946
+0xbfee12b7
+// -2.418725
+0xc01acc64
+// -3.139322
+0xc048eaa5
+// -0.734173
+0xbf3bf2be
+// -1.136890
+0xbf91859e
+// -1.603046
+0xbfcd309a
+// -1.957840
+0xbffa9a7d
+// -1.722635
+0xbfdc7f4c
+// -1.698005
+0xbfd95837
+// -1.518312
+0xbfc2580a
+// -3.917844
+0xc07abdf4
+// -2.809398
+0xc033cd2e
+// -2.084182
+0xc005633f
+// -2.518527
+0xc0212f8d

+ 600 - 600
Testing/Patterns/DSP/Stats/StatsF32/InputAccumulate1_f32.txt

@@ -1,602 +1,602 @@
 W
 300
-// -0.423443
-0xbed8cd77
-// -0.983498
-0xbf7bc681
-// -0.513058
-0xbf0357c8
-// -0.826724
-0xbf53a42a
-// -0.098833
-0xbdca68b8
-// -0.647028
-0xbf25a3a9
-// -0.586539
-0xbf162767
-// 1.582705
-0x3fca9615
-// 0.819569
-0x3f51cf4d
-// -0.685971
-0xbf2f9bc9
-// -0.157562
-0xbe2157e3
-// 0.880716
-0x3f6176a2
-// -0.579034
-0xbf143b8e
-// 0.623778
-0x3f1fafe8
-// -1.262239
-0xbfa19109
-// -0.625875
-0xbf203958
-// 0.684227
-0x3f2f297e
-// 0.370696
-0x3ebdcbd0
-// 0.698463
-0x3f32ce72
-// 2.012159
-0x4000c738
-// -0.067237
-0xbd89b395
-// 1.146582
-0x3f92c332
-// 0.075101
-0x3d99ce71
-// 0.410785
-0x3ed2525d
-// -1.697154
-0xbfd93c59
-// -0.590957
-0xbf1748f0
-// 0.337581
-0x3eacd776
-// -0.661201
-0xbf29447e
-// -0.091832
-0xbdbc1287
-// -0.822853
-0xbf52a67d
-// 0.083798
-0x3dab9e36
-// -1.254186
-0xbfa08928
-// 0.861168
-0x3f5c7582
-// -0.073341
-0xbd9633da
-// -1.121536
-0xbf8f8e7a
-// -0.897961
-0xbf65e0cb
-// -0.946319
-0xbf7241fa
-// -0.918747
-0xbf6b3305
-// 0.825834
-0x3f5369db
-// -0.306754
-0xbe9d0ed5
-// -0.070929
-0xbd9142fc
-// 0.931081
-0x3f6e5b51
-// -0.079323
-0xbda273ee
-// 0.144046
-0x3e1380c6
-// -0.201304
-0xbe4e22a6
-// 0.944336
-0x3f71bfff
-// 0.157191
-0x3e20f6cc
-// -1.196110
-0xbf991a21
-// -0.904330
-0xbf678223
-// 0.656791
-0x3f28237b
-// -2.277876
-0xc011c8b8
-// 0.322499
-0x3ea51ea6
-// -1.135596
-0xbf915b37
-// 0.332263
-0x3eaa1e55
-// -0.196604
-0xbe49527e
-// 0.370739
-0x3ebdd17a
-// -0.736538
-0xbf3c8db9
-// 0.430131
-0x3edc3a32
-// 1.991774
-0x3ffef274
-// 0.865658
-0x3f5d9bc7
-// 1.297061
-0x3fa60614
-// -0.353067
-0xbeb4c53f
-// -1.154915
-0xbf93d445
-// 0.013318
-0x3c5a3568
-// 0.604935
-0x3f1add0b
-// 0.650382
-0x3f267f6c
-// 0.057334
-0x3d6ad705
-// -1.391626
-0xbfb220cf
-// 1.436114
-0x3fb7d298
-// 0.162395
-0x3e264af3
-// 0.558801
-0x3f0f0d97
-// -0.079698
-0xbda33877
-// -0.055110
-0xbd61baa1
-// 0.179196
-0x3e377f3c
-// -1.057574
-0xbf875e94
-// -0.521445
-0xbf057d6a
-// 0.422838
-0x3ed87e44
-// 1.151230
-0x3f935b85
-// 1.216962
-0x3f9bc565
-// 0.950819
-0x3f7368de
-// -0.498350
-0xbeff27ab
-// -0.578754
-0xbf14293f
-// 0.702426
-0x3f33d238
-// 0.304651
-0x3e9bfb30
-// 0.995786
-0x3f7eebce
-// 0.030582
-0x3cfa8671
-// 0.102266
-0x3dd170f9
-// 0.356987
-0x3eb6c6f1
-// -0.337055
-0xbeac926e
-// -1.549700
-0xbfc65c93
-// 0.296486
-0x3e97cd07
-// 1.095437
-0x3f8c374b
-// 1.244417
-0x3f9f490b
-// 0.359604
-0x3eb81df3
-// -0.441891
-0xbee23f96
-// 0.384206
-0x3ec4b6b0
-// -0.471972
-0xbef1a647
-// 0.648020
-0x3f25e49f
-// 1.201917
-0x3f99d86f
-// -2.865849
-0xc0376a11
-// 1.176467
-0x3f969677
-// 0.640080
-0x3f23dc46
-// 0.422593
-0x3ed85e2a
-// 0.209291
-0x3e56507f
-// -0.336963
-0xbeac8679
-// 1.326757
-0x3fa9d32c
-// -1.032990
-0xbf843905
-// -0.904691
-0xbf6799d9
-// 0.065775
-0x3d86b4de
-// 1.856034
-0x3fed9288
-// -0.422515
-0xbed853ef
-// 1.135110
-0x3f914b4a
-// -2.076895
-0xc004ebd8
-// 0.866082
-0x3f5db793
-// -2.045051
-0xc002e21e
-// -0.504498
-0xbf0126c0
-// 1.459088
-0x3fbac363
-// 0.090395
-0x3db9211f
-// 1.077701
-0x3f89f21b
-// -0.025416
-0xbcd0344b
-// -0.468621
-0xbeefef19
-// -0.451325
-0xbee7140c
-// 0.669543
-0x3f2b6731
-// 0.278190
-0x3e8e6efa
-// -0.479717
-0xbef59d67
-// -0.793268
-0xbf4b13a4
-// 0.942438
-0x3f7143a5
-// -2.587449
-0xc02598c4
-// -0.026251
-0xbcd70b5e
-// -0.126607
-0xbe01a544
-// 0.658765
-0x3f28a4d5
-// -1.699255
-0xbfd9812d
-// -0.788664
-0xbf49e5dc
-// 0.275554
-0x3e8d155c
-// 0.935411
-0x3f6f771e
-// 0.787206
-0x3f498652
-// -0.049373
-0xbd4a3bbd
-// -0.746808
-0xbf3f2ecc
-// -1.299582
-0xbfa658b7
-// 0.043045
-0x3d305068
-// -0.729928
-0xbf3adc8c
-// 1.236238
-0x3f9e3d0a
-// -0.759593
-0xbf4274b8
-// -0.892822
-0xbf648ff8
-// 1.532354
-0x3fc42429
-// -0.597137
-0xbf18ddfb
-// -0.000702
-0xba37f55e
-// 1.655931
-0x3fd3f58a
-// 1.536543
-0x3fc4ad6e
-// 0.213734
-0x3e5adcf5
-// -0.208254
-0xbe5540a3
-// -2.398257
-0xc0197d0c
-// -1.241876
-0xbf9ef5ca
-// -1.542659
-0xbfc575db
-// -0.073463
-0xbd967388
-// 0.595362
-0x3f1869a2
-// -1.254223
-0xbfa08a65
-// -0.097561
-0xbdc7ce41
-// 0.611658
-0x3f1c95a4
-// 0.790725
-0x3f4a6cfc
-// 1.275721
-0x3fa34ad7
-// -0.377948
-0xbec18257
-// 0.654724
-0x3f279bf6
-// 0.077602
-0x3d9eedb8
-// -1.257696
-0xbfa0fc31
-// 0.110166
-0x3de19e78
-// -0.054233
-0xbd5e23df
-// -1.683268
-0xbfd77550
-// 0.941935
-0x3f7122a2
-// 2.554066
-0x402375d0
-// -1.619144
-0xbfcf401e
-// 1.462543
-0x3fbb3498
-// 0.811070
-0x3f4fa242
-// 1.927283
-0x3ff6b136
-// -0.022243
-0xbcb63794
-// 0.755502
-0x3f41688f
-// -0.554742
-0xbf0e0391
-// 0.795036
-0x3f4b8780
-// -1.578591
-0xbfca0f42
-// -1.086833
-0xbf8b1d5a
-// 0.343749
-0x3eafffed
-// 2.170838
-0x400aef02
-// 3.001650
-0x40401b09
-// 1.892707
-0x3ff24436
-// -0.056903
-0xbd69129e
-// -2.503841
-0xc0203ef0
-// 1.152213
-0x3f937bb3
-// -0.219470
-0xbe60bcba
-// -1.451331
-0xbfb9c536
-// 1.168464
-0x3f95903e
-// -0.342840
-0xbeaf88b9
-// 0.294751
-0x3e96e998
-// -0.353277
-0xbeb4e0ab
-// -0.698509
-0xbf32d17a
-// -1.092133
-0xbf8bcb07
-// 0.729987
-0x3f3ae06e
-// -0.523243
-0xbf05f347
-// 1.708302
-0x3fdaa9a3
-// -1.028413
-0xbf83a30c
-// 1.275090
-0x3fa33628
-// 0.067721
-0x3d8ab126
-// -0.451632
-0xbee73c51
-// 0.576707
-0x3f13a311
-// 1.627953
-0x3fd060c4
-// 0.639968
-0x3f23d4ed
-// 1.075825
-0x3f89b4a0
-// -0.495454
-0xbefdac35
-// 0.095114
-0x3dc2cae1
-// -1.313427
-0xbfa81e61
-// -1.200968
-0xbf99b954
-// 0.714616
-0x3f36f11b
-// -0.716077
-0xbf3750d2
-// 1.231550
-0x3f9da36e
-// 1.307033
-0x3fa74cde
-// 0.544918
-0x3f0b7fb9
-// -0.272018
-0xbe8b45f9
-// -0.202694
-0xbe4f8f1a
-// 0.902505
-0x3f670a8c
-// -2.392231
-0xc0191a52
-// -0.940717
-0xbf70d2db
-// -2.000130
-0xc0000221
-// -0.816307
-0xbf50f981
-// -0.888401
-0xbf636e3d
-// -0.209496
-0xbe568609
-// 2.026531
-0x4001b2ae
-// 1.216935
-0x3f9bc487
-// -0.112947
-0xbde750f7
-// 0.586520
-0x3f162632
-// 1.212788
-0x3f9b3ca6
-// 0.234782
-0x3e706ab8
-// 1.062053
-0x3f87f15c
-// -0.807098
-0xbf4e9dfd
-// -2.107924
-0xc006e83b
-// -0.991721
-0xbf7de174
-// 0.628760
-0x3f20f66d
-// 2.122896
-0x4007dd89
-// -0.952098
-0xbf73bcb3
-// 0.113922
-0x3de94fdf
-// 2.725400
-0x402e6cf4
-// 0.546763
-0x3f0bf8a4
-// -1.384506
-0xbfb13780
-// 0.119917
-0x3df596e2
-// -1.233861
-0xbf9def28
-// 0.935340
-0x3f6f7270
-// -1.505120
-0xbfc0a7c7
-// -0.377617
-0xbec15713
-// 0.799940
-0x3f4cc8e3
-// -0.319001
-0xbea3541d
-// 0.641903
-0x3f2453c3
-// 1.549009
-0x3fc645f1
-// -0.493078
-0xbefc74bc
-// -1.702947
-0xbfd9fa2c
-// 1.320023
-0x3fa8f682
-// 0.138493
-0x3e0dd103
-// 1.115283
-0x3f8ec199
-// -0.864410
-0xbf5d49f5
-// 1.279482
-0x3fa3c615
-// 0.390853
-0x3ec81dec
-// 0.781768
-0x3f4821f5
-// 0.370289
-0x3ebd9693
-// 0.669609
-0x3f2b6b79
-// 1.678452
-0x3fd6d781
-// 0.513118
-0x3f035baf
-// 0.649515
-0x3f2646a1
-// -0.990310
-0xbf7d84ed
-// -1.788502
-0xbfe4eda4
-// -0.071319
-0xbd920fb2
-// 0.096202
-0x3dc5057b
-// 0.369050
-0x3ebcf41d
-// -2.291920
-0xc012aed3
-// 0.868246
-0x3f5e4560
-// 1.527368
-0x3fc380cb
-// 0.905387
-0x3f67c76e
-// 2.014818
-0x4000f2c8
-// -1.645145
-0xbfd29420
-// 0.706149
-0x3f34c629
-// 0.437204
-0x3edfd928
-// -0.512773
-0xbf03450f
-// -1.036983
-0xbf84bbe0
-// 2.089183
-0x4005b52d
-// -0.464019
-0xbeed93de
-// -1.337332
-0xbfab2dae
-// -0.228851
-0xbe6a57f4
-// 1.735562
-0x3fde26e2
-// 0.085262
-0x3dae9df0
-// -0.496630
-0xbefe4640
-// -1.341138
-0xbfabaa6b
-// -0.550179
-0xbf0cd883
-// 2.034660
-0x400237e0
-// 0.052855
-0x3d587ef7
-// 1.781379
-0x3fe40438
-// -0.978739
-0xbf7a8ea1
-// -1.351531
-0xbfacfef7
-// -0.541003
-0xbf0a7f29
-// 0.995079
-0x3f7ebd85
-// 1.448289
-0x3fb96187
-// -0.123124
-0xbdfc2852
-// -0.350373
-0xbeb36423
-// 1.034495
-0x3f846a57
-// -0.678016
-0xbf2d926f
+// -0.167159
+0xbe2b2bbe
+// -0.453233
+0xbee80e1b
+// 1.922712
+0x3ff61b6e
+// 0.041263
+0x3d290312
+// -0.052266
+0xbd561495
+// -0.540995
+0xbf0a7e9e
+// -0.137746
+0xbe0d0d3d
+// 0.664364
+0x3f2a13c3
+// -0.107947
+0xbddd1360
+// 0.047940
+0x3d445cf2
+// 0.287424
+0x3e93292f
+// 1.321789
+0x3fa93062
+// -0.008812
+0xbc105eb4
+// 1.730712
+0x3fdd87fb
+// -1.567874
+0xbfc8b017
+// 0.561552
+0x3f0fc1da
+// 1.449259
+0x3fb98154
+// -0.016350
+0xbc85ef6b
+// 1.131051
+0x3f90c64b
+// 0.075455
+0x3d9a8837
+// -0.564000
+0xbf10624c
+// -0.093168
+0xbdbecece
+// 0.361247
+0x3eb8f560
+// -0.145668
+0xbe1529ee
+// -0.114071
+0xbde99df6
+// 1.512398
+0x3fc19644
+// -0.758740
+0xbf423cc6
+// -1.043674
+0xbf85971f
+// 1.156530
+0x3f940930
+// -1.055363
+0xbf871620
+// 1.919731
+0x3ff5b9bd
+// -1.142899
+0xbf924a82
+// 0.749532
+0x3f3fe15c
+// -0.903134
+0xbf6733cc
+// -0.530205
+0xbf07bb87
+// 0.201529
+0x3e4e5d7e
+// -1.037765
+0xbf84d57a
+// 0.779994
+0x3f47adad
+// -0.181762
+0xbe3a1fe3
+// -0.287213
+0xbe930da1
+// -0.667662
+0xbf2aebe0
+// 0.368910
+0x3ebce1bb
+// 1.263513
+0x3fa1bacc
+// 0.454201
+0x3ee88d12
+// 0.361492
+0x3eb9157a
+// -0.441405
+0xbee1ffcd
+// -0.481593
+0xbef6935d
+// -0.938673
+0xbf704ce6
+// 0.482660
+0x3ef71f3c
+// 1.063451
+0x3f881f2d
+// 0.570671
+0x3f121777
+// -0.908047
+0xbf6875c5
+// -0.014920
+0xbc74732d
+// -0.719751
+0xbf38419b
+// -2.568191
+0xc0245d3e
+// 2.249441
+0x400ff6d8
+// -1.990878
+0xbffed515
+// 0.237325
+0x3e730548
+// -0.748287
+0xbf3f8fc5
+// 0.465832
+0x3eee818b
+// 0.528274
+0x3f073cfd
+// 0.305147
+0x3e9c3c2b
+// -1.095014
+0xbf8c2967
+// -0.562783
+0xbf10128f
+// -2.185336
+0xc00bdc8d
+// -0.226938
+0xbe686254
+// -0.589217
+0xbf16d6f2
+// 0.022219
+0x3cb603de
+// -0.650548
+0xbf268a4d
+// -1.093456
+0xbf8bf65a
+// -0.262053
+0xbe862bd8
+// 0.683247
+0x3f2ee946
+// 0.965674
+0x3f77366d
+// -0.459588
+0xbeeb4f18
+// -1.916763
+0xbff5587c
+// -0.713043
+0xbf3689fd
+// -0.665512
+0xbf2a5f07
+// -0.098605
+0xbdc9f151
+// -0.156622
+0xbe20616f
+// 0.152982
+0x3e1ca731
+// 2.841788
+0x4035dfd9
+// -0.226266
+0xbe67b230
+// -0.007923
+0xbc01cdc2
+// -0.679368
+0xbf2deb0b
+// 0.827768
+0x3f53e893
+// 0.224291
+0x3e65ac91
+// -0.408430
+0xbed11dbb
+// -0.626203
+0xbf204ed3
+// -0.339961
+0xbeae0f56
+// 0.560843
+0x3f0f9361
+// -0.002070
+0xbb07a635
+// -0.552500
+0xbf0d70a0
+// 1.486398
+0x3fbe424d
+// 0.617130
+0x3f1dfc40
+// -1.089304
+0xbf8b6e52
+// 0.536526
+0x3f0959c0
+// -0.079837
+0xbda38168
+// 1.044353
+0x3f85ad58
+// -1.381542
+0xbfb0d65f
+// 0.480839
+0x3ef63078
+// -1.008337
+0xbf811130
+// 0.288997
+0x3e93f771
+// -1.141704
+0xbf92235f
+// -0.506888
+0xbf01c36f
+// 0.226175
+0x3e679a5b
+// -0.410368
+0xbed21bc9
+// -0.038452
+0xbd1d8005
+// 0.516945
+0x3f04568a
+// -1.314802
+0xbfa84b72
+// 0.688278
+0x3f303305
+// -0.228810
+0xbe6a4d18
+// -0.217659
+0xbe5ee20c
+// 0.634543
+0x3f22716b
+// -0.225623
+0xbe6709b7
+// 0.417228
+0x3ed59ef8
+// -0.899704
+0xbf665304
+// 0.957199
+0x3f750af6
+// 1.397498
+0x3fb2e136
+// -1.176392
+0xbf969405
+// -1.322579
+0xbfa94a45
+// 1.107989
+0x3f8dd294
+// -0.640782
+0xbf240a47
+// -0.590671
+0xbf173637
+// -0.086682
+0xbdb18636
+// -0.029468
+0xbcf1667f
+// 0.399339
+0x3ecc7627
+// -1.227039
+0xbf9d0f9b
+// 1.030968
+0x3f83f6c0
+// -0.169661
+0xbe2dbbbe
+// -0.300646
+0xbe99ee53
+// -0.353856
+0xbeb52ca6
+// 1.488113
+0x3fbe7a80
+// -1.588441
+0xbfcb5205
+// -0.965129
+0xbf7712ab
+// -0.432288
+0xbedd54e4
+// -0.929144
+0xbf6ddc67
+// -0.305473
+0xbe9c66fe
+// -0.622957
+0xbf1f7a17
+// 1.836797
+0x3feb1c27
+// -0.413185
+0xbed38cf6
+// -0.132704
+0xbe07e39c
+// -0.847616
+0xbf58fd57
+// -0.767896
+0xbf4494d2
+// -1.032156
+0xbf841db0
+// 2.224414
+0x400e5ccc
+// -0.522554
+0xbf05c616
+// -0.167455
+0xbe2b7972
+// -0.128901
+0xbe03feb5
+// -0.403058
+0xbece5d9a
+// 1.916129
+0x3ff543b6
+// 0.539321
+0x3f0a10f6
+// -1.093391
+0xbf8bf43c
+// 0.028888
+0x3ceca68c
+// 0.009827
+0x3c210243
+// 0.420845
+0x3ed7790f
+// 1.244955
+0x3f9f5aac
+// 2.131806
+0x40086f80
+// -0.117205
+0xbdf0096c
+// 0.135838
+0x3e0b1927
+// 0.321853
+0x3ea4c9f9
+// 0.589128
+0x3f16d113
+// 0.693458
+0x3f318676
+// -0.473815
+0xbef297df
+// 0.061475
+0x3d7bcd1b
+// -0.652380
+0xbf270265
+// -1.308859
+0xbfa788ae
+// -0.567368
+0xbf113f0c
+// 0.379576
+0x3ec257ba
+// 0.802733
+0x3f4d7fec
+// 0.335669
+0x3eabdcc9
+// -1.382410
+0xbfb0f2cf
+// 0.134905
+0x3e0a247d
+// 0.805806
+0x3f4e4948
+// -0.801150
+0xbf4d1825
+// 1.487384
+0x3fbe6299
+// 0.162791
+0x3e26b2a6
+// -0.100912
+0xbdceab15
+// -0.419480
+0xbed6c624
+// 0.437707
+0x3ee01b31
+// -1.280554
+0xbfa3e935
+// 0.809713
+0x3f4f4952
+// 0.860597
+0x3f5c5010
+// -0.900785
+0xbf6699de
+// 0.133156
+0x3e085a23
+// -2.957080
+0xc03d40cd
+// 0.144995
+0x3e14798e
+// -0.506745
+0xbf01ba0d
+// -0.241945
+0xbe77c07d
+// -0.590895
+0xbf1744ec
+// 0.223746
+0x3e651da0
+// -2.469439
+0xc01e0b4a
+// -1.113079
+0xbf8e7963
+// 0.708251
+0x3f354fea
+// 0.656693
+0x3f281d05
+// -0.446452
+0xbee49565
+// 0.915057
+0x3f6a4128
+// 0.935087
+0x3f6f61e1
+// 0.392042
+0x3ec8b9c2
+// -0.235404
+0xbe710dc3
+// 0.196285
+0x3e48fedf
+// 0.157931
+0x3e21b8a0
+// -0.832094
+0xbf550421
+// -0.418548
+0xbed64bef
+// 2.596563
+0x40262e16
+// 1.103780
+0x3f8d48a7
+// -1.696886
+0xbfd93393
+// 0.547908
+0x3f0c43b2
+// 0.692644
+0x3f315122
+// -1.139514
+0xbf91db99
+// 0.193347
+0x3e45fcb6
+// -2.248470
+0xc00fe6ef
+// -0.716523
+0xbf376e09
+// 0.957394
+0x3f7517bf
+// -0.433965
+0xbede309a
+// 0.841798
+0x3f57801a
+// 1.274209
+0x3fa31947
+// 1.283075
+0x3fa43bcd
+// -0.389585
+0xbec777a4
+// 0.988820
+0x3f7d2348
+// -0.807315
+0xbf4eac37
+// 0.477423
+0x3ef470c9
+// 0.080684
+0x3da53d7d
+// 0.009732
+0x3c1f72b8
+// 1.403820
+0x3fb3b063
+// 0.056452
+0x3d673a84
+// -0.165253
+0xbe29382e
+// -0.474053
+0xbef2b71f
+// 0.978950
+0x3f7a9c78
+// 1.319638
+0x3fa8e9e9
+// -0.376219
+0xbec09fcf
+// -2.379048
+0xc0184252
+// -1.014911
+0xbf81e897
+// -1.139660
+0xbf91e05f
+// 0.386013
+0x3ec5a38a
+// 1.074566
+0x3f898b5f
+// -1.505266
+0xbfc0ac91
+// -0.157938
+0xbe21baa0
+// 0.567629
+0x3f115026
+// -0.993403
+0xbf7e4fac
+// 0.225184
+0x3e6696bd
+// -1.107045
+0xbf8db3a4
+// 0.769008
+0x3f44ddb4
+// 0.695018
+0x3f31ecb4
+// -0.390598
+0xbec7fc67
+// 1.124319
+0x3f8fe9b0
+// 0.461387
+0x3eec3af2
+// -1.464981
+0xbfbb8483
+// -0.920222
+0xbf6b93b2
+// 1.110285
+0x3f8e1dd0
+// 0.020801
+0x3caa67a6
+// -0.995123
+0xbf7ec05a
+// -1.360847
+0xbfae303a
+// 0.330170
+0x3ea90bfc
+// -0.380571
+0xbec2da2f
+// 2.418779
+0x401acd47
+// 0.546203
+0x3f0bd3ee
+// 1.999531
+0x3ffff0a1
+// 0.130134
+0x3e0541e6
+// 0.130302
+0x3e056df0
+// 1.070396
+0x3f8902c0
+// -2.401218
+0xc019ad8e
+// 0.120090
+0x3df5f1e8
+// 0.740915
+0x3f3daca2
+// 0.857057
+0x3f5b681a
+// -0.233826
+0xbe6f6ff8
+// -0.905349
+0xbf67c4f9
+// -0.276640
+0xbe8da3d0
+// 0.043585
+0x3d3285f9
+// 0.529306
+0x3f07809a
+// 1.999142
+0x3fffe3e0
+// 1.356606
+0x3fada541
+// -1.213346
+0xbf9b4eea
+// -1.065788
+0xbf886bc2
+// -0.448278
+0xbee584b4
+// -0.146627
+0xbe162584
+// 1.192607
+0x3f98a756
+// 1.008735
+0x3f811e38
+// 0.375320
+0x3ec029fd
+// 0.321905
+0x3ea4d0b8
+// 0.045472
+0x3d3a4115
+// -0.456885
+0xbee9ecd4
+// 1.521320
+0x3fc2ba9d
+// -0.177203
+0xbe3574ad
+// 0.396814
+0x3ecb2b2f
+// -0.931607
+0xbf6e7dd2
+// -0.232485
+0xbe6e109f
+// -0.023285
+0xbcbec043
+// 0.223320
+0x3e64adf8
+// -0.072985
+0xbd957931
+// 1.470970
+0x3fbc48bc
+// -0.289377
+0xbe94292e
+// -0.035908
+0xbd1314a9
+// 1.432426
+0x3fb759bf
+// -1.031900
+0xbf84154b
+// 0.054084
+0x3d5d8758
+// 0.353610
+0x3eb50c5a
+// -0.411063
+0xbed276d6
+// -0.161217
+0xbe2515fa
+// 1.104733
+0x3f8d67e1
+// -0.640848
+0xbf240ea1

+ 150 - 150
Testing/Patterns/DSP/Stats/StatsF32/InputB24_f32.txt

@@ -1,152 +1,152 @@
 W
 75
-// 0.639628
-0x3f23beab
-// 0.316360
-0x3ea1f9eb
-// 0.044012
-0x3d344603
-// 0.116865
-0x3def572b
-// 0.033584
-0x3d098f50
-// 0.122938
-0x3dfbc71b
-// 0.122677
-0x3dfb3e3f
-// 0.198486
-0x3e4b3fe0
-// 0.095109
-0x3dc2c87f
-// 0.000177
-0x393a053c
-// 0.310163
-0x3e9ecda4
-// 0.105626
-0x3dd852a5
-// 0.137597
-0x3e0ce61a
-// 0.059866
-0x3d753631
-// 0.177094
-0x3e35583a
-// 0.016631
-0x3c883dc5
-// 0.083683
-0x3dab6227
-// 0.084495
-0x3dad0bb3
-// 0.191220
-0x3e43cf15
-// 0.143788
-0x3e133d14
-// 0.061162
-0x3d7a84bf
-// 0.052359
-0x3d5676c4
-// 0.012449
-0x3c4bf5b9
-// 0.067939
-0x3d8b23b2
-// 0.059474
-0x3d739b3f
-// 0.065274
-0x3d85ae21
-// 0.021028
-0x3cac4236
-// 0.151655
-0x3e1b4b56
-// 0.170621
-0x3e2eb75d
-// 0.003699
-0x3b726c27
-// 0.167392
-0x3e2b68d0
-// 0.166949
-0x3e2af490
-// 0.345827
-0x3eb1104b
-// 0.398577
-0x3ecc1253
-// 0.255595
-0x3e82dd62
-// 0.076402
-0x3d9c7889
-// 0.157290
-0x3e21109a
-// 0.077703
-0x3d9f2285
-// 0.014275
-0x3c69e2d9
-// 0.201158
-0x3e4dfc7a
-// 0.199336
-0x3e4c1ea2
-// 0.086110
-0x3db05a6c
-// 0.187726
-0x3e403b60
-// 0.139869
-0x3e0f39c3
-// 0.129926
-0x3e050b73
-// 0.251015
-0x3e80850f
-// 0.007141
-0x3be9ff1d
-// 0.031935
-0x3d02ce08
-// 0.080358
-0x3da492e6
-// 0.265437
-0x3e87e76c
-// 0.058479
-0x3d6f8789
-// 0.035839
-0x3d12cc0c
-// 0.024951
-0x3ccc6666
-// 0.094469
-0x3dc178d3
-// 0.166060
-0x3e2a0b81
-// 0.056260
-0x3d667133
-// 0.116370
-0x3dee535e
-// 0.165774
-0x3e29c0a5
-// 0.102815
-0x3dd290d6
-// 0.000209
-0x395b364c
-// 0.014393
-0x3c6bd0f0
-// 0.060511
-0x3d77da60
-// 0.126265
-0x3e014bb7
-// 0.071923
-0x3d934c24
-// 0.377288
-0x3ec12be0
-// 0.488520
-0x3efa1f57
-// 0.134192
-0x3e096992
-// 0.196352
-0x3e491081
-// 0.136200
-0x3e0b77f7
-// 0.202721
-0x3e4f9634
-// 0.165367
-0x3e2955df
-// 0.028209
-0x3ce71634
-// 0.191187
-0x3e43c6a2
-// 0.042778
-0x3d2f3871
-// 0.037185
-0x3d184fc4
+// 0.463602
+0x3eed5d3a
+// 0.478886
+0x3ef53090
+// 0.057512
+0x3d6b91ad
+// 0.110592
+0x3de27e1f
+// 0.024326
+0x3cc7481a
+// 0.228467
+0x3e69f347
+// 0.271711
+0x3e8b1daa
+// 0.089125
+0x3db68766
+// 0.011094
+0x3c35c27b
+// 0.153989
+0x3e1daf4c
+// 0.110696
+0x3de2b45a
+// 0.106739
+0x3dda99f8
+// 0.091586
+0x3dbb9186
+// 0.150856
+0x3e1a7a15
+// 0.048293
+0x3d45ce61
+// 0.023835
+0x3cc340da
+// 0.079609
+0x3da30a27
+// 0.017914
+0x3c92bfa5
+// 0.287432
+0x3e932a5a
+// 0.193736
+0x3e4662bd
+// 0.038582
+0x3d1e07aa
+// 0.040668
+0x3d269356
+// 0.008313
+0x3c08323c
+// 0.081962
+0x3da7dbf1
+// 0.105917
+0x3dd8eb31
+// 0.191283
+0x3e43df9e
+// 0.013109
+0x3c56c5fd
+// 0.114830
+0x3deb2bcf
+// 0.119871
+0x3df57ee2
+// 0.172304
+0x3e30707d
+// 0.057378
+0x3d6b0569
+// 0.055784
+0x3d647d76
+// 0.318274
+0x3ea2f4dc
+// 0.384943
+0x3ec5172f
+// 0.296783
+0x3e97f3f5
+// 0.249327
+0x3e7f4fb0
+// 0.047217
+0x3d416659
+// 0.004881
+0x3b9feebf
+// 0.056827
+0x3d68c3a7
+// 0.128374
+0x3e03748a
+// 0.161674
+0x3e258dde
+// 0.319410
+0x3ea389b6
+// 0.032290
+0x3d04421a
+// 0.145477
+0x3e14f7d3
+// 0.162948
+0x3e26dbc3
+// 0.105975
+0x3dd90962
+// 0.173728
+0x3e31e5ad
+// 0.109055
+0x3ddf584f
+// 0.060944
+0x3d79a010
+// 0.093657
+0x3dbfcf08
+// 0.146537
+0x3e160dd0
+// 0.001681
+0x3adc45fa
+// 0.179117
+0x3e376a85
+// 0.054407
+0x3d5eda60
+// 0.078460
+0x3da0af6b
+// 0.047104
+0x3d40f086
+// 0.060015
+0x3d75d275
+// 0.030612
+0x3cfac51a
+// 0.113805
+0x3de912db
+// 0.028287
+0x3ce7ba19
+// 0.100252
+0x3dcd50bd
+// 0.077368
+0x3d9e7315
+// 0.087776
+0x3db3c3cc
+// 0.142797
+0x3e12394c
+// 0.278142
+0x3e8e68ae
+// 0.353573
+0x3eb5077a
+// 0.368285
+0x3ebc8fd8
+// 0.046244
+0x3d3d6a3f
+// 0.167331
+0x3e2b58d2
+// 0.231628
+0x3e6d2ff0
+// 0.080478
+0x3da4d199
+// 0.191356
+0x3e43f2b3
+// 0.071010
+0x3d916d71
+// 0.146481
+0x3e15ff31
+// 0.065473
+0x3d86168c

+ 150 - 150
Testing/Patterns/DSP/Stats/StatsF32/InputB25_f32.txt

@@ -1,152 +1,152 @@
 W
 75
-// -1.477151
-0xbfbd1348
-// -2.373934
-0xc017ee8b
-// -0.384782
-0xbec5021c
-// -1.626519
-0xbfd031c4
-// -3.210247
-0xc04d74b1
-// -1.549863
-0xbfc661e6
-// -2.000750
-0xc0000c49
-// -2.322289
-0xc014a063
-// -3.151163
-0xc049aca7
-// -3.070618
-0xc04484ff
-// -1.446954
-0xbfb935cb
-// -2.383778
-0xc0188fd1
-// -2.597201
-0xc026388a
-// -1.699431
-0xbfd986f6
-// -3.542735
-0xc062bc2e
-// -1.603830
-0xbfcd4a50
-// -2.364851
-0xc01759ba
-// -2.422898
-0xc01b10c3
-// -1.438214
-0xbfb81769
-// -4.768668
-0xc09898ef
-// -2.381189
-0xc0186565
-// -2.196438
-0xc00c9270
-// -1.791176
-0xbfe5453e
-// -2.113684
-0xc0074698
-// -3.065406
-0xc0442f9c
-// -6.551823
-0xc0d1a888
-// -5.196429
-0xc0a64926
-// -2.188644
-0xc00c12bd
-// -2.300239
-0xc013371c
-// -2.453421
-0xc01d04da
-// -1.820198
-0xbfe8fc3d
-// -5.131157
-0xc0a43270
-// -1.224582
-0xbf9cbf1d
-// -1.013028
-0xbf81aae5
-// -1.064206
-0xbf8837e6
-// -1.493641
-0xbfbf2fa3
-// -2.001719
-0xc0001c29
-// -5.696305
-0xc0b64822
-// -2.226859
-0xc00e84db
-// -4.138425
-0xc0846dfa
-// -1.448791
-0xbfb971fc
-// -2.406430
-0xc01a02f1
-// -1.633833
-0xbfd12171
-// -2.411223
-0xc01a517b
-// -2.399499
-0xc0199165
-// -2.931515
-0xc03b9df0
-// -3.941543
-0xc07c423e
-// -1.638602
-0xbfd1bdb6
-// -2.706871
-0xc02d3d5f
-// -2.115668
-0xc007671b
-// -1.661668
-0xbfd4b18d
-// -1.695948
-0xbfd914d7
-// -2.114887
-0xc0075a4f
-// -1.873764
-0xbfefd77d
-// -3.468873
-0xc05e0203
-// -4.607050
-0xc0936cf4
-// -1.819817
-0xbfe8efc0
-// -2.568943
-0xc024698f
-// -3.754199
-0xc07044cb
-// -4.490733
-0xc08fb416
-// -4.685897
-0xc095f2de
-// -2.037528
-0xc00266da
-// -2.258218
-0xc01086a5
-// -1.724513
-0xbfdcbcd8
-// -0.912801
-0xbf69ad4f
-// -0.534934
-0xbf08f170
-// -4.206822
-0xc0869e4a
-// -3.358130
-0xc056eb99
-// -2.377766
-0xc0182d53
-// -4.027271
-0xc080df67
-// -3.530370
-0xc061f197
-// -1.428482
-0xbfb6d87c
-// -2.110361
-0xc0071029
-// -1.490488
-0xbfbec850
-// -1.401628
-0xbfb3688d
+// -1.262411
+0xbfa196ae
+// -0.383283
+0xbec43dab
+// -3.285843
+0xc0524b41
+// -1.603552
+0xbfcd4132
+// -1.834549
+0xbfead283
+// -2.114416
+0xc007529a
+// -2.141250
+0xc0090a3f
+// -2.423393
+0xc01b18df
+// -3.502258
+0xc06024ff
+// -2.034174
+0xc0022fe8
+// -1.842731
+0xbfebdea0
+// -2.198378
+0xc00cb238
+// -2.438137
+0xc01c0a6e
+// -2.999250
+0xc03ff3b6
+// -2.395635
+0xc0195217
+// -4.239923
+0xc087ad72
+// -1.893295
+0xbff2577a
+// -1.775723
+0xbfe34ae2
+// -1.750632
+0xbfe014b8
+// -1.827932
+0xbfe9f9b1
+// -3.782646
+0xc07216dd
+// -2.255437
+0xc0105914
+// -5.608606
+0xc0b379b3
+// -1.870847
+0xbfef77ec
+// -2.872104
+0xc037d08c
+// -1.690992
+0xbfd8726a
+// -1.654638
+0xbfd3cb2d
+// -5.441315
+0xc0ae1f40
+// -2.376890
+0xc0181ef6
+// -4.292955
+0xc0895fe4
+// -1.935931
+0xbff7cc9a
+// -3.255906
+0xc05060c2
+// -0.842032
+0xbf578f70
+// -1.496831
+0xbfbf9829
+// -1.057487
+0xbf875bba
+// -2.726117
+0xc02e78b6
+// -1.680652
+0xbfd71f9a
+// -3.153441
+0xc049d1fa
+// -1.940501
+0xbff86254
+// -1.690396
+0xbfd85ee4
+// -1.931786
+0xbff744c2
+// -2.111682
+0xc00725cb
+// -2.132272
+0xc0087726
+// -2.273629
+0xc0118324
+// -3.963141
+0xc07da41c
+// -1.759523
+0xbfe1380c
+// -3.031858
+0xc04209f7
+// -2.767546
+0xc0311f79
+// -2.564159
+0xc0241b2e
+// -1.943609
+0xbff8c82a
+// -1.667692
+0xbfd576ee
+// -1.639703
+0xbfd1e1cd
+// -2.250246
+0xc010040a
+// -2.144554
+0xc009405e
+// -1.991647
+0xbffeee4e
+// -3.316878
+0xc05447ba
+// -1.993780
+0xbfff3430
+// -2.193644
+0xc00c64aa
+// -3.060146
+0xc043d96e
+// -4.181022
+0xc085caef
+// -2.150838
+0xc009a754
+// -4.327890
+0xc08a7e13
+// -2.138090
+0xc008d679
+// -2.839492
+0xc035ba3d
+// -0.650834
+0xbf269d0e
+// -1.674072
+0xbfd64800
+// -1.227899
+0xbf9d2bca
+// -1.617958
+0xbfcf1943
+// -1.924329
+0xbff6506c
+// -1.770152
+0xbfe2945a
+// -4.451746
+0xc08e74b5
+// -1.843276
+0xbfebf076
+// -2.018267
+0xc0012b48
+// -3.244140
+0xc04f9ffc
+// -1.893312
+0xbff2580d

+ 510 - 510
Testing/Patterns/DSP/Stats/StatsF32/InputBench1_f32.txt

@@ -1,514 +1,514 @@
 W
 256
-// 0.123285
-0x3dfc7cc2
-// -0.284362
-0xbe9197f2
-// -0.015711
-0xbc80b3ee
-// -0.356409
-0xbeb67b3b
-// 0.454179
-0x3ee88a24
-// -0.436483
-0xbedf7abb
-// -0.122259
-0xbdfa62ec
-// -0.185326
-0xbe3dc62a
-// -0.362865
-0xbeb9c97e
-// -0.227037
-0xbe687c83
-// 0.216641
-0x3e5dd717
-// -0.217363
-0xbe5e9485
-// 0.306770
-0x3e9d10f2
-// -0.281285
-0xbe900497
-// 0.022842
-0x3cbb1f66
-// 0.212095
-0x3e592f87
-// 0.180819
-0x3e392884
-// 0.038904
-0x3d1f5947
-// 0.093507
-0x3dbf80d8
-// 0.088721
-0x3db5b375
-// -0.125620
-0xbe00a281
-// 0.616931
-0x3f1def30
-// -0.196260
-0xbe48f860
-// 0.364597
-0x3ebaac70
-// -0.279910
-0xbe8f505a
-// -0.279358
-0xbe8f07f5
-// -0.316406
-0xbea20003
-// 0.475782
-0x3ef399b9
-// -0.369830
-0xbebd5a68
-// 0.279516
-0x3e8f1cb0
-// -0.433963
-0xbede3063
-// 0.102135
-0x3dd12c5b
-// 0.724384
-0x3f39713e
-// 0.131813
-0x3e06f9e7
-// 0.405927
-0x3ecfd5a6
-// 0.282350
-0x3e90903e
-// 0.065706
-0x3d8690fa
-// 0.243014
-0x3e78d8aa
-// -0.006483
-0xbbd470d4
-// -0.355895
-0xbeb637cf
-// 0.124297
-0x3dfe8f40
-// -0.661589
-0xbf295dde
-// -0.143872
-0xbe135320
-// 0.281339
-0x3e900ba9
-// -0.420601
-0xbed75912
-// -0.115352
-0xbdec3dcd
-// 0.298764
-0x3e98f794
-// -0.131202
-0xbe0659db
-// -0.033804
-0xbd0a75af
-// 0.616618
-0x3f1ddaad
-// 0.344418
-0x3eb0577f
-// 0.166327
-0x3e2a518c
-// 0.125646
-0x3e00a967
-// 0.240572
-0x3e76586a
-// -0.178646
-0xbe36ef02
-// -0.224809
-0xbe663460
-// -0.393301
-0xbec95ec3
-// 0.100165
-0x3dcd2333
-// 0.252581
-0x3e815246
-// 0.455582
-0x3ee94203
-// -0.138394
-0xbe0db734
-// -0.027836
-0xbce40870
-// -0.264806
-0xbe87949d
-// -0.179859
-0xbe382d16
-// 0.083544
-0x3dab1941
-// -0.148690
-0xbe184247
-// -0.519534
-0xbf050027
-// 0.371131
-0x3ebe04de
-// 0.171941
-0x3e30113f
-// -0.210118
-0xbe572929
-// 0.530991
-0x3f07eeff
-// -0.187499
-0xbe3fffab
-// 0.292381
-0x3e95b307
-// -0.228233
-0xbe69b604
-// -0.296744
-0xbe97eece
-// -0.132726
-0xbe07e94b
-// -0.180953
-0xbe394bd8
-// -0.085902
-0xbdafed5f
-// -0.193957
-0xbe469ca4
-// 0.400700
-0x3ecd2881
-// 0.009144
-0x3c15d0e7
-// 0.166789
-0x3e2acac0
-// 0.075788
-0x3d9b36c9
-// 0.025261
-0x3ccef038
-// 0.095325
-0x3dc339fe
-// -0.407913
-0xbed0d9ea
-// 0.809694
-0x3f4f481d
-// -0.163027
-0xbe26f0a0
-// -0.645489
-0xbf253ebe
-// -0.064781
-0xbd84abf8
-// 0.170018
-0x3e2e1927
-// 0.152056
-0x3e1bb485
-// 0.331215
-0x3ea99508
-// -0.243051
-0xbe78e27c
-// 0.440612
-0x3ee197f4
-// -0.040655
-0xbd268640
-// 0.238547
-0x3e74459f
-// 0.368168
-0x3ebc8091
-// -0.081617
-0xbda72698
-// -0.037042
-0xbd17b9a3
-// -0.138296
-0xbe0d9d61
-// -0.201222
-0xbe4e0d41
-// 0.317958
-0x3ea2cb5c
-// -0.157907
-0xbe21b274
-// 0.369423
-0x3ebd2509
-// 0.086499
-0x3db1267c
-// -0.227650
-0xbe691d0b
-// -0.836434
-0xbf562083
-// -0.090551
-0xbdb972b2
-// -0.134439
-0xbe09aa4d
-// -0.615160
-0xbf1d7b22
-// 0.188689
-0x3e4137b9
-// -0.132088
-0xbe0741f2
-// -0.193137
-0xbe45c5b7
-// -0.040582
-0xbd263935
-// -0.136142
-0xbe0b68cf
-// 0.135463
-0x3e0ab6d2
-// 0.197653
-0x3e4a656d
-// -0.069507
-0xbd8e5993
-// -0.282162
-0xbe90777c
-// -0.028783
-0xbcebca55
-// 0.082128
-0x3da832c3
-// -0.093400
-0xbdbf48b3
-// 0.422184
-0x3ed8287f
-// 0.100038
-0x3dcce099
-// -0.461536
-0xbeec4e66
-// -0.791250
-0xbf4a8f55
-// -0.237927
-0xbe73a313
-// 0.317147
-0x3ea2611f
-// 0.101855
-0x3dd09937
-// -0.095519
-0xbdc39f7d
-// 0.018038
-0x3c93c438
-// 0.064005
-0x3d831516
-// 0.419517
-0x3ed6cafa
-// 0.140135
-0x3e0f7fa1
-// 0.239382
-0x3e752082
-// -0.444135
-0xbee365b8
-// -0.140595
-0xbe0ff81d
-// 0.222987
-0x3e6456c9
-// 0.972531
-0x3f78f7cd
-// 0.012926
-0x3c53c7f1
-// 0.032895
-0x3d06bce7
-// -0.011154
-0xbc36c0d4
-// 0.367680
-0x3ebc409d
-// -0.499653
-0xbeffd283
-// -0.577206
-0xbf13c3cc
-// -0.154468
-0xbe1e2cea
-// -0.178675
-0xbe36f6b0
-// -0.418844
-0xbed672b1
-// -0.162952
-0xbe26dcd7
-// 0.013677
-0x3c60141f
-// 0.636163
-0x3f22db8e
-// 0.148730
-0x3e184cc8
-// 0.249392
-0x3e7f60b9
-// -0.542572
-0xbf0ae600
-// -0.432475
-0xbedd6d59
-// -0.410714
-0xbed24911
-// 0.563722
-0x3f10500f
-// -0.288227
-0xbe939278
-// 0.144746
-0x3e143865
-// -0.039260
-0xbd20cf4a
-// -0.244813
-0xbe7ab035
-// 0.110481
-0x3de243b7
-// -0.018216
-0xbc953933
-// -0.078282
-0xbda0522f
-// -0.086350
-0xbdb0d825
-// -0.183586
-0xbe3bfe0b
-// 0.599894
-0x3f1992ad
-// -0.220073
-0xbe615ae7
-// -0.374243
-0xbebf9cc1
-// 0.197985
-0x3e4abca4
-// 0.061859
-0x3d7d604c
-// 0.200230
-0x3e4d0911
-// -0.109740
-0xbde0bf61
-// 0.117861
-0x3df16108
-// -0.430459
-0xbedc651c
-// 0.365215
-0x3ebafd6b
-// -0.083823
-0xbdabab68
-// 0.469600
-0x3ef06f75
-// -0.107991
-0xbddd2a46
-// -0.267368
-0xbe88e475
-// -0.462542
-0xbeecd25b
-// -0.106706
-0xbdda88b9
-// 0.532247
-0x3f084157
-// 0.421141
-0x3ed79fcc
-// -0.003367
-0xbb5cb023
-// 0.006470
-0x3bd3ff6e
-// -0.180327
-0xbe38a7a1
-// -0.107578
-0xbddc520b
-// 0.393462
-0x3ec973d0
-// 0.299603
-0x3e99658b
-// 0.088609
-0x3db57867
-// -0.342069
-0xbeaf23ad
-// -0.122563
-0xbdfb025c
-// 0.141895
-0x3e114cdb
-// -0.174741
-0xbe32ef68
-// 0.510117
-0x3f029704
-// -0.295041
-0xbe970fa5
-// 0.023043
-0x3cbcc410
-// -0.468055
-0xbeefa4ef
-// -0.059540
-0xbd73e013
-// -0.458411
-0xbeeab4df
-// -0.179446
-0xbe37c0b9
-// -0.132005
-0xbe072c3a
-// 0.183756
-0x3e3c2a98
-// 0.114230
-0x3de9f18d
-// 0.031159
-0x3cff4024
-// -0.127658
-0xbe02b8b3
-// -0.028931
-0xbced0054
-// -0.088501
-0xbdb53fed
-// -0.172651
-0xbe30cb70
-// -0.250130
-0xbe801105
-// 0.159805
-0x3e23a3e6
-// -0.463548
-0xbeed5636
-// -0.043692
-0xbd32f6b6
-// 0.211902
-0x3e58fcd5
+// -0.598838
+0xbf194d6e
 // -1.000000
 0xbf800000
-// 0.087429
-0x3db30db9
-// 0.235433
-0x3e71157a
-// -0.071156
-0xbd91ba48
-// -0.526864
-0xbf06e08a
-// 0.123997
-0x3dfdf225
-// -0.200511
-0xbe4d52ae
-// -0.114121
-0xbde9b805
-// -0.219109
-0xbe605e10
-// 0.061682
-0x3d7ca69d
-// -0.228913
-0xbe6a6816
-// 0.125188
-0x3e003159
-// 0.201737
-0x3e4e9418
-// 0.073774
-0x3d971695
-// -0.399343
-0xbecc76bd
-// 0.200034
-0x3e4cd5a7
-// 0.296602
-0x3e97dc3c
-// 0.154031
-0x3e1dba39
-// -0.452955
-0xbee7e9b8
-// -0.401314
-0xbecd78fd
-// -0.068035
-0xbd8b55bf
-// -0.071363
-0xbd9226a7
-// 0.131634
-0x3e06cb25
-// 0.317833
-0x3ea2baf8
-// 0.054846
-0x3d60a675
-// 0.078620
-0x3da10348
-// 0.644727
-0x3f250cdc
-// 0.276493
-0x3e8d906f
-// 0.172022
-0x3e302676
-// -0.024462
-0xbcc86382
-// 0.025481
-0x3cd0bdae
-// -0.116083
-0xbdedbd27
-// -0.080315
-0xbda47c18
-// -0.079978
-0xbda3cbaf
-// -0.050354
-0xbd4e404f
-// -0.003463
-0xbb62f4bc
-// 0.285177
-0x3e9202b1
-// 0.771960
-0x3f459f2c
-// 0.075282
-0x3d9a2d39
-// 0.705310
-0x3f348f2b
+// 0.066175
+0x3d8786ad
+// 0.798676
+0x3f4c760c
+// -0.420594
+0xbed75810
+// 0.388783
+0x3ec70e9e
+// -0.087133
+0xbdb272ed
+// 0.033121
+0x3d07aa24
+// 0.352314
+0x3eb46283
+// -0.235242
+0xbe70e361
+// -0.293916
+0xbe967c30
+// 0.069084
+0x3d8d7bd9
+// -0.134617
+0xbe09d913
+// 0.368116
+0x3ebc79aa
+// 0.617730
+0x3f1e238c
+// 0.380329
+0x3ec2ba75
+// -0.436149
+0xbedf4ef5
+// -0.508279
+0xbf021e8a
+// 0.427093
+0x3edaabeb
+// 0.328683
+0x3ea8491f
+// 0.274864
+0x3e8cbafa
+// -0.382238
+0xbec3b4af
+// 0.063342
+0x3d81b988
+// 0.116148
+0x3deddecd
+// 0.531543
+0x3f08132f
+// 0.126306
+0x3e015663
+// -0.496684
+0xbefe4d60
+// 0.173634
+0x3e31cd12
+// -0.368933
+0xbebce4d5
+// -0.198098
+0xbe4ada2d
+// -0.013223
+0xbc58a3a9
+// -0.458664
+0xbeead5fd
+// -0.265096
+0xbe87baac
+// 0.475226
+0x3ef350de
+// -0.222859
+0xbe643532
+// -0.279161
+0xbe8eee2d
+// -0.291460
+0xbe953a45
+// 0.179986
+0x3e384e54
+// -0.597214
+0xbf18e2ff
+// 0.469212
+0x3ef03c92
+// 0.389010
+0x3ec72c42
+// -0.420898
+0xbed77ff2
+// -0.347823
+0xbeb215d0
+// 0.358944
+0x3eb7c775
+// -0.237044
+0xbe72bba3
+// 0.282176
+0x3e907967
+// 0.119419
+0x3df491bd
+// 0.110519
+0x3de257d7
+// 0.025701
+0x3cd28a3a
+// -0.105746
+0xbdd8912d
+// 0.142759
+0x3e122f69
+// 0.249468
+0x3e7f749d
+// 0.184336
+0x3e3cc2a1
+// 0.257024
+0x3e83989c
+// 0.268757
+0x3e899a8a
+// 0.060496
+0x3d77ca27
+// -0.314472
+0xbea10269
+// 0.408576
+0x3ed130d3
+// -0.225352
+0xbe66c2ba
+// 0.450636
+0x3ee6b9c1
+// -0.084301
+0xbdaca636
+// -0.022451
+0xbcb7ea8e
+// 0.343382
+0x3eafcfbe
+// 0.010919
+0x3c32e3f8
+// -0.257321
+0xbe83bf94
+// -0.214978
+0xbe5c234b
+// 0.287274
+0x3e931584
+// 0.056315
+0x3d66ab0b
+// 0.293471
+0x3e9641d1
+// -0.540183
+0xbf0a496c
+// 0.267543
+0x3e88fb63
+// 0.135810
+0x3e0b11b1
+// 0.683093
+0x3f2edf2f
+// -0.318227
+0xbea2eeae
+// -0.281632
+0xbe903209
+// -0.222234
+0xbe639149
+// 0.196633
+0x3e495a24
+// -0.207038
+0xbe5401cc
+// -0.325462
+0xbea6a2ef
+// -0.350700
+0xbeb38ef5
+// 0.041908
+0x3d2ba755
+// 0.105061
+0x3dd72a4a
+// -0.307950
+0xbe9daba6
+// -0.066014
+0xbd87324f
+// 0.319644
+0x3ea3a85e
+// 0.162466
+0x3e265d95
+// 0.203134
+0x3e500252
+// -0.475468
+0xbef3708c
+// -0.039353
+0xbd2130f4
+// 0.671961
+0x3f2c05a5
+// 0.414955
+0x3ed474fa
+// -0.131136
+0xbe06486d
+// 0.046815
+0x3d3fc136
+// -0.550033
+0xbf0cceef
+// 0.092744
+0x3dbdf05c
+// 0.099776
+0x3dcc579d
+// 0.522694
+0x3f05cf47
+// 0.378699
+0x3ec1e4de
+// -0.173215
+0xbe315f61
+// -0.025597
+0xbcd1b169
+// 0.259330
+0x3e84c6dd
+// -0.303538
+0xbe9b6958
+// -0.222981
+0xbe64551a
+// -0.508885
+0xbf02464b
+// 0.343135
+0x3eafaf54
+// 0.459804
+0x3eeb6b76
+// -0.149191
+0xbe18c59c
+// 0.351294
+0x3eb3dcd5
+// -0.266122
+0xbe884133
+// 0.339691
+0x3eadec0b
+// -0.420128
+0xbed71aff
+// 0.036239
+0x3d146f5d
+// 0.068641
+0x3d8c937e
+// 0.149587
+0x3e192d4c
+// 0.546946
+0x3f0c04a5
+// 0.358983
+0x3eb7cc9a
+// -0.123026
+0xbdfbf4e2
+// -0.320340
+0xbea403a3
+// -0.150500
+0xbe1a1cb4
+// -0.038267
+0xbd1cbd84
+// -0.165823
+0xbe29cd9e
+// -0.318857
+0xbea3413f
+// -0.457752
+0xbeea5e75
+// 0.156220
+0x3e1ff826
+// -0.382403
+0xbec3ca49
+// 0.110317
+0x3de1edea
+// 0.368468
+0x3ebca7d9
+// 0.343241
+0x3eafbd4e
+// -0.318824
+0xbea33cdd
+// 0.165493
+0x3e2976ea
+// -0.167114
+0xbe2b1ff4
+// 0.033407
+0x3d08d59b
+// 0.029731
+0x3cf38edb
+// 0.106171
+0x3dd97020
+// -0.143815
+0xbe134456
+// -0.340160
+0xbeae296d
+// 0.465353
+0x3eee42cc
+// -0.147355
+0xbe16e423
+// 0.212073
+0x3e5929b8
+// 0.470562
+0x3ef0ed7e
+// -0.360034
+0xbeb85650
+// -0.674943
+0xbf2cc90c
+// 0.171925
+0x3e300cfe
+// 0.005047
+0x3ba564ca
+// -0.277951
+0xbe8e4f90
+// 0.189246
+0x3e41c9d4
+// -0.575601
+0xbf135a93
+// 0.139405
+0x3e0ec028
+// -0.103208
+0xbdd35edb
+// 0.302822
+0x3e9b0b86
+// 0.148260
+0x3e17d178
+// 0.405633
+0x3ecfaf2d
+// 0.694044
+0x3f31acdc
+// 0.034457
+0x3d0d2321
+// -0.060791
+0xbd78ff98
+// -0.092254
+0xbdbcef8c
+// -0.673820
+0xbf2c7f76
+// 0.269038
+0x3e89bf5b
+// -0.299608
+0xbe996635
+// -0.041810
+0xbd2b40c3
+// -0.522830
+0xbf05d82e
+// -0.091781
+0xbdbbf7d3
+// -0.554419
+0xbf0dee63
+// 0.603824
+0x3f1a9433
+// 0.215060
+0x3e5c38b6
+// 0.427964
+0x3edb1e29
+// 0.065697
+0x3d868bff
+// -0.871711
+0xbf5f2873
+// 0.134395
+0x3e099edf
+// 0.235410
+0x3e710f4e
+// -0.418091
+0xbed60ffc
+// -0.513502
+0xbf0374e0
+// -0.136826
+0xbe0c1c09
+// -0.325922
+0xbea6df34
+// 0.020524
+0x3ca82128
+// 0.115465
+0x3dec7928
+// -0.028169
+0xbce6c350
+// 0.528472
+0x3f0749f1
+// 0.047748
+0x3d4393d7
+// 0.057777
+0x3d6ca7d6
+// 0.683838
+0x3f2f1000
+// 0.288152
+0x3e9388a9
+// -0.106518
+0xbdda263b
+// 0.042482
+0x3d2e0196
+// -0.097511
+0xbdc7b3b8
+// -0.248610
+0xbe7e93bb
+// 0.264393
+0x3e875e85
+// 0.156367
+0x3e201e9d
+// -0.320450
+0xbea41201
+// -0.164035
+0xbe27f8b1
+// 0.237831
+0x3e7389f0
+// 0.099184
+0x3dcb213b
+// 0.324895
+0x3ea6589b
+// -0.387663
+0xbec67bd3
+// 0.168702
+0x3e2cc055
+// 0.272180
+0x3e8b5b21
+// 0.152195
+0x3e1bd914
+// 0.246842
+0x3e7cc41f
+// 0.136237
+0x3e0b81a5
+// 0.131029
+0x3e062c87
+// -0.422411
+0xbed8463c
+// 0.176296
+0x3e3486d2
+// 0.162246
+0x3e2623cb
+// -0.497098
+0xbefe83aa
+// -0.056849
+0xbd68da57
+// -0.009760
+0xbc1fea1e
+// -0.339681
+0xbeadeaa3
+// -0.220683
+0xbe61fab5
+// -0.078261
+0xbda0476a
+// -0.573713
+0xbf12dedc
+// 0.433332
+0x3eddddb7
+// -0.192306
+0xbe44ebca
+// 0.182980
+0x3e3b5f22
+// -0.060889
+0xbd7966ae
+// -0.226736
+0xbe682d86
+// -0.290814
+0xbe94e5a0
+// -0.288170
+0xbe938b01
+// 0.379127
+0x3ec21ced
+// -0.079266
+0xbda25603
+// 0.192233
+0x3e44d8d4
+// 0.043696
+0x3d32fabd
+// -0.201246
+0xbe4e134e
+// -0.256245
+0xbe833291
+// 0.524428
+0x3f0640e2
+// -0.120873
+0xbdf78c77
+// -0.583255
+0xbf155032
+// 0.223561
+0x3e64ed1c
+// -0.366079
+0xbebb6ea6
+// -0.447770
+0xbee54229
+// -0.202384
+0xbe4f3db5
+// 0.120684
+0x3df7290c
+// 0.332997
+0x3eaa7e92
+// -0.097071
+0xbdc6ccf8
+// 0.167234
+0x3e2b3f54
+// -0.203009
+0xbe4fe182
+// 0.130669
+0x3e05ce1d
+// -0.783339
+0xbf4888ea
+// 0.062249
+0x3d7ef898
+// 0.252553
+0x3e814ea3
+// 0.394667
+0x3eca11cb
+// 0.194719
+0x3e47646a
+// -0.462075
+0xbeec951a
+// 0.143749
+0x3e1332df
+// 0.126031
+0x3e010e54
+// -0.347830
+0xbeb216d4
+// -0.070259
+0xbd8fe3e8
+// -0.481126
+0xbef6561d
+// 0.104512
+0x3dd60a94
+// 0.021219
+0x3cadd467
+// -0.412130
+0xbed302b3
+// 0.188317
+0x3e40d613
+// 0.399892
+0x3eccbea3
+// 0.114425
+0x3dea57b5
+// -0.418269
+0xbed62764
+// 0.177034
+0x3e35484e
+// 0.212645
+0x3e59bf88

+ 510 - 510
Testing/Patterns/DSP/Stats/StatsF32/InputBench2_f32.txt

@@ -1,514 +1,514 @@
 W
 256
-// 0.123285
-0x3dfc7cc2
-// 0.284362
-0x3e9197f2
-// 0.015711
-0x3c80b3ee
-// 0.356409
-0x3eb67b3b
-// 0.454179
-0x3ee88a24
-// 0.436483
-0x3edf7abb
-// 0.122259
-0x3dfa62ec
-// 0.185326
-0x3e3dc62a
-// 0.362865
-0x3eb9c97e
-// 0.227037
-0x3e687c83
-// 0.216641
-0x3e5dd717
-// 0.217363
-0x3e5e9485
-// 0.306770
-0x3e9d10f2
-// 0.281285
-0x3e900497
-// 0.022842
-0x3cbb1f66
-// 0.212095
-0x3e592f87
-// 0.180819
-0x3e392884
-// 0.038904
-0x3d1f5947
-// 0.093507
-0x3dbf80d8
-// 0.088721
-0x3db5b375
-// 0.125620
-0x3e00a281
-// 0.616931
-0x3f1def30
-// 0.196260
-0x3e48f860
-// 0.364597
-0x3ebaac70
-// 0.279910
-0x3e8f505a
-// 0.279358
-0x3e8f07f5
-// 0.316406
-0x3ea20003
-// 0.475782
-0x3ef399b9
-// 0.369830
-0x3ebd5a68
-// 0.279516
-0x3e8f1cb0
-// 0.433963
-0x3ede3063
-// 0.102135
-0x3dd12c5b
-// 0.724384
-0x3f39713e
-// 0.131813
-0x3e06f9e7
-// 0.405927
-0x3ecfd5a6
-// 0.282350
-0x3e90903e
-// 0.065706
-0x3d8690fa
-// 0.243014
-0x3e78d8aa
-// 0.006483
-0x3bd470d4
-// 0.355895
-0x3eb637cf
-// 0.124297
-0x3dfe8f40
-// 0.661589
-0x3f295dde
-// 0.143872
-0x3e135320
-// 0.281339
-0x3e900ba9
-// 0.420601
-0x3ed75912
-// 0.115352
-0x3dec3dcd
-// 0.298764
-0x3e98f794
-// 0.131202
-0x3e0659db
-// 0.033804
-0x3d0a75af
-// 0.616618
-0x3f1ddaad
-// 0.344418
-0x3eb0577f
-// 0.166327
-0x3e2a518c
-// 0.125646
-0x3e00a967
-// 0.240572
-0x3e76586a
-// 0.178646
-0x3e36ef02
-// 0.224809
-0x3e663460
-// 0.393301
-0x3ec95ec3
-// 0.100165
-0x3dcd2333
-// 0.252581
-0x3e815246
-// 0.455582
-0x3ee94203
-// 0.138394
-0x3e0db734
-// 0.027836
-0x3ce40870
-// 0.264806
-0x3e87949d
-// 0.179859
-0x3e382d16
-// 0.083544
-0x3dab1941
-// 0.148690
-0x3e184247
-// 0.519534
-0x3f050027
-// 0.371131
-0x3ebe04de
-// 0.171941
-0x3e30113f
-// 0.210118
-0x3e572929
-// 0.530991
-0x3f07eeff
-// 0.187499
-0x3e3fffab
-// 0.292381
-0x3e95b307
-// 0.228233
-0x3e69b604
-// 0.296744
-0x3e97eece
-// 0.132726
-0x3e07e94b
-// 0.180953
-0x3e394bd8
-// 0.085902
-0x3dafed5f
-// 0.193957
-0x3e469ca4
-// 0.400700
-0x3ecd2881
-// 0.009144
-0x3c15d0e7
-// 0.166789
-0x3e2acac0
-// 0.075788
-0x3d9b36c9
-// 0.025261
-0x3ccef038
-// 0.095325
-0x3dc339fe
-// 0.407913
-0x3ed0d9ea
-// 0.809694
-0x3f4f481d
-// 0.163027
-0x3e26f0a0
-// 0.645489
-0x3f253ebe
-// 0.064781
-0x3d84abf8
-// 0.170018
-0x3e2e1927
-// 0.152056
-0x3e1bb485
-// 0.331215
-0x3ea99508
-// 0.243051
-0x3e78e27c
-// 0.440612
-0x3ee197f4
-// 0.040655
-0x3d268640
-// 0.238547
-0x3e74459f
-// 0.368168
-0x3ebc8091
-// 0.081617
-0x3da72698
-// 0.037042
-0x3d17b9a3
-// 0.138296
-0x3e0d9d61
-// 0.201222
-0x3e4e0d41
-// 0.317958
-0x3ea2cb5c
-// 0.157907
-0x3e21b274
-// 0.369423
-0x3ebd2509
-// 0.086499
-0x3db1267c
-// 0.227650
-0x3e691d0b
-// 0.836434
-0x3f562083
-// 0.090551
-0x3db972b2
-// 0.134439
-0x3e09aa4d
-// 0.615160
-0x3f1d7b22
-// 0.188689
-0x3e4137b9
-// 0.132088
-0x3e0741f2
-// 0.193137
-0x3e45c5b7
-// 0.040582
-0x3d263935
-// 0.136142
-0x3e0b68cf
-// 0.135463
-0x3e0ab6d2
-// 0.197653
-0x3e4a656d
-// 0.069507
-0x3d8e5993
-// 0.282162
-0x3e90777c
-// 0.028783
-0x3cebca55
-// 0.082128
-0x3da832c3
-// 0.093400
-0x3dbf48b3
-// 0.422184
-0x3ed8287f
-// 0.100038
-0x3dcce099
-// 0.461536
-0x3eec4e66
-// 0.791250
-0x3f4a8f55
-// 0.237927
-0x3e73a313
-// 0.317147
-0x3ea2611f
-// 0.101855
-0x3dd09937
-// 0.095519
-0x3dc39f7d
-// 0.018038
-0x3c93c438
-// 0.064005
-0x3d831516
-// 0.419517
-0x3ed6cafa
-// 0.140135
-0x3e0f7fa1
-// 0.239382
-0x3e752082
-// 0.444135
-0x3ee365b8
-// 0.140595
-0x3e0ff81d
-// 0.222987
-0x3e6456c9
-// 0.972531
-0x3f78f7cd
-// 0.012926
-0x3c53c7f1
-// 0.032895
-0x3d06bce7
-// 0.011154
-0x3c36c0d4
-// 0.367680
-0x3ebc409d
-// 0.499653
-0x3effd283
-// 0.577206
-0x3f13c3cc
-// 0.154468
-0x3e1e2cea
-// 0.178675
-0x3e36f6b0
-// 0.418844
-0x3ed672b1
-// 0.162952
-0x3e26dcd7
-// 0.013677
-0x3c60141f
-// 0.636163
-0x3f22db8e
-// 0.148730
-0x3e184cc8
-// 0.249392
-0x3e7f60b9
-// 0.542572
-0x3f0ae600
-// 0.432475
-0x3edd6d59
-// 0.410714
-0x3ed24911
-// 0.563722
-0x3f10500f
-// 0.288227
-0x3e939278
-// 0.144746
-0x3e143865
-// 0.039260
-0x3d20cf4a
-// 0.244813
-0x3e7ab035
-// 0.110481
-0x3de243b7
-// 0.018216
-0x3c953933
-// 0.078282
-0x3da0522f
-// 0.086350
-0x3db0d825
-// 0.183586
-0x3e3bfe0b
-// 0.599894
-0x3f1992ad
-// 0.220073
-0x3e615ae7
-// 0.374243
-0x3ebf9cc1
-// 0.197985
-0x3e4abca4
-// 0.061859
-0x3d7d604c
-// 0.200230
-0x3e4d0911
-// 0.109740
-0x3de0bf61
-// 0.117861
-0x3df16108
-// 0.430459
-0x3edc651c
-// 0.365215
-0x3ebafd6b
-// 0.083823
-0x3dabab68
-// 0.469600
-0x3ef06f75
-// 0.107991
-0x3ddd2a46
-// 0.267368
-0x3e88e475
-// 0.462542
-0x3eecd25b
-// 0.106706
-0x3dda88b9
-// 0.532247
-0x3f084157
-// 0.421141
-0x3ed79fcc
-// 0.003367
-0x3b5cb023
-// 0.006470
-0x3bd3ff6e
-// 0.180327
-0x3e38a7a1
-// 0.107578
-0x3ddc520b
-// 0.393462
-0x3ec973d0
-// 0.299603
-0x3e99658b
-// 0.088609
-0x3db57867
-// 0.342069
-0x3eaf23ad
-// 0.122563
-0x3dfb025c
-// 0.141895
-0x3e114cdb
-// 0.174741
-0x3e32ef68
-// 0.510117
-0x3f029704
-// 0.295041
-0x3e970fa5
-// 0.023043
-0x3cbcc410
-// 0.468055
-0x3eefa4ef
-// 0.059540
-0x3d73e013
-// 0.458411
-0x3eeab4df
-// 0.179446
-0x3e37c0b9
-// 0.132005
-0x3e072c3a
-// 0.183756
-0x3e3c2a98
-// 0.114230
-0x3de9f18d
-// 0.031159
-0x3cff4024
-// 0.127658
-0x3e02b8b3
-// 0.028931
-0x3ced0054
-// 0.088501
-0x3db53fed
-// 0.172651
-0x3e30cb70
-// 0.250130
-0x3e801105
-// 0.159805
-0x3e23a3e6
-// 0.463548
-0x3eed5636
-// 0.043692
-0x3d32f6b6
-// 0.211902
-0x3e58fcd5
+// 0.598838
+0x3f194d6e
 // 1.000000
 0x3f800000
-// 0.087429
-0x3db30db9
-// 0.235433
-0x3e71157a
-// 0.071156
-0x3d91ba48
-// 0.526864
-0x3f06e08a
-// 0.123997
-0x3dfdf225
-// 0.200511
-0x3e4d52ae
-// 0.114121
-0x3de9b805
-// 0.219109
-0x3e605e10
-// 0.061682
-0x3d7ca69d
-// 0.228913
-0x3e6a6816
-// 0.125188
-0x3e003159
-// 0.201737
-0x3e4e9418
-// 0.073774
-0x3d971695
-// 0.399343
-0x3ecc76bd
-// 0.200034
-0x3e4cd5a7
-// 0.296602
-0x3e97dc3c
-// 0.154031
-0x3e1dba39
-// 0.452955
-0x3ee7e9b8
-// 0.401314
-0x3ecd78fd
-// 0.068035
-0x3d8b55bf
-// 0.071363
-0x3d9226a7
-// 0.131634
-0x3e06cb25
-// 0.317833
-0x3ea2baf8
-// 0.054846
-0x3d60a675
-// 0.078620
-0x3da10348
-// 0.644727
-0x3f250cdc
-// 0.276493
-0x3e8d906f
-// 0.172022
-0x3e302676
-// 0.024462
-0x3cc86382
-// 0.025481
-0x3cd0bdae
-// 0.116083
-0x3dedbd27
-// 0.080315
-0x3da47c18
-// 0.079978
-0x3da3cbaf
-// 0.050354
-0x3d4e404f
-// 0.003463
-0x3b62f4bc
-// 0.285177
-0x3e9202b1
-// 0.771960
-0x3f459f2c
-// 0.075282
-0x3d9a2d39
-// 0.705310
-0x3f348f2b
+// 0.066175
+0x3d8786ad
+// 0.798676
+0x3f4c760c
+// 0.420594
+0x3ed75810
+// 0.388783
+0x3ec70e9e
+// 0.087133
+0x3db272ed
+// 0.033121
+0x3d07aa24
+// 0.352314
+0x3eb46283
+// 0.235242
+0x3e70e361
+// 0.293916
+0x3e967c30
+// 0.069084
+0x3d8d7bd9
+// 0.134617
+0x3e09d913
+// 0.368116
+0x3ebc79aa
+// 0.617730
+0x3f1e238c
+// 0.380329
+0x3ec2ba75
+// 0.436149
+0x3edf4ef5
+// 0.508279
+0x3f021e8a
+// 0.427093
+0x3edaabeb
+// 0.328683
+0x3ea8491f
+// 0.274864
+0x3e8cbafa
+// 0.382238
+0x3ec3b4af
+// 0.063342
+0x3d81b988
+// 0.116148
+0x3deddecd
+// 0.531543
+0x3f08132f
+// 0.126306
+0x3e015663
+// 0.496684
+0x3efe4d60
+// 0.173634
+0x3e31cd12
+// 0.368933
+0x3ebce4d5
+// 0.198098
+0x3e4ada2d
+// 0.013223
+0x3c58a3a9
+// 0.458664
+0x3eead5fd
+// 0.265096
+0x3e87baac
+// 0.475226
+0x3ef350de
+// 0.222859
+0x3e643532
+// 0.279161
+0x3e8eee2d
+// 0.291460
+0x3e953a45
+// 0.179986
+0x3e384e54
+// 0.597214
+0x3f18e2ff
+// 0.469212
+0x3ef03c92
+// 0.389010
+0x3ec72c42
+// 0.420898
+0x3ed77ff2
+// 0.347823
+0x3eb215d0
+// 0.358944
+0x3eb7c775
+// 0.237044
+0x3e72bba3
+// 0.282176
+0x3e907967
+// 0.119419
+0x3df491bd
+// 0.110519
+0x3de257d7
+// 0.025701
+0x3cd28a3a
+// 0.105746
+0x3dd8912d
+// 0.142759
+0x3e122f69
+// 0.249468
+0x3e7f749d
+// 0.184336
+0x3e3cc2a1
+// 0.257024
+0x3e83989c
+// 0.268757
+0x3e899a8a
+// 0.060496
+0x3d77ca27
+// 0.314472
+0x3ea10269
+// 0.408576
+0x3ed130d3
+// 0.225352
+0x3e66c2ba
+// 0.450636
+0x3ee6b9c1
+// 0.084301
+0x3daca636
+// 0.022451
+0x3cb7ea8e
+// 0.343382
+0x3eafcfbe
+// 0.010919
+0x3c32e3f8
+// 0.257321
+0x3e83bf94
+// 0.214978
+0x3e5c234b
+// 0.287274
+0x3e931584
+// 0.056315
+0x3d66ab0b
+// 0.293471
+0x3e9641d1
+// 0.540183
+0x3f0a496c
+// 0.267543
+0x3e88fb63
+// 0.135810
+0x3e0b11b1
+// 0.683093
+0x3f2edf2f
+// 0.318227
+0x3ea2eeae
+// 0.281632
+0x3e903209
+// 0.222234
+0x3e639149
+// 0.196633
+0x3e495a24
+// 0.207038
+0x3e5401cc
+// 0.325462
+0x3ea6a2ef
+// 0.350700
+0x3eb38ef5
+// 0.041908
+0x3d2ba755
+// 0.105061
+0x3dd72a4a
+// 0.307950
+0x3e9daba6
+// 0.066014
+0x3d87324f
+// 0.319644
+0x3ea3a85e
+// 0.162466
+0x3e265d95
+// 0.203134
+0x3e500252
+// 0.475468
+0x3ef3708c
+// 0.039353
+0x3d2130f4
+// 0.671961
+0x3f2c05a5
+// 0.414955
+0x3ed474fa
+// 0.131136
+0x3e06486d
+// 0.046815
+0x3d3fc136
+// 0.550033
+0x3f0cceef
+// 0.092744
+0x3dbdf05c
+// 0.099776
+0x3dcc579d
+// 0.522694
+0x3f05cf47
+// 0.378699
+0x3ec1e4de
+// 0.173215
+0x3e315f61
+// 0.025597
+0x3cd1b169
+// 0.259330
+0x3e84c6dd
+// 0.303538
+0x3e9b6958
+// 0.222981
+0x3e64551a
+// 0.508885
+0x3f02464b
+// 0.343135
+0x3eafaf54
+// 0.459804
+0x3eeb6b76
+// 0.149191
+0x3e18c59c
+// 0.351294
+0x3eb3dcd5
+// 0.266122
+0x3e884133
+// 0.339691
+0x3eadec0b
+// 0.420128
+0x3ed71aff
+// 0.036239
+0x3d146f5d
+// 0.068641
+0x3d8c937e
+// 0.149587
+0x3e192d4c
+// 0.546946
+0x3f0c04a5
+// 0.358983
+0x3eb7cc9a
+// 0.123026
+0x3dfbf4e2
+// 0.320340
+0x3ea403a3
+// 0.150500
+0x3e1a1cb4
+// 0.038267
+0x3d1cbd84
+// 0.165823
+0x3e29cd9e
+// 0.318857
+0x3ea3413f
+// 0.457752
+0x3eea5e75
+// 0.156220
+0x3e1ff826
+// 0.382403
+0x3ec3ca49
+// 0.110317
+0x3de1edea
+// 0.368468
+0x3ebca7d9
+// 0.343241
+0x3eafbd4e
+// 0.318824
+0x3ea33cdd
+// 0.165493
+0x3e2976ea
+// 0.167114
+0x3e2b1ff4
+// 0.033407
+0x3d08d59b
+// 0.029731
+0x3cf38edb
+// 0.106171
+0x3dd97020
+// 0.143815
+0x3e134456
+// 0.340160
+0x3eae296d
+// 0.465353
+0x3eee42cc
+// 0.147355
+0x3e16e423
+// 0.212073
+0x3e5929b8
+// 0.470562
+0x3ef0ed7e
+// 0.360034
+0x3eb85650
+// 0.674943
+0x3f2cc90c
+// 0.171925
+0x3e300cfe
+// 0.005047
+0x3ba564ca
+// 0.277951
+0x3e8e4f90
+// 0.189246
+0x3e41c9d4
+// 0.575601
+0x3f135a93
+// 0.139405
+0x3e0ec028
+// 0.103208
+0x3dd35edb
+// 0.302822
+0x3e9b0b86
+// 0.148260
+0x3e17d178
+// 0.405633
+0x3ecfaf2d
+// 0.694044
+0x3f31acdc
+// 0.034457
+0x3d0d2321
+// 0.060791
+0x3d78ff98
+// 0.092254
+0x3dbcef8c
+// 0.673820
+0x3f2c7f76
+// 0.269038
+0x3e89bf5b
+// 0.299608
+0x3e996635
+// 0.041810
+0x3d2b40c3
+// 0.522830
+0x3f05d82e
+// 0.091781
+0x3dbbf7d3
+// 0.554419
+0x3f0dee63
+// 0.603824
+0x3f1a9433
+// 0.215060
+0x3e5c38b6
+// 0.427964
+0x3edb1e29
+// 0.065697
+0x3d868bff
+// 0.871711
+0x3f5f2873
+// 0.134395
+0x3e099edf
+// 0.235410
+0x3e710f4e
+// 0.418091
+0x3ed60ffc
+// 0.513502
+0x3f0374e0
+// 0.136826
+0x3e0c1c09
+// 0.325922
+0x3ea6df34
+// 0.020524
+0x3ca82128
+// 0.115465
+0x3dec7928
+// 0.028169
+0x3ce6c350
+// 0.528472
+0x3f0749f1
+// 0.047748
+0x3d4393d7
+// 0.057777
+0x3d6ca7d6
+// 0.683838
+0x3f2f1000
+// 0.288152
+0x3e9388a9
+// 0.106518
+0x3dda263b
+// 0.042482
+0x3d2e0196
+// 0.097511
+0x3dc7b3b8
+// 0.248610
+0x3e7e93bb
+// 0.264393
+0x3e875e85
+// 0.156367
+0x3e201e9d
+// 0.320450
+0x3ea41201
+// 0.164035
+0x3e27f8b1
+// 0.237831
+0x3e7389f0
+// 0.099184
+0x3dcb213b
+// 0.324895
+0x3ea6589b
+// 0.387663
+0x3ec67bd3
+// 0.168702
+0x3e2cc055
+// 0.272180
+0x3e8b5b21
+// 0.152195
+0x3e1bd914
+// 0.246842
+0x3e7cc41f
+// 0.136237
+0x3e0b81a5
+// 0.131029
+0x3e062c87
+// 0.422411
+0x3ed8463c
+// 0.176296
+0x3e3486d2
+// 0.162246
+0x3e2623cb
+// 0.497098
+0x3efe83aa
+// 0.056849
+0x3d68da57
+// 0.009760
+0x3c1fea1e
+// 0.339681
+0x3eadeaa3
+// 0.220683
+0x3e61fab5
+// 0.078261
+0x3da0476a
+// 0.573713
+0x3f12dedc
+// 0.433332
+0x3eddddb7
+// 0.192306
+0x3e44ebca
+// 0.182980
+0x3e3b5f22
+// 0.060889
+0x3d7966ae
+// 0.226736
+0x3e682d86
+// 0.290814
+0x3e94e5a0
+// 0.288170
+0x3e938b01
+// 0.379127
+0x3ec21ced
+// 0.079266
+0x3da25603
+// 0.192233
+0x3e44d8d4
+// 0.043696
+0x3d32fabd
+// 0.201246
+0x3e4e134e
+// 0.256245
+0x3e833291
+// 0.524428
+0x3f0640e2
+// 0.120873
+0x3df78c77
+// 0.583255
+0x3f155032
+// 0.223561
+0x3e64ed1c
+// 0.366079
+0x3ebb6ea6
+// 0.447770
+0x3ee54229
+// 0.202384
+0x3e4f3db5
+// 0.120684
+0x3df7290c
+// 0.332997
+0x3eaa7e92
+// 0.097071
+0x3dc6ccf8
+// 0.167234
+0x3e2b3f54
+// 0.203009
+0x3e4fe182
+// 0.130669
+0x3e05ce1d
+// 0.783339
+0x3f4888ea
+// 0.062249
+0x3d7ef898
+// 0.252553
+0x3e814ea3
+// 0.394667
+0x3eca11cb
+// 0.194719
+0x3e47646a
+// 0.462075
+0x3eec951a
+// 0.143749
+0x3e1332df
+// 0.126031
+0x3e010e54
+// 0.347830
+0x3eb216d4
+// 0.070259
+0x3d8fe3e8
+// 0.481126
+0x3ef6561d
+// 0.104512
+0x3dd60a94
+// 0.021219
+0x3cadd467
+// 0.412130
+0x3ed302b3
+// 0.188317
+0x3e40d613
+// 0.399892
+0x3eccbea3
+// 0.114425
+0x3dea57b5
+// 0.418269
+0x3ed62764
+// 0.177034
+0x3e35484e
+// 0.212645
+0x3e59bf88

+ 600 - 600
Testing/Patterns/DSP/Stats/StatsF32/InputNew1_f32.txt

@@ -1,602 +1,602 @@
 W
 300
-// 0.725166
-0x3f39a47a
-// 0.198876
-0x3e4ba63c
-// 0.261042
-0x3e85a73f
-// 0.529202
-0x3f0779c9
-// -0.272377
-0xbe8b750f
-// -0.035481
-0xbd1154a3
-// -0.047861
-0xbd440a61
-// 0.817687
-0x3f5153ed
-// -0.121663
-0xbdf92a41
-// 0.034200
-0x3d0c1510
-// -0.775956
-0xbf46a508
-// 0.117232
-0x3df01768
-// -0.316184
-0xbea1e2ee
-// -0.629533
-0xbf21290e
-// 0.148544
-0x3e181be5
-// -0.141955
-0xbe115cb7
-// -0.099378
-0xbdcb86d8
-// 0.173651
-0x3e31d183
-// 0.107496
-0x3ddc26e6
-// -0.294571
-0xbe96d20a
-// 0.447225
-0x3ee4fab2
-// 0.129990
-0x3e051c27
-// -0.332039
-0xbeaa010a
-// -0.086682
-0xbdb18696
-// 0.479689
-0x3ef599c2
-// -0.053585
-0xbd5b7bd7
-// 0.401406
-0x3ecd850a
-// 0.116474
-0x3dee89f0
-// -0.588407
-0xbf16a1dc
-// 0.203444
-0x3e5053ad
-// -0.350016
-0xbeb33547
-// 0.218909
-0x3e6029bc
-// 0.621132
-0x3f1f0280
-// -0.262895
-0xbe869a21
-// -0.111650
-0xbde4a8bc
-// 0.320397
-0x3ea40b1c
-// 0.237816
-0x3e73860b
-// 0.030819
-0x3cfc77c2
-// 0.416956
-0x3ed57b4b
-// -0.073495
-0xbd96845d
-// 0.143270
-0x3e12b572
-// 0.363834
-0x3eba486d
-// 0.205707
-0x3e52a4bd
-// 0.447427
-0x3ee5152f
-// -0.251990
-0xbe8104d4
-// -0.158548
-0xbe225a58
-// -0.076581
-0xbd9cd69c
-// 0.383975
-0x3ec49865
-// 0.284907
-0x3e91df56
-// 0.029002
-0x3ced9602
-// -0.327972
-0xbea7ebed
-// 0.605259
-0x3f1af245
-// -0.313077
-0xbea04b98
-// 0.243139
-0x3e78f961
-// -0.280629
-0xbe8fae94
-// 0.198010
-0x3e4ac324
-// 0.620746
-0x3f1ee92d
-// -0.006601
-0xbbd8502a
-// 0.099797
-0x3dcc626f
-// -0.640144
-0xbf23e07e
-// 0.193155
-0x3e45ca56
-// 0.070155
-0x3d8fad8d
-// 0.509705
-0x3f027bff
-// 0.120155
-0x3df613d3
-// -0.698765
-0xbf32e242
-// -0.388343
-0xbec6d4e2
-// 0.351680
-0x3eb40f5f
-// -0.461231
-0xbeec2678
-// -0.375102
-0xbec00d54
-// 0.026261
-0x3cd721d9
-// -0.133371
-0xbe089284
-// -0.247278
-0xbe7d366d
-// 0.647371
-0x3f25ba16
-// 0.148353
-0x3e17e9f7
-// -0.175465
-0xbe33ad2c
-// -0.147797
-0xbe1757f8
-// 0.091843
-0x3dbc183a
-// -0.004219
-0xbb8a403c
-// -0.071844
-0xbd9322d6
-// 0.052205
-0x3d55d464
-// 0.174129
-0x3e324eeb
-// -0.512479
-0xbf0331cd
-// -0.498301
-0xbeff2158
-// 0.091298
-0x3dbafa80
-// -0.112920
-0xbde7427d
-// 0.027743
-0x3ce344e0
-// -0.272120
-0xbe8b534b
-// -0.040509
-0xbd25ece2
-// 0.392593
-0x3ec901e9
-// -0.332033
-0xbeaa0036
-// 0.061213
-0x3d7aba48
-// 0.471542
-0x3ef16df6
-// -0.747684
-0xbf3f6836
-// -0.360235
-0xbeb870a9
-// 0.154037
-0x3e1dbbbf
-// -0.070425
-0xbd903b2f
-// 0.723315
-0x3f392b32
-// 0.307238
-0x3e9d4e59
-// 0.116290
-0x3dee2949
-// -0.281697
-0xbe903aa4
-// 0.260627
-0x3e8570f6
-// -0.003748
-0xbb759d00
-// -0.561922
-0xbf0fda17
-// 0.364400
-0x3eba92aa
-// -0.165993
-0xbe29f9f4
-// 0.085675
-0x3daf7651
-// -0.551282
-0xbf0d20d9
-// 0.209324
-0x3e56591f
-// 0.368426
-0x3ebca257
-// -0.040399
-0xbd257926
-// 0.149784
-0x3e19610b
-// 0.338737
-0x3ead6eef
-// 0.840719
-0x3f573956
-// -0.074677
-0xbd98f06e
-// 0.022801
-0x3cbac8f6
-// 0.081482
-0x3da6e03c
-// 0.766834
-0x3f444f34
-// -0.208561
-0xbe559105
-// 0.164030
-0x3e27f795
-// 0.332063
-0x3eaa0434
-// 0.112155
-0x3de5b18e
-// 0.141831
-0x3e113c37
-// -0.423847
-0xbed9028a
-// 0.150999
-0x3e1a9f93
-// 0.303912
-0x3e9b9a4e
-// 0.135401
-0x3e0aa66f
-// 0.106381
-0x3dd9de35
-// -0.265495
-0xbe87eeec
-// 0.512826
-0x3f03488b
-// 0.130771
-0x3e05e8b7
-// 0.187919
-0x3e406db7
-// -0.220450
-0xbe61bdae
-// 0.108827
-0x3ddee077
-// 0.074736
-0x3d990f6c
-// 0.668108
-0x3f2b0924
-// 0.427629
-0x3edaf23d
-// 0.202606
-0x3e4f77d2
-// -0.243096
-0xbe78ee26
-// 0.823728
-0x3f52dfd4
-// -0.609162
-0xbf1bf20b
-// 0.662502
-0x3f2999c3
-// 0.587467
-0x3f16643b
-// 0.362255
-0x3eb97977
-// 0.006704
-0x3bdbacbd
-// 0.165911
-0x3e29e4a8
-// 0.373853
-0x3ebf699d
-// 0.355149
-0x3eb5d620
-// 0.182050
-0x3e3a6b6c
-// 0.219850
-0x3e612055
-// -0.515928
-0xbf0413dc
-// -0.356388
-0xbeb6786d
-// 0.616726
-0x3f1de1c6
-// -0.149454
-0xbe190a6c
-// 0.401173
-0x3ecd669a
-// -0.003625
-0xbb6d8da8
-// -0.110890
-0xbde31a7d
-// 0.059535
-0x3d73dab0
-// 0.105892
-0x3dd8de24
-// 0.331686
-0x3ea9d2cc
-// 0.320353
-0x3ea40546
-// -0.078314
-0xbda06328
-// -0.037590
-0xbd19f7d8
-// -0.091240
-0xbdbadc41
-// 0.698978
-0x3f32f031
-// 0.298097
-0x3e98a035
-// 0.213213
-0x3e5a5464
-// 0.457971
-0x3eea7b26
-// 0.346308
-0x3eb14f40
-// -0.047659
-0xbd4335ba
-// 0.340510
-0x3eae5761
-// 0.299578
-0x3e99623f
-// -0.305636
-0xbe9c7c56
-// 0.276694
-0x3e8daadd
-// -0.134486
-0xbe09b694
-// -0.043561
-0xbd326d1c
-// -0.647777
-0xbf25d4b9
-// -0.623162
-0xbf1f8789
-// -0.444074
-0xbee35db3
-// 0.551552
-0x3f0d3283
-// 0.034248
-0x3d0c4746
-// 0.227184
-0x3e68a2ea
-// -0.375487
-0xbec03fe3
-// -0.257757
-0xbe83f8b1
-// -0.178350
-0xbe36a16a
-// -0.008734
-0xbc0f1a75
-// -0.340748
-0xbeae768e
-// 0.918504
-0x3f6b230e
-// 0.203855
-0x3e50bf51
-// 0.413612
-0x3ed3c4fd
-// 0.482157
-0x3ef6dd50
-// -0.127911
-0xbe02fb17
-// -0.114173
-0xbde9d383
-// -0.214759
-0xbe5be9c6
-// 0.226830
-0x3e68461b
-// -0.182931
-0xbe3b525b
-// 0.364672
-0x3ebab652
-// -0.319754
-0xbea3b6da
-// -0.099935
-0xbdccaa97
-// 0.818168
-0x3f517379
-// -0.209032
-0xbe560c62
-// -0.141086
-0xbe1078f9
-// -0.627846
-0xbf20ba82
-// -0.460499
-0xbeebc694
-// 0.018359
-0x3c966580
-// 0.492935
-0x3efc620a
-// -0.653102
-0xbf2731ad
-// -0.337630
-0xbeacddd3
-// -0.289514
-0xbe943b3d
-// 0.082134
-0x3da835cf
-// 0.394339
-0x3ec9e6cb
-// -0.094943
-0xbdc27179
-// -0.013581
-0xbc5e820d
-// 0.542666
-0x3f0aec26
-// -0.101763
-0xbdd068e8
-// 0.053649
-0x3d5bbf1c
-// -0.351159
-0xbeb3cb1a
-// 0.162924
-0x3e26d580
-// 0.521431
-0x3f057c7a
-// -0.879754
-0xbf613791
-// 0.558781
-0x3f0f0c4d
-// 0.068201
-0x3d8bad00
-// -0.299505
-0xbe9958be
-// 0.071414
-0x3d92419c
-// 0.037621
-0x3d1a185a
-// 0.118126
-0x3df1ebcb
-// -0.502961
-0xbf00c205
-// 0.016532
-0x3c876d86
-// 0.489543
-0x3efaa554
-// -0.606618
-0xbf1b4b59
-// 0.338475
-0x3ead4c90
-// 0.025337
-0x3ccf8f19
-// -0.005860
-0xbbc00201
-// -0.318127
-0xbea2e197
-// -0.296036
-0xbe979206
-// 0.311301
-0x3e9f62df
-// 0.536702
-0x3f096545
-// 0.135456
-0x3e0ab4ee
-// -0.347456
-0xbeb1e5b8
-// -0.145918
-0xbe156b91
-// -0.194314
-0xbe46fa21
-// -0.132313
-0xbe077d2d
-// 0.339002
-0x3ead91a8
-// -0.555549
-0xbf0e3871
-// -0.303912
-0xbe9b9a56
-// -0.107154
-0xbddb7355
-// 0.015265
-0x3c7a19d6
-// 0.355933
-0x3eb63cd3
-// 0.171324
-0x3e2f6fad
-// 0.134359
-0x3e099572
-// -0.242775
-0xbe7899ef
-// 0.528222
-0x3f07398e
-// 0.285915
-0x3e926367
-// 0.166650
-0x3e2aa637
-// -0.396772
-0xbecb25ba
-// -0.090506
-0xbdb95b32
-// -0.078065
-0xbd9fe078
-// 0.331422
-0x3ea9b022
-// -0.395969
-0xbecabc70
-// 0.158914
-0x3e22ba70
-// -0.004870
-0xbb9f94d1
-// -0.830935
-0xbf54b825
-// -0.013602
-0xbc5edabe
-// 0.328012
-0x3ea7f137
-// -0.142277
-0xbe11b10d
-// -0.182133
-0xbe3a810f
-// 0.040268
-0x3d24f002
-// 0.259920
-0x3e851433
-// -0.213552
-0xbe5aad55
-// -0.014615
-0xbc6f7278
-// -0.222779
-0xbe642037
-// 0.413596
-0x3ed3c2d0
-// 0.232722
-0x3e6e4e97
-// -0.074586
-0xbd98c0bc
-// 0.319370
-0x3ea38473
-// 0.413752
-0x3ed3d752
-// -0.024248
-0xbcc6a496
-// 0.440458
-0x3ee183b8
-// -0.120522
-0xbdf6d469
-// 0.312039
-0x3e9fc3a0
-// -0.192826
-0xbe457434
-// -1.000000
-0xbf800000
-// -0.279569
-0xbe8f23a6
-// -0.232237
-0xbe6dcf94
-// 0.296233
-0x3e97abe0
-// 0.364503
-0x3ebaa02c
-// -0.429213
-0xbedbc1dd
-// 0.459809
-0x3eeb6c1b
-// 0.009168
-0x3c163629
-// 0.158251
-0x3e220cae
-// 0.080459
-0x3da4c7d4
-// 0.254440
-0x3e8245e6
-// 0.345156
-0x3eb0b84b
-// -0.418173
-0xbed61ab9
-// 0.481872
-0x3ef6b7fc
-// 0.081683
-0x3da74953
-// -0.208328
-0xbe5553e2
-// 0.516444
-0x3f0435aa
-// -0.176764
-0xbe350191
-// -0.173185
-0xbe315761
-// -0.447730
-0xbee53ce3
+// 0.362415
+0x3eb98e76
+// 0.024860
+0x3ccba78d
+// -0.177702
+0xbe35f78b
+// 0.470875
+0x3ef1168b
+// 0.536979
+0x3f097772
+// 0.137767
+0x3e0d12cb
+// -0.570812
+0xbf1220b4
+// -0.672452
+0xbf2c25d5
+// -0.147947
+0xbe177f59
+// -0.205454
+0xbe526283
+// 0.014183
+0x3c685f63
+// 0.106482
+0x3dda1329
+// 0.799406
+0x3f4ca5d8
+// 0.107042
+0x3ddb390a
+// -0.307546
+0xbe9d76b5
+// 0.085132
+0x3dae5996
+// 0.187679
+0x3e402edd
+// -0.178672
+0xbe36f5b6
+// 0.150067
+0x3e19ab3c
+// 0.301975
+0x3e9a9c86
+// -0.331664
+0xbea9cfde
+// -0.462161
+0xbeeca060
+// 0.084421
+0x3dace528
+// 0.393802
+0x3ec9a06c
+// 0.402017
+0x3ecdd534
+// -0.156022
+0xbe1fc445
+// 0.308592
+0x3e9dffd3
+// -0.831133
+0xbf54c529
+// 0.273257
+0x3e8be858
+// -0.070323
+0xbd90056c
+// -0.564961
+0xbf10a14e
+// 0.532330
+0x3f0846c8
+// -0.563811
+0xbf1055ee
+// -0.162816
+0xbe26b922
+// -0.602422
+0xbf1a3858
+// -0.308413
+0xbe9de849
+// 0.005313
+0x3bae1780
+// -0.127490
+0xbe028cdc
+// -0.166231
+0xbe2a3897
+// 0.001585
+0x3acfb874
+// 0.248658
+0x3e7ea01e
+// -0.209497
+0xbe568674
+// 0.523594
+0x3f060a46
+// -0.188256
+0xbe40c635
+// -0.423080
+0xbed89ded
+// 0.139896
+0x3e0f40ff
+// -0.137701
+0xbe0d019d
+// -0.375876
+0xbec072cf
+// -0.478170
+0xbef4d2aa
+// -0.456541
+0xbee9bfb0
+// 0.106178
+0x3dd9740c
+// -0.441402
+0xbee1ff6a
+// 0.083799
+0x3dab9eeb
+// -0.195281
+0xbe47f7c3
+// 0.164206
+0x3e28258c
+// -0.220533
+0xbe61d36e
+// 0.408275
+0x3ed10977
+// -0.081978
+0xbda7e40d
+// -0.145653
+0xbe1525f9
+// 0.056093
+0x3d65c232
+// 0.367634
+0x3ebc3a82
+// -0.357578
+0xbeb71471
+// -0.219455
+0xbe60b8e5
+// 0.327855
+0x3ea7dc8f
+// -0.044110
+0xbd34ac8c
+// -0.112908
+0xbde73c66
+// 0.129792
+0x3e04e830
+// 0.402992
+0x3ece54ef
+// -0.318331
+0xbea2fc54
+// 0.111411
+0x3de42b44
+// -0.252097
+0xbe8112d5
+// 0.439344
+0x3ee0f1c0
+// 0.421763
+0x3ed7f15f
+// -0.071650
+0xbd92bd15
+// 0.494028
+0x3efcf13d
+// -0.387416
+0xbec65b69
+// 0.144450
+0x3e13ea9f
+// 0.174578
+0x3e32c4a3
+// -0.629548
+0xbf212a16
+// -0.294533
+0xbe96cd00
+// 0.366593
+0x3ebbb20e
+// 0.053569
+0x3d5b6ad2
+// -0.682183
+0xbf2ea393
+// -0.647236
+0xbf25b148
+// 0.096072
+0x3dc4c123
+// 0.034495
+0x3d0d4a44
+// 0.516683
+0x3f04455a
+// 0.506468
+0x3f01a7e7
+// 0.821268
+0x3f523e9c
+// 0.453288
+0x3ee8156a
+// 0.541963
+0x3f0abe18
+// 0.267308
+0x3e88dca8
+// 0.153146
+0x3e1cd249
+// -0.869134
+0xbf5e7f89
+// 0.027921
+0x3ce4bae3
+// -0.484586
+0xbef81bb6
+// 0.310253
+0x3e9ed97c
+// 0.020633
+0x3ca9073b
+// 0.908292
+0x3f6885d2
+// 0.277180
+0x3e8dea88
+// 0.872477
+0x3f5f5aae
+// -0.074771
+0xbd9921bf
+// 0.125105
+0x3e001b97
+// 0.294331
+0x3e96b284
+// 0.499780
+0x3effe328
+// -0.240367
+0xbe7622be
+// 0.213827
+0x3e5af58b
+// -0.055872
+0xbd64da43
+// 0.061265
+0x3d7af145
+// -0.646297
+0xbf2573ba
+// -0.608695
+0xbf1bd373
+// -0.686968
+0xbf2fdd23
+// -0.237253
+0xbe72f263
+// -0.230221
+0xbe6bbf1d
+// 0.322729
+0x3ea53cad
+// 0.685485
+0x3f2f7bfa
+// 0.056813
+0x3d68b45f
+// -0.261234
+0xbe85c071
+// 0.064103
+0x3d8348a8
+// 0.288891
+0x3e93e986
+// -0.065219
+0xbd8591b2
+// 0.999250
+0x3f7fced9
+// -0.451676
+0xbee74214
+// 0.387203
+0x3ec63f74
+// 0.124208
+0x3dfe60ce
+// 0.554218
+0x3f0de135
+// 0.114602
+0x3deab4aa
+// -0.263013
+0xbe86a99a
+// 0.291794
+0x3e956609
+// -0.800157
+0xbf4cd70f
+// 0.251551
+0x3e80cb5b
+// -0.492778
+0xbefc4d6d
+// 0.754888
+0x3f41405e
+// 0.192368
+0x3e44fc26
+// 0.225310
+0x3e66b792
+// 0.519550
+0x3f050138
+// 0.007190
+0x3beb9cde
+// 0.207226
+0x3e543310
+// 0.561046
+0x3f0fa0b7
+// 0.130170
+0x3e054b5d
+// 0.120224
+0x3df63811
+// -0.409223
+0xbed185a7
+// 0.569839
+0x3f11e0fc
+// -0.134960
+0xbe0a3310
+// 0.303683
+0x3e9b7c55
+// 0.272079
+0x3e8b4dfc
+// -0.142889
+0xbe125179
+// 0.481735
+0x3ef6a5ef
+// 0.516278
+0x3f042acd
+// -0.283527
+0xbe912a64
+// -0.318407
+0xbea30637
+// 0.057410
+0x3d6b2708
+// -0.223186
+0xbe648ac7
+// 0.341506
+0x3eaed9d1
+// -0.472289
+0xbef1cfd1
+// -0.073841
+0xbd9739ed
+// 0.216717
+0x3e5deb19
+// 0.826811
+0x3f53a9e5
+// -0.056699
+0xbd683dac
+// 0.158868
+0x3e22ae43
+// -0.217688
+0xbe5ee989
+// -0.112556
+0xbde68388
+// 0.378096
+0x3ec195dd
+// -0.085312
+0xbdaeb7da
+// 0.002535
+0x3b262776
+// -0.240016
+0xbe75c6d9
+// -0.300189
+0xbe99b25e
+// -0.027659
+0xbce29559
+// -0.238498
+0xbe7438eb
+// -0.860785
+0xbf5c5c6f
+// -0.304815
+0xbe9c10c1
+// -0.023745
+0xbcc284b9
+// -0.329498
+0xbea8b402
+// 0.483667
+0x3ef7a33a
+// 0.135567
+0x3e0ad231
+// 0.217998
+0x3e5f3ac5
+// 0.193563
+0x3e463576
+// -0.336129
+0xbeac192a
+// 0.577955
+0x3f13f4e4
+// -0.239750
+0xbe75811c
+// -0.647908
+0xbf25dd48
+// 0.013053
+0x3c55db8a
+// 0.406999
+0x3ed06220
+// -0.457585
+0xbeea489c
+// 0.128835
+0x3e03ed4e
+// 0.093101
+0x3dbeab9c
+// 0.664042
+0x3f29feae
+// -0.314072
+0xbea0ce14
+// 1.000000
+0x3f800000
+// 0.114396
+0x3dea4869
+// -0.135824
+0xbe0b156b
+// 0.128711
+0x3e03ccc2
+// 0.072647
+0x3d94c7bc
+// -0.000890
+0xba6953ed
+// -0.440762
+0xbee1ab9e
+// 0.819797
+0x3f51de33
+// 0.152431
+0x3e1c16cf
+// 0.197659
+0x3e4a673a
+// -0.207129
+0xbe5419b8
+// 0.295234
+0x3e9728eb
+// 0.102524
+0x3dd1f84f
+// 0.767175
+0x3f446594
+// -0.464729
+0xbeedf106
+// -0.282129
+0xbe907335
+// -0.384063
+0xbec4a3e3
+// -0.412841
+0xbed35fe9
+// 0.349708
+0x3eb30cfb
+// 0.156388
+0x3e20244a
+// -0.528834
+0xbf0761a2
+// 0.474165
+0x3ef2c5c3
+// 0.241220
+0x3e770240
+// 0.382557
+0x3ec3de8c
+// 0.613260
+0x3f1cfe9b
+// -0.102984
+0xbdd2e915
+// 0.201772
+0x3e4e9d60
+// -0.215534
+0xbe5cb4e7
+// 0.558285
+0x3f0eebbf
+// -0.401937
+0xbecdcab5
+// 0.069035
+0x3d8d6248
+// 0.270859
+0x3e8aadf7
+// 0.593051
+0x3f17d22e
+// 0.100041
+0x3dcce24c
+// -0.451257
+0xbee70b30
+// -0.056681
+0xbd682a86
+// -0.320198
+0xbea3f0ee
+// -0.022835
+0xbcbb0ff6
+// 0.469874
+0x3ef0934a
+// -0.313869
+0xbea0b363
+// -0.480577
+0xbef60e2f
+// 0.143801
+0x3e13408e
+// -0.021226
+0xbcade1e1
+// -0.196843
+0xbe49912e
+// 0.387562
+0x3ec66e89
+// -0.475736
+0xbef393af
+// -0.119591
+0xbdf4ec1a
+// -0.115661
+0xbdecdf6e
+// 0.800682
+0x3f4cf986
+// -0.206313
+0xbe5343c2
+// -0.488166
+0xbef9f0ec
+// -0.002776
+0xbb35e70c
+// -0.019038
+0xbc9bf4bb
+// 0.417102
+0x3ed58e6f
+// 0.507626
+0x3f01f3cf
+// -0.146218
+0xbe15ba24
+// -0.230181
+0xbe6bb4a6
+// 0.017330
+0x3c8df7aa
+// -0.081314
+0xbda6880e
+// 0.074543
+0x3d98aa0a
+// 0.369982
+0x3ebd6e3c
+// -0.034459
+0xbd0d24bf
+// -0.096346
+0xbdc550f6
+// -0.032843
+0xbd06867c
+// -0.735866
+0xbf3c61b5
+// -0.388738
+0xbec7089b
+// 0.159592
+0x3e236c0e
+// 0.505808
+0x3f017c9e
+// -0.415376
+0xbed4ac29
+// 0.634585
+0x3f22742c
+// 0.521624
+0x3f05892a
+// -0.293122
+0xbe961413
+// 0.366885
+0x3ebbd862
+// -0.104766
+0xbdd68fbe
+// 0.135166
+0x3e0a68e1
+// 0.097437
+0x3dc78d3f
+// 0.032025
+0x3d032c9a
+// 0.333184
+0x3eaa9720
+// 0.229371
+0x3e6ae01f
+// 0.704769
+0x3f346bc5
+// 0.019948
+0x3ca369c0
+// 0.375195
+0x3ec0198f
+// 0.027027
+0x3cdd6803
+// 0.486375
+0x3ef9062a
+// -0.762985
+0xbf435303
+// 0.109835
+0x3de0f122
+// 0.360291
+0x3eb87820
+// 0.648190
+0x3f25efc2
+// 0.493447
+0x3efca523
+// 0.384390
+0x3ec4cebf
+// -0.211394
+0xbe5877b8
+// 0.061998
+0x3d7df17e
+// -0.651695
+0xbf26d57d
+// 0.917386
+0x3f6ad9c7
+// -0.149430
+0xbe19042c
+// 0.168055
+0x3e2c167f
+// -0.091004
+0xbdba6016
+// -0.075785
+0xbd9b355b
+// 0.312522
+0x3ea002e9
+// -0.393311
+0xbec96009
+// 0.923921
+0x3f6c861a
+// -0.309423
+0xbe9e6cb7
+// 0.448538
+0x3ee5a6bc
+// -0.022218
+0xbcb602f1
+// -0.103881
+0xbdd4bfca
+// 0.459430
+0x3eeb3a74
+// -0.268697
+0xbe8992a3
+// -0.494960
+0xbefd6b5a
+// 0.286248
+0x3e928f1d
+// 0.037283
+0x3d18b5ed
+// 0.555577
+0x3f0e3a53
+// -0.290079
+0xbe948533

+ 600 - 600
Testing/Patterns/DSP/Stats/StatsF32/InputNew2_f32.txt

@@ -1,602 +1,602 @@
 W
 300
-// 0.540603
-0x3f0a64f5
-// -0.027845
-0xbce41b02
-// -0.103340
-0xbdd3a41e
-// 0.061909
-0x3d7d93d2
-// -0.241448
-0xbe773e25
-// -0.082054
-0xbda80bb3
-// -0.683291
-0xbf2eec2e
-// 0.062068
-0x3d7e3a81
-// 0.121639
-0x3df91da9
-// 0.069339
-0x3d8e017f
-// 0.123748
-0x3dfd6f95
-// 0.398905
-0x3ecc3d42
-// 0.026752
-0x3cdb26f9
-// -0.040873
-0xbd276ad0
-// -1.000000
-0xbf800000
-// -0.176861
-0xbe351b01
-// -0.232107
-0xbe6dad77
-// 0.262255
-0x3e86464d
-// -0.010169
-0xbc269cc8
-// 0.069279
-0x3d8de256
-// -0.229697
-0xbe6b359d
-// -0.181900
-0xbe3a43df
-// 0.190135
-0x3e42b2db
-// -0.350177
-0xbeb34a6c
-// -0.310917
-0xbe9f3089
-// -0.725700
-0xbf39c779
-// -0.266861
-0xbe88a1f2
-// 0.213337
-0x3e5a750c
-// 0.278837
-0x3e8ec3c8
-// 0.231248
-0x3e6ccc53
-// -0.137149
-0xbe0c70e9
-// -0.263372
-0xbe86d8b2
-// 0.413767
-0x3ed3d942
-// -0.055751
-0xbd645b7f
-// -0.114432
-0xbdea5b82
-// 0.162180
-0x3e2612a4
-// 0.507343
-0x3f01e136
-// -0.007309
-0xbbef7d22
-// 0.372384
-0x3ebea92c
-// -0.314360
-0xbea0f3bd
-// -0.121407
-0xbdf8a46e
-// -0.071097
-0xbd919b15
-// 0.261989
-0x3e862368
-// 0.482137
-0x3ef6dab7
-// 0.160286
-0x3e242203
-// 0.301805
-0x3e9a8623
-// -0.025335
-0xbccf8b30
-// 0.130600
-0x3e05bc14
-// 0.155154
-0x3e1ee098
-// 0.489705
-0x3efaba9b
-// -0.542768
-0xbf0af2dd
-// 0.429059
-0x3edbadac
-// 0.214728
-0x3e5be1c7
-// 0.280197
-0x3e8f75f9
-// 0.023016
-0x3cbc8b6c
-// -0.237853
-0xbe738fc3
-// 0.734171
-0x3f3bf299
-// -0.038767
-0xbd1eca26
-// -0.253289
-0xbe81af0c
-// 0.308816
-0x3e9e1d15
-// -0.276589
-0xbe8d9d22
-// 0.022111
-0x3cb5225c
-// -0.419264
-0xbed6a9c8
-// -0.167165
-0xbe2b2d31
-// -0.228773
-0xbe6a436b
-// 0.289250
-0x3e9418a1
-// 0.687185
-0x3f2feb59
-// -0.000674
-0xba30c9d9
-// 0.244968
-0x3e7ad8ff
-// -0.256825
-0xbe837e8a
-// 0.580980
-0x3f14bb14
-// -0.173374
-0xbe3188d5
-// 0.354630
-0x3eb59204
-// -0.004843
-0xbb9eb44b
-// 0.341541
-0x3eaede6c
-// 0.483155
-0x3ef76009
-// -0.151245
-0xbe1adff1
-// -0.346306
-0xbeb14f00
-// 0.003759
-0x3b766076
-// 0.072504
-0x3d947cdf
-// 0.072374
-0x3d9438c3
-// -0.309955
-0xbe9eb272
-// -0.145543
-0xbe15093c
-// 0.021092
-0x3cacc9e5
-// -0.095166
-0xbdc2e65c
-// -0.008736
-0xbc0f2302
-// 0.425452
-0x3ed9d4ce
-// -0.429732
-0xbedc05db
-// 0.477629
-0x3ef48bdb
-// 0.222067
-0x3e636586
-// 0.323327
-0x3ea58b24
-// 0.401240
-0x3ecd6f56
-// 0.297470
-0x3e984e05
-// 0.065156
-0x3d8570bd
-// -0.082593
-0xbda92696
-// 0.341027
-0x3eae9b27
-// -0.106731
-0xbdda95ed
-// 0.000795
-0x3a507278
-// 0.430406
-0x3edc5e22
-// -0.422120
-0xbed8201e
-// -0.026151
-0xbcd63a57
-// 0.545603
-0x3f0bac9e
-// -0.157432
-0xbe2135f0
-// 0.735477
-0x3f3c4838
-// -0.234312
-0xbe6fef5f
-// 0.234920
-0x3e708ef8
-// 0.116969
-0x3def8da7
-// -0.264923
-0xbe87a3f1
-// 0.124632
-0x3dff3f23
-// 0.720370
-0x3f386a28
-// -0.297821
-0xbe987c02
-// 0.219395
-0x3e60a909
-// -0.240157
-0xbe75ebd5
-// -0.408993
-0xbed1678e
-// -0.306952
-0xbe9d28cf
-// 0.045160
-0x3d38f981
-// 0.021205
-0x3cadb679
-// 0.353693
-0x3eb51740
-// 0.392710
-0x3ec9114c
-// 0.201493
-0x3e4e5425
-// 0.064223
-0x3d838774
-// 0.100801
-0x3dce709d
-// -0.105344
-0xbdd7be9b
-// 0.421553
-0x3ed7d5d9
-// 0.021670
-0x3cb185c5
-// -0.007422
-0xbbf3379e
-// -0.602051
-0xbf1a1ffd
-// 0.448496
-0x3ee5a138
-// 0.823444
-0x3f52cd40
-// 0.002202
-0x3b104a21
-// 0.226217
-0x3e67a576
-// 0.084119
-0x3dac4655
-// 0.510559
-0x3f02b405
-// 0.216280
-0x3e5d7871
-// 0.489399
-0x3efa9277
-// -0.674996
-0xbf2ccc8c
-// 0.155525
-0x3e1f41d2
-// -0.241605
-0xbe77672c
-// 0.254395
-0x3e824007
-// -0.125151
-0xbe0027a6
-// -0.086305
-0xbdb0c0b2
-// -0.250247
-0xbe802065
-// -0.317099
-0xbea25ac8
-// -0.517987
-0xbf049ad3
-// -0.108573
-0xbdde5b86
-// 0.623003
-0x3f1f7d21
-// -0.674116
-0xbf2c92dd
-// -0.209500
-0xbe56872b
-// -0.290243
-0xbe949ab3
-// -0.125753
-0xbe00c57c
-// -0.409394
-0xbed19c19
-// 0.283818
-0x3e91509c
-// -0.247711
-0xbe7da802
-// -0.422080
-0xbed81ade
-// -0.119420
-0xbdf492a0
-// 0.196654
-0x3e495fc7
-// 0.526301
-0x3f06bbaa
-// -0.012341
-0xbc4a33a5
-// 0.230263
-0x3e6bca27
-// -0.263748
-0xbe870a02
-// -0.167682
-0xbe2bb4e8
-// 0.454224
-0x3ee8900a
-// -0.219758
-0xbe61085e
-// -0.072623
-0xbd94bb66
-// 0.440239
-0x3ee166f8
-// 0.108365
-0x3dddee70
-// 0.438201
-0x3ee05bdb
-// 0.031506
-0x3d010c43
-// 0.138260
-0x3e0d93ff
-// -0.652221
-0xbf26f7ee
-// 0.444251
-0x3ee374d8
-// -0.337504
-0xbeaccd5f
-// 0.070923
-0x3d914001
-// -0.159385
-0xbe2335ed
-// 0.254543
-0x3e825375
-// -0.712363
-0xbf365d65
-// 0.264296
-0x3e8751cd
-// -0.307366
-0xbe9d5f09
-// -0.167781
-0xbe2bced1
-// -0.025514
-0xbcd10228
-// 0.408353
-0x3ed1139d
-// 0.244417
-0x3e7a4854
-// -0.010844
-0xbc31ab84
-// -0.036320
-0xbd14c418
-// 0.187225
-0x3e3fb7ec
-// 0.690692
-0x3f30d137
-// 0.232875
-0x3e6e76cf
-// -0.644708
-0xbf250b92
-// 0.478063
-0x3ef4c4a0
-// 0.290201
-0x3e949540
-// -0.110809
-0xbde2ef9b
-// -0.028072
-0xbce5f7a0
-// -0.224244
-0xbe65a048
-// -0.246849
-0xbe7cc613
-// 0.351148
-0x3eb3c9a6
-// 0.047919
-0x3d4446aa
-// 0.606300
-0x3f1b3672
-// 0.240160
-0x3e75ec67
-// -0.469547
-0xbef0686a
-// 0.237955
-0x3e73aa6a
-// 0.366899
-0x3ebbda2a
-// -0.734231
-0xbf3bf689
-// -0.147600
-0xbe172485
-// -0.362877
-0xbeb9cb07
-// -0.051545
-0xbd532105
-// -0.350750
-0xbeb3958e
-// -0.068257
-0xbd8bca41
-// 0.099357
-0x3dcb7ba0
-// -0.053411
-0xbd5ac5ef
-// -0.605293
-0xbf1af481
-// 0.606900
-0x3f1b5dc8
-// -0.642015
-0xbf245b1a
-// -0.500469
-0xbf001ebe
-// -0.269952
-0xbe8a3718
-// -0.297888
-0xbe9884c2
-// 0.363871
-0x3eba4d5a
-// 0.224581
-0x3e65f870
-// 0.276711
-0x3e8dad10
-// 0.334456
-0x3eab3dd5
-// 0.158952
-0x3e22c461
-// 0.203874
-0x3e50c460
-// -0.000036
-0xb814f7b0
-// -0.227761
-0xbe693a21
-// -0.571439
-0xbf1249d0
-// 0.276223
-0x3e8d6d27
-// -0.080289
-0xbda46e94
-// -0.691212
-0xbf30f349
-// 0.046466
-0x3d3e52d6
-// 0.075889
-0x3d9b6b76
-// 0.325018
-0x3ea668d2
-// -0.069215
-0xbd8dc061
-// -0.182470
-0xbe3ad968
-// -0.079659
-0xbda32477
-// 0.302595
-0x3e9aedb4
-// 0.216516
-0x3e5db64b
-// 0.130877
-0x3e06048a
-// 0.439529
-0x3ee109f9
-// -0.275085
-0xbe8cd7e6
-// 0.384153
-0x3ec4afa4
-// 0.166682
-0x3e2aaeb4
-// 0.295360
-0x3e973977
-// -0.231143
-0xbe6cb0b2
-// -0.066688
-0xbd88939d
-// 0.056398
-0x3d670145
-// -0.327523
-0xbea7b117
-// -0.036851
-0xbd16f104
-// -0.046154
-0xbd3d0c39
-// -0.129238
-0xbe0456f0
-// 0.494270
-0x3efd1100
-// -0.354439
-0xbeb57914
-// -0.290402
-0xbe94af8e
-// 0.085962
-0x3db00cfe
-// -0.232690
-0xbe6e4659
-// -0.256344
-0xbe833f93
-// 0.001699
-0x3adeb0f4
-// 0.181580
-0x3e39f011
-// 0.259857
-0x3e850bfa
-// 0.437895
-0x3ee033c6
-// -0.275712
-0xbe8d2a11
-// -0.151488
-0xbe1b1f9c
-// 0.049344
-0x3d4a1d64
-// 0.130427
-0x3e058eb1
-// 0.107503
-0x3ddc2ac3
-// -0.045939
-0xbd3c2abb
-// -0.388415
-0xbec6de5b
-// 0.577623
-0x3f13df15
-// 0.031210
-0x3cffab18
-// 0.151041
-0x3e1aaa83
-// 0.291928
-0x3e95778c
-// -0.210416
-0xbe577736
-// 0.065994
-0x3d8727f3
-// -0.934338
-0xbf6f30c9
-// 0.194159
-0x3e46d18e
-// -0.489295
-0xbefa84e8
-// 0.588617
-0x3f16af99
-// 0.009232
-0x3c17408c
-// -0.536332
-0xbf094d08
-// 0.262145
-0x3e8637e0
-// 0.575924
-0x3f136fc3
-// -0.261352
-0xbe85cfe6
-// -0.343820
-0xbeb00929
-// 0.328976
-0x3ea86f7e
-// -0.009380
-0xbc19ad06
-// 0.102380
-0x3dd1ac7b
-// -0.352453
-0xbeb474b7
-// -0.022592
-0xbcb912c7
-// 0.323246
-0x3ea58084
-// 0.556802
-0x3f0e8a8e
-// 0.388319
-0x3ec6d1ba
-// 0.169809
-0x3e2de24c
-// -0.399462
-0xbecc8644
-// 0.282405
-0x3e909772
-// -0.589680
-0xbf16f54d
-// 0.540727
-0x3f0a6d11
-// 0.902381
-0x3f67026c
-// -0.291772
-0xbe95631a
-// -0.297203
-0xbe982b07
-// 0.092850
-0x3dbe283b
-// 0.764402
-0x3f43afdb
-// 0.277886
-0x3e8e470a
+// 0.143712
+0x3e13294a
+// 0.093236
+0x3dbef245
+// -0.017827
+0xbc920a14
+// -0.220179
+0xbe61768a
+// -0.234860
+0xbe707f2c
+// -0.100139
+0xbdcd15c5
+// 0.212512
+0x3e599cba
+// 0.288853
+0x3e93e498
+// 0.099894
+0x3dcc954e
+// 0.241708
+0x3e77824a
+// -0.319254
+0xbea37542
+// 0.015012
+0x3c75f418
+// -0.051696
+0xbd53bfb0
+// 0.372074
+0x3ebe8088
+// 0.049545
+0x3d4aef94
+// -0.260820
+0xbe858a38
+// -0.020651
+0xbca92cf1
+// -0.265976
+0xbe882e11
+// 0.289148
+0x3e940b2f
+// -0.147605
+0xbe1725c0
+// -0.482151
+0xbef6dc86
+// -0.127761
+0xbe02d3e0
+// -0.441968
+0xbee24991
+// 0.567449
+0x3f11445e
+// 0.335462
+0x3eabc1b8
+// 0.138719
+0x3e0e0c4e
+// -0.127268
+0xbe025279
+// 0.423961
+0x3ed9116b
+// -0.103772
+0xbdd48663
+// 0.315606
+0x3ea1970e
+// -0.561111
+0xbf0fa4ff
+// -0.687484
+0xbf2ffeee
+// -0.065199
+0xbd85873b
+// -0.399076
+0xbecc53b5
+// 0.471690
+0x3ef18154
+// -0.060111
+0xbd7636c7
+// 1.000000
+0x3f800000
+// 0.288923
+0x3e93edb3
+// 0.048937
+0x3d48723f
+// 0.079349
+0x3da281bc
+// -0.705421
+0xbf34967c
+// 0.290530
+0x3e94c04f
+// -0.130764
+0xbe05e6e8
+// 0.357996
+0x3eb74b3d
+// -0.022346
+0xbcb70fec
+// 0.275651
+0x3e8d2230
+// 0.629338
+0x3f211c4c
+// -0.051357
+0xbd525b72
+// -0.243835
+0xbe79b000
+// 0.473628
+0x3ef27f5d
+// -0.159403
+0xbe233aa7
+// -0.336953
+0xbeac8522
+// -0.051817
+0xbd543dc0
+// -0.168532
+0xbe2c9391
+// -0.279283
+0xbe8efe3c
+// -0.032952
+0xbd06f8b4
+// -0.195358
+0xbe480bcc
+// 0.304122
+0x3e9bb5e2
+// 0.288229
+0x3e9392c7
+// -0.327400
+0xbea7a105
+// 0.433019
+0x3eddb4aa
+// -0.578777
+0xbf142abd
+// -0.315750
+0xbea1aa09
+// -0.052178
+0xbd55b8b3
+// -0.121821
+0xbdf97d47
+// 0.308541
+0x3e9df90a
+// -0.088610
+0xbdb578f7
+// 0.621928
+0x3f1f36af
+// 0.117686
+0x3df10586
+// 0.120148
+0x3df61066
+// -0.023806
+0xbcc3055a
+// 0.196620
+0x3e4956d6
+// -0.160678
+0xbe2488be
+// 0.013712
+0x3c60aa0d
+// -0.440276
+0xbee16bec
+// -0.002183
+0xbb0f1450
+// 0.348038
+0x3eb23208
+// -0.129551
+0xbe04a919
+// -0.345318
+0xbeb0cd8b
+// 0.000736
+0x3a40ee2e
+// 0.357166
+0x3eb6de81
+// -0.231644
+0xbe6d342b
+// -0.456752
+0xbee9db59
+// -0.362724
+0xbeb9b6f0
+// -0.020217
+0xbca59d21
+// 0.116590
+0x3deec68e
+// 0.027966
+0x3ce519b5
+// -0.415745
+0xbed4dc97
+// 0.001048
+0x3a895fc9
+// -0.320501
+0xbea418aa
+// -0.728410
+0xbf3a7913
+// 0.197150
+0x3e49e197
+// 0.436613
+0x3edf8bca
+// 0.482749
+0x3ef72ad4
+// -0.450114
+0xbee67564
+// -0.399159
+0xbecc5e9a
+// -0.131808
+0xbe06f8ac
+// 0.236194
+0x3e71dce7
+// 0.175791
+0x3e34028d
+// 0.820928
+0x3f52284f
+// -0.745439
+0xbf3ed519
+// 0.299590
+0x3e9963d5
+// -0.505864
+0xbf018053
+// -0.140213
+0xbe0f9407
+// 0.891032
+0x3f641ab0
+// -0.160709
+0xbe2490eb
+// -0.103460
+0xbdd3e2a6
+// 0.155686
+0x3e1f6c1b
+// -0.061643
+0xbd7c7d70
+// -0.225993
+0xbe676ac4
+// 0.097535
+0x3dc7c0ae
+// -0.126995
+0xbe020b12
+// 0.113310
+0x3de80f24
+// 0.001306
+0x3aab382d
+// 0.410179
+0x3ed202f1
+// -0.127984
+0xbe030e33
+// -0.037353
+0xbd18ff92
+// 0.663253
+0x3f29caec
+// 0.070233
+0x3d8fd636
+// -0.035332
+0xbd10b8c5
+// 0.198386
+0x3e4b25c9
+// -0.144873
+0xbe1459a3
+// -0.002755
+0xbb3486a5
+// -0.786657
+0xbf496262
+// -0.352381
+0xbeb46b4d
+// -0.217182
+0xbe5e64f6
+// -0.321479
+0xbea498dd
+// 0.380831
+0x3ec2fc4e
+// 0.277786
+0x3e8e3a02
+// 0.148915
+0x3e187d27
+// 0.279656
+0x3e8f2f0d
+// -0.421634
+0xbed7e06f
+// 0.303123
+0x3e9b32f4
+// -0.040420
+0xbd258f23
+// 0.082408
+0x3da8c5c9
+// 0.083645
+0x3dab4e05
+// 0.457563
+0x3eea45a4
+// 0.141339
+0x3e10bb4c
+// 0.516746
+0x3f04497c
+// -0.292938
+0xbe95fbed
+// 0.097213
+0x3dc717d5
+// -0.248407
+0xbe7e5e4e
+// 0.451005
+0x3ee6ea18
+// -0.053464
+0xbd5afce4
+// -0.008457
+0xbc0a8dcf
+// 0.159008
+0x3e22d30b
+// -0.631497
+0xbf21a9cf
+// 0.001890
+0x3af7c44a
+// -0.290357
+0xbe94a9ba
+// -0.493056
+0xbefc71d1
+// 0.277743
+0x3e8e3456
+// -0.226970
+0xbe686aef
+// -0.373451
+0xbebf34f4
+// 0.312170
+0x3e9fd4b3
+// -0.045584
+0xbd3ab661
+// -0.474055
+0xbef2b75e
+// 0.505799
+0x3f017c0c
+// -0.582347
+0xbf1514b7
+// 0.153685
+0x3e1d5f98
+// -0.265333
+0xbe87d9c5
+// -0.253563
+0xbe81d307
+// -0.120096
+0xbdf5f509
+// -0.678431
+0xbf2dadab
+// 0.056759
+0x3d687c10
+// -0.000699
+0xba374e9d
+// 0.063095
+0x3d8137f1
+// -0.378435
+0xbec1c23b
+// 0.045775
+0x3d3b7ef3
+// -0.128699
+0xbe03c9a9
+// -0.570008
+0xbf11ec0d
+// 0.176653
+0x3e34e48c
+// 0.268977
+0x3e89b75f
+// 0.451948
+0x3ee765cb
+// -0.108088
+0xbddd5d21
+// 0.369035
+0x3ebcf230
+// 0.433892
+0x3ede2712
+// -0.167998
+0xbe2c07a1
+// -0.148182
+0xbe17bd20
+// 0.462069
+0x3eec944f
+// -0.274877
+0xbe8cbcb6
+// -0.107101
+0xbddb57a0
+// 0.073371
+0x3d964390
+// 0.536868
+0x3f09702e
+// -0.466887
+0xbeef0bd5
+// 0.766417
+0x3f4433f0
+// 0.129748
+0x3e04dcc0
+// 0.082610
+0x3da92f30
+// -0.007707
+0xbbfc8e19
+// 0.245446
+0x3e7b561c
+// 0.105215
+0x3dd77ace
+// 0.412820
+0x3ed35d15
+// 0.385639
+0x3ec57281
+// -0.432059
+0xbedd36d6
+// 0.392068
+0x3ec8bd26
+// 0.221044
+0x3e625974
+// -0.172445
+0xbe30955c
+// -0.322975
+0xbea55cea
+// -0.052571
+0xbd57543f
+// 0.018366
+0x3c9673a0
+// 0.509466
+0x3f026c58
+// 0.053590
+0x3d5b8143
+// -0.020662
+0xbca9427d
+// 0.131893
+0x3e070ef1
+// 0.406490
+0x3ed01f68
+// 0.125716
+0x3e00bbaa
+// 0.405993
+0x3ecfde4d
+// 0.148793
+0x3e185d28
+// 0.269709
+0x3e8a173d
+// 0.055999
+0x3d655f71
+// 0.302001
+0x3e9a9fde
+// 0.048172
+0x3d455021
+// -0.513408
+0xbf036eb4
+// -0.207726
+0xbe54b61c
+// 0.528655
+0x3f0755ec
+// -0.198142
+0xbe4ae5d0
+// -0.707402
+0xbf35184a
+// 0.173229
+0x3e316311
+// 0.687497
+0x3f2fffc7
+// -0.100879
+0xbdce9988
+// 0.037243
+0x3d188c88
+// 0.244216
+0x3e7a13b5
+// -0.391434
+0xbec869fc
+// 0.121613
+0x3df9104e
+// 0.271280
+0x3e8ae544
+// 0.074546
+0x3d98abba
+// -0.022192
+0xbcb5cbb8
+// 0.047929
+0x3d4450e9
+// -0.106235
+0xbdd9917e
+// -0.290865
+0xbe94ec42
+// -0.401977
+0xbecdcfe4
+// -0.291783
+0xbe9564a3
+// -0.011839
+0xbc41f9dc
+// -0.075708
+0xbd9b0cc5
+// -0.117886
+0xbdf16dff
+// -0.002952
+0xbb417e1a
+// -0.189660
+0xbe42365c
+// 0.183693
+0x3e3c1a17
+// 0.084792
+0x3dada75f
+// -0.440891
+0xbee1bc79
+// -0.240705
+0xbe767b63
+// 0.583053
+0x3f1542f3
+// 0.222790
+0x3e6422f7
+// 0.337156
+0x3eac9fc0
+// 0.632339
+0x3f21e0f4
+// 0.402340
+0x3ecdff7b
+// -0.134133
+0xbe095a28
+// 0.271429
+0x3e8af8b1
+// -0.397331
+0xbecb6ef7
+// -0.234292
+0xbe6fea35
+// -0.027584
+0xbce1f8a9
+// 0.062651
+0x3d804f21
+// 0.856070
+0x3f5b2769
+// 0.158096
+0x3e21e3d6
+// -0.887875
+0xbf634bc6
+// -0.041277
+0xbd2911ef
+// 0.055428
+0x3d6308c6
+// 0.511757
+0x3f03027d
+// 0.367508
+0x3ebc2a02
+// -0.198074
+0xbe4ad3f3
+// 0.069862
+0x3d8f13d7
+// 0.380197
+0x3ec2a923
+// -0.083380
+0xbdaac2ed
+// 0.381669
+0x3ec36a13
+// -0.272017
+0xbe8b45dc
+// -0.284210
+0xbe9183ff
+// 0.260017
+0x3e8520ee
+// -0.000423
+0xb9ddd5fd
+// -0.754078
+0xbf410b45
+// -0.491993
+0xbefbe686
+// 0.384543
+0x3ec4e2d4
+// 0.535289
+0x3f0908b1
+// -0.417624
+0xbed5d2d5
+// -0.641597
+0xbf243fb5
+// -0.086808
+0xbdb1c898
+// -0.170363
+0xbe2e7399
+// -0.205472
+0xbe526734
+// 0.139662
+0x3e0f0391
+// -0.662542
+0xbf299c5a
+// -0.448298
+0xbee5875d
+// -0.334894
+0xbeab772a
+// 0.132682
+0x3e07ddc9
+// 0.887966
+0x3f6351be
+// 0.021686
+0x3cb1a780
+// -0.300859
+0xbe9a0a33
+// 0.068679
+0x3d8ca7cc
+// -0.642700
+0xbf2487fc
+// -0.805740
+0xbf4e44fb
+// 0.039718
+0x3d22af94
+// 0.154485
+0x3e1e3168
+// -0.103978
+0xbdd4f276
+// 0.186482
+0x3e3ef531
+// -0.025874
+0xbcd3f6af
+// -0.237125
+0xbe72d0d3
+// -0.681971
+0xbf2e95a0
+// 0.018286
+0x3c95cc2c
+// 0.084058
+0x3dac26da
+// -0.050474
+0xbd4ebd6c
+// 0.017565
+0x3c8fe3be
+// 0.383020
+0x3ec41b40
+// 0.590395
+0x3f172424

+ 8 - 8
Testing/Patterns/DSP/Stats/StatsF32/MSEVals28_f32.txt

@@ -1,10 +1,10 @@
 W
 4
-// 0.072747
-0x3d94fc3e
-// 0.176808
-0x3e350d0d
-// 0.207669
-0x3e54a726
-// 0.183645
-0x3e3c0d87
+// 0.026022
+0x3cd52c30
+// 0.343208
+0x3eafb8e7
+// 0.283475
+0x3e912392
+// 0.260021
+0x3e85217a

+ 4 - 4
Testing/Patterns/DSP/Stats/StatsF32/MaxIndexes1_s16.txt

@@ -2,7 +2,7 @@ H
 3
 // 2
 0x0002
-// 4
-0x0004
-// 8
-0x0008
+// 2
+0x0002
+// 2
+0x0002

+ 6 - 6
Testing/Patterns/DSP/Stats/StatsF32/MaxVals1_f32.txt

@@ -1,8 +1,8 @@
 W
 3
-// 0.123119
-0x3dfc25f1
-// 0.346598
-0x3eb17541
-// 0.597855
-0x3f190cff
+// 0.525531
+0x3f068935
+// 0.525531
+0x3f068935
+// 0.525531
+0x3f068935

+ 8 - 8
Testing/Patterns/DSP/Stats/StatsF32/MeanVals2_f32.txt

@@ -1,10 +1,10 @@
 W
 4
-// 0.286356
-0x3e929d51
-// 0.283206
-0x3e91006a
-// 0.296414
-0x3e97c39e
-// 0.250953
-0x3e807cf8
+// 0.538728
+0x3f09ea10
+// 0.375961
+0x3ec07dee
+// 0.372880
+0x3ebeea24
+// 0.260509
+0x3e856168

+ 4 - 4
Testing/Patterns/DSP/Stats/StatsF32/MinIndexes3_s16.txt

@@ -2,7 +2,7 @@ H
 3
 // 0
 0x0000
-// 5
-0x0005
-// 5
-0x0005
+// 0
+0x0000
+// 0
+0x0000

+ 6 - 6
Testing/Patterns/DSP/Stats/StatsF32/MinVals3_f32.txt

@@ -1,8 +1,8 @@
 W
 3
-// -0.377726
-0xbec16557
-// -0.599315
-0xbf196cae
-// -0.599315
-0xbf196cae
+// -0.640033
+0xbf23d92d
+// -0.640033
+0xbf23d92d
+// -0.640033
+0xbf23d92d

+ 6 - 6
Testing/Patterns/DSP/Stats/StatsF32/PowerVals4_f32.txt

@@ -1,8 +1,8 @@
 W
 3
-// 0.286160
-0x3e92838d
-// 0.862767
-0x3f5cde52
-// 1.312615
-0x3fa803c6
+// 0.888883
+0x3f638dd2
+// 1.382753
+0x3fb0fe09
+// 1.868859
+0x3fef36c2

+ 8 - 8
Testing/Patterns/DSP/Stats/StatsF32/RefAccumulate1_f32.txt

@@ -1,10 +1,10 @@
 W
 4
-// -1.919998
-0xbff5c282
-// -2.496417
-0xc01fc54b
-// -2.520380
-0xc0214de8
-// 15.878417
-0x417e0dff
+// 1.302320
+0x3fa6b26f
+// 1.276941
+0x3fa372ce
+// 1.504358
+0x3fc08ecb
+// -0.219073
+0xbe60548d

+ 20 - 20
Testing/Patterns/DSP/Stats/StatsF32/RefEntropy22_f32.txt

@@ -1,22 +1,22 @@
 W
 10
-// 0.916395
-0x3f6a98d6
-// 1.896044
-0x3ff2b190
-// 1.908121
-0x3ff43d4c
-// 2.345938
-0x401623d7
-// 1.004771
-0x3f809c52
-// 1.785868
-0x3fe49753
-// 1.968394
-0x3ffbf453
-// 2.363368
-0x4017416b
-// 1.084202
-0x3f8ac720
-// 2.008641
-0x40008d92
+// 0.945986
+0x3f722c22
+// 1.978734
+0x3ffd472b
+// 1.879733
+0x3ff09b1a
+// 2.318026
+0x40145a89
+// 1.098023
+0x3f8c8c05
+// 1.802653
+0x3fe6bd59
+// 1.961741
+0x3ffb1a57
+// 2.386530
+0x4018bce9
+// 1.079047
+0x3f8a1e33
+// 1.829732
+0x3fea34a5

+ 20 - 20
Testing/Patterns/DSP/Stats/StatsF32/RefKL24_f32.txt

@@ -1,22 +1,22 @@
 W
 10
-// 1.015737
-0x3f8203a9
-// 1.413025
-0x3fb4ddff
-// 0.329115
-0x3ea881d2
-// 0.922011
-0x3f6c08e8
-// 0.003541
-0x3b681667
-// 0.644706
-0x3f250b6d
-// 0.530100
-0x3f07b49b
-// 0.509165
-0x3f02589f
-// 0.048495
-0x3d46a2b5
-// 0.298934
-0x3e990dd9
+// 0.189443
+0x3e41fd58
+// 0.661459
+0x3f29555e
+// 0.408756
+0x3ed14884
+// 0.325215
+0x3ea68299
+// 0.002007
+0x3b038d44
+// 1.018471
+0x3f825d44
+// 0.890693
+0x3f640475
+// 0.190736
+0x3e435049
+// 0.066159
+0x3d877e90
+// 0.435901
+0x3edf2e5d

+ 20 - 20
Testing/Patterns/DSP/Stats/StatsF32/RefLogSumExp23_f32.txt

@@ -1,22 +1,22 @@
 W
 10
-// 1.432362
-0x3fb757a7
-// 2.206211
-0x400d328f
-// 2.312374
-0x4013fdef
-// 2.569177
-0x40246d65
-// 1.446032
-0x3fb91795
-// 2.208914
-0x400d5eda
-// 2.309458
-0x4013ce27
-// 2.569589
-0x40247426
-// 1.435120
-0x3fb7b201
-// 2.206758
-0x400d3b85
+// 1.431997
+0x3fb74bab
+// 2.205335
+0x400d2435
+// 2.310824
+0x4013e489
+// 2.568945
+0x4024699a
+// 1.433563
+0x3fb77eff
+// 2.207719
+0x400d4b43
+// 2.311739
+0x4013f389
+// 2.569163
+0x40246d2c
+// 1.444775
+0x3fb8ee63
+// 2.208936
+0x400d5f37

+ 20 - 20
Testing/Patterns/DSP/Stats/StatsF32/RefLogSumExpDot25_f32.txt

@@ -1,22 +1,22 @@
 W
 10
-// -1.954830
-0xbffa37de
-// -2.114165
-0xc0074e7b
-// -2.184982
-0xc00bd6bd
-// -2.399886
-0xc01997bb
-// -1.142206
-0xbf9233cc
-// -2.168206
-0xc00ac3e4
-// -2.249367
-0xc00ff5a3
-// -2.402289
-0xc019bf1c
-// -0.858844
-0xbf5bdd31
-// -2.368036
-0xc0178de8
+// -1.197174
+0xbf993d02
+// -2.093343
+0xc005f955
+// -2.143696
+0xc0093252
+// -2.517149
+0xc02118f9
+// -0.913278
+0xbf69cc93
+// -2.206903
+0xc00d3de7
+// -2.169355
+0xc00ad6b8
+// -2.568739
+0xc0246636
+// -0.995804
+0xbf7eed01
+// -2.154772
+0xc009e7ca

+ 8 - 8
Testing/Patterns/DSP/Stats/StatsF32/RmsVals5_f32.txt

@@ -1,10 +1,10 @@
 W
 4
-// 0.308847
-0x3e9e213a
-// 0.328399
-0x3ea823eb
-// 0.345440
-0x3eb0dd7c
-// 0.322265
-0x3ea4ffe7
+// 0.544329
+0x3f0b5928
+// 0.415745
+0x3ed4dc8e
+// 0.412185
+0x3ed309e0
+// 0.334662
+0x3eab58db

+ 8 - 8
Testing/Patterns/DSP/Stats/StatsF32/StdVals6_f32.txt

@@ -1,10 +1,10 @@
 W
 4
-// 0.283701
-0x3e914145
-// 0.318177
-0x3ea2e820
-// 0.362133
-0x3eb96981
-// 0.323882
-0x3ea5d3cc
+// 0.625471
+0x3f201ee4
+// 0.443765
+0x3ee33532
+// 0.432149
+0x3edd4299
+// 0.336344
+0x3eac353a

+ 8 - 8
Testing/Patterns/DSP/Stats/StatsF32/VarVals7_f32.txt

@@ -1,10 +1,10 @@
 W
 4
-// 0.080486
-0x3da4d601
-// 0.101237
-0x3dcf5535
-// 0.131140
-0x3e0649a8
-// 0.104899
-0x3dd6d568
+// 0.391214
+0x3ec84d41
+// 0.196928
+0x3e49a761
+// 0.186753
+0x3e3f3c0e
+// 0.113127
+0x3de7af23

+ 4 - 4
Testing/Patterns/DSP/Stats/StatsF64/AbsMaxIndexes26_s16.txt

@@ -2,7 +2,7 @@ H
 3
 // 1
 0x0001
-// 3
-0x0003
-// 3
-0x0003
+// 1
+0x0001
+// 1
+0x0001

+ 6 - 6
Testing/Patterns/DSP/Stats/StatsF64/AbsMaxVals26_f64.txt

@@ -1,8 +1,8 @@
 D
 3
-// 0.579795
-0x3fe28dad67519d3d
-// 0.783610
-0x3fe91356237f16f6
-// 0.783610
-0x3fe91356237f16f6
+// 0.395033
+0x3fd9483a828578bd
+// 0.395033
+0x3fd9483a828578bd
+// 0.395033
+0x3fd9483a828578bd

+ 2 - 2
Testing/Patterns/DSP/Stats/StatsF64/AbsMinIndexes27_s16.txt

@@ -2,7 +2,7 @@ H
 3
 // 0
 0x0000
-// 0
-0x0000
+// 2
+0x0002
 // 4
 0x0004

+ 6 - 6
Testing/Patterns/DSP/Stats/StatsF64/AbsMinVals27_f64.txt

@@ -1,8 +1,8 @@
 D
 3
-// 0.310923
-0x3fd3e6286ed8195c
-// 0.310923
-0x3fd3e6286ed8195c
-// 0.150640
-0x3fc34828d25e0053
+// 0.220609
+0x3fcc3ceca865ace1
+// 0.090897
+0x3fb74506ade80d60
+// 0.017580
+0x3f92009723117c9c

+ 598 - 598
Testing/Patterns/DSP/Stats/StatsF64/Input1_f64.txt

@@ -1,602 +1,602 @@
 D
 300
-// -0.403787
-0xbfd9d7a6500be5e2
-// 0.791823
-0x3fe9569c8ec9cca4
-// -0.406450
-0xbfda034695607571
-// -0.437448
-0xbfdbff25c7f6e530
-// 0.130791
-0x3fc0bdc486adfc92
-// -0.456563
-0xbfdd38558962a6a0
-// 0.117086
-0x3fbdf9535037af01
-// 0.528206
-0x3fe0e70f4a341dd9
-// -0.418752
-0xbfdaccd63df74628
-// 0.010040
-0x3f848f9d5d711dd2
-// -0.710168
-0xbfe6b9b1606309e1
-// 0.156878
-0x3fc41493045a6097
-// 0.129325
-0x3fc08db913a5457c
-// 0.238396
-0x3fce83c49dcb05cb
-// 0.016004
-0x3f906343d37b51f1
-// 0.300735
-0x3fd33f3d123f96bc
-// -0.125843
-0xbfc01ba13995f626
-// 0.040414
-0x3fa4b118513229a1
-// 0.234817
-0x3fce0e7ec57da219
-// -0.098647
-0xbfb940f525e4709b
-// -0.106566
-0xbfbb47e807b45c46
-// -0.046093
-0xbfa7997f43d866fe
-// -0.221471
-0xbfcc5928fea03d83
-// 0.151632
-0x3fc368b15d21ec62
-// -0.586786
-0xbfe2c6f3bdac664b
-// 0.307620
-0x3fd3b00caffdf931
-// -0.509871
-0xbfe050ddf0958f67
+// 0.531384
+0x3fe101190e3383de
+// 0.032490
+0x3fa0a284b0be219f
+// -0.251280
+0xbfd014f883b1f26b
+// -0.269020
+0xbfd1379e90ddba23
+// -0.509137
+0xbfe04ada15706b1b
+// -0.269122
+0xbfd1394a78b9de36
+// -0.125429
+0xbfc00e0bd1d6719e
+// 0.155587
+0x3fc3ea47fd0acc59
+// 0.407400
+0x3fda12d9159356cb
+// 0.063920
+0x3fb05d0ce885de40
+// 0.050520
+0x3fa9ddcc4834a8be
+// -0.330824
+0xbfd52c3662801596
+// -0.682159
+0xbfe5d43fe0f05e6b
+// 0.071714
+0x3fb25be04482a02e
+// -0.488648
+0xbfdf4600825bdbb3
+// -0.391469
+0xbfd90dd319f3b6c2
+// -0.543952
+0xbfe1680e2bd34f0c
+// -0.356378
+0xbfd6cee6aa969847
+// 0.513024
+0x3fe06ab10c75335c
+// -0.065597
+0xbfb0cafad36d0e7b
+// 0.161029
+0x3fc49c94fb3cd056
+// -0.105874
+0xbfbb1a8e5b381038
+// 0.185923
+0x3fc7cc5635c1b3be
+// -0.912305
+0xbfed319968144d5e
+// -0.202203
+0xbfc9e1cb7492fab8
+// -0.241399
+0xbfcee62b7bd19ffc
+// 0.163670
+0x3fc4f324f93cc977
+// 0.275119
+0x3fd19b8d386a3188
+// -0.309292
+0xbfd3cb70510d09d7
+// 0.260962
+0x3fd0b399268b8454
+// 0.641845
+0x3fe489fe4de9f490
+// -0.441157
+0xbfdc3be9b8e1f43d
+// -0.021397
+0xbf95e9106b230e07
+// -0.259831
+0xbfd0a113b8df4ee7
+// 0.111499
+0x3fbc8b3b294c6003
+// -0.068108
+0xbfb16f8255b1ebc6
+// 0.251922
+0x3fd01f7f88ce248d
+// -0.103070
+0xbfba62c631128c3c
+// -0.647151
+0xbfe4b576bb13eb69
+// 0.126507
+0x3fc03162852b28e8
+// 0.315318
+0x3fd42e2a85f955ab
+// -0.227374
+0xbfcd1a93cd8ae2ea
+// 0.093615
+0x3fb7f72e7851a573
+// -0.201738
+0xbfc9d28d700d3710
+// 0.187939
+0x3fc80e6666a913d1
+// -0.224648
+0xbfccc144bd645c67
+// -0.255739
+0xbfd05e08fa96933c
+// 0.499623
+0x3fdff9d3d5ac961a
+// 0.454816
+0x3fdd1bb591b98875
+// 0.356867
+0x3fd6d6e90a03810c
+// 0.133439
+0x3fc1148933414eb5
+// 0.324004
+0x3fd4bc797b617e9d
+// -0.552468
+0xbfe1add2630da852
+// 0.204673
+0x3fca32bc001d492f
+// -0.573610
+0xbfe25b0298f17902
+// 0.995463
+0x3fefdad4404f8721
+// 0.167149
+0x3fc56524e2856a01
+// 0.214492
+0x3fcb747d5ddf7456
+// -0.336178
+0xbfd583f0423987bd
+// 0.558508
+0x3fe1df4c81a50ac4
+// 0.263472
+0x3fd0dcba0e2610d9
+// 0.429526
+0x3fdb7d5a8d7a9eb2
+// 0.124052
+0x3fbfc1dde27ff8ff
+// 0.823769
+0x3fea5c50cbe8a587
+// -0.457703
+0xbfdd4b02f5b3f490
+// -0.090185
+0xbfb7165e6655fba4
+// 0.023915
+0x3f987d298872b996
+// 0.110655
+0x3fbc53eb2a82974e
+// -0.797396
+0xbfe984449b9942bc
+// 0.741381
+0x3fe7b964019d4b1d
+// 0.178637
+0x3fc6dd95a400afdf
+// 0.392699
+0x3fd921f9c32f205b
+// 0.235924
+0x3fce32c037317f27
+// -0.225774
+0xbfcce62c0b308898
+// 0.550048
+0x3fe199fe4f678a41
+// 0.795701
+0x3fe9766175e1cfac
+// -0.105625
+0xbfbb0a364367269a
+// -0.570458
+0xbfe241319fbc77b9
+// -0.250431
+0xbfd0070e3f9db22c
+// -0.270969
+0xbfd1578fd71a84d0
+// -0.435150
+0xbfdbd97e2da8079f
+// -0.178487
+0xbfc6d8a6c6e645bc
+// 0.385567
+0x3fd8ad21ef054701
+// 0.269454
+0x3fd13eba1345015f
+// 0.105268
+0x3fbaf2dd25ba609d
+// 0.156843
+0x3fc4136b5d42f707
+// -0.206991
+0xbfca7eb1455aa3ee
+// 0.459015
+0x3fdd6081f5a0ce2f
+// -0.087453
+0xbfb66355713297a8
+// 0.186864
+0x3fc7eb2894cb0156
+// 0.344019
+0x3fd60468a46d23a8
+// -0.866975
+0xbfebbe426ac57c2f
+// -0.405476
+0xbfd9f351e79d90db
+// -0.103714
+0xbfba8cfd48b0fd79
+// 0.248264
+0x3fcfc71bc622f4d5
+// -0.188835
+0xbfc82bbd7e4b42c7
+// 0.332720
+0x3fd54b49ce20f96a
+// 0.269498
+0x3fd13f7667ea36d0
+// -0.513740
+0xbfe0708e0f75e2f0
+// 0.036834
+0x3fa2dbdfdee06bec
+// 0.339213
+0x3fd5b5a8e5b3df88
+// 0.166204
+0x3fc5462ae4be370d
+// 0.038622
+0x3fa3c6538fdadc12
+// -0.232245
+0xbfcdba325337f756
+// -0.425981
+0xbfdb4347e156a496
+// -0.224734
+0xbfccc41199adfba5
+// -0.152357
+0xbfc38072350c614c
+// -0.014710
+0xbf8e20426fa89032
+// 0.462227
+0x3fdd951f421213a6
+// 0.109592
+0x3fbc0e3112f5a4a4
+// 0.055799
+0x3fac91b15f3ffbb9
+// -0.220262
+0xbfcc3189013c956c
+// -0.691249
+0xbfe61eb73f938d69
+// 0.184477
+0x3fc79cf3f63ba14f
+// 0.502783
+0x3fe016cb7072dded
+// -0.207479
+0xbfca8eae742546f2
+// -0.220731
+0xbfcc40ec37b11fa6
+// -0.040368
+0xbfa4ab1e232c4dec
+// 0.048192
+0x3fa8ac9f0ea70bf6
+// 0.104281
+0x3fbab22c0f99409d
+// -0.350618
+0xbfd6708748ac2b71
+// 0.301175
+0x3fd346741dc8c0de
+// 0.492765
+0x3fdf89756d293e79
+// 0.104346
+0x3fbab66868728b4c
+// 0.113899
+0x3fbd288230de89b0
+// -0.716747
+0xbfe6ef985c88f69a
+// -0.392535
+0xbfd91f4bcee9e2e2
+// -0.241998
+0xbfcef9c81b3abd1b
+// 0.362789
+0x3fd737f020e59eaa
+// 0.394684
+0x3fd9427fd13346fc
+// 0.621460
+0x3fe3e3011c043c83
+// 0.111577
+0x3fbc90502a96efcb
+// -0.486184
+0xbfdf1da2979d5f89
+// 0.537780
+0x3fe1357e8c3db0b5
+// 0.554412
+0x3fe1bdbd85040420
+// -0.183139
+0xbfc77116c3685ff2
+// -0.032113
+0xbfa0712aa9b6b544
+// 0.336835
+0x3fd58eb465d0ec5e
+// -0.606911
+0xbfe36bcfab3bbc0e
+// 0.155377
+0x3fc3e3662b9cdfd4
+// -0.044462
+0xbfa6c3c1155b6ad4
+// -0.191731
+0xbfc88aa45e1bb7ce
+// 0.466908
+0x3fdde1d21bb3a4b5
+// 0.931841
+0x3fedd1a538f74a36
+// -0.232934
+0xbfcdd0c9420d75ba
+// 0.202731
+0x3fc9f315e6a6acc3
+// -0.178722
+0xbfc6e05bd87afba4
+// -0.779528
+0xbfe8f1e4ea255e49
+// -0.213484
+0xbfcb53726cdff12a
+// 0.490735
+0x3fdf68342178efcc
+// 0.335381
+0x3fd576e036158e80
+// 0.159817
+0x3fc474dedc51755c
+// -0.215817
+0xbfcb9fe190342eec
+// -0.403654
+0xbfd9d5768f77b6a2
+// -0.370872
+0xbfd7bc5e0cc51d7a
+// 0.104591
+0x3fbac6755222d807
+// -0.038061
+0xbfa37cc06c68c2f8
+// 0.138937
+0x3fc1c8aea4baf2fe
+// -0.164085
+0xbfc500b9fc26b4b7
+// 0.220588
+0x3fcc3c3968fecf0c
+// -0.315697
+0xbfd4345f6a7b25ec
+// -0.444804
+0xbfdc77ab494a4fed
+// 0.024597
+0x3f992fe97cef4728
+// 0.111102
+0x3fbc712db25d4a52
+// -0.115722
+0xbfbd9ff0d9684389
+// -0.382939
+0xbfd88213968ef2f1
+// 0.045444
+0x3fa7447a38452ae2
+// 0.135205
+0x3fc14e6334facd9e
+// -0.136748
+0xbfc180f16dd49358
+// 0.118621
+0x3fbe5def6d5a6e69
+// 0.554368
+0x3fe1bd62bdc1a6c4
+// -0.094238
+0xbfb81ff7f93fdf44
+// -0.588737
+0xbfe2d6ee9e857198
+// -0.358589
+0xbfd6f3203751a79a
+// -0.220159
+0xbfcc2e28dbf216e3
+// 0.435197
+0x3fdbda4605260bb9
+// -0.126731
+0xbfc038b8b2377493
+// 0.159742
+0x3fc4726bc642b197
+// -0.633481
+0xbfe4457accff758c
+// 0.332178
+0x3fd54268579b91a4
+// -0.650482
+0xbfe4d0bfdaa7f5e9
+// -0.406758
+0xbfda085320502d30
+// 0.035693
+0x3fa2465b6293d3fa
+// 0.004187
+0x3f712673f48ceb76
+// 0.149220
+0x3fc319a04abdde55
+// 0.574815
+0x3fe264e1d41a1f62
+// 0.027862
+0x3f9c87db3bf2aaa6
+// 0.028347
+0x3f9d06e1afdb414e
+// 0.210351
+0x3fcaecc6ed52f7c9
+// 0.120508
+0x3fbed994ea4d34aa
+// 0.128324
+0x3fc06ce8fae8e0d0
+// -0.679696
+0xbfe5c011008d5921
+// 0.042365
+0x3fa5b0dfe06fb12b
+// -0.200379
+0xbfc9a605fac4bf09
+// -0.210528
+0xbfcaf296a1ec4863
+// -0.030103
+0xbf9ed353de096003
+// 0.547403
+0x3fe184531c3a61e4
+// -0.080304
+0xbfb48ed5b2f67a40
+// -0.421263
+0xbfdaf5f7b0848ba8
+// -0.392343
+0xbfd91c248207ab74
+// -0.115397
+0xbfbd8aa18cea18cf
+// -0.000949
+0xbf4f199c1488f55c
+// -0.295562
+0xbfd2ea7d5e818a3c
+// -0.491241
+0xbfdf707cb57aa7af
+// 0.342110
+0x3fd5e523060a900e
+// 0.493205
+0x3fdf90ab669be4e3
+// 0.173213
+0x3fc62bd98eadc335
+// -0.485171
+0xbfdf0d0a6db47d7d
+// -0.146220
+0xbfc2b75520cabc24
+// -0.221839
+0xbfcc653b4f705c8d
+// 0.531129
+0x3fe0ff01f6742370
+// 0.033664
+0x3fa13c7694dbed8e
+// -0.120421
+0xbfbed3e6f43fadd1
+// 0.393750
+0x3fd93332897dee6b
+// -0.154915
+0xbfc3d4453b4332b6
+// 0.449909
+0x3fdccb4d586e4eb5
+// -0.313851
+0xbfd41623c510dc9b
+// -0.395224
+0xbfd94b5b4623c48c
+// -0.506014
+0xbfe03143d4e36c64
+// 0.103710
+0x3fba8cc246dcb6b3
+// 0.162527
+0x3fc4cdab7dd6bbb4
+// 0.051433
+0x3faa5578a85b38aa
+// -0.206692
+0xbfca74e564370dd2
+// 0.109536
+0x3fbc0a929f535cba
+// 0.517374
+0x3fe08e537d3a52b1
+// -0.023038
+0xbf97975ece91336e
+// -0.166735
+0xbfc557959040bda8
+// -0.520753
+0xbfe0aa012e3ef184
+// -0.422718
+0xbfdb0dd13cf8b0cc
+// 0.419748
+0x3fdadd271c5bf0fa
+// 0.086405
+0x3fb61e9e1614bab0
+// -0.119454
+0xbfbe9485945cf6c3
+// -0.657341
+0xbfe508f0b34b007a
+// 0.122591
+0x3fbf621cb85726e3
+// 0.005391
+0x3f761529967dbdf8
+// -0.240608
+0xbfcecc3dfafec52f
+// -0.103970
+0xbfba9dc752d18463
+// 0.184659
+0x3fc7a2ec0ed87bc4
+// 0.166064
+0x3fc541947f8cd98a
+// -0.603551
+0xbfe3504a8cdb86a4
+// -0.461144
+0xbfdd8363d515d90d
+// -0.190816
+0xbfc86ca8ca1685c7
+// -0.593894
+0xbfe3012debcc1e8d
+// -0.170855
+0xbfc5de94968824f4
+// 0.099151
+0x3fb961f9484a453b
+// 0.546349
+0x3fe17bb028b32d26
+// -0.466466
+0xbfddda949d2f8042
+// 0.129477
+0x3fc092b2cdc5129a
+// 0.063746
+0x3fb051b0c2ea237c
+// 0.083027
+0x3fb5413b7ba6cccd
+// 0.488163
+0x3fdf3e11035d273a
+// -0.380824
+0xbfd85f6a454c3782
+// 0.116685
+0x3fbddf110985d479
+// 0.280499
+0x3fd1f3b12685d374
+// 0.022622
+0x3f972a2c4f9a233a
+// 0.280619
+0x3fd1f5a8fd5d95a7
+// -0.194805
+0xbfc8ef5c91447ff9
+// -0.043481
+0xbfa6431c5e572d3c
+// -0.454930
+0xbfdd1d92dbdc76ec
+// 0.495528
+0x3fdfb6bbd4b875fd
+// -0.333530
+0xbfd5588e7a33ee0b
+// 0.303086
+0x3fd365c320727df8
+// 0.298682
+0x3fd31d99313796e9
+// 0.068199
+0x3fb175783b0bf2d1
+// 0.202137
+0x3fc9df9fbc96f3ad
+// 0.311026
+0x3fd3e7d9ce6740e0
+// 0.333341
+0x3fd55577799b27c6
 // 1.000000
 0x3ff0000000000000
-// 0.356626
-0x3fd6d2f62c37c23f
-// 0.414088
-0x3fda806a1ea93b1f
-// 0.240077
-0x3fcebad91d4c72ad
-// 0.281186
-0x3fd1fef359735593
-// -0.362378
-0xbfd73134a213b2a5
-// -0.102334
-0xbfba3292483514fb
-// 0.006665
-0x3f7b4c7892553c4f
-// -0.645523
-0xbfe4a820550e0822
-// 0.290378
-0x3fd2958c2cc87f54
-// -0.250546
-0xbfd008f15d6b5f0d
-// -0.057767
-0xbfad9397ee92a180
-// 0.514632
-0x3fe077de4f513c8e
-// 0.014324
-0x3f8d55ef93df123a
-// 0.382841
-0x3fd88078e099b3ff
-// -0.133496
-0xbfc1166753d43276
-// -0.164323
-0xbfc50885f112547b
-// 0.050076
-0x3fa9a386321be671
-// -0.279635
-0xbfd1e58823d9563f
-// -0.104149
-0xbfbaa98337eada8f
-// -0.204299
-0xbfca2675a8d5bbcb
-// -0.491028
-0xbfdf6cffb08f216a
-// -0.080022
-0xbfb47c542f462091
-// -0.050660
-0xbfa9f028a8de8596
-// 0.027183
-0x3f9bd5bf5c443d85
-// 0.143195
-0x3fc2543391c544f1
-// 0.446013
-0x3fdc8b7918d4a08c
-// -0.004223
-0xbf714c1e98c0511b
-// -0.620539
-0xbfe3db74c2f530b7
-// -0.189089
-0xbfc83413ec7de897
-// 0.228260
-0x3fcd37a079ebc4fc
-// -0.043042
-0xbfa6099b60315c2d
-// -0.375575
-0xbfd8096dc7bb55ea
-// -0.031564
-0xbfa0291e3ba5ca99
-// -0.172485
-0xbfc613fc640d108e
-// -0.412236
-0xbfda621493b115be
-// 0.350180
-0x3fd6695906bdcce8
-// 0.083142
-0x3fb548c3a1df377f
-// -0.641808
-0xbfe489b0ba55ac62
-// 0.577712
-0x3fe27c9e909a25d0
-// 0.538119
-0x3fe138451bf808d4
-// -0.193991
-0xbfc8d4af3d3dd7b3
-// -0.481476
-0xbfded081e6de9e58
-// -0.210403
-0xbfcaee7ebae69aad
-// 0.218622
-0x3fcbfbcd8fbbee0f
-// -0.064909
-0xbfb09dd817c25857
-// -0.103955
-0xbfba9cc8ff93e2a3
-// -0.415030
-0xbfda8fda40681b82
-// 0.155269
-0x3fc3dfdc2239bd13
-// 0.720516
-0x3fe70e77bf5cb126
-// -0.176672
-0xbfc69d2f31954299
-// 0.111677
-0x3fbc96e276835a4e
-// -0.223521
-0xbfcc9c56fca3eebc
-// -0.499868
-0xbfdffdd5da7f59ab
-// -0.593256
-0xbfe2fbf4031ebb68
-// -0.391011
-0xbfd906532e2df2f0
-// -0.235006
-0xbfce14aa534ab9f7
-// -0.287559
-0xbfd2675f89ff6964
-// -0.046248
-0xbfa7adc2b2674237
-// 0.252169
-0x3fd02389c7410438
-// 0.426000
-0x3fdb4396e7c86ff6
-// 0.573607
-0x3fe25afd81523591
-// -0.113788
-0xbfbd213600024a3c
-// 0.005261
-0x3f758ce8726094cb
-// -0.043660
-0xbfa65aa5a5e22624
-// -0.108329
-0xbfbbbb73345dfe73
-// 0.072072
-0x3fb27351f95cf305
-// 0.661403
-0x3fe52a3638b2b393
-// -0.275998
-0xbfd1a9f5178717a4
-// 0.396005
-0x3fd958270a80a7e8
-// 0.118577
-0x3fbe5b15547a2e5b
-// -0.049304
-0xbfa93e5f7e59b31e
-// 0.171758
-0x3fc5fc2de7f2e482
-// -0.215334
-0xbfcb900d7a47feb0
-// 0.305982
-0x3fd395368cda6c2e
-// -0.432305
-0xbfdbaae481d8370e
-// 0.088102
-0x3fb68ddd4e96943f
-// 0.041527
-0x3fa54314fea4de2c
-// 0.276061
-0x3fd1aafbd69a1441
-// 0.056990
-0x3fad2dd29ffb2c5a
-// 0.019855
-0x3f9454f2e37f92a7
-// 0.006340
-0x3f79f8388d4d2bc1
-// 0.023626
-0x3f98316c1bafe3e7
-// 0.170328
-0x3fc5cd4d37fb556d
-// -0.208589
-0xbfcab308d2a0288b
-// 0.799681
-0x3fe996fc3c822a40
-// 0.779027
-0x3fe8edc9f5c48e1e
-// -0.016207
-0xbf90988f3c35e57b
-// 0.449654
-0x3fdcc7222f531530
-// -0.150445
-0xbfc341c940c42731
-// 0.033176
-0x3fa0fc74fa783355
-// 0.166389
-0x3fc54c3fb1738fd6
-// -0.030188
-0xbf9ee995713922a7
-// 0.150220
-0x3fc33a6523bdcd78
-// -0.051953
-0xbfaa9993504eb40b
-// -0.750339
-0xbfe802c692c3e438
-// -0.311760
-0xbfd3f3dff86877c4
-// 0.060474
-0x3faef66d79a6a9d2
-// -0.648122
-0xbfe4bd69f302193e
-// -0.116945
-0xbfbdf01a0b657968
-// -0.119040
-0xbfbe79605c591174
-// 0.149497
-0x3fc322b416a44113
-// 0.700562
-0x3fe66b01c004ae55
-// 0.364243
-0x3fd74fc2f08a7d1b
-// 0.533313
-0x3fe110e757c2d62d
-// 0.196160
-0x3fc91bc13cecbef9
-// 0.018032
-0x3f9276e1434a62db
-// 0.487146
-0x3fdf2d65394dfb79
-// 0.086703
-0x3fb632245d7662ed
-// -0.415592
-0xbfda990e1202ba8f
-// 0.101372
-0x3fb9f37f4988bf0d
-// 0.069408
-0x3fb1c4b79426a492
-// 0.396306
-0x3fd95d15c8b640c3
-// -0.136603
-0xbfc17c34cb4cf5d3
-// 0.210985
-0x3fcb01920659aac1
-// 0.507600
-0x3fe03e42a58a742d
-// 0.468074
-0x3fddf4ed5d7185e0
-// 0.067996
-0x3fb16833870beb16
-// -0.309373
-0xbfd3ccc4935720c6
-// 0.098342
-0x3fb92cee47a0f67b
-// -0.038179
-0xbfa38c40ff7dc383
-// -0.004646
-0xbf7307c700bea252
-// 0.337792
-0x3fd59e607203bca1
-// 0.231750
-0x3fcda9f9119b9ca4
-// 0.222815
-0x3fcc85360b71e608
-// 0.318046
-0x3fd45add0a6aba8b
-// -0.369624
-0xbfd7a7ed832d5a00
-// -0.284296
-0xbfd231e87806f16d
-// -0.492920
-0xbfdf8c01b797b08a
-// 0.375394
-0x3fd8067464384011
-// -0.479774
-0xbfdeb49f7d10d303
-// 0.196951
-0x3fc935b4ac19c1e7
-// 0.419676
-0x3fdadbf88aa779ad
-// 0.337219
-0x3fd594ff79ccbeb1
-// -0.155715
-0xbfc3ee775405fd65
-// -0.076902
-0xbfb3afe13a7f2723
-// -0.286909
-0xbfd25cb6c26e676b
-// -0.054607
-0xbfabf5830e3a4048
-// 0.194628
-0x3fc8e99255dd9a1c
-// -0.272573
-0xbfd171d513fe7e20
-// 0.285949
-0x3fd24cfd9b342053
-// -0.051243
-0xbfaa3c926e5a62fc
-// -0.570338
-0xbfe240356d5ea054
-// 0.241649
-0x3fceee58fe82fa34
-// -0.348673
-0xbfd650aa278b3161
-// 0.463440
-0x3fdda8ff4049158c
-// 0.020843
-0x3f9557e7d2fe8e24
-// -0.557077
-0xbfe1d39365ba12c6
-// 0.021878
-0x3f96674d467dcb86
-// -0.664619
-0xbfe5448f2ac482e9
-// 0.288520
-0x3fd2771d276a18b3
-// 0.372560
-0x3fd7d807269b4324
-// 0.226794
-0x3fcd079486f29b48
-// 0.099157
-0x3fb9625962b74bd0
-// 0.825342
-0x3fea6932c12c243f
-// -0.186653
-0xbfc7e4405faf767c
-// 0.590371
-0x3fe2e451f13d5685
-// 0.025035
-0x3f99a2d1d646bfc6
-// 0.300777
-0x3fd33feea7e0d3fc
-// 0.092507
-0x3fb7ae8dbb325468
-// 0.240040
-0x3fceb99e3f207f54
-// -0.360432
-0xbfd71153109a5f43
-// 0.256909
-0x3fd07130939928b4
-// 0.479263
-0x3fdeac40ae10332a
-// -0.209449
-0xbfcacf3aeb263d98
-// -0.058282
-0xbfadd71f32fa4642
-// -0.206849
-0xbfca7a0865938211
-// 0.236719
-0x3fce4ccfddeb09f0
-// -0.492016
-0xbfdf7d31d648f07d
-// -0.161469
-0xbfc4ab0070c9a95d
-// -0.170680
-0xbfc5d8daae8f9f8f
-// -0.001361
-0xbf564b5e326b30d6
-// 0.382767
-0x3fd87f405fb100db
-// 0.001535
-0x3f59262648d152ec
-// -0.062853
-0xbfb017265d564aee
-// 0.222218
-0x3fcc71a2058391d5
-// -0.468908
-0xbfde02975346d3f2
-// -0.041868
-0xbfa56fbfd286a167
-// -0.036256
-0xbfa2903477be0596
-// -0.044467
-0xbfa6c4613e6ed29a
-// 0.822956
-0x3fea55a803d762e5
-// -0.057514
-0xbfad7278e0caaa8a
-// 0.195742
-0x3fc90e1309383efc
-// 0.152996
-0x3fc3955e03fbc3a1
-// 0.240666
-0x3fcece28189683b9
-// -0.539887
-0xbfe146c20948dfd8
-// -0.349305
-0xbfd65b03d7e8c245
-// 0.008616
-0x3f81a50a3633613c
-// 0.247504
-0x3fcfae39a72000a0
-// -0.061513
-0xbfaf7e9175657211
-// 0.794464
-0x3fe96c3f46925afb
-// -0.242852
-0xbfcf15c55c102be1
-// -0.217546
-0xbfcbd88be5e41d95
-// -0.074757
-0xbfb3234b48443a88
-// 0.399309
-0x3fd98e47d7e76d8a
-// 0.109343
-0x3fbbfde78259a757
-// 0.279123
-0x3fd1dd27daca16e6
-// 0.594769
-0x3fe308580bf15e7b
-// 0.346296
-0x3fd629b6bd4e695f
-// 0.120087
-0x3fbebe01f2bb1081
-// -0.255848
-0xbfd05fd24c74d20d
-// 0.095400
-0x3fb86c27eb6c7286
-// 0.651616
-0x3fe4da0a3af13d4c
-// 0.250968
-0x3fd00fdb68650ef2
-// -0.008861
-0xbf82259eef559a9d
-// 0.173059
-0x3fc626cd6fe13b41
-// 0.290006
-0x3fd28f76896fa9ff
-// 0.488230
-0x3fdf3f2b0516a8a2
-// 0.080896
-0x3fb4b592fa30880f
-// 0.515662
-0x3fe0804d9823216a
-// 0.243579
-0x3fcf2d9a3ec2bef0
-// -0.108440
-0xbfbbc2b2bf736bb5
-// -0.452618
-0xbfdcf7b05fde8a4d
-// -0.371950
-0xbfd7ce08d754a75e
-// -0.571106
-0xbfe2467fdf22661f
-// 0.421716
-0x3fdafd6473fb02e2
-// -0.177344
-0xbfc6b333f60cadb8
-// 0.018551
-0x3f92ff114a7ffcec
-// -0.207179
-0xbfca84d63b5bd6c1
-// 0.220396
-0x3fcc35f2037e575a
-// -0.462192
-0xbfdd948cddc0bafc
-// 0.142450
-0x3fc23bcd5ae15b2c
-// -0.039027
-0xbfa3fb518020cf60
-// 0.116142
-0x3fbdbb7c8b6545c7
-// -0.002952
-0xbf682fd451a0e8f5
-// -0.125597
-0xbfc0138dd23331ab
-// -0.123858
-0xbfbfb52944c7646d
-// 0.590699
-0x3fe2e700951459dc
-// -0.087888
-0xbfb67fce42463579
-// -0.173701
-0xbfc63bd9ac9e970f
-// -0.866155
-0xbfebb78a64dcea8a
-// -0.280527
-0xbfd1f4290ac1d9ad
-// -0.161701
-0xbfc4b2a025795937
-// 0.254027
-0x3fd041f88e824a07
-// 0.602791
-0x3fe34a1085b1878b
-// -0.574898
-0xbfe265907a3d10e9
-// -0.392386
-0xbfd91cd8b572fc88
-// 0.526184
-0x3fe0d680c4a79bc5
-// -0.305484
-0xbfd38d0e6048372a
-// 0.112727
-0x3fbcdbadb48f21f9
-// 0.136393
-0x3fc1755055463355
-// -0.052436
-0xbfaad8f39d454074
-// 0.259925
-0x3fd0a29d04304399
-// -0.231022
-0xbfcd921ff8f227ff
-// -0.454992
-0xbfdd1e96d47b3256
-// -0.345810
-0xbfd621c22c4f2401
-// -0.264940
-0xbfd0f4c863d26fbc
-// -0.515943
-0xbfe0829bdbfeb256
-// 0.033383
-0x3fa1179629b53e6f
-// -0.194422
-0xbfc8e2d0df584a4b
-// -0.032904
-0xbfa0d8bc1038c4e3
-// -0.391828
-0xbfd913b3d7925272
-// 0.308070
-0x3fd3b76c0d01f41b
-// -0.077026
-0xbfb3b7f6b025930b
-// -0.118952
-0xbfbe73a16dfa4344
-// -0.280626
-0xbfd1f5c655e4b94c
-// 0.244464
-0x3fcf4a9af325c233
-// -0.225555
-0xbfccdef9cdb1152a
-// 0.223213
-0x3fcc923a9c9f8be7
-// 0.111687
-0x3fbc9786e855831a
-// 0.677947
-0x3fe5b1be6e2e6d07
-// -0.679298
-0xbfe5bccec98f43fc
-// -0.009925
-0xbf8453791e1b4db2
-// -0.351429
-0xbfd67dd0b7983e96
-// 0.307000
-0x3fd3a5e23c900d1a
-// 0.604407
-0x3fe3574db95a16ce
-// -0.084853
-0xbfb5b8f49845608e
-// 0.544682
-0x3fe16e087cdbd1c4
-// -0.036934
-0xbfa2e8fec54ac3f7
-// -0.502021
-0xbfe0108e31862875
-// -0.307683
-0xbfd3b1128e9de6cb
-// 0.182766
-0x3fc764dd5b994b30
-// 0.455081
-0x3fdd200a2bb961a0
+// -0.633099
+0xbfe44259d3e05163
+// 0.330184
+0x3fd521bbf9d74e11
+// -0.627764
+0xbfe416a5182e7cc3
+// -0.548380
+0xbfe18c5519b5ddb7
+// 0.161109
+0x3fc49f38714d117d
+// -0.018709
+0xbf93286563427600
+// 0.284215
+0x3fd2309533fd25f5
+// -0.179712
+0xbfc700caa1aa6bf8
+// 0.409311
+0x3fda3225aaaea75a
+// -0.623213
+0xbfe3f15d37a6f475
+// -0.017920
+0xbf9259adbe4e8031
+// 0.312814
+0x3fd405232c5a4315
+// -0.623608
+0xbfe3f4994e941d1a
+// 0.418354
+0x3fdac650e02c41cc
+// 0.039545
+0x3fa43f4e248e0ce6
+// -0.053318
+0xbfab4c8076c6e253
+// -0.465339
+0xbfddc81dc93edaa1
+// 0.005831
+0x3f77e1bff7a76088
+// -0.036717
+0xbfa2cc8a329cfb26
+// 0.468699
+0x3fddff2a4c31fff0
+// 0.926123
+0x3feda2cbdb2ae85a
+// -0.046620
+0xbfa7de94d7783804
+// -0.358921
+0xbfd6f8916ec9956c
+// 0.872966
+0x3febef574b8bfc68
+// 0.156502
+0x3fc40840952ac5f3
+// -0.036166
+0xbfa2846393669167
+// -0.700609
+0xbfe66b62cc983db2
+// 0.103577
+0x3fba84061734c96f
+// 0.589493
+0x3fe2dd20deb9512c
+// 0.597565
+0x3fe31f4022277e0f
+// -0.353445
+0xbfd69ed63f84b9a8
+// -0.181407
+0xbfc73859b8266ea0

+ 150 - 150
Testing/Patterns/DSP/Stats/StatsF64/Input22_f64.txt

@@ -1,152 +1,152 @@
 D
 75
-// 0.546918
-0x3fe1805a0ccfae49
-// 0.098563
-0x3fb93b6c9b8de84a
-// 0.354519
-0x3fd6b070bf7d295c
-// 0.179685
-0x3fc6ffe8bc16cf51
-// 0.179911
-0x3fc70755569eb827
-// 0.010600
-0x3f85b5a82f202f73
-// 0.146744
-0x3fc2c885e7c86bdf
-// 0.091707
-0x3fb77a164ed4db34
-// 0.123289
-0x3fbf8fddd892a47e
-// 0.103070
-0x3fba62c94d09541a
-// 0.164994
-0x3fc51e82c8579fcb
-// 0.127341
-0x3fc04cb4ccdf0bca
-// 0.179935
-0x3fc7081b1da85350
-// 0.060397
-0x3faeec6982d9a231
-// 0.125720
-0x3fc0179b7ff7d15a
-// 0.095617
-0x3fb87a6156f47e2b
-// 0.125433
-0x3fc00e314a01f1a4
-// 0.095903
-0x3fb88d20033faa86
-// 0.086990
-0x3fb644f2edc84bb3
-// 0.102663
-0x3fba481d8d94764e
-// 0.081793
-0x3fb4f05fcb5ce5dd
-// 0.083162
-0x3fb54a1b5db47e0c
-// 0.125862
-0x3fc01c415b5af332
-// 0.073326
-0x3fb2c57993abcc29
-// 0.031525
-0x3fa0241aeeb0428b
-// 0.134222
-0x3fc12e30f8cbc034
-// 0.099259
-0x3fb969021af7435f
-// 0.011850
-0x3f8844bbc386ee62
-// 0.038108
-0x3fa382d669f7e338
-// 0.093625
-0x3fb7f7cb0e4e3509
-// 0.154027
-0x3fc3b7254d3ec816
-// 0.073242
-0x3fb2bffeb26d6fd9
-// 0.131748
-0x3fc0dd20405e3a64
-// 0.523807
-0x3fe0c3075d93acf6
-// 0.344445
-0x3fd60b6124a988e2
-// 0.171033
-0x3fc5e469d31a10aa
-// 0.124354
-0x3fbfd5af1bf3a956
-// 0.115378
-0x3fbd896a5173aeb9
-// 0.053406
-0x3fab580da774d6d5
-// 0.144819
-0x3fc2896a67a80d1e
-// 0.133536
-0x3fc117b2db89f2b5
-// 0.174979
-0x3fc665ba1b56cfd7
-// 0.082495
-0x3fb51e5d5b987bd8
-// 0.017720
-0x3f92253c85217dec
-// 0.073541
-0x3fb2d39be25fa737
-// 0.055770
-0x3fac8de96f9e5b45
-// 0.259306
-0x3fd0987880f01c45
-// 0.196276
-0x3fc91f90e79c233f
-// 0.126857
-0x3fc03cd7b418afec
-// 0.038289
-0x3fa39a9256158d47
-// 0.180283
-0x3fc7138543a5f2cd
-// 0.051958
-0x3faa9a32ae101000
-// 0.000348
-0x3f36c6f5ee9d0196
-// 0.079370
-0x3fb4519d182c81c0
-// 0.118390
-0x3fbe4ed64578b923
-// 0.155468
-0x3fc3e65dbf6fef71
-// 0.135377
-0x3fc1540b28efe911
-// 0.023562
-0x3f9820980a361225
-// 0.092100
-0x3fb793dcfe142975
-// 0.057228
-0x3fad4cfa95db9e10
-// 0.126561
-0x3fc033249ce33f82
-// 0.073068
-0x3fb2b495b03e0a9f
-// 0.060834
-0x3faf25a97a6c8764
-// 0.077694
-0x3fb3e3bfe8e22cb1
-// 0.311085
-0x3fd3e8d1fcd35047
-// 0.629180
-0x3fe4223ef41504fe
-// 0.059734
-0x3fae9580d8152de9
-// 0.037966
-0x3fa370531abdc5d7
-// 0.077860
-0x3fb3eea588693a93
-// 0.031689
-0x3fa03995bfed977d
-// 0.175624
-0x3fc67ad8eb7679ad
-// 0.157211
-0x3fc41f8057db3efb
-// 0.151014
-0x3fc3546c6ae95676
-// 0.176144
-0x3fc68be4e3758aed
-// 0.192491
-0x3fc8a388736ff15c
+// 0.168575
+0x3fc593defbf2b216
+// 0.323992
+0x3fd4bc471e2ad05d
+// 0.507433
+0x3fe03ce4b1edeb4c
+// 0.118270
+0x3fbe46f6f7582c84
+// 0.080087
+0x3fb4809045971c30
+// 0.124202
+0x3fbfcbb73b4c1fd4
+// 0.167850
+0x3fc57c199f995e72
+// 0.155170
+0x3fc3dc9b98734ebd
+// 0.160725
+0x3fc492a6026877d0
+// 0.105053
+0x3fbae4c6766c86f4
+// 0.088642
+0x3fb6b1449c6dc689
+// 0.150543
+0x3fc344fe5053a72b
+// 0.047701
+0x3fa86c532f4f9aca
+// 0.212483
+0x3fcb32a4e08de970
+// 0.016789
+0x3f9131161b72d48c
+// 0.051720
+0x3faa7b006fe8af6b
+// 0.039592
+0x3fa4455b1698533f
+// 0.053055
+0x3fab2a07ff416293
+// 0.194234
+0x3fc8dcab1c23f545
+// 0.233883
+0x3fcdefe142479f8a
+// 0.086695
+0x3fb631a698de3072
+// 0.079093
+0x3fb43f78149202c1
+// 0.038757
+0x3fa3d7f3bd009fff
+// 0.147455
+0x3fc2dfd24b67acc1
+// 0.058078
+0x3fadbc757dd10e17
+// 0.104514
+0x3fbac17190a377f3
+// 0.048181
+0x3fa8ab2371af8381
+// 0.163610
+0x3fc4f12862db422f
+// 0.153142
+0x3fc39a25097f9cdb
+// 0.105106
+0x3fbae83fcf00a096
+// 0.006337
+0x3f79f4f12e8ea188
+// 0.009031
+0x3f827ed8d1e8ce31
+// 0.387925
+0x3fd8d3c1f7d59750
+// 0.076796
+0x3fb3a8ebd6b12022
+// 0.535279
+0x3fe12101893f1053
+// 0.104861
+0x3fbad82fc08c767c
+// 0.160580
+0x3fc48de23c09228e
+// 0.142852
+0x3fc248f78f3d4b4d
+// 0.044893
+0x3fa6fc386acd3a40
+// 0.159667
+0x3fc46ff5e899ad56
+// 0.119463
+0x3fbe9526c9e9bc3d
+// 0.110710
+0x3fbc577f3e652806
+// 0.156974
+0x3fc417b74cfee8de
+// 0.091030
+0x3fb74db9b9a7cfe4
+// 0.139889
+0x3fc1e7df180b2690
+// 0.164382
+0x3fc50a74a524e2a9
+// 0.072605
+0x3fb2963c0fb53121
+// 0.026062
+0x3f9aaff01f192d85
+// 0.126629
+0x3fc03561826023ee
+// 0.143021
+0x3fc24e85311eeb61
+// 0.071755
+0x3fb25e84aacf31c2
+// 0.164628
+0x3fc5128a5157a869
+// 0.170184
+0x3fc5c89331018e62
+// 0.043266
+0x3fa626ed19a61f82
+// 0.131001
+0x3fc0c4a0723e95e1
+// 0.155549
+0x3fc3e90b4b965164
+// 0.072191
+0x3fb27b16307f4895
+// 0.040692
+0x3fa4d597f9a9ac61
+// 0.118811
+0x3fbe6a6c77783a78
+// 0.028962
+0x3f9da85073daccf6
+// 0.125023
+0x3fc000c3fdd97c80
+// 0.057775
+0x3fad94be577aef22
+// 0.020673
+0x3f952b50e42cc1da
+// 0.035872
+0x3fa25ddae682aed1
+// 0.051944
+0x3faa986ee7f4b084
+// 0.466828
+0x3fdde0839f284636
+// 0.481228
+0x3fdecc6e83d923b9
+// 0.209165
+0x3fcac5eca3d4e8a9
+// 0.038542
+0x3fa3bbc3ee2c0b4e
+// 0.067944
+0x3fb164c8b6876911
+// 0.051342
+0x3faa498f4b02f7d3
+// 0.055582
+0x3fac7544d21f4fc4
+// 0.212244
+0x3fcb2ace77b293af
+// 0.196358
+0x3fc9224552299488
+// 0.168822
+0x3fc59bf53437a5e1

+ 149 - 149
Testing/Patterns/DSP/Stats/StatsF64/Input23_f64.txt

@@ -1,152 +1,152 @@
 D
 75
-// 0.376474
-0x3fd81825dd03a1e5
-// 0.396067
-0x3fd9592943dda26e
-// 0.227459
-0x3fcd1d61be3d7759
-// 0.108449
-0x3fbbc3491853764b
-// 0.149517
-0x3fc3236029f9100c
-// 0.134217
-0x3fc12e025ea01dfa
-// 0.082319
-0x3fb512dccded130c
-// 0.143887
-0x3fc26ae6a7b41a5a
-// 0.134685
-0x3fc13d57e5d769b8
-// 0.141098
-0x3fc20f7c12b26ebe
-// 0.105829
-0x3fbb179fc81134fc
-// 0.071808
-0x3fb2620235a06603
-// 0.146683
-0x3fc2c6818bc46eef
-// 0.182735
-0x3fc763dc6e8fcca4
-// 0.013559
-0x3f8bc4f6282266a7
-// 0.134490
-0x3fc136fb17d94865
-// 0.118849
-0x3fbe6ce536829a6a
-// 0.128451
-0x3fc071143104aca8
-// 0.049058
-0x3fa91e12a5aecf39
-// 0.154367
-0x3fc3c24aface74eb
-// 0.129709
-0x3fc09a4f9192868b
-// 0.049833
-0x3fa983bbf68947c8
-// 0.176954
-0x3fc6a66be8bc898d
-// 0.067420
-0x3fb1426e7c824a1b
+// 0.321756
+0x3fd497a6c0a191f5
+// 0.435892
+0x3fdbe5a8ddf41dff
+// 0.242352
+0x3fcf0560c2d4a017
+// 0.210263
+0x3fcae9e71cb6c2f1
+// 0.085059
+0x3fb5c6654cf110a3
+// 0.058248
+0x3fadd2bae6a8212e
+// 0.083428
+0x3fb55b8287af77ab
+// 0.250918
+0x3fd00f0a36227f1e
+// 0.034215
+0x3fa184b07296beac
+// 0.052882
+0x3fab1362b5f84349
+// 0.224987
+0x3fcccc5d08e631e1
+// 0.199519
+0x3fc989d7464d70e3
+// 0.057115
+0x3fad3e1ef2450263
+// 0.011535
+0x3f879f825cd63c04
+// 0.021177
+0x3f95af4ecd30309b
+// 0.171293
+0x3fc5ecea48e6f5e0
+// 0.153384
+0x3fc3a214a1f91f90
+// 0.138911
+0x3fc1c7d45e481e95
+// 0.176447
+0x3fc695ccd8cf2fbf
+// 0.070621
+0x3fb2143db76d01e1
+// 0.068704
+0x3fb19693d82fa240
+// 0.120623
+0x3fbee12316fd5621
+// 0.011620
+0x3f87cc7121770592
+// 0.108179
+0x3fbbb1a1fb6371a6
+// 0.006515
+0x3f7aaf74e28ca40e
+// 0.116032
+0x3fbdb43dc4a50dda
+// 0.077624
+0x3fb3df3128e82789
+// 0.123708
+0x3fbfab5654987917
+// 0.020695
+0x3f953122a7f92be8
+// 0.107177
+0x3fbb6ff4c032c711
+// 0.128529
+0x3fc073a6f1a2516c
+// 0.110593
+0x3fbc4fd1137c87af
+// 0.358948
+0x3fd6f900605444a0
+// 0.319757
+0x3fd476e531c47e30
+// 0.321295
+0x3fd4901a6de73d32
+// 0.243358
+0x3fcf265db5956a2f
+// 0.009354
+0x3f832854b0250ed3
+// 0.048259
+0x3fa8b55d8cdf57ab
+// 0.084981
+0x3fb5c1551b5648f1
+// 0.189693
+0x3fc847db3104af4c
+// 0.315306
+0x3fd42df85231d0c5
+// 0.022776
+0x3f9752761e7087f3
+// 0.086273
+0x3fb61600ea9dd159
+// 0.218857
+0x3fcc03807fd8343c
+// 0.103103
+0x3fba64fb69999136
+// 0.160206
+0x3fc481a1249abf28
+// 0.053639
+0x3fab768ef70068a7
+// 0.040572
+0x3fa4c5cebee09458
+// 0.042568
+0x3fa5cb7f32b76006
+// 0.124258
+0x3fbfcf62ff6a2aca
+// 0.246893
+0x3fcf9a314d4af512
+// 0.009904
+0x3f844869f9a224a3
+// 0.129307
+0x3fc08d1e0828e19c
+// 0.041745
+0x3fa55f8eacfb77c8
+// 0.055493
+0x3fac69a3fa3c3658
+// 0.117714
+0x3fbe22805028a895
+// 0.019272
+0x3f93bc16eff0ec22
+// 0.083048
+0x3fb542a1a9d9e7d8
+// 0.082239
+0x3fb50d9d77405cb7
 // 0.088789
-0x3fb6bae67e01167d
-// 0.066728
-0x3fb1151a2ec30d85
-// 0.139763
-0x3fc1e3c0bcd920fb
-// 0.057412
-0x3fad6524f501cc97
-// 0.002893
-0x3f67b24335ebf8e1
-// 0.079001
-0x3fb43965fec71739
-// 0.064898
-0x3fb09d26a34b5ea5
-// 0.076600
-0x3fb39c0936e1cfe4
-// 0.538628
-0x3fe13c705b19c3bb
-// 0.301052
-0x3fd34470fe6290c8
-// 0.160320
-0x3fc4855c96d3cf85
-// 0.252638
-0x3fd02b39c55530bb
-// 0.067847
-0x3fb15e6a7cc87eaa
-// 0.162156
-0x3fc4c183dbd2d390
-// 0.048949
-0x3fa90fce0f7de678
-// 0.191053
-0x3fc8746cf37cb2e5
-// 0.114600
-0x3fbd566c55cad78a
-// 0.116722
-0x3fbde1806a7848f4
-// 0.046035
-0x3fa791f20e833b95
-// 0.109934
-0x3fbc24a76ff17318
-// 0.128311
-0x3fc06c7e29e3d647
-// 0.133958
-0x3fc12587d9d6db50
-// 0.122125
-0x3fbf4394b3efb7ef
-// 0.062732
-0x3fb00f2c85115b2b
-// 0.120273
-0x3fbeca3580d541fe
-// 0.104327
-0x3fbab527801aee1e
-// 0.092454
-0x3fb7ab17f1a91a02
-// 0.125886
-0x3fc01d0b2e7f6644
-// 0.102512
-0x3fba3e35d31eab00
-// 0.115750
-0x3fbda1c65148fd70
-// 0.097576
-0x3fb8fabf9d7bc5b0
-// 0.086158
-0x3fb60e6bd80c96b9
-// 0.059033
-0x3fae39876923f5f9
-// 0.091924
-0x3fb7884cde69307a
-// 0.053573
-0x3fab6df2c96bbce4
-// 0.058880
-0x3fae2581922c6896
-// 0.017727
-0x3f922725e414d729
-// 0.071709
-0x3fb25b8ceb2d5a1d
-// 0.108553
-0x3fbbca2253c52869
-// 0.136606
-0x3fc17c4a76a88256
-// 0.112123
-0x3fbcb418b133b498
-// 0.595783
-0x3fe310a798377adc
-// 0.292094
-0x3fd2b1aaa3441d21
-// 0.047240
-0x3fa82fdac86ef8d3
-// 0.129711
-0x3fc09a5dfc180368
-// 0.121808
-0x3fbf2ece1007a506
-// 0.167746
-0x3fc578b37ccd0be1
-// 0.184496
-0x3fc79d90615345f9
-// 0.141395
-0x3fc2193969eedf6f
-// 0.022440
-0x3f96fa974c99f81f
-// 0.185164
-0x3fc7b3741825fb98
+0x3fb6badd458b5f78
+// 0.130990
+0x3fc0c443bd40e70a
+// 0.064081
+0x3fb067a321e0a828
+// 0.132434
+0x3fc0f39b4ad2fe61
+// 0.054888
+0x3fac1a4dee7ed624
+// 0.114046
+0x3fbd321d45779279
+// 0.615108
+0x3fe3aef614041aec
+// 0.270846
+0x3fd1558c8699e58a
+// 0.233794
+0x3fcdecf67fda6a56
+// 0.014191
+0x3f8d1057344558b9
+// 0.019018
+0x3f9379799040cc02
+// 0.080771
+0x3fb4ad6921990965
+// 0.232984
+0x3fcdd26a7ae88d65
+// 0.166253
+0x3fc547c3af3a678b
+// 0.184702
+0x3fc7a44ebceea12d
+// 0.068287
+0x3fb17b46c5f6179f

+ 598 - 598
Testing/Patterns/DSP/Stats/StatsF64/Input2_f64.txt

@@ -1,602 +1,602 @@
 D
 300
-// 0.403787
-0x3fd9d7a6500be5e2
-// 0.791823
-0x3fe9569c8ec9cca4
-// 0.406450
-0x3fda034695607571
-// 0.437448
-0x3fdbff25c7f6e530
-// 0.130791
-0x3fc0bdc486adfc92
-// 0.456563
-0x3fdd38558962a6a0
-// 0.117086
-0x3fbdf9535037af01
-// 0.528206
-0x3fe0e70f4a341dd9
-// 0.418752
-0x3fdaccd63df74628
-// 0.010040
-0x3f848f9d5d711dd2
-// 0.710168
-0x3fe6b9b1606309e1
-// 0.156878
-0x3fc41493045a6097
-// 0.129325
-0x3fc08db913a5457c
-// 0.238396
-0x3fce83c49dcb05cb
-// 0.016004
-0x3f906343d37b51f1
-// 0.300735
-0x3fd33f3d123f96bc
-// 0.125843
-0x3fc01ba13995f626
-// 0.040414
-0x3fa4b118513229a1
-// 0.234817
-0x3fce0e7ec57da219
-// 0.098647
-0x3fb940f525e4709b
-// 0.106566
-0x3fbb47e807b45c46
-// 0.046093
-0x3fa7997f43d866fe
-// 0.221471
-0x3fcc5928fea03d83
-// 0.151632
-0x3fc368b15d21ec62
-// 0.586786
-0x3fe2c6f3bdac664b
-// 0.307620
-0x3fd3b00caffdf931
-// 0.509871
-0x3fe050ddf0958f67
+// 0.531384
+0x3fe101190e3383de
+// 0.032490
+0x3fa0a284b0be219f
+// 0.251280
+0x3fd014f883b1f26b
+// 0.269020
+0x3fd1379e90ddba23
+// 0.509137
+0x3fe04ada15706b1b
+// 0.269122
+0x3fd1394a78b9de36
+// 0.125429
+0x3fc00e0bd1d6719e
+// 0.155587
+0x3fc3ea47fd0acc59
+// 0.407400
+0x3fda12d9159356cb
+// 0.063920
+0x3fb05d0ce885de40
+// 0.050520
+0x3fa9ddcc4834a8be
+// 0.330824
+0x3fd52c3662801596
+// 0.682159
+0x3fe5d43fe0f05e6b
+// 0.071714
+0x3fb25be04482a02e
+// 0.488648
+0x3fdf4600825bdbb3
+// 0.391469
+0x3fd90dd319f3b6c2
+// 0.543952
+0x3fe1680e2bd34f0c
+// 0.356378
+0x3fd6cee6aa969847
+// 0.513024
+0x3fe06ab10c75335c
+// 0.065597
+0x3fb0cafad36d0e7b
+// 0.161029
+0x3fc49c94fb3cd056
+// 0.105874
+0x3fbb1a8e5b381038
+// 0.185923
+0x3fc7cc5635c1b3be
+// 0.912305
+0x3fed319968144d5e
+// 0.202203
+0x3fc9e1cb7492fab8
+// 0.241399
+0x3fcee62b7bd19ffc
+// 0.163670
+0x3fc4f324f93cc977
+// 0.275119
+0x3fd19b8d386a3188
+// 0.309292
+0x3fd3cb70510d09d7
+// 0.260962
+0x3fd0b399268b8454
+// 0.641845
+0x3fe489fe4de9f490
+// 0.441157
+0x3fdc3be9b8e1f43d
+// 0.021397
+0x3f95e9106b230e07
+// 0.259831
+0x3fd0a113b8df4ee7
+// 0.111499
+0x3fbc8b3b294c6003
+// 0.068108
+0x3fb16f8255b1ebc6
+// 0.251922
+0x3fd01f7f88ce248d
+// 0.103070
+0x3fba62c631128c3c
+// 0.647151
+0x3fe4b576bb13eb69
+// 0.126507
+0x3fc03162852b28e8
+// 0.315318
+0x3fd42e2a85f955ab
+// 0.227374
+0x3fcd1a93cd8ae2ea
+// 0.093615
+0x3fb7f72e7851a573
+// 0.201738
+0x3fc9d28d700d3710
+// 0.187939
+0x3fc80e6666a913d1
+// 0.224648
+0x3fccc144bd645c67
+// 0.255739
+0x3fd05e08fa96933c
+// 0.499623
+0x3fdff9d3d5ac961a
+// 0.454816
+0x3fdd1bb591b98875
+// 0.356867
+0x3fd6d6e90a03810c
+// 0.133439
+0x3fc1148933414eb5
+// 0.324004
+0x3fd4bc797b617e9d
+// 0.552468
+0x3fe1add2630da852
+// 0.204673
+0x3fca32bc001d492f
+// 0.573610
+0x3fe25b0298f17902
+// 0.995463
+0x3fefdad4404f8721
+// 0.167149
+0x3fc56524e2856a01
+// 0.214492
+0x3fcb747d5ddf7456
+// 0.336178
+0x3fd583f0423987bd
+// 0.558508
+0x3fe1df4c81a50ac4
+// 0.263472
+0x3fd0dcba0e2610d9
+// 0.429526
+0x3fdb7d5a8d7a9eb2
+// 0.124052
+0x3fbfc1dde27ff8ff
+// 0.823769
+0x3fea5c50cbe8a587
+// 0.457703
+0x3fdd4b02f5b3f490
+// 0.090185
+0x3fb7165e6655fba4
+// 0.023915
+0x3f987d298872b996
+// 0.110655
+0x3fbc53eb2a82974e
+// 0.797396
+0x3fe984449b9942bc
+// 0.741381
+0x3fe7b964019d4b1d
+// 0.178637
+0x3fc6dd95a400afdf
+// 0.392699
+0x3fd921f9c32f205b
+// 0.235924
+0x3fce32c037317f27
+// 0.225774
+0x3fcce62c0b308898
+// 0.550048
+0x3fe199fe4f678a41
+// 0.795701
+0x3fe9766175e1cfac
+// 0.105625
+0x3fbb0a364367269a
+// 0.570458
+0x3fe241319fbc77b9
+// 0.250431
+0x3fd0070e3f9db22c
+// 0.270969
+0x3fd1578fd71a84d0
+// 0.435150
+0x3fdbd97e2da8079f
+// 0.178487
+0x3fc6d8a6c6e645bc
+// 0.385567
+0x3fd8ad21ef054701
+// 0.269454
+0x3fd13eba1345015f
+// 0.105268
+0x3fbaf2dd25ba609d
+// 0.156843
+0x3fc4136b5d42f707
+// 0.206991
+0x3fca7eb1455aa3ee
+// 0.459015
+0x3fdd6081f5a0ce2f
+// 0.087453
+0x3fb66355713297a8
+// 0.186864
+0x3fc7eb2894cb0156
+// 0.344019
+0x3fd60468a46d23a8
+// 0.866975
+0x3febbe426ac57c2f
+// 0.405476
+0x3fd9f351e79d90db
+// 0.103714
+0x3fba8cfd48b0fd79
+// 0.248264
+0x3fcfc71bc622f4d5
+// 0.188835
+0x3fc82bbd7e4b42c7
+// 0.332720
+0x3fd54b49ce20f96a
+// 0.269498
+0x3fd13f7667ea36d0
+// 0.513740
+0x3fe0708e0f75e2f0
+// 0.036834
+0x3fa2dbdfdee06bec
+// 0.339213
+0x3fd5b5a8e5b3df88
+// 0.166204
+0x3fc5462ae4be370d
+// 0.038622
+0x3fa3c6538fdadc12
+// 0.232245
+0x3fcdba325337f756
+// 0.425981
+0x3fdb4347e156a496
+// 0.224734
+0x3fccc41199adfba5
+// 0.152357
+0x3fc38072350c614c
+// 0.014710
+0x3f8e20426fa89032
+// 0.462227
+0x3fdd951f421213a6
+// 0.109592
+0x3fbc0e3112f5a4a4
+// 0.055799
+0x3fac91b15f3ffbb9
+// 0.220262
+0x3fcc3189013c956c
+// 0.691249
+0x3fe61eb73f938d69
+// 0.184477
+0x3fc79cf3f63ba14f
+// 0.502783
+0x3fe016cb7072dded
+// 0.207479
+0x3fca8eae742546f2
+// 0.220731
+0x3fcc40ec37b11fa6
+// 0.040368
+0x3fa4ab1e232c4dec
+// 0.048192
+0x3fa8ac9f0ea70bf6
+// 0.104281
+0x3fbab22c0f99409d
+// 0.350618
+0x3fd6708748ac2b71
+// 0.301175
+0x3fd346741dc8c0de
+// 0.492765
+0x3fdf89756d293e79
+// 0.104346
+0x3fbab66868728b4c
+// 0.113899
+0x3fbd288230de89b0
+// 0.716747
+0x3fe6ef985c88f69a
+// 0.392535
+0x3fd91f4bcee9e2e2
+// 0.241998
+0x3fcef9c81b3abd1b
+// 0.362789
+0x3fd737f020e59eaa
+// 0.394684
+0x3fd9427fd13346fc
+// 0.621460
+0x3fe3e3011c043c83
+// 0.111577
+0x3fbc90502a96efcb
+// 0.486184
+0x3fdf1da2979d5f89
+// 0.537780
+0x3fe1357e8c3db0b5
+// 0.554412
+0x3fe1bdbd85040420
+// 0.183139
+0x3fc77116c3685ff2
+// 0.032113
+0x3fa0712aa9b6b544
+// 0.336835
+0x3fd58eb465d0ec5e
+// 0.606911
+0x3fe36bcfab3bbc0e
+// 0.155377
+0x3fc3e3662b9cdfd4
+// 0.044462
+0x3fa6c3c1155b6ad4
+// 0.191731
+0x3fc88aa45e1bb7ce
+// 0.466908
+0x3fdde1d21bb3a4b5
+// 0.931841
+0x3fedd1a538f74a36
+// 0.232934
+0x3fcdd0c9420d75ba
+// 0.202731
+0x3fc9f315e6a6acc3
+// 0.178722
+0x3fc6e05bd87afba4
+// 0.779528
+0x3fe8f1e4ea255e49
+// 0.213484
+0x3fcb53726cdff12a
+// 0.490735
+0x3fdf68342178efcc
+// 0.335381
+0x3fd576e036158e80
+// 0.159817
+0x3fc474dedc51755c
+// 0.215817
+0x3fcb9fe190342eec
+// 0.403654
+0x3fd9d5768f77b6a2
+// 0.370872
+0x3fd7bc5e0cc51d7a
+// 0.104591
+0x3fbac6755222d807
+// 0.038061
+0x3fa37cc06c68c2f8
+// 0.138937
+0x3fc1c8aea4baf2fe
+// 0.164085
+0x3fc500b9fc26b4b7
+// 0.220588
+0x3fcc3c3968fecf0c
+// 0.315697
+0x3fd4345f6a7b25ec
+// 0.444804
+0x3fdc77ab494a4fed
+// 0.024597
+0x3f992fe97cef4728
+// 0.111102
+0x3fbc712db25d4a52
+// 0.115722
+0x3fbd9ff0d9684389
+// 0.382939
+0x3fd88213968ef2f1
+// 0.045444
+0x3fa7447a38452ae2
+// 0.135205
+0x3fc14e6334facd9e
+// 0.136748
+0x3fc180f16dd49358
+// 0.118621
+0x3fbe5def6d5a6e69
+// 0.554368
+0x3fe1bd62bdc1a6c4
+// 0.094238
+0x3fb81ff7f93fdf44
+// 0.588737
+0x3fe2d6ee9e857198
+// 0.358589
+0x3fd6f3203751a79a
+// 0.220159
+0x3fcc2e28dbf216e3
+// 0.435197
+0x3fdbda4605260bb9
+// 0.126731
+0x3fc038b8b2377493
+// 0.159742
+0x3fc4726bc642b197
+// 0.633481
+0x3fe4457accff758c
+// 0.332178
+0x3fd54268579b91a4
+// 0.650482
+0x3fe4d0bfdaa7f5e9
+// 0.406758
+0x3fda085320502d30
+// 0.035693
+0x3fa2465b6293d3fa
+// 0.004187
+0x3f712673f48ceb76
+// 0.149220
+0x3fc319a04abdde55
+// 0.574815
+0x3fe264e1d41a1f62
+// 0.027862
+0x3f9c87db3bf2aaa6
+// 0.028347
+0x3f9d06e1afdb414e
+// 0.210351
+0x3fcaecc6ed52f7c9
+// 0.120508
+0x3fbed994ea4d34aa
+// 0.128324
+0x3fc06ce8fae8e0d0
+// 0.679696
+0x3fe5c011008d5921
+// 0.042365
+0x3fa5b0dfe06fb12b
+// 0.200379
+0x3fc9a605fac4bf09
+// 0.210528
+0x3fcaf296a1ec4863
+// 0.030103
+0x3f9ed353de096003
+// 0.547403
+0x3fe184531c3a61e4
+// 0.080304
+0x3fb48ed5b2f67a40
+// 0.421263
+0x3fdaf5f7b0848ba8
+// 0.392343
+0x3fd91c248207ab74
+// 0.115397
+0x3fbd8aa18cea18cf
+// 0.000949
+0x3f4f199c1488f55c
+// 0.295562
+0x3fd2ea7d5e818a3c
+// 0.491241
+0x3fdf707cb57aa7af
+// 0.342110
+0x3fd5e523060a900e
+// 0.493205
+0x3fdf90ab669be4e3
+// 0.173213
+0x3fc62bd98eadc335
+// 0.485171
+0x3fdf0d0a6db47d7d
+// 0.146220
+0x3fc2b75520cabc24
+// 0.221839
+0x3fcc653b4f705c8d
+// 0.531129
+0x3fe0ff01f6742370
+// 0.033664
+0x3fa13c7694dbed8e
+// 0.120421
+0x3fbed3e6f43fadd1
+// 0.393750
+0x3fd93332897dee6b
+// 0.154915
+0x3fc3d4453b4332b6
+// 0.449909
+0x3fdccb4d586e4eb5
+// 0.313851
+0x3fd41623c510dc9b
+// 0.395224
+0x3fd94b5b4623c48c
+// 0.506014
+0x3fe03143d4e36c64
+// 0.103710
+0x3fba8cc246dcb6b3
+// 0.162527
+0x3fc4cdab7dd6bbb4
+// 0.051433
+0x3faa5578a85b38aa
+// 0.206692
+0x3fca74e564370dd2
+// 0.109536
+0x3fbc0a929f535cba
+// 0.517374
+0x3fe08e537d3a52b1
+// 0.023038
+0x3f97975ece91336e
+// 0.166735
+0x3fc557959040bda8
+// 0.520753
+0x3fe0aa012e3ef184
+// 0.422718
+0x3fdb0dd13cf8b0cc
+// 0.419748
+0x3fdadd271c5bf0fa
+// 0.086405
+0x3fb61e9e1614bab0
+// 0.119454
+0x3fbe9485945cf6c3
+// 0.657341
+0x3fe508f0b34b007a
+// 0.122591
+0x3fbf621cb85726e3
+// 0.005391
+0x3f761529967dbdf8
+// 0.240608
+0x3fcecc3dfafec52f
+// 0.103970
+0x3fba9dc752d18463
+// 0.184659
+0x3fc7a2ec0ed87bc4
+// 0.166064
+0x3fc541947f8cd98a
+// 0.603551
+0x3fe3504a8cdb86a4
+// 0.461144
+0x3fdd8363d515d90d
+// 0.190816
+0x3fc86ca8ca1685c7
+// 0.593894
+0x3fe3012debcc1e8d
+// 0.170855
+0x3fc5de94968824f4
+// 0.099151
+0x3fb961f9484a453b
+// 0.546349
+0x3fe17bb028b32d26
+// 0.466466
+0x3fddda949d2f8042
+// 0.129477
+0x3fc092b2cdc5129a
+// 0.063746
+0x3fb051b0c2ea237c
+// 0.083027
+0x3fb5413b7ba6cccd
+// 0.488163
+0x3fdf3e11035d273a
+// 0.380824
+0x3fd85f6a454c3782
+// 0.116685
+0x3fbddf110985d479
+// 0.280499
+0x3fd1f3b12685d374
+// 0.022622
+0x3f972a2c4f9a233a
+// 0.280619
+0x3fd1f5a8fd5d95a7
+// 0.194805
+0x3fc8ef5c91447ff9
+// 0.043481
+0x3fa6431c5e572d3c
+// 0.454930
+0x3fdd1d92dbdc76ec
+// 0.495528
+0x3fdfb6bbd4b875fd
+// 0.333530
+0x3fd5588e7a33ee0b
+// 0.303086
+0x3fd365c320727df8
+// 0.298682
+0x3fd31d99313796e9
+// 0.068199
+0x3fb175783b0bf2d1
+// 0.202137
+0x3fc9df9fbc96f3ad
+// 0.311026
+0x3fd3e7d9ce6740e0
+// 0.333341
+0x3fd55577799b27c6
 // 1.000000
 0x3ff0000000000000
-// 0.356626
-0x3fd6d2f62c37c23f
-// 0.414088
-0x3fda806a1ea93b1f
-// 0.240077
-0x3fcebad91d4c72ad
-// 0.281186
-0x3fd1fef359735593
-// 0.362378
-0x3fd73134a213b2a5
-// 0.102334
-0x3fba3292483514fb
-// 0.006665
-0x3f7b4c7892553c4f
-// 0.645523
-0x3fe4a820550e0822
-// 0.290378
-0x3fd2958c2cc87f54
-// 0.250546
-0x3fd008f15d6b5f0d
-// 0.057767
-0x3fad9397ee92a180
-// 0.514632
-0x3fe077de4f513c8e
-// 0.014324
-0x3f8d55ef93df123a
-// 0.382841
-0x3fd88078e099b3ff
-// 0.133496
-0x3fc1166753d43276
-// 0.164323
-0x3fc50885f112547b
-// 0.050076
-0x3fa9a386321be671
-// 0.279635
-0x3fd1e58823d9563f
-// 0.104149
-0x3fbaa98337eada8f
-// 0.204299
-0x3fca2675a8d5bbcb
-// 0.491028
-0x3fdf6cffb08f216a
-// 0.080022
-0x3fb47c542f462091
-// 0.050660
-0x3fa9f028a8de8596
-// 0.027183
-0x3f9bd5bf5c443d85
-// 0.143195
-0x3fc2543391c544f1
-// 0.446013
-0x3fdc8b7918d4a08c
-// 0.004223
-0x3f714c1e98c0511b
-// 0.620539
-0x3fe3db74c2f530b7
-// 0.189089
-0x3fc83413ec7de897
-// 0.228260
-0x3fcd37a079ebc4fc
-// 0.043042
-0x3fa6099b60315c2d
-// 0.375575
-0x3fd8096dc7bb55ea
-// 0.031564
-0x3fa0291e3ba5ca99
-// 0.172485
-0x3fc613fc640d108e
-// 0.412236
-0x3fda621493b115be
-// 0.350180
-0x3fd6695906bdcce8
-// 0.083142
-0x3fb548c3a1df377f
-// 0.641808
-0x3fe489b0ba55ac62
-// 0.577712
-0x3fe27c9e909a25d0
-// 0.538119
-0x3fe138451bf808d4
-// 0.193991
-0x3fc8d4af3d3dd7b3
-// 0.481476
-0x3fded081e6de9e58
-// 0.210403
-0x3fcaee7ebae69aad
-// 0.218622
-0x3fcbfbcd8fbbee0f
-// 0.064909
-0x3fb09dd817c25857
-// 0.103955
-0x3fba9cc8ff93e2a3
-// 0.415030
-0x3fda8fda40681b82
-// 0.155269
-0x3fc3dfdc2239bd13
-// 0.720516
-0x3fe70e77bf5cb126
-// 0.176672
-0x3fc69d2f31954299
-// 0.111677
-0x3fbc96e276835a4e
-// 0.223521
-0x3fcc9c56fca3eebc
-// 0.499868
-0x3fdffdd5da7f59ab
-// 0.593256
-0x3fe2fbf4031ebb68
-// 0.391011
-0x3fd906532e2df2f0
-// 0.235006
-0x3fce14aa534ab9f7
-// 0.287559
-0x3fd2675f89ff6964
-// 0.046248
-0x3fa7adc2b2674237
-// 0.252169
-0x3fd02389c7410438
-// 0.426000
-0x3fdb4396e7c86ff6
-// 0.573607
-0x3fe25afd81523591
-// 0.113788
-0x3fbd213600024a3c
-// 0.005261
-0x3f758ce8726094cb
-// 0.043660
-0x3fa65aa5a5e22624
-// 0.108329
-0x3fbbbb73345dfe73
-// 0.072072
-0x3fb27351f95cf305
-// 0.661403
-0x3fe52a3638b2b393
-// 0.275998
-0x3fd1a9f5178717a4
-// 0.396005
-0x3fd958270a80a7e8
-// 0.118577
-0x3fbe5b15547a2e5b
-// 0.049304
-0x3fa93e5f7e59b31e
-// 0.171758
-0x3fc5fc2de7f2e482
-// 0.215334
-0x3fcb900d7a47feb0
-// 0.305982
-0x3fd395368cda6c2e
-// 0.432305
-0x3fdbaae481d8370e
-// 0.088102
-0x3fb68ddd4e96943f
-// 0.041527
-0x3fa54314fea4de2c
-// 0.276061
-0x3fd1aafbd69a1441
-// 0.056990
-0x3fad2dd29ffb2c5a
-// 0.019855
-0x3f9454f2e37f92a7
-// 0.006340
-0x3f79f8388d4d2bc1
-// 0.023626
-0x3f98316c1bafe3e7
-// 0.170328
-0x3fc5cd4d37fb556d
-// 0.208589
-0x3fcab308d2a0288b
-// 0.799681
-0x3fe996fc3c822a40
-// 0.779027
-0x3fe8edc9f5c48e1e
-// 0.016207
-0x3f90988f3c35e57b
-// 0.449654
-0x3fdcc7222f531530
-// 0.150445
-0x3fc341c940c42731
-// 0.033176
-0x3fa0fc74fa783355
-// 0.166389
-0x3fc54c3fb1738fd6
-// 0.030188
-0x3f9ee995713922a7
-// 0.150220
-0x3fc33a6523bdcd78
-// 0.051953
-0x3faa9993504eb40b
-// 0.750339
-0x3fe802c692c3e438
-// 0.311760
-0x3fd3f3dff86877c4
-// 0.060474
-0x3faef66d79a6a9d2
-// 0.648122
-0x3fe4bd69f302193e
-// 0.116945
-0x3fbdf01a0b657968
-// 0.119040
-0x3fbe79605c591174
-// 0.149497
-0x3fc322b416a44113
-// 0.700562
-0x3fe66b01c004ae55
-// 0.364243
-0x3fd74fc2f08a7d1b
-// 0.533313
-0x3fe110e757c2d62d
-// 0.196160
-0x3fc91bc13cecbef9
-// 0.018032
-0x3f9276e1434a62db
-// 0.487146
-0x3fdf2d65394dfb79
-// 0.086703
-0x3fb632245d7662ed
-// 0.415592
-0x3fda990e1202ba8f
-// 0.101372
-0x3fb9f37f4988bf0d
-// 0.069408
-0x3fb1c4b79426a492
-// 0.396306
-0x3fd95d15c8b640c3
-// 0.136603
-0x3fc17c34cb4cf5d3
-// 0.210985
-0x3fcb01920659aac1
-// 0.507600
-0x3fe03e42a58a742d
-// 0.468074
-0x3fddf4ed5d7185e0
-// 0.067996
-0x3fb16833870beb16
-// 0.309373
-0x3fd3ccc4935720c6
-// 0.098342
-0x3fb92cee47a0f67b
-// 0.038179
-0x3fa38c40ff7dc383
-// 0.004646
-0x3f7307c700bea252
-// 0.337792
-0x3fd59e607203bca1
-// 0.231750
-0x3fcda9f9119b9ca4
-// 0.222815
-0x3fcc85360b71e608
-// 0.318046
-0x3fd45add0a6aba8b
-// 0.369624
-0x3fd7a7ed832d5a00
-// 0.284296
-0x3fd231e87806f16d
-// 0.492920
-0x3fdf8c01b797b08a
-// 0.375394
-0x3fd8067464384011
-// 0.479774
-0x3fdeb49f7d10d303
-// 0.196951
-0x3fc935b4ac19c1e7
-// 0.419676
-0x3fdadbf88aa779ad
-// 0.337219
-0x3fd594ff79ccbeb1
-// 0.155715
-0x3fc3ee775405fd65
-// 0.076902
-0x3fb3afe13a7f2723
-// 0.286909
-0x3fd25cb6c26e676b
-// 0.054607
-0x3fabf5830e3a4048
-// 0.194628
-0x3fc8e99255dd9a1c
-// 0.272573
-0x3fd171d513fe7e20
-// 0.285949
-0x3fd24cfd9b342053
-// 0.051243
-0x3faa3c926e5a62fc
-// 0.570338
-0x3fe240356d5ea054
-// 0.241649
-0x3fceee58fe82fa34
-// 0.348673
-0x3fd650aa278b3161
-// 0.463440
-0x3fdda8ff4049158c
-// 0.020843
-0x3f9557e7d2fe8e24
-// 0.557077
-0x3fe1d39365ba12c6
-// 0.021878
-0x3f96674d467dcb86
-// 0.664619
-0x3fe5448f2ac482e9
-// 0.288520
-0x3fd2771d276a18b3
-// 0.372560
-0x3fd7d807269b4324
-// 0.226794
-0x3fcd079486f29b48
-// 0.099157
-0x3fb9625962b74bd0
-// 0.825342
-0x3fea6932c12c243f
-// 0.186653
-0x3fc7e4405faf767c
-// 0.590371
-0x3fe2e451f13d5685
-// 0.025035
-0x3f99a2d1d646bfc6
-// 0.300777
-0x3fd33feea7e0d3fc
-// 0.092507
-0x3fb7ae8dbb325468
-// 0.240040
-0x3fceb99e3f207f54
-// 0.360432
-0x3fd71153109a5f43
-// 0.256909
-0x3fd07130939928b4
-// 0.479263
-0x3fdeac40ae10332a
-// 0.209449
-0x3fcacf3aeb263d98
-// 0.058282
-0x3fadd71f32fa4642
-// 0.206849
-0x3fca7a0865938211
-// 0.236719
-0x3fce4ccfddeb09f0
-// 0.492016
-0x3fdf7d31d648f07d
-// 0.161469
-0x3fc4ab0070c9a95d
-// 0.170680
-0x3fc5d8daae8f9f8f
-// 0.001361
-0x3f564b5e326b30d6
-// 0.382767
-0x3fd87f405fb100db
-// 0.001535
-0x3f59262648d152ec
-// 0.062853
-0x3fb017265d564aee
-// 0.222218
-0x3fcc71a2058391d5
-// 0.468908
-0x3fde02975346d3f2
-// 0.041868
-0x3fa56fbfd286a167
-// 0.036256
-0x3fa2903477be0596
-// 0.044467
-0x3fa6c4613e6ed29a
-// 0.822956
-0x3fea55a803d762e5
-// 0.057514
-0x3fad7278e0caaa8a
-// 0.195742
-0x3fc90e1309383efc
-// 0.152996
-0x3fc3955e03fbc3a1
-// 0.240666
-0x3fcece28189683b9
-// 0.539887
-0x3fe146c20948dfd8
-// 0.349305
-0x3fd65b03d7e8c245
-// 0.008616
-0x3f81a50a3633613c
-// 0.247504
-0x3fcfae39a72000a0
-// 0.061513
-0x3faf7e9175657211
-// 0.794464
-0x3fe96c3f46925afb
-// 0.242852
-0x3fcf15c55c102be1
-// 0.217546
-0x3fcbd88be5e41d95
-// 0.074757
-0x3fb3234b48443a88
-// 0.399309
-0x3fd98e47d7e76d8a
-// 0.109343
-0x3fbbfde78259a757
-// 0.279123
-0x3fd1dd27daca16e6
-// 0.594769
-0x3fe308580bf15e7b
-// 0.346296
-0x3fd629b6bd4e695f
-// 0.120087
-0x3fbebe01f2bb1081
-// 0.255848
-0x3fd05fd24c74d20d
-// 0.095400
-0x3fb86c27eb6c7286
-// 0.651616
-0x3fe4da0a3af13d4c
-// 0.250968
-0x3fd00fdb68650ef2
-// 0.008861
-0x3f82259eef559a9d
-// 0.173059
-0x3fc626cd6fe13b41
-// 0.290006
-0x3fd28f76896fa9ff
-// 0.488230
-0x3fdf3f2b0516a8a2
-// 0.080896
-0x3fb4b592fa30880f
-// 0.515662
-0x3fe0804d9823216a
-// 0.243579
-0x3fcf2d9a3ec2bef0
-// 0.108440
-0x3fbbc2b2bf736bb5
-// 0.452618
-0x3fdcf7b05fde8a4d
-// 0.371950
-0x3fd7ce08d754a75e
-// 0.571106
-0x3fe2467fdf22661f
-// 0.421716
-0x3fdafd6473fb02e2
-// 0.177344
-0x3fc6b333f60cadb8
-// 0.018551
-0x3f92ff114a7ffcec
-// 0.207179
-0x3fca84d63b5bd6c1
-// 0.220396
-0x3fcc35f2037e575a
-// 0.462192
-0x3fdd948cddc0bafc
-// 0.142450
-0x3fc23bcd5ae15b2c
-// 0.039027
-0x3fa3fb518020cf60
-// 0.116142
-0x3fbdbb7c8b6545c7
-// 0.002952
-0x3f682fd451a0e8f5
-// 0.125597
-0x3fc0138dd23331ab
-// 0.123858
-0x3fbfb52944c7646d
-// 0.590699
-0x3fe2e700951459dc
-// 0.087888
-0x3fb67fce42463579
-// 0.173701
-0x3fc63bd9ac9e970f
-// 0.866155
-0x3febb78a64dcea8a
-// 0.280527
-0x3fd1f4290ac1d9ad
-// 0.161701
-0x3fc4b2a025795937
-// 0.254027
-0x3fd041f88e824a07
-// 0.602791
-0x3fe34a1085b1878b
-// 0.574898
-0x3fe265907a3d10e9
-// 0.392386
-0x3fd91cd8b572fc88
-// 0.526184
-0x3fe0d680c4a79bc5
-// 0.305484
-0x3fd38d0e6048372a
-// 0.112727
-0x3fbcdbadb48f21f9
-// 0.136393
-0x3fc1755055463355
-// 0.052436
-0x3faad8f39d454074
-// 0.259925
-0x3fd0a29d04304399
-// 0.231022
-0x3fcd921ff8f227ff
-// 0.454992
-0x3fdd1e96d47b3256
-// 0.345810
-0x3fd621c22c4f2401
-// 0.264940
-0x3fd0f4c863d26fbc
-// 0.515943
-0x3fe0829bdbfeb256
-// 0.033383
-0x3fa1179629b53e6f
-// 0.194422
-0x3fc8e2d0df584a4b
-// 0.032904
-0x3fa0d8bc1038c4e3
-// 0.391828
-0x3fd913b3d7925272
-// 0.308070
-0x3fd3b76c0d01f41b
-// 0.077026
-0x3fb3b7f6b025930b
-// 0.118952
-0x3fbe73a16dfa4344
-// 0.280626
-0x3fd1f5c655e4b94c
-// 0.244464
-0x3fcf4a9af325c233
-// 0.225555
-0x3fccdef9cdb1152a
-// 0.223213
-0x3fcc923a9c9f8be7
-// 0.111687
-0x3fbc9786e855831a
-// 0.677947
-0x3fe5b1be6e2e6d07
-// 0.679298
-0x3fe5bccec98f43fc
-// 0.009925
-0x3f8453791e1b4db2
-// 0.351429
-0x3fd67dd0b7983e96
-// 0.307000
-0x3fd3a5e23c900d1a
-// 0.604407
-0x3fe3574db95a16ce
-// 0.084853
-0x3fb5b8f49845608e
-// 0.544682
-0x3fe16e087cdbd1c4
-// 0.036934
-0x3fa2e8fec54ac3f7
-// 0.502021
-0x3fe0108e31862875
-// 0.307683
-0x3fd3b1128e9de6cb
-// 0.182766
-0x3fc764dd5b994b30
-// 0.455081
-0x3fdd200a2bb961a0
+// 0.633099
+0x3fe44259d3e05163
+// 0.330184
+0x3fd521bbf9d74e11
+// 0.627764
+0x3fe416a5182e7cc3
+// 0.548380
+0x3fe18c5519b5ddb7
+// 0.161109
+0x3fc49f38714d117d
+// 0.018709
+0x3f93286563427600
+// 0.284215
+0x3fd2309533fd25f5
+// 0.179712
+0x3fc700caa1aa6bf8
+// 0.409311
+0x3fda3225aaaea75a
+// 0.623213
+0x3fe3f15d37a6f475
+// 0.017920
+0x3f9259adbe4e8031
+// 0.312814
+0x3fd405232c5a4315
+// 0.623608
+0x3fe3f4994e941d1a
+// 0.418354
+0x3fdac650e02c41cc
+// 0.039545
+0x3fa43f4e248e0ce6
+// 0.053318
+0x3fab4c8076c6e253
+// 0.465339
+0x3fddc81dc93edaa1
+// 0.005831
+0x3f77e1bff7a76088
+// 0.036717
+0x3fa2cc8a329cfb26
+// 0.468699
+0x3fddff2a4c31fff0
+// 0.926123
+0x3feda2cbdb2ae85a
+// 0.046620
+0x3fa7de94d7783804
+// 0.358921
+0x3fd6f8916ec9956c
+// 0.872966
+0x3febef574b8bfc68
+// 0.156502
+0x3fc40840952ac5f3
+// 0.036166
+0x3fa2846393669167
+// 0.700609
+0x3fe66b62cc983db2
+// 0.103577
+0x3fba84061734c96f
+// 0.589493
+0x3fe2dd20deb9512c
+// 0.597565
+0x3fe31f4022277e0f
+// 0.353445
+0x3fd69ed63f84b9a8
+// 0.181407
+0x3fc73859b8266ea0

+ 150 - 150
Testing/Patterns/DSP/Stats/StatsF64/InputA24_f64.txt

@@ -1,152 +1,152 @@
 D
 75
-// 0.519979
-0x3fe0a3aa82f3bddb
-// 0.081775
-0x3fb4ef2e602fdd46
-// 0.398247
-0x3fd97cdf620c8cfb
-// 0.099685
-0x3fb984f030545f34
-// 0.040152
-0x3fa48eddaf969afa
-// 0.089243
-0x3fb6d89aeb0fa426
-// 0.011927
-0x3f886d101433f389
-// 0.294489
-0x3fd2d8e794a232a5
-// 0.277247
-0x3fd1be68fa94a8aa
-// 0.182539
-0x3fc75d6c1b6e83d3
-// 0.004719
-0x3f735499691bbe07
-// 0.099115
-0x3fb95f9ceb863816
-// 0.111186
-0x3fbc76ae0cda3250
-// 0.213458
-0x3fcb5294db1c7077
-// 0.086680
-0x3fb630ad2fd61523
-// 0.138245
-0x3fc1b206aabf6228
-// 0.100273
-0x3fb9ab852f72e5d0
-// 0.073166
-0x3fb2bb0628bb0cf4
-// 0.008894
-0x3f8236c610cf2fc4
-// 0.168982
-0x3fc5a13658e5013f
-// 0.033840
-0x3fa1537341c0f4ce
-// 0.024790
-0x3f99629a17e8d03a
-// 0.151018
-0x3fc3548c1a544340
-// 0.036546
-0x3fa2b635979d91a9
-// 0.084066
-0x3fb5855413eade3c
-// 0.088261
-0x3fb6984ccc64841b
-// 0.120403
-0x3fbed2b615f4c744
-// 0.110940
-0x3fbc668efedc3d3b
-// 0.030060
-0x3f9ec800b39a8d1c
-// 0.148313
-0x3fc2fbef5f5aa5dd
-// 0.094217
-0x3fb81e9861797daa
-// 0.077546
-0x3fb3da0f96782eaf
-// 0.450216
-0x3fdcd057b768304d
-// 0.073423
-0x3fb2cbd23677ca9a
-// 0.476361
-0x3fde7cb3baf9dd0e
-// 0.140580
-0x3fc1fe865083804f
-// 0.152457
-0x3fc383b4a57d64b8
-// 0.044143
-0x3fa699e33a33efa6
-// 0.189138
-0x3fc835acfaba1cd6
-// 0.116313
-0x3fbdc6b027627566
-// 0.113299
-0x3fbd01230effdb1e
-// 0.138377
-0x3fc1b65797bf8028
-// 0.105694
-0x3fbb0ebc1b8eb3a5
-// 0.106715
-0x3fbb51b2d9962197
-// 0.087623
-0x3fb66e70f126536a
-// 0.108295
-0x3fbbb936146001e2
-// 0.125392
-0x3fc00cd93a7dd8a6
-// 0.225757
-0x3fcce597a771523a
-// 0.094277
-0x3fb8228b47634524
-// 0.200789
-0x3fc9b375d291bd37
-// 0.041897
-0x3fa57383aa0e14b4
-// 0.009255
-0x3f82f45cdbbb4b25
-// 0.031616
-0x3fa02ff7343ef105
-// 0.112753
-0x3fbcdd67567e42dd
-// 0.008254
-0x3f80e76ea1b62822
-// 0.141800
-0x3fc226847d309884
-// 0.093862
-0x3fb8075ba7389c07
-// 0.130791
-0x3fc0bdbe9975bc73
-// 0.045763
-0x3fa76e37a728aaeb
-// 0.060403
-0x3faeed2e4e7f54b4
-// 0.119304
-0x3fbe8abb24275bc2
-// 0.088383
-0x3fb6a040b9027739
-// 0.164825
-0x3fc518fc2fd986fb
-// 0.002245
-0x3f6264c5deab1ef3
-// 0.287007
-0x3fd25e540fb411ce
-// 0.374319
-0x3fd7f4d932088cff
-// 0.338673
-0x3fd5acd2be436131
-// 0.172709
-0x3fc61b55ca284365
-// 0.234959
-0x3fce13259c07fb61
-// 0.097222
-0x3fb8e38f9c0cb36d
-// 0.123437
-0x3fbf998d161e45c2
-// 0.064694
-0x3fb08fcaa3bbe60d
-// 0.000152
-0x3f23fa8b25f112bb
-// 0.150859
-0x3fc34f5d00e9328a
-// 0.155966
-0x3fc3f6b54b29a2d0
+// 0.826490
+0x3fea729a681830c5
+// 0.053138
+0x3fab34f09d43870f
+// 0.120372
+0x3fbed0b4709cb653
+// 0.073068
+0x3fb2b4917cbee4d7
+// 0.201608
+0x3fc9ce4a52980da1
+// 0.105148
+0x3fbaeaf576693b88
+// 0.158005
+0x3fc43983f8fca105
+// 0.036102
+0x3fa27bfa92aef8b9
+// 0.159486
+0x3fc46a09eb62b8c9
+// 0.125213
+0x3fc006fa99ef393d
+// 0.141370
+0x3fc2186b10d990f8
+// 0.102080
+0x3fba21ef897304cf
+// 0.008092
+0x3f80927cc42142c5
+// 0.102695
+0x3fba4a3556b1ee98
+// 0.186747
+0x3fc7e752813d29af
+// 0.218876
+0x3fcc042189102a2b
+// 0.025664
+0x3f9a47b7ebc1325d
+// 0.071039
+0x3fb22f9ad2acc7e4
+// 0.167764
+0x3fc5794d3259d4f3
+// 0.117043
+0x3fbdf680406b7e33
+// 0.047467
+0x3fa84d9da322e20d
+// 0.067383
+0x3fb13ffc862a1609
+// 0.124377
+0x3fbfd730b5d09add
+// 0.052666
+0x3faaf70543574452
+// 0.129581
+0x3fc0961d07cecfe3
+// 0.117863
+0x3fbe2c4c0ec08c5b
+// 0.051953
+0x3faa99a384985812
+// 0.100693
+0x3fb9c7021e7b3665
+// 0.141851
+0x3fc22828f855c198
+// 0.074734
+0x3fb321cc474e6467
+// 0.076230
+0x3fb383d0199d0bda
+// 0.015201
+0x3f8f21c8005dcf06
+// 0.636117
+0x3fe45b126b61b580
+// 0.142883
+0x3fc24a015aab41c2
+// 0.220999
+0x3fcc49b4f7cde83d
+// 0.072587
+0x3fb2950e7add999e
+// 0.142383
+0x3fc2399d151512d6
+// 0.024468
+0x3f990e1f6b764933
+// 0.222164
+0x3fcc6fde861896a6
+// 0.124555
+0x3fbfe2db641a2cc3
+// 0.000847
+0x3f4bc2a5253e3ce9
+// 0.233000
+0x3fcdd2f41bea9867
+// 0.179995
+0x3fc70a14c6d7d38b
+// 0.186090
+0x3fc7d1cf58657b79
+// 0.164576
+0x3fc510cff97b082d
+// 0.109716
+0x3fbc1659188d085e
+// 0.028469
+0x3f9d271068d8161e
+// 0.083762
+0x3fb5716a2ccfcc85
+// 0.081578
+0x3fb4e24a039a1b04
+// 0.146904
+0x3fc2cdc3922ad594
+// 0.027411
+0x3f9c118302f4ac16
+// 0.171494
+0x3fc5f38409ff9688
+// 0.087763
+0x3fb677a86a7e41b0
+// 0.025543
+0x3f9a27d2b5156faa
+// 0.146583
+0x3fc2c33c177a326d
+// 0.106797
+0x3fbb570a9a9e6155
+// 0.029658
+0x3f9e5ea0a0c3de62
+// 0.135689
+0x3fc15e437ec30ac4
+// 0.104306
+0x3fbab3c6d197106d
+// 0.025015
+0x3f999d8e9c1dd0a6
+// 0.133481
+0x3fc115e80f17ca97
+// 0.143414
+0x3fc25b6209259679
+// 0.038484
+0x3fa3b42e63923d83
+// 0.023267
+0x3f97d36c7840a65b
+// 0.314102
+0x3fd41a3f685078d7
+// 0.524046
+0x3fe0c4fce9b39119
+// 0.161852
+0x3fc4b78d8890c9f1
+// 0.183873
+0x3fc78924aae82810
+// 0.013506
+0x3f8ba942e939c137
+// 0.190466
+0x3fc8613496941599
+// 0.164571
+0x3fc510a5df002598
+// 0.042033
+0x3fa58566aac6f49c
+// 0.194834
+0x3fc8f053c9ad278a
+// 0.138231
+0x3fc1b18b3a96d4bd
+// 0.072485
+0x3fb28e6803f48e75

+ 150 - 150
Testing/Patterns/DSP/Stats/StatsF64/InputA25_f64.txt

@@ -1,152 +1,152 @@
 D
 75
-// -2.007645
-0xc0000fa866356afe
-// -1.271575
-0xbff4585f6c713d77
-// -0.532209
-0xbfe107dc1d118d3c
-// -1.091046
-0xbff174ec2b76e857
-// -5.006301
-0xc0140673e1186714
-// -1.763842
-0xbffc38b2bd060cbd
-// -3.371575
-0xc00af8fc6b7435e7
-// -3.430218
-0xc00b71166164c787
-// -2.759624
-0xc00613b59d7453d7
-// -1.710697
-0xbffb5f03c33990ba
-// -1.702193
-0xbffb3c2e55f9644c
-// -1.548193
-0xbff8c565c72683ff
-// -4.412235
-0xc011a620e5b7d668
-// -1.866839
-0xbffdde92168904a7
-// -2.495680
-0xc003f726eef98149
-// -1.625977
-0xbffa03fff2131fb2
-// -2.447611
-0xc00394b52152eded
-// -5.504509
-0xc016049df158d0c0
-// -2.655095
-0xc0053da242d4a115
-// -1.668085
-0xbffab079b890a125
-// -3.597530
-0xc00cc7bd995449d8
-// -2.372608
-0xc002fb19c6ead9ef
-// -2.277426
-0xc002382b062b1f2b
-// -2.176794
-0xc0016a12e6d9ecb5
-// -2.354910
-0xc002d6dadde5cf82
-// -2.094180
-0xc000c0e1b416c0b0
-// -2.075677
-0xc0009afc5dc1131a
-// -2.378433
-0xc0030707ee0e7cda
-// -3.034941
-0xc008478f1e16d9e5
-// -3.481109
-0xc00bd94fe61f50a5
-// -2.337617
-0xc002b3709caed49d
-// -2.768271
-0xc006256b83a12727
-// -1.077311
-0xbff13caa432bbe9d
-// -1.035192
-0xbff09024fbfaf1d4
-// -1.183087
-0xbff2edec8ddf0000
-// -3.173962
-0xc009644650e1e947
-// -3.237647
-0xc009e6b3ba2a7f44
-// -1.332041
-0xbff5500ab18bd829
-// -1.914072
-0xbffea009dc0476e7
-// -1.420210
-0xbff6b92e9217c109
-// -2.063633
-0xc000825226747de3
-// -2.577933
-0xc0049f9b30f82b60
-// -2.660631
-0xc00548f8c451c3b8
-// -3.093868
-0xc008c03dd31e57b6
-// -1.859178
-0xbffdbf31e4aa117b
-// -2.569009
-0xc0048d5494571cf4
-// -1.866084
-0xbffddb7aa7acf26c
-// -1.851719
-0xbffda0a433ee6e31
-// -1.986571
-0xbfffc8ff30ef412c
-// -3.942137
-0xc00f897ef1d8c56e
-// -1.927548
-0xbffed73c6e12b792
-// -2.149950
-0xc0013318d1488ac6
-// -4.297827
-0xc01130f975b82398
-// -1.928821
-0xbffedc731e5c573c
-// -2.815184
-0xc006857f3c045193
-// -2.712288
-0xc005b2c3e044e408
-// -2.390214
-0xc0031f284ac7e77b
-// -1.710660
-0xbffb5edd847609ba
-// -3.302052
-0xc00a6a9a716f4824
-// -4.453442
-0xc011d0532d3be1e6
-// -2.353461
-0xc002d3e37dab9f94
-// -2.232200
-0xc001db8b9c849d19
-// -2.170798
-0xc0015dcb5035b88c
-// -2.423813
-0xc00363f82018e7ce
-// -3.022459
-0xc0082dff27278a7f
-// -0.781878
-0xbfe905252e6d2a7a
-// -0.701638
-0xbfe673d0b7520009
-// -2.032105
-0xc00041c02f9ef074
-// -1.840876
-0xbffd7439f3ccf775
-// -3.409442
-0xc00b4689a12517d6
-// -1.830497
-0xbffd49b6ea5f3cfb
-// -5.243551
-0xc014f9656496d2f1
-// -1.548818
-0xbff8c7f57c4ff24a
-// -1.524268
-0xbff863667dcbd67c
-// -2.426928
-0xc0036a59188b27c0
+// -1.275573
+0xbff468bf39f380dd
+// -1.238562
+0xbff3d1265dd43cf1
+// -0.837183
+0xbfeaca33a55d423d
+// -1.569877
+0xbff91e36d39dbf92
+// -1.542872
+0xbff8af9afe978083
+// -3.796438
+0xc00e5f1b069a65c8
+// -2.045477
+0xc0005d2303ec87e2
+// -1.908378
+0xbffe88b7668f7747
+// -2.592702
+0xc004bddab53cb812
+// -2.256722
+0xc0020dc46f6148c6
+// -2.248453
+0xc001fcd4d96ccf5e
+// -2.302042
+0xc0026a94d9ebcd76
+// -2.061300
+0xc0007d8ad6a94a45
+// -2.806666
+0xc006740d6cb3db23
+// -1.732166
+0xbffbb6f419cb8110
+// -1.704544
+0xbffb45cf9e2db0ad
+// -1.557708
+0xbff8ec5f5f714d8c
+// -3.126612
+0xc009034d63300d05
+// -3.041116
+0xc00854348348c39b
+// -2.826341
+0xc0069c587d15b420
+// -2.085699
+0xc000af82fcc1aa58
+// -2.281748
+0xc002410551625309
+// -2.403652
+0xc0033aadda16ecf5
+// -2.152436
+0xc00138302754b5c9
+// -2.401578
+0xc003366ebdca7797
+// -2.151773
+0xc00136d4bd181b4a
+// -2.392887
+0xc00324a207d2678a
+// -3.215147
+0xc009b89ef7d835b8
+// -5.445034
+0xc015c7b6f996b38a
+// -2.180478
+0xc001719e5f68bd22
+// -2.605317
+0xc004d7b02d69dc1f
+// -3.025500
+0xc008343958a0b352
+// -1.634636
+0xbffa2778718913c1
+// -0.816785
+0xbfea231a91c45ba7
+// -1.007510
+0xbff01ec341da3d77
+// -2.025693
+0xc000349e4f21ed07
+// -1.950618
+0xbfff35bb22cdc5a1
+// -1.642776
+0xbffa48cf0b1e4832
+// -2.329498
+0xc002a2cfa02d04a9
+// -1.712500
+0xbffb6666d3fe1e20
+// -5.065471
+0xc014430ab4e2689d
+// -2.187472
+0xc0017ff124508490
+// -1.943519
+0xbfff18a6f72b9897
+// -2.725209
+0xc005cd3a7c3d09ab
+// -2.015462
+0xc0001faa61472005
+// -1.844161
+0xbffd81af2eacfc41
+// -3.708839
+0xc00dabb4089de01c
+// -1.822870
+0xbffd2a7a1a8b3246
+// -2.586952
+0xc004b213bb3c8697
+// -1.827685
+0xbffd3e32e2636115
+// -2.795771
+0xc0065dbcf2a6be75
+// -1.784498
+0xbffc8d4e48754ff8
+// -2.340987
+0xc002ba575900a033
+// -1.987654
+0xbfffcd6de5f30f12
+// -2.831123
+0xc006a623a648c813
+// -3.637678
+0xc00d19f6c3f602f3
+// -2.356767
+0xc002daa8c71c29df
+// -1.984889
+0xbfffc21aaaa63b03
+// -2.988165
+0xc007e7c3396df72c
+// -2.931062
+0xc00772d0dc307473
+// -2.366092
+0xc002edc1b36115dd
+// -2.199434
+0xc0019870ec2bb0e0
+// -4.163798
+0xc010a7bac565bd4a
+// -1.992253
+0xbfffe04470aa3117
+// -3.305042
+0xc00a70b9e129cdb7
+// -0.733692
+0xbfe77a681d9797ae
+// -0.723257
+0xbfe724ec534d587b
+// -1.806532
+0xbffce78de5ae6d5d
+// -3.621676
+0xc00cf931547f79e7
+// -2.309135
+0xc002791bc252cf25
+// -1.885424
+0xbffe2ab295ac8b9d
+// -2.157544
+0xc00142a676c12a8c
+// -2.006306
+0xc0000cea4c52aac6
+// -2.180569
+0xc00171ce27d78414
+// -1.600195
+0xbff99a65bcb99978

+ 600 - 600
Testing/Patterns/DSP/Stats/StatsF64/InputAccumulate1_f64.txt

@@ -1,602 +1,602 @@
 D
 300
-// 0.591762
-0x3fe2efb7d1952c8d
-// 1.346868
-0x3ff58cc52fa376f9
-// 0.285820
-0x3fd24ae0a79ad81d
-// -0.858870
-0xbfeb7bdc5313e4f5
-// 1.096028
-0x3ff1895447537f90
-// -0.843217
-0xbfeafba14924b30e
-// -0.731724
-0xbfe76a48c78d7fc7
-// 0.247799
-0x3fcfb7df3ca5404f
-// -0.416542
-0xbfdaa89eaa690f97
-// 0.672924
-0x3fe58896ea6679cb
-// 0.271024
-0x3fd15873d49cbdf1
-// -0.265199
-0xbfd0f90428764a13
-// 0.765841
-0x3fe881c4d1806d05
-// 0.525063
-0x3fe0cd50748bbf99
-// 0.533392
-0x3fe1118bfb02f4c5
-// -1.007398
-0xbff01e4ceae2cb9a
-// 1.190889
-0x3ff30de1aae279f6
-// 0.297438
-0x3fd3093a9dd1a7b9
-// 1.596330
-0x3ff98a9161f98815
-// -1.918050
-0xbffeb054cf9f179b
-// 0.412652
-0x3fda68e5571a268f
-// 0.389409
-0x3fd8ec136d8391ee
-// -0.298699
-0xbfd31de3ed58bcb1
-// 1.007653
-0x3ff01f5842a07169
-// 0.117794
-0x3fbe27c4e4786fa7
-// 1.275045
-0x3ff4669531ba3c67
-// 0.348807
-0x3fd652dca72a1b86
-// -0.518251
-0xbfe0958302b38d1b
-// -2.084621
-0xc000ad4d869f0723
-// 0.046931
-0x3fa80752c164372b
-// -1.098749
-0xbff1947a5764d065
-// 0.461066
-0x3fdd82196683d235
-// -0.461843
-0xbfdd8ed5fa69a819
-// -0.733344
-0xbfe7778e215d5544
-// 1.280933
-0x3ff47eb31cc99694
-// -0.450840
-0xbfdcda91b3c7ae64
-// -0.324242
-0xbfd4c061d7b87f9b
-// -0.082313
-0xbfb51275aec18b50
-// 0.678082
-0x3fe5b2d9bba4d029
-// 0.216665
-0x3fcbbbb04679ea9d
-// -0.072394
-0xbfb28867086bfdc9
-// -0.894777
-0xbfeca202a4146dab
-// -0.927379
-0xbfedad16ece95ce0
-// 1.745247
-0x3ffbec8895a540aa
-// 0.015979
-0x3f905cbbc9435051
-// 0.254808
-0x3fd04ec60bc5c8f5
-// -2.264820
-0xc0021e59c97d4af9
-// -1.889860
-0xbffe3cde380dc5a8
-// 0.173487
-0x3fc634d30cf0da25
-// -0.246073
-0xbfcf7f53632de4a7
-// 0.298900
-0x3fd3212db677d0b0
-// -0.638844
-0xbfe47167fb3a588d
-// -0.182363
-0xbfc757abe21ec3cf
-// 1.405280
-0x3ff67c075ca67e9b
-// -0.635200
-0xbfe4538fc90c2e53
-// -0.992023
-0xbfefbea76346d417
-// 1.156137
-0x3ff27f8942c4b376
-// 0.650516
-0x3fe4d107e36b7876
-// -0.990295
-0xbfefb07e408b3fe2
-// -0.065694
-0xbfb0d1545a7902e3
-// 1.374938
-0x3ff5ffbec44f8a8e
-// -0.593372
-0xbfe2fce7ce325a00
-// 0.063298
-0x3fb03446a5d4a244
-// -0.088991
-0xbfb6c8238f3846fc
-// 0.065581
-0x3fb0c9eb043953dd
-// -0.340817
-0xbfd5cff01b999ed0
-// -0.227255
-0xbfcd16ad8b411be5
-// -0.395505
-0xbfd94ff5167e7cf3
-// 0.229238
-0x3fcd57aedec76d75
-// -0.164329
-0xbfc508bbae786c48
-// 1.694348
-0x3ffb1c0cbdda1e8b
-// -2.223618
-0xc001c9f879e1591b
-// -0.387069
-0xbfd8c5bc46545a36
-// -0.163043
-0xbfc4de99d7206f3f
-// 2.427573
-0x40036bab9b54edc8
-// 1.052230
-0x3ff0d5ef5cc472ed
-// 1.123976
-0x3ff1fbcde93ea419
-// -0.974354
-0xbfef2de84eb1a34f
-// -1.351470
-0xbff59f9f0fe1ca22
-// 0.536450
-0x3fe12a99a633cf41
-// 1.265249
-0x3ff43e75ab0275f6
-// 0.553907
-0x3fe1b99b70a0fe95
-// 0.668717
-0x3fe566220b75f0aa
-// 0.321792
-0x3fd4983c25827563
-// -0.016920
-0xbf915358decf654f
-// 0.085172
-0x3fb5cdd5e666d2c1
-// -0.184192
-0xbfc793984a18c898
-// -0.513147
-0xbfe06bb26ca6d453
-// 0.927872
-0x3fedb11fed57d980
-// -1.548969
-0xbff8c89345880c33
-// -0.601981
-0xbfe3436dcddf818a
-// 0.476340
-0x3fde7c58d3f2dba7
-// -2.105879
-0xc000d8d6ead7eb9c
-// 0.954027
-0x3fee876428a958d0
-// -2.165969
-0xc00153e753b9f2b8
-// 1.012873
-0x3ff034ba4cb5ce83
-// -0.779203
-0xbfe8ef3a25531656
-// -0.961244
-0xbfeec281d5a4a837
-// -0.832993
-0xbfeaa7e0408c3ddf
-// 0.488423
-0x3fdf4254658a8452
-// -1.344825
-0xbff584673279b99c
-// 1.765342
-0x3ffc3ed7b9846a66
-// 1.478842
-0x3ff7a9561fee9d33
-// 1.686267
-0x3ffafaf31639a6cc
-// -0.944275
-0xbfee378033fac580
-// 0.210522
-0x3fcaf2649e0564a0
-// -0.732744
-0xbfe772a3839d33ce
-// -0.230683
-0xbfcd8701792aa3c1
-// 1.405108
-0x3ff67b525ca07125
-// -0.328691
-0xbfd50947e8c28776
-// -0.286968
-0xbfd25db1078c312d
-// -1.361024
-0xbff5c6c18bdcfcb4
-// 0.849591
-0x3feb2fd9ffb31d30
-// -2.088668
-0xc000b59787b09019
-// 1.387327
-0x3ff6327d91b18236
-// -0.392612
-0xbfd9208d7c046335
-// 0.409889
-0x3fda3b9e5fb8b537
-// 1.796759
-0x3ffcbf86e38b29cd
-// 0.978588
-0x3fef5098b7f8c16d
-// 0.703897
-0x3fe686531a2ce622
-// 0.549163
-0x3fe192bd6c6821aa
-// -0.173986
-0xbfc6452ea4d2f9c9
-// 0.692326
-0x3fe62788cee7f567
-// 0.484449
-0x3fdf0135bb21590f
-// -0.547055
-0xbfe18179cae92363
-// 0.084638
-0x3fb5aad32b95ee97
-// -0.343665
-0xbfd5fe9a2a971648
-// -0.797343
-0xbfe983d54a566c09
-// 0.624375
-0x3fe3fae1cee7f031
-// -0.650273
-0xbfe4cf0a513ae832
-// -1.151119
-0xbff26afbcc2e0973
-// -1.004242
-0xbff0116024bebcbb
-// -1.243463
-0xbff3e539ec4b45a7
-// 0.533702
-0x3fe1141626f60241
-// -0.200939
-0xbfc9b860db5658a9
-// -1.170179
-0xbff2b90d8db1cc34
-// 0.432628
-0x3fdbb02f1335163d
-// 0.177194
-0x3fc6ae49b83d69b4
-// 0.276979
-0x3fd1ba042cd2c5ab
-// -0.117636
-0xbfbe1d5ca466df85
-// 0.431909
-0x3fdba466b78b3ba1
-// 0.094699
-0x3fb83e39f7278c86
-// -0.887184
-0xbfec63cf07d0d81d
-// 0.571867
-0x3fe24cbb2086ad4e
-// -0.078704
-0xbfb425f5d145dc81
-// 0.561475
-0x3fe1f79b1ffea495
-// 0.247046
-0x3fcf9f32cfe78e19
-// -0.171075
-0xbfc5e5c9fb66a9eb
-// -1.027190
-0xbff06f5eefc08f0e
-// -0.595121
-0xbfe30b3bd5cf730d
-// 0.312975
-0x3fd407c8b382d0b6
-// 0.844432
-0x3feb059562dae6c5
-// 0.590219
-0x3fe2e313d04ba5d7
-// 0.455922
-0x3fdd2dd41b02ae4b
-// -2.021509
-0xc0002c0cdad6b404
-// 0.945978
-0x3fee457403e43c84
-// -0.392990
-0xbfd926be44354f13
-// 0.097190
-0x3fb8e175506842a9
-// 0.320984
-0x3fd48b01d277cc59
-// -1.163999
-0xbff29fbd331b6294
-// 1.256727
-0x3ff41b8de1521368
-// 1.885235
-0x3ffe29ec4b6a54a4
-// -0.391718
-0xbfd911e808aecf5d
-// 0.398626
-0x3fd98317ca833afd
-// -1.170556
-0xbff2ba98f808c200
-// 0.146972
-0x3fc2cffdd3959390
-// 0.872258
-0x3febe98a145e337e
-// 0.798093
-0x3fe989f9f22516c1
-// 0.216796
-0x3fcbbff90adaad56
-// 0.931629
-0x3fedcfe6fe77a2b8
-// 1.400970
-0x3ff66a6002245ac1
-// -0.646253
-0xbfe4ae1a4d47a906
-// 0.130761
-0x3fc0bcc4f0ecba47
-// 0.926996
-0x3feda9f2bb8c8c34
-// -1.332325
-0xbff55133ec1b8572
-// 0.161132
-0x3fc49ff8acce4eed
-// 0.267825
-0x3fd1240a892de412
-// -1.169964
-0xbff2b82c904cbd43
-// -0.131690
-0xbfc0db39191ac220
-// 0.355000
-0x3fd6b853f910772f
-// -1.455940
-0xbff74b87f7d98d9b
-// 0.215088
-0x3fcb8804494d37f6
-// -0.416629
-0xbfdaaa0cec2a8135
-// 2.552314
-0x40046b23c8a17de8
-// -0.148139
-0xbfc2f63bc35a7507
-// -0.061910
-0xbfafb2b16dfe37d9
-// 1.971133
-0x3fff89c2df1a846a
-// 0.609440
-0x3fe380887f2b6543
-// -0.392193
-0xbfd919b06bf047d8
-// -0.297496
-0xbfd30a2c3ed85252
-// -0.087342
-0xbfb65c1297115bd2
-// 0.042671
-0x3fa5d8ff043a09cd
-// 2.104092
-0x4000d52e35891659
-// -0.132587
-0xbfc0f89f6e9946f0
-// 0.101833
-0x3fba11bfe14c9682
-// 0.261865
-0x3fd0c263ab139698
-// -1.075224
-0xbff1341e500ee40a
-// -1.819020
-0xbffd1ab50748d311
-// 0.080063
-0x3fb47f03e185fa13
-// -0.897530
-0xbfecb891a05597ca
-// -1.764076
-0xbffc39a7b4b95aa2
-// -0.709456
-0xbfe6b3dc83b2082c
-// -0.206341
-0xbfca6964573aa25b
-// 0.324747
-0x3fd4c8a91a0b3f12
-// -1.004527
-0xbff0128afad3effb
-// 0.043461
-0x3fa6408593d42d9a
-// -0.603422
-0xbfe34f3c55d8e2da
-// -0.047375
-0xbfa84187f1186311
-// 2.766008
-0x400620c8c065a38f
-// -0.199130
-0xbfc97d18476e7744
-// 0.574960
-0x3fe2661191d785b2
-// -1.303529
-0xbff4db40efe6bf97
-// 1.252003
-0x3ff40834968ab78b
-// 1.023607
-0x3ff060b19dc3c282
-// 1.121515
-0x3ff1f1b9ccab7a75
-// -1.702770
-0xbffb3e8bf56d96f2
-// -0.200954
-0xbfc9b8d985d4003c
-// 0.577675
-0x3fe27c4fc9101891
-// -0.768667
-0xbfe898ec87727e36
-// -0.423557
-0xbfdb1b8ea150239c
-// 0.302140
-0x3fd35641fb892792
-// 0.969931
-0x3fef09ac0a53586a
-// 1.028069
-0x3ff072f8fcf9bd3d
-// 0.469475
-0x3fde0be289b41c3b
-// -0.894296
-0xbfec9e1224500603
-// 0.743941
-0x3fe7ce5e08ab9d57
-// -1.632494
-0xbffa1eb28419980d
-// 1.780551
-0x3ffc7d23565fbff9
-// 0.028156
-0x3f9cd4d19bef37cf
-// -1.573614
-0xbff92d859621181d
-// 0.975172
-0x3fef349b49ca6c50
-// 0.898281
-0x3fecbeb8152f43fc
-// 1.725924
-0x3ffb9d625d1b0a37
-// -1.194486
-0xbff31c9dcdcb52ef
-// 0.053978
-0x3faba310450eab90
-// -1.302649
-0xbff4d7a6facf6f75
-// 1.015055
-0x3ff03daa2dd45d3c
-// 1.892682
-0x3ffe486cb45ee7a0
-// -0.686480
-0xbfe5f7a54304e1dd
-// 0.720867
-0x3fe7115891447acf
-// -1.662034
-0xbffa97b0fc58dc51
-// 1.536524
-0x3ff89599cfbd660e
-// 0.704890
-0x3fe68e74e80bbaa4
-// -0.622870
-0xbfe3ee8c24f62401
-// 0.664386
-0x3fe542a56e50ab96
-// -1.661507
-0xbffa95883f403baa
-// 0.266999
-0x3fd11683a57ded77
-// 0.343106
-0x3fd5f57375150fd8
-// -1.434818
-0xbff6f503e6e4f4f2
-// -1.675793
-0xbffad00c81040ae1
-// 0.468676
-0x3fddfec7a87a50ae
-// 1.618443
-0x3ff9e52411b0f681
-// 0.616406
-0x3fe3b9998f95b044
-// -2.721910
-0xc005c678d62c7edb
-// -0.096007
-0xbfb893e9c1444db8
-// -1.213863
-0xbff36bfb9d05fb96
-// -1.557251
-0xbff8ea7fab4c3f3c
-// -1.790495
-0xbffca5ddbc750c16
-// -0.098268
-0xbfb92818d6781289
-// -0.084365
-0xbfb598f2c2793fb6
-// -0.940522
-0xbfee18c106b285db
-// 0.031567
-0x3fa0299739e1ce5c
-// -0.244852
-0xbfcf5752f9d8026f
-// 0.860829
-0x3feb8be86deab741
-// 1.451967
-0x3ff73b4182549bd6
-// -0.405878
-0xbfd9f9e6492d096f
-// -0.535251
-0xbfe120c5b5bd58e2
-// -0.429442
-0xbfdb7bf956ec5674
-// -1.235351
-0xbff3c3ff07210191
-// 0.480201
-0x3fdebb9b700f269a
-// -0.178620
-0xbfc6dd0666e06e00
-// -0.191338
-0xbfc87dbf5bf7e834
-// -0.408729
-0xbfda289f7d26381e
-// 0.173887
-0x3fc641f14c55ac6d
-// -1.843278
-0xbffd7e111e3526a1
-// -1.392580
-0xbff648017596c0dd
-// -0.001781
-0xbf5d2e60e63984f3
-// -0.593029
-0xbfe2fa18c624b212
-// -0.536947
-0xbfe12eabd33e9917
-// -0.096858
-0xbfb8cba8ebb7c89d
-// 1.737095
-0x3ffbcb23c8c0aae5
-// -0.288399
-0xbfd27520f9801ba6
-// 1.158473
-0x3ff2891b545f4637
-// -1.989434
-0xbfffd4b8f92b07b6
-// 0.106163
-0x3fbb2d82e267b9e8
-// -0.414173
-0xbfda81cff95e1b79
-// -1.839830
-0xbffd6ff1e81e5d17
-// -0.168047
-0xbfc58292fb2ea89d
-// -1.384072
-0xbff625286f809ee3
-// -1.502155
-0xbff808d3aedbf275
-// 1.598372
-0x3ff992eec3fa02dd
-// 0.226098
-0x3fccf0c5571bc41c
-// 0.286619
-0x3fd257f53fc85098
-// 1.939450
-0x3fff07fc7c5ea519
-// 1.372158
-0x3ff5f45b899fbb57
-// 0.636439
-0x3fe45db5868f6986
-// 0.357524
-0x3fd6e1ae16681e18
-// -0.056032
-0xbfacb03334974378
-// 0.898497
-0x3fecc07cf2a97e70
-// -0.874705
-0xbfebfd962bcb1ff0
+// -0.954152
+0xbfee886ab59c1805
+// -0.020702
+0xbf9532f15f78675f
+// -0.099471
+0xbfb976f0ae1c7c01
+// 0.203820
+0x3fca16c7eb8bec18
+// 0.373639
+0x3fd7e9b2186b64ba
+// 0.152221
+0x3fc37bfca6d832fa
+// -2.058093
+0xc00076f9394abf14
+// -0.578621
+0xbfe284113243ac74
+// 1.016562
+0x3ff043d656ceb084
+// -0.543450
+0xbfe163f088675335
+// 2.033726
+0x40004511e93818b1
+// 2.774068
+0x4006314a4e0daf9b
+// 0.173663
+0x3fc63a934d02acf0
+// -0.531096
+0xbfe0febdef79ce12
+// 2.286444
+0x40024aa2faf2f595
+// 2.841943
+0x4006bc4c8787596c
+// 1.027693
+0x3ff0716e2957a3c9
+// 0.031768
+0x3fa043e9a7141ae9
+// -0.227105
+0xbfcd11c5d95397ee
+// 0.536851
+0x3fe12de29973074f
+// -1.203288
+0xbff340ab2fd07929
+// -0.126162
+0xbfc02610da0e4212
+// 1.720416
+0x3ffb86d2a33ebd96
+// 0.048557
+0x3fa8dc7e3cde5a02
+// -2.011137
+0xc00016cebe2e2c47
+// 0.913006
+0x3fed3758b49fd203
+// 1.136680
+0x3ff22fd7a06c1545
+// -0.960439
+0xbfeebbeafe86c3a1
+// -0.163258
+0xbfc4e5a30ef7a766
+// 0.229187
+0x3fcd55fd75038dde
+// -0.142644
+0xbfc24224fb7a276b
+// -0.288263
+0xbfd272e525435fa4
+// 0.653453
+0x3fe4e9166d5e7582
+// 2.155779
+0x40013f08ccb7b75b
+// 1.643243
+0x3ffa4ab9416fb7a4
+// 1.920313
+0x3ffeb99a76981c84
+// 0.111688
+0x3fbc97942d7bdb7a
+// -0.942824
+0xbfee2b9c6f53c163
+// -2.393937
+0xc00326c854e54397
+// 0.264628
+0x3fd0efab5f64c3ef
+// 0.351396
+0x3fd67d45ce7cd1eb
+// -2.369995
+0xc002f5bfaed72873
+// -0.834869
+0xbfeab73f621893fa
+// -0.269789
+0xbfd14438cea24c5f
+// -0.065536
+0xbfb0c6ffb8f7c07c
+// -1.509937
+0xbff828b37ca006c2
+// 0.571257
+0x3fe247bbe583664f
+// 0.766701
+0x3fe888d05cb5d4fc
+// 0.868196
+0x3febc842a54b4366
+// 0.186801
+0x3fc7e91bb80ec821
+// 0.317606
+0x3fd453a7d2f5c7d2
+// 1.423831
+0x3ff6c8028aaa2987
+// -0.045194
+0xbfa723adc1d020ed
+// -0.449814
+0xbfdcc9c0e39467d8
+// 0.356718
+0x3fd6d47922172ab2
+// 0.050417
+0x3fa9d03c573f5f16
+// -0.367879
+0xbfd78b5334f14d71
+// -0.350497
+0xbfd66e8a6a6dfb24
+// 1.479718
+0x3ff7acec51146f9f
+// 0.547401
+0x3fe1844fd69a8321
+// 0.393478
+0x3fd92ebd7c9d2b69
+// 0.894341
+0x3fec9e706f57d656
+// 1.252814
+0x3ff40b869a20bb47
+// 0.559433
+0x3fe1e6e05374b51e
+// -0.145852
+0xbfc2ab481aba39a3
+// 1.709618
+0x3ffb5a98dd9f4049
+// -0.830961
+0xbfea973b0fe08951
+// 0.440117
+0x3fdc2ae0849fca9d
+// -0.825746
+0xbfea6c81f2db9f39
+// 1.025912
+0x3ff06a228e1762e8
+// -0.031013
+0xbf9fc1c8ee8d2ec9
+// 0.596849
+0x3fe31963195ee72f
+// -0.665823
+0xbfe54e6d0bf94ea6
+// 0.917220
+0x3fed59ddcce3ec39
+// -0.962138
+0xbfeec9d67f26f4bd
+// 0.392543
+0x3fd91f6d2a0b1a4b
+// -1.416586
+0xbff6aa560ea98d8a
+// 0.482469
+0x3fdee0c4aeab134f
+// -0.020554
+0xbf950c0577c2de22
+// 0.133320
+0x3fc110a258e80260
+// -0.893909
+0xbfec9ae7ed6666f5
+// -0.417173
+0xbfdab2f4536676b3
+// 0.479733
+0x3fdeb3f1c605b479
+// -0.340393
+0xbfd5c90165c06dc8
+// 1.749821
+0x3ffbff4416ca7748
+// -0.840562
+0xbfeae5e2ddbb87e2
+// -0.717614
+0xbfe6f6b28833d13b
+// -1.061261
+0xbff0faec774c6669
+// 1.083870
+0x3ff15787904dcffe
+// -0.995757
+0xbfefdd3e5b89b4e9
+// 1.501885
+0x3ff807b8c0bbce6a
+// -1.895536
+0xbffe541d7e64fe65
+// -0.060200
+0xbfaed27c93c4829e
+// -1.439573
+0xbff7087e0f0efeab
+// 1.405554
+0x3ff67d25cfd91c2d
+// 0.028282
+0x3f9cf5d432526adf
+// -0.062187
+0xbfafd6fd627bd5c1
+// 0.241312
+0x3fcee3519b92ed24
+// -0.410703
+0xbfda48f57368d2c1
+// -2.265426
+0xc0021f97ce64f768
+// -1.352164
+0xbff5a276a18672a9
+// 0.021522
+0x3f9609f84913627c
+// 0.657603
+0x3fe50b1655f1f945
+// -0.349828
+0xbfd663961ae47870
+// -0.898656
+0xbfecc1caae71dbf4
+// -0.507151
+0xbfe03a959ce5b38e
+// 2.381479
+0x40030d44f9479da6
+// -0.455639
+0xbfdd2930e76c9fa0
+// -0.730335
+0xbfe75ee6c6e72e4e
+// -0.917247
+0xbfed5a169c12a713
+// 0.007916
+0x3f8036728435c2bc
+// -0.723277
+0xbfe725166cd42baa
+// -1.615560
+0xbff9d9557dce80fc
+// -0.085990
+0xbfb6036d2dbf2fdd
+// 1.144932
+0x3ff251a3bd3049b4
+// -0.318596
+0xbfd463defdb49c07
+// -0.734690
+0xbfe7829456f881a4
+// 0.533049
+0x3fe10ebc9c31ffa1
+// -0.480392
+0xbfdebebd1965f3e2
+// 0.769683
+0x3fe8a13d7bbbde3a
+// -0.089046
+0xbfb6cbb710a3b784
+// -2.022966
+0xc0002f08aaf914e6
+// 1.033366
+0x3ff088aa4afd99cc
+// -1.556097
+0xbff8e5c59e792d94
+// -1.882867
+0xbffe2039968c2192
+// 0.135519
+0x3fc158af72a43c6c
+// 1.069988
+0x3ff11eab650aa930
+// 0.354564
+0x3fd6b12bcd9624b3
+// -1.481211
+0xbff7b30aa595de1f
+// 0.365631
+0x3fd7667d88d9219f
+// 0.177608
+0x3fc6bbd8fd751a4a
+// -1.819671
+0xbffd1d5f6f6b7950
+// 0.616200
+0x3fe3b7e8acb10ab9
+// 1.301039
+0x3ff4d10dc0ce2f5e
+// 0.728997
+0x3fe753f27e37de31
+// 0.379609
+0x3fd84b84251a0720
+// 1.991762
+0x3fffde41552f0551
+// 2.202545
+0x40019ecfb203788d
+// -0.360939
+0xbfd7199e2dd5b2ef
+// 0.263554
+0x3fd0de12c46138d9
+// 0.434823
+0x3fdbd423b3cd0fbf
+// -0.757024
+0xbfe8398a9a9bd6a9
+// 0.956458
+0x3fee9b4d691afc46
+// 0.820547
+0x3fea41eaf6b3de24
+// -0.658402
+0xbfe511a0adee7776
+// -0.975281
+0xbfef35811ffd2701
+// 0.691408
+0x3fe62003532be6f1
+// -1.487577
+0xbff7cd1e0c7d90f8
+// -1.087407
+0xbff1660542bc023a
+// 0.030570
+0x3f9f4dcef9ca26d8
+// -0.560457
+0xbfe1ef43c76bbda6
+// 0.300932
+0x3fd3427a53e14c9b
+// 0.069777
+0x3fb1dce112a7696d
+// 0.433714
+0x3fdbc1f69d177d23
+// -2.042671
+0xc000576419453fb6
+// 1.678469
+0x3ffadb021d1570d2
+// -0.557574
+0xbfe1d7a4a437f67a
+// -0.198469
+0xbfc9676e8b1eb5e2
+// 0.234991
+0x3fce14318fbc6ffe
+// -0.320784
+0xbfd487b91406b79c
+// 1.516217
+0x3ff8426c44a56ffd
+// 1.516072
+0x3ff841d4b2a6127c
+// 0.797437
+0x3fe98499afd20215
+// -0.639731
+0xbfe478ae0bb5e76a
+// -0.104488
+0xbfbabfbf6b8a1f6d
+// 0.990472
+0x3fefb1f2da292d6a
+// -0.288382
+0xbfd274d8060cf53c
+// 0.606539
+0x3fe368c43c4f6c51
+// 0.761191
+0x3fe85bad8db169be
+// 0.297770
+0x3fd30eaa502ccb2c
+// -0.886167
+0xbfec5b79f33c9a18
+// 2.447083
+0x400393a055c728c8
+// 1.421917
+0x3ff6c02c39c87df4
+// 1.284480
+0x3ff48d3a94e6d192
+// -0.215586
+0xbfcb9852b984c40d
+// -0.080425
+0xbfb496bbf800dd19
+// -1.326388
+0xbff538e30b896658
+// 1.936515
+0x3ffefbf6cba59474
+// 1.289894
+0x3ff4a3680cdbb2df
+// -1.111617
+0xbff1c92f45fc9e57
+// 0.153312
+0x3fc39fb7e76fa772
+// -1.435572
+0xbff6f81a1e3fd420
+// -2.330563
+0xc002a4fe214a9bb8
+// -0.197053
+0xbfc9390bc3824e13
+// 1.044764
+0x3ff0b75a7703958a
+// -0.797402
+0xbfe9845102cf42b3
+// -0.305377
+0xbfd38b4c643db295
+// -0.173361
+0xbfc630b2d8eeb213
+// 0.933723
+0x3fede10ed3957506
+// 0.420497
+0x3fdae96c536c7414
+// -1.348289
+0xbff59297ab6d0e77
+// -0.491307
+0xbfdf7194d4d3ace2
+// -0.389181
+0xbfd8e85962f86eca
+// 1.028129
+0x3ff07336f32e6825
+// -2.448322
+0xc0039629da1a6bbd
+// 0.915859
+0x3fed4eb74dd97b86
+// 1.663078
+0x3ffa9bf75671c5c0
+// 0.280259
+0x3fd1efc1c0aff2f0
+// -1.932080
+0xbffee9ccaee0925c
+// 0.749604
+0x3fe7fcc09f0a42ad
+// 0.497774
+0x3fdfdb872635de5d
+// -0.504299
+0xbfe023371a2d0aa3
+// -0.837510
+0xbfeacce2656f3228
+// -0.204644
+0xbfca31c9464844c3
+// 0.719035
+0x3fe70255876b34ca
+// 1.663692
+0x3ffa9e7b91493bf8
+// -0.988997
+0xbfefa5dc09017c0a
+// 2.673768
+0x400563e06e0e0af4
+// 0.332524
+0x3fd54813f4cf37b4
+// -0.254486
+0xbfd049813a0e5d42
+// 1.212022
+0x3ff36471a14d53fd
+// 0.118363
+0x3fbe4d0bdeb021bc
+// -0.729041
+0xbfe7544dc9b2024f
+// -0.850745
+0xbfeb394e0f7f3b4a
+// -0.423359
+0xbfdb184e8b425f80
+// 0.338168
+0x3fd5a48b5408b2a3
+// -0.526688
+0xbfe0daa05ff4b4c5
+// 0.283935
+0x3fd22bfebb238498
+// 0.734522
+0x3fe78133a267ebe0
+// 1.373869
+0x3ff5fb5dc92d4e58
+// -1.399451
+0xbff66426e29ac943
+// -1.118629
+0xbff1e5e713a2d4bf
+// 2.175124
+0x400166a7a434a982
+// -0.910092
+0xbfed1f79e5a26492
+// 0.700704
+0x3fe66c29d9905fbf
+// -2.158073
+0xc00143bbfd1d8022
+// 0.145598
+0x3fc2a2f610afa794
+// -0.523253
+0xbfe0be7dce207c2b
+// -0.774456
+0xbfe8c85837a55685
+// 0.206512
+0x3fca6f001f45d10c
+// -0.003862
+0xbf6fa310582e4df8
+// -0.705078
+0xbfe690006d6f179d
+// -0.912852
+0xbfed36154279c56c
+// -1.333982
+0xbff557fd0ac1c2c2
+// -0.190862
+0xbfc86e270c5328a6
+// 0.744788
+0x3fe7d54d939c21c7
+// -0.490248
+0xbfdf603b38dbb33c
+// -1.876820
+0xbffe07741c1300bf
+// 0.908086
+0x3fed0f0a667505c8
+// 1.087862
+0x3ff167e21e3a5c4b
+// 0.830348
+0x3fea9236ab1fea95
+// -0.750640
+0xbfe8053d576c006d
+// 0.168485
+0x3fc590e7bab07ea7
+// 0.660559
+0x3fe5234c970c0794
+// -1.270590
+0xbff454560dc4feae
+// 0.157474
+0x3fc4281e9ea5a966
+// -1.754482
+0xbffc125bb2aa321e
+// -0.723832
+0xbfe729a27e769599
+// 0.622051
+0x3fe3e7d76f081384
+// -0.497152
+0xbfdfd154d5528c38
+// -0.612649
+0xbfe39ad1bd065dda
+// -1.751307
+0xbffc055abfd73fd1
+// -0.264207
+0xbfd0e8c269a60c77
+// -0.690313
+0xbfe6170c50464049
+// -0.377394
+0xbfd8273add934896
+// -0.902178
+0xbfecdea38cf6f4ec
+// 0.611061
+0x3fe38dcec98e2d4b
+// -0.615283
+0xbfe3b06587b89c11
+// -0.369611
+0xbfd7a7b3379b5310
+// 0.918501
+0x3fed645cb9401d38
+// 1.002460
+0x3ff00a139f3e0b4b
+// -0.010437
+0xbf8560022b577566
+// 1.149648
+0x3ff264f50ac9fdea
+// 0.410155
+0x3fda3ffc49b2313a
+// 0.589224
+0x3fe2daed41fe94bb
+// 0.010842
+0x3f86346b61473ccc
+// 1.398922
+0x3ff661fbd8f4f3a1
+// -0.912665
+0xbfed348e419a90b4
+// -0.440659
+0xbfdc33c07f2a2e02
+// -0.951763
+0xbfee74d809481596
+// 1.230731
+0x3ff3b112d3a50522
+// -2.111815
+0xc000e4ff63804f3a
+// 0.587720
+0x3fe2ce99a10e9280
+// -1.731176
+0xbffbb2e51e2762d3
+// -1.023514
+0xbff06050b8c77d75
+// -0.366539
+0xbfd77561e10f29e7
+// -0.008508
+0xbf816c9741122e13
+// 0.259824
+0x3fd0a0f352501fe0
+// 0.753078
+0x3fe81936b2e09a6c
+// 1.174809
+0x3ff2cc04ff79fa99
+// 0.159243
+0x3fc46215e915f845
+// -0.914932
+0xbfed471faf9b716e
+// 0.650897
+0x3fe4d4250457a2d5
+// -0.362658
+0xbfd735c7d65c41d8
+// 0.366530
+0x3fd7753863ad6206
+// -0.408658
+0xbfda27732305502b
+// -1.957378
+0xbfff516c075c30a1
+// 0.249029
+0x3fcfe031f43fc165
+// 0.585267
+0x3fe2ba8182c99c87
+// -0.187918
+0xbfc80daf9409e9d1
+// 1.103862
+0x3ff1a96b7851b9f8
+// 0.254095
+0x3fd04317cafe035b
+// -0.197215
+0xbfc93e582695e39d
+// 0.280224
+0x3fd1ef322186f5cf
+// -0.541764
+0xbfe1562265a67340
+// 0.038528
+0x3fa3b9ec3cda79c5
+// 0.668820
+0x3fe566f8e88ad788
+// 0.785899
+0x3fe9261553f9f56b
+// 0.378890
+0x3fd83fbbde6bf440
+// 0.788605
+0x3fe93c40f9e07c46

+ 150 - 150
Testing/Patterns/DSP/Stats/StatsF64/InputB24_f64.txt

@@ -1,152 +1,152 @@
 D
 75
-// 0.286948
-0x3fd25d5951f25d90
-// 0.350002
-0x3fd666705e0e70d0
-// 0.363050
-0x3fd73c364fff31a0
-// 0.263697
-0x3fd0e06910d1f789
-// 0.017719
-0x3f9225072618f8bc
-// 0.277933
-0x3fd1c9a6fc8fcf04
-// 0.061116
-0x3faf4aa1f9003b50
-// 0.078401
-0x3fb412198ceadac8
-// 0.093129
-0x3fb7d748fbb3f88a
-// 0.198132
-0x3fc95c62e2f1d062
-// 0.009873
-0x3f843825af80af01
-// 0.063387
-0x3fb03a1976de5ba3
-// 0.048931
-0x3fa90d82f1912795
-// 0.094862
-0x3fb848d9b3d9b3a4
-// 0.167060
-0x3fc5623b74892700
-// 0.243536
-0x3fcf2c3293323e84
-// 0.142680
-0x3fc2435a8a596ff0
-// 0.034152
-0x3fa17c57607ef1e2
-// 0.196392
-0x3fc9235e28f9022e
-// 0.009000
-0x3f826e91b121a5ea
-// 0.203909
-0x3fca19b0578b47da
-// 0.012880
-0x3f8a610e6130dd31
-// 0.101968
-0x3fba1a97fd96101d
-// 0.002711
-0x3f6635974cd601ea
-// 0.107417
-0x3fbb7fb499bbfb19
-// 0.149654
-0x3fc327de10787e46
-// 0.025449
-0x3f9a0f66b394e1e4
-// 0.066216
-0x3fb0f38f4d802dee
-// 0.014787
-0x3f8e48af23897c43
-// 0.202771
-0x3fc9f468f519d439
-// 0.110055
-0x3fbc2c8c242109fd
-// 0.002181
-0x3f61dd649dca8dcc
-// 0.366582
-0x3fd776142b2b8b32
-// 0.538144
-0x3fe1387982aaab20
-// 0.095274
-0x3fb863e33dfc7a3b
-// 0.198421
-0x3fc965dc3db43866
-// 0.090686
-0x3fb7372ab7d7786c
-// 0.203786
-0x3fca15a8bafa7c12
-// 0.186574
-0x3fc7e1ab6a6e03d0
-// 0.118680
-0x3fbe61d657663577
-// 0.107650
-0x3fbb8ef737157b89
-// 0.064097
-0x3fb068a536cc92bc
-// 0.030106
-0x3f9ed406f29b4d36
-// 0.040253
-0x3fa49c1064b6db9a
-// 0.096770
-0x3fb8c5e60a5abc15
-// 0.013820
-0x3f8c4db27c474cc9
-// 0.209382
-0x3fcacd04d8db6690
-// 0.147893
-0x3fc2ee292d048972
-// 0.080384
-0x3fb494039847a659
-// 0.259688
-0x3fd09eb8e7987a87
-// 0.024789
-0x3f99622deca7a795
-// 0.127023
-0x3fc042465b16c914
-// 0.018042
-0x3f92799c354b3f9f
-// 0.163109
-0x3fc4e0c1da990367
-// 0.134391
-0x3fc133b5a51a1e71
-// 0.008123
-0x3f80a2b499b28c1a
-// 0.172150
-0x3fc60906e5468d72
-// 0.101225
-0x3fb9e9d985f82bf5
-// 0.025302
-0x3f99e8c7b8a7ae86
-// 0.021193
-0x3f95b3b87bb35f20
-// 0.164992
-0x3fc51e7493b4ef70
-// 0.076247
-0x3fb384e4a845a247
-// 0.093152
-0x3fb7d8d4320fc32f
-// 0.022074
-0x3f969aa802d53128
-// 0.775906
-0x3fe8d4393eef2dfa
-// 0.094580
-0x3fb836615770169b
-// 0.129514
-0x3fc093ea588b3ccc
-// 0.111816
-0x3fbc9ff7ae1252c6
-// 0.096584
-0x3fb8b9bea0c041c0
-// 0.160377
-0x3fc48739bdcd98ab
-// 0.152869
-0x3fc39136b66092c7
-// 0.240410
-0x3fcec5c2e3dc7661
-// 0.073609
-0x3fb2d8088ef8be11
-// 0.097101
-0x3fb8db9df6c86e87
-// 0.067234
-0x3fb1363c7b56fb44
+// 0.258507
+0x3fd08b616ec74fb8
+// 0.304746
+0x3fd380f6afaf8bb0
+// 0.436747
+0x3fdbf3a7e1892497
+// 0.055815
+0x3fac93d667f82391
+// 0.135659
+0x3fc15d4606f51258
+// 0.196910
+0x3fc9345c2808ad98
+// 0.076199
+0x3fb381c790aeac1e
+// 0.061363
+0x3faf6b081b6b5280
+// 0.221657
+0x3fcc5f42d47a5ad2
+// 0.227980
+0x3fcd2e717d2eceda
+// 0.024416
+0x3f990070b1471699
+// 0.058932
+0x3fae2c541c42f5e8
+// 0.114874
+0x3fbd685dd0b61bb9
+// 0.067232
+0x3fb1361e8e5ba536
+// 0.175123
+0x3fc66a70fa9e67fc
+// 0.252254
+0x3fd024ee96c7741c
+// 0.114300
+0x3fbd42c2f1daec25
+// 0.071215
+0x3fb23b28db9b97a0
+// 0.078598
+0x3fb41ef84ecedc16
+// 0.067472
+0x3fb145d9262cc3d9
+// 0.117992
+0x3fbe34bfdc936152
+// 0.091646
+0x3fb77615b1f14280
+// 0.111417
+0x3fbc85d617741ebf
+// 0.017685
+0x3f921c11924682f4
+// 0.026587
+0x3f9b39b3d46ca725
+// 0.009790
+0x3f840c8ba94ad3aa
+// 0.127223
+0x3fc048da4016ba75
+// 0.036111
+0x3fa27d2e7d0dde3e
+// 0.085216
+0x3fb5d0b2763c225c
+// 0.098698
+0x3fb9444811a2e8d6
+// 0.150302
+0x3fc33d1a342ffa4d
+// 0.127332
+0x3fc04c6b6e1eda4d
+// 0.282649
+0x3fd216ebe09024fb
+// 0.383123
+0x3fd885173a320621
+// 0.334228
+0x3fd563fce53dd4e4
+// 0.000463
+0x3f3e55f681d1b85e
+// 0.124298
+0x3fbfd20675685719
+// 0.102611
+0x3fba44bea9529bcf
+// 0.061492
+0x3faf7bdae015651d
+// 0.071815
+0x3fb2627ac0904ca5
+// 0.294945
+0x3fd2e0623df9ae9a
+// 0.310651
+0x3fd3e1b366214c4b
+// 0.033724
+0x3fa1444c5378a12e
+// 0.186198
+0x3fc7d557ce16b37d
+// 0.098324
+0x3fb92bbcf0debc4d
+// 0.105293
+0x3fbaf47e2027ff27
+// 0.197355
+0x3fc942ee18d3fea9
+// 0.022518
+0x3f970ee15433c647
+// 0.211870
+0x3fcb1e902afbb346
+// 0.070847
+0x3fb2230dc327047b
+// 0.023624
+0x3f9830cf4db827b4
+// 0.083971
+0x3fb57f1edf8a79b4
+// 0.006319
+0x3f79e25aeafae918
+// 0.181931
+0x3fc749816afe0ffb
+// 0.050594
+0x3fa9e77471621e72
+// 0.119296
+0x3fbe8a2adfd717d4
+// 0.039492
+0x3fa43856f695252c
+// 0.034550
+0x3fa1b08bc5787c85
+// 0.156670
+0x3fc40dc1e218505b
+// 0.005393
+0x3f7616ae2dd3546a
+// 0.182891
+0x3fc768f9cac502c2
+// 0.029346
+0x3f9e0ce1773540d2
+// 0.105775
+0x3fbb140aa9a4f361
+// 0.087744
+0x3fb6765bc0bb1a81
+// 0.225811
+0x3fcce75c3f1d146f
+// 0.351940
+0x3fd686305fa7eebf
+// 0.422249
+0x3fdb062180c98709
+// 0.158520
+0x3fc44a658932c5b0
+// 0.167506
+0x3fc570d4e5024be5
+// 0.171569
+0x3fc5f5fa0430a38b
+// 0.060339
+0x3faee4cfaf2145a5
+// 0.168992
+0x3fc5a185014712be
+// 0.078525
+0x3fb41a3e5c5e2023
+// 0.014783
+0x3f8e466cbf51ed08
+// 0.179765
+0x3fc7028ca666b7d7

+ 150 - 150
Testing/Patterns/DSP/Stats/StatsF64/InputB25_f64.txt

@@ -1,152 +1,152 @@
 D
 75
-// -0.730059
-0xbfe75ca577e93a5e
-// -1.269742
-0xbff450dd13f3e6e1
-// -1.430390
-0xbff6e2e0d97349ca
-// -2.525214
-0xc00433a3863bf882
-// -1.869992
-0xbffdeb7d029f4f33
-// -1.680300
-0xbffae282c5946616
-// -3.790270
-0xc00e52790f8c3f53
-// -2.485725
-0xc003e2c3a519d7b9
-// -1.696343
-0xbffb2438d9e62e31
-// -1.573468
-0xbff92cecf996dea5
-// -2.408127
-0xc00343d83dc2a74b
-// -2.885957
-0xc00716707434f971
-// -1.670436
-0xbffaba1abad86c16
-// -2.190300
-0xc00185bc22eda7ca
-// -2.162382
-0xc0014c8eae4025e8
-// -1.699845
-0xbffb3290b569812d
-// -1.921704
-0xbffebf4cf8112d52
-// -3.817576
-0xc00e8a65793cab34
-// -2.348697
-0xc002ca2170f6de81
-// -2.401788
-0xc00336dcb04c271e
-// -3.232963
-0xc009dd1becde5371
-// -2.098313
-0xc000c9587d2a8557
-// -4.277119
-0xc0111bc512d9ff2e
-// -1.908147
-0xbffe87c56d80bae6
-// -1.862229
-0xbffdcbb0a8c3e529
-// -1.891650
-0xbffe44327e816c33
-// -2.855996
-0xc006d914ad7956b9
-// -2.531181
-0xc0043fdb9e69fec3
-// -3.608124
-0xc00cdd6fe057e86b
-// -2.319829
-0xc0028f02622c7c15
-// -2.437378
-0xc0037fc04505e15a
-// -3.484674
-0xc00be09cb7a1fceb
-// -2.335317
-0xc002aeba7e706eb9
-// -1.157038
-0xbff28339e21baff0
-// -0.526271
-0xbfe0d73662a52949
-// -4.862320
-0xc013730415ef7ccc
-// -2.023589
-0xc000304f2dbdcd6b
-// -3.589048
-0xc00cb65ede23f2a9
-// -1.260764
-0xbff42c1754d86e80
-// -1.559676
-0xbff8f46eff824665
-// -2.385260
-0xc003150307fb2b9e
-// -2.960326
-0xc007aebf80830cba
-// -1.599715
-0xbff9986e9bb69a0d
-// -2.032477
-0xc000428388b21902
-// -2.419814
-0xc0035bc73c245486
-// -2.093988
-0xc000c07c941ada80
-// -1.722712
-0xbffb903a31fa0e96
-// -2.424396
-0xc0036529b0a7bf8f
-// -2.255019
-0xc0020a473c95c02c
-// -2.271443
-0xc0022bea3b008d28
-// -3.923588
-0xc00f638207762d6d
-// -1.772317
-0xbffc5b6988df4f3c
-// -2.581460
-0xc004a6d4a29f037c
-// -2.777660
-0xc00638a5ba49811b
-// -2.758903
-0xc006123b97aa6c88
-// -2.718758
-0xc005c00442f075f4
-// -2.949345
-0xc00798422954831d
-// -2.698000
-0xc0059580c3384b13
-// -2.158306
-0xc0014435e1cc0d65
-// -2.202717
-0xc0019f2a438b2499
-// -2.142847
-0xc001248d053c9af7
-// -2.085634
-0xc000af611c700301
-// -3.366955
-0xc00aef863eaa2c4a
-// -2.103288
-0xc000d3888a952406
-// -0.815146
-0xbfea15ac58b36e50
-// -3.785896
-0xc00e4983e73b5ca2
-// -0.622248
-0xbfe3e974284042e2
-// -1.892511
-0xbffe47b974d01c47
-// -1.679423
-0xbffadeeb0bc7fe4e
-// -1.615183
-0xbff9d7ca315ca8fa
-// -1.888104
-0xbffe35accb072eef
-// -3.061731
-0xc0087e6ca807dd47
-// -3.565384
-0xc00c85e7ea209b49
-// -2.997965
-0xc007fbd504803ad1
-// -1.636647
-0xbffa2fb49b3b7785
+// -0.863220
+0xbfeb9f7e9da2c34c
+// -1.066348
+0xbff10fc3067caea6
+// -1.444200
+0xbff71b71c3c00421
+// -2.056110
+0xc00072e98c6d0a43
+// -1.750385
+0xbffc0193947edae5
+// -1.411642
+0xbff6961607564599
+// -2.862843
+0xc006e71a358ee57b
+// -3.317138
+0xc00a897fb0153beb
+// -2.440723
+0xc0038699cf533c45
+// -3.551932
+0xc00c6a5b57e92e55
+// -1.376464
+0xbff605feebc45247
+// -2.891549
+0xc00721e47f54a5a7
+// -2.336155
+0xc002b0721aebf56e
+// -3.414312
+0xc00b5082dde59d67
+// -1.820896
+0xbffd2263fa40b18d
+// -1.584202
+0xbff958e43536f2bd
+// -1.596646
+0xbff98bdd03ead968
+// -2.448406
+0xc00396561d49cd75
+// -4.580708
+0xc01252a5322083a9
+// -1.853636
+0xbffda87e847fc674
+// -1.912271
+0xbffe98a9cfcd8145
+// -2.411919
+0xc0034b9c4d339584
+// -2.939893
+0xc00784e67962d4eb
+// -2.413731
+0xc0034f52699f91fb
+// -3.102845
+0xc008d2a035d9e88e
+// -2.442424
+0xc0038a1562cfeb27
+// -2.677125
+0xc0056ac060cedb69
+// -5.345404
+0xc01561b196e506bf
+// -5.039599
+0xc014288c9e83d150
+// -1.813586
+0xbffd04727bd3b891
+// -1.983455
+0xbfffbc3b94e95afd
+// -2.130980
+0xc0010c3f3563b6cd
+// -4.906501
+0xc013a041c4b83bbb
+// -0.809376
+0xbfe9e66838c09bd6
+// -0.598809
+0xbfe32970b44373a7
+// -1.657543
+0xbffa854c296c1965
+// -2.537229
+0xc0044c3eaaea1b67
+// -2.750386
+0xc00600ca8ae9bd3f
+// -2.220080
+0xc001c2b9210c353f
+// -1.618688
+0xbff9e625c62645c1
+// -1.724627
+0xbffb9812329b90fd
+// -1.795564
+0xbffcbaa11cba1b95
+// -3.799917
+0xc00e663aaf40c5a8
+// -1.682019
+0xbffae98ca69e58d3
+// -3.157357
+0xc009424437af4133
+// -1.960947
+0xbfff600a3de88fc6
+// -1.675106
+0xbffacd3c5785f58b
+// -2.505172
+0xc0040a97991583fd
+// -2.398458
+0xc003300a81873dd3
+// -1.402767
+0xbff671bbf8e1ec9a
+// -4.944636
+0xc013c74ec2983194
+// -3.653744
+0xc00d3ade5ef61e07
+// -2.165453
+0xc00152d90ac3c37d
+// -1.817141
+0xbffd1302b9a76eb1
+// -2.042351
+0xc00056bc184e01ff
+// -1.776009
+0xbffc6a8852cbe53a
+// -2.128066
+0xc00106479005d7b1
+// -3.840516
+0xc00eb9604eeff376
+// -2.070370
+0xc000901e58e04f50
+// -3.259496
+0xc00a137291d70c2b
+// -4.957031
+0xc013d3fff4e17abb
+// -3.012762
+0xc0081a2311f778c2
+// -6.042484
+0xc0182b80fa22285c
+// -2.643461
+0xc00525ced64616cd
+// -1.857818
+0xbffdb99ed9b5850b
+// -0.772716
+0xbfe8ba17c52c4da3
+// -0.956513
+0xbfee9bc20697477a
+// -3.300513
+0xc00a67734afd7a93
+// -1.708504
+0xbffb56081fa1db57
+// -1.615385
+0xbff9d89e5da24a63
+// -1.724098
+0xbffb95e81aeb3496
+// -1.967070
+0xbfff791df349fc26
+// -1.924396
+0xbffeca53cb285e0f
+// -2.233731
+0xc001deae3b296d9c
+// -3.968945
+0xc00fc0667482709b

+ 510 - 510
Testing/Patterns/DSP/Stats/StatsF64/InputBench1_f64.txt

@@ -1,514 +1,514 @@
 D
 256
-// 0.047079
-0x3fa81ac2831c50dd
-// 0.440210
-0x3fdc2c656455d6a6
-// 0.273161
-0x3fd17b76a07aa9ad
-// -0.079570
-0xbfb45eb1e2a44b1c
-// 0.553856
-0x3fe1b92f83f333ef
-// 0.196514
-0x3fc9275bfe479633
-// -0.112781
-0xbfbcdf3835c3b066
-// -0.190225
-0xbfc8594a3a286e56
-// -0.341357
-0xbfd5d8c9fb62c1f0
-// 0.174871
-0x3fc6622b49f5cd18
-// 0.289895
-0x3fd28da52320c48d
-// -0.328210
-0xbfd50164c4ffaef6
-// 0.116486
-0x3fbdd20396dd2136
-// -0.224544
-0xbfccbdde2606c580
-// 0.005586
-0x3f76e0f7da00606b
-// 0.194355
-0x3fc8e09ef83dbbcc
-// -0.696759
-0xbfe64bd90ee7fc66
-// 0.083244
-0x3fb54f7b3f32db5a
-// 0.013217
-0x3f8b114925c44de6
-// -0.157995
-0xbfc4392ef09d7dab
-// 0.390262
-0x3fd8fa0d7dbddc5b
-// 0.302561
-0x3fd35d26ca016ec7
-// 0.644635
-0x3fe4a0d9435eec8f
-// -0.341967
-0xbfd5e2ca8df958f6
-// 0.295717
-0x3fd2ed0504639c9a
-// 0.594633
-0x3fe3073abf5ee50b
-// -0.321192
-0xbfd48e67a7ebcbf4
-// 0.245023
-0x3fcf5cedbafe5e08
-// 0.056662
-0x3fad02cd9c567885
-// 0.074855
-0x3fb329abd140d64c
-// -0.342402
-0xbfd5e9eb1a9de109
-// -0.007101
-0xbf7d164b496bb343
+// -0.348578
+0xbfd64f18cb63798b
+// -0.281907
+0xbfd20ac2ae474440
+// 0.220710
+0x3fcc403d6e6c1b03
+// -0.011916
+0xbf88676b4ed1874e
+// -0.066982
+0xbfb125bdd0e6ad71
+// 0.490221
+0x3fdf5fc61fb0d7ed
+// -0.835937
+0xbfeabffe4efe2514
+// -0.019256
+0xbf93b7d001e82ef6
+// 0.432894
+0x3fdbb488098c92c9
+// 0.091313
+0x3fb7604473d220f7
+// 0.200547
+0x3fc9ab8884380b33
+// -0.569990
+0xbfe23d5bf5dcf8d2
+// -0.963742
+0xbfeed6f9e4c2e54c
+// -0.214689
+0xbfcb7aecd5acefab
+// 0.391176
+0x3fd90907860d9807
+// -0.004211
+0xbf713fd5d002b7ce
+// -0.652064
+0xbfe4ddb4eab4f305
+// -0.378894
+0xbfd83fcc5dcf7c28
+// -0.200492
+0xbfc9a9b9fc4510e5
+// -0.007097
+0xbf7d122bc2c2ff08
+// 0.089264
+0x3fb6d9fa1fe5a9d8
+// 0.031118
+0x3f9fdd6207e96f2a
+// 0.295922
+0x3fd2f0643b4dd42c
+// -0.220014
+0xbfcc29674c3cafd1
+// 0.001808
+0x3f5d9faee67f0776
+// 0.710068
+0x3fe6b8e007098e82
+// -0.508381
+0xbfe044a8ae2f4a6c
+// 0.087637
+0x3fb66f60351c12a6
+// -0.138746
+0xbfc1c269a079a6fd
+// 0.112683
+0x3fbcd8cf1c880ea4
+// 0.365565
+0x3fd7656a4580a232
+// 0.923696
+0x3fed8eeadc2fbcd3
+// 0.146650
+0x3fc2c5716898f7c3
+// -0.120725
+0xbfbee7d3d8e32690
+// -0.174834
+0xbfc660f369298dde
+// 0.659483
+0x3fe51a7bbecbf7ea
+// 0.949589
+0x3fee63091daf8903
+// -0.201313
+0xbfc9c49f76915b7a
+// 0.100826
+0x3fb9cfb42cddddda
+// -0.022977
+0xbf9787631e6c0e35
+// 0.061947
+0x3fafb78e0e429313
+// 0.310064
+0x3fd3d8154295a9e0
+// 0.244291
+0x3fcf44f1273dc03f
+// -0.762700
+0xbfe8680a86268e8d
+// 0.068067
+0x3fb16cd9cd82c50d
+// -0.074260
+0xbfb302af01acb2cc
+// -0.329110
+0xbfd51024ed989cdc
+// -0.313982
+0xbfd41848048f16c2
+// 0.035293
+0x3fa211f8e8f7bfe9
+// 0.209335
+0x3fcacb7f75c61c49
+// -0.131356
+0xbfc0d047b8423da3
+// 0.643369
+0x3fe49679b3666176
+// 0.279533
+0x3fd1e3dcf2b9e266
+// 0.037984
+0x3fa372a7b2062289
+// 0.807514
+0x3fe9d728a2dcc719
+// -0.908190
+0xbfed0fe39df0bede
+// -0.102174
+0xbfba2812e5ba0e5d
+// 0.080285
+0x3fb48d8f4528b8bd
+// -0.362566
+0xbfd7344600294f31
+// -0.024744
+0xbf99569acb824eae
+// 0.108253
+0x3fbbb6713926d6d9
+// 0.457831
+0x3fdd4d19bf412a8b
+// -0.205831
+0xbfca58ac7617d603
+// 0.251869
+0x3fd01e9f774c1f90
+// 0.283487
+0x3fd224a866eb2d4a
+// -0.560875
+0xbfe1f2b034c7fb9c
+// 0.351250
+0x3fd67ae08fd2ab8d
+// -0.444174
+0xbfdc6d5a7404b1eb
+// 0.142871
+0x3fc2499a82ca6b3c
+// -0.140040
+0xbfc1ecd5e31d2b56
+// 0.345223
+0x3fd61821bf7d4e70
+// 0.210821
+0x3fcafc2d72580b19
+// -0.298525
+0xbfd31b0728438f1b
+// -0.049664
+0xbfa96d9499bbc6c6
+// -0.428218
+0xbfdb67ea78c31831
+// -0.242688
+0xbfcf1062dc1ddb95
+// -0.669902
+0xbfe56fd6459c6fb6
+// 0.174802
+0x3fc65fed17894f06
+// 0.549791
+0x3fe197e41f2dcfad
+// -0.256805
+0xbfd06f7f7453aac8
+// -0.353408
+0xbfd69e3bc050397b
+// 0.247046
+0x3fcf9f374fa7ef3e
+// -0.344955
+0xbfd613bd5bc363a7
+// 0.006880
+0x3f7c2e4a0c8d22e1
+// 0.257931
+0x3fd081f1bccd1380
+// 0.102309
+0x3fba30e43f58def8
+// -0.333198
+0xbfd5531d7f3f0a43
+// -0.108782
+0xbfbbd92723110018
+// -0.215314
+0xbfcb8f6aacddfd08
+// 0.049861
+0x3fa987510d4ede0e
+// -0.813962
+0xbfea0bfafa408808
+// 0.137755
+0x3fc1a1f0a3055712
+// -0.009431
+0xbf8350830e7db59b
+// -0.427543
+0xbfdb5cdd6846400a
+// -0.335156
+0xbfd5733258aca4ee
+// -0.338293
+0xbfd5a696f025307b
+// 0.339348
+0x3fd5b7deb1a35e48
+// 0.374810
+0x3fd7fce304c0535b
+// -0.147036
+0xbfc2d212e1e43fe9
+// 0.377522
+0x3fd8295344e08edc
+// 0.125804
+0x3fc01a565ce9a047
+// -0.655599
+0xbfe4faaa2d93bcf4
+// -0.238818
+0xbfce9196b8d0d320
+// -0.833162
+0xbfeaa942e500dc8f
+// 0.093008
+0x3fb7cf660ccc3d58
+// 0.324490
+0x3fd4c472265d9681
+// 0.248622
+0x3fcfd2d81a6709fa
+// -0.319155
+0xbfd46d08114056fb
+// -0.305241
+0xbfd38912975c5d79
+// 0.300062
+0x3fd3343820c808c1
+// -0.381268
+0xbfd866b2b3f62284
+// 0.343488
+0x3fd5fbb686ad7f8e
+// 0.228536
+0x3fcd40a71f780405
+// -0.020511
+0xbf9500df469e46c8
+// -0.523051
+0xbfe0bcd5ca830f71
+// -0.268083
+0xbfd12845f76b3bce
+// -0.019058
+0xbf9383f728941206
+// -0.016743
+0xbf912521bb6ec589
+// 0.044208
+0x3fa6a2603550445e
+// 0.401147
+0x3fd9ac6413f21d36
+// -0.019790
+0xbf9443d7b8534e75
+// -0.226914
+0xbfcd0b86ab2ec945
+// 0.399776
+0x3fd995eca15f99b4
+// 0.400483
+0x3fd9a1845d3e9b31
+// -0.232441
+0xbfcdc09d38f446ed
+// 0.644572
+0x3fe4a055d29d1ca0
+// 0.159127
+0x3fc45e43d2e144e3
+// 0.803906
+0x3fe9b99a1cab72d2
+// 0.239317
+0x3fcea1ee9609e09d
+// 0.609367
+0x3fe37fefa3c95c16
+// 0.552020
+0x3fe1aa24d15c3923
+// 0.852815
+0x3feb4a431c027f2b
+// 0.015518
+0x3f8fc7a46ab0579a
+// 0.234252
+0x3fcdfbf4bb74df44
+// -0.352257
+0xbfd68b5f2952d5cd
+// -0.572593
+0xbfe252af65c326a8
+// 0.022236
+0x3f96c520258cc726
+// -0.155441
+0xbfc3e57a036d3ed1
+// -0.731803
+0xbfe76aeef579498d
+// 0.099755
+0x3fb98986f2da1b7b
+// 0.997013
+0x3fefe788a3fa7c36
+// -0.321491
+0xbfd4934f150721c5
+// -0.308374
+0xbfd3bc6769b75f62
+// -0.289289
+0xbfd283b5e92546b0
+// 0.548586
+0x3fe18e042e5f920b
+// -0.356851
+0xbfd6d6a5d178e5cb
+// 0.402331
+0x3fd9bfcbbde6ce69
+// -0.330806
+0xbfd52bec1e4fdb93
+// -0.494613
+0xbfdfa7bee07d0dd9
+// 0.024713
+0x3f994e6319f7473c
+// 0.416576
+0x3fdaa92e4437980f
+// 0.782306
+0x3fe908a6aaa20dea
+// -0.589708
+0xbfe2dee3e591e051
+// -0.491066
+0xbfdf6d9eed82829a
+// 0.574590
+0x3fe26309ca0dd59d
+// -0.095190
+0xbfb85e671d3df929
+// -0.220568
+0xbfcc3b9289b9f352
+// 0.217777
+0x3fcbe02173394a7f
+// 0.015006
+0x3f8ebb5b5b4d16d5
+// -0.545627
+0xbfe175c7c39910b5
+// -0.005580
+0xbf76dae60828dfa4
+// 0.948016
+0x3fee5625332ad8a6
+// -0.117994
+0xbfbe34dabc4dc34a
+// -0.127504
+0xbfc05208e9c63b71
+// -0.003993
+0xbf705aef3562c100
+// 0.588654
+0x3fe2d6414c757f73
+// 0.625448
+0x3fe403aace993207
+// -0.032677
+0xbfa0bb1613984bc2
+// 0.756720
+0x3fe8370cda851d0c
+// -0.328737
+0xbfd50a073406862f
 // 1.000000
 0x3ff0000000000000
-// 0.694144
-0x3fe6366d7a41878b
-// 0.283449
-0x3fd224083f165b9c
-// 0.292436
-0x3fd2b745bd59e059
-// -0.433912
-0xbfdbc537d85910e7
-// 0.196907
-0x3fc9343fcca55d21
-// 0.574362
-0x3fe2612c3f898073
-// -0.356137
-0xbfd6caf25f93b35f
-// -0.892538
-0xbfec8fac4f40a9ee
-// -0.137395
-0xbfc196268ff179d1
-// -0.014476
-0xbf8da5806cd5dc71
-// 0.549686
-0x3fe19706111f2761
-// 0.243753
-0x3fcf334ad414f459
-// 0.260921
-0x3fd0b2f000d0f348
-// -0.006260
-0xbf79a39c48f206de
-// -0.504806
-0xbfe0275e51a67472
-// 0.014526
-0x3f8dbfc1ef02a965
-// -0.035249
-0xbfa20c1f4a91877f
-// -0.438069
-0xbfdc09515cdef7c6
-// 0.044859
-0x3fa6f7cadb1b750b
-// 0.327919
-0x3fd4fca1a4bc3b17
-// 0.327962
-0x3fd4fd55e7e5e347
-// -0.012228
-0xbf890b00c9f572cc
-// 0.119569
-0x3fbe9c150c27794e
-// -0.098777
-0xbfb9497698746229
-// 0.448230
-0x3fdcafcce5f499e6
-// 0.083486
-0x3fb55f5bfa2e1de6
-// 0.358648
-0x3fd6f414d5b1d30d
-// -0.150244
-0xbfc33b332490f843
-// -0.144055
-0xbfc270678087b266
-// 0.234877
-0x3fce1073ebe37ce0
-// 0.299984
-0x3fd332ef5ca46042
-// -0.547584
-0xbfe185ce4d9f8eb7
-// 0.201525
-0x3fc9cb93b30d8956
-// -0.176345
-0xbfc6927c9f366102
-// -0.600445
-0xbfe336d7e2227a22
-// -0.086464
-0xbfb622827c7d4ae5
-// -0.291546
-0xbfd2a8ae76a2d953
-// -0.784659
-0xbfe91bee1834c92b
-// -0.016475
-0xbf90deedebe28b1b
-// 0.570168
-0x3fe23ed11c7a97c9
-// -0.031505
-0xbfa0215fce93de8d
-// 0.153974
-0x3fc3b567eca91f8d
-// 0.062733
-0x3fb00f4a3b336f88
-// 0.286528
-0x3fd256793bb85804
-// -0.313546
-0xbfd41121b60d09f9
-// -0.304577
-0xbfd37e32906a5acd
-// -0.399707
-0xbfd994ccc30fe69f
-// 0.151189
-0x3fc35a2c510807d9
-// 0.361610
-0x3fd7249e324741fe
-// 0.104126
-0x3fbaa7f867a9263d
-// -0.269804
-0xbfd1447680ebc381
-// -0.456692
-0xbfdd3a72bddea916
-// 0.457484
-0x3fdd476be51fed3b
-// 0.412285
-0x3fda62dff95c9f04
-// 0.028098
-0x3f9cc59de1936def
-// -0.047983
-0xbfa891418e550eef
-// -0.574586
-0xbfe263031a1722fd
-// -0.145458
-0xbfc29e60a2918b30
-// 0.165397
-0x3fc52bb6c7229df1
-// -0.689534
-0xbfe610aa664bee89
-// -0.412026
-0xbfda5ea29396b82f
-// -0.138936
-0xbfc1c8a4c39840ec
-// 0.243701
-0x3fcf31996f5daf6c
-// -0.495896
-0xbfdfbcc3b13d55eb
-// -0.047584
-0xbfa85cf0b91a3f97
-// -0.136000
-0xbfc168708fcda2a6
-// 0.033666
-0x3fa13c9c8704368c
-// 0.033356
-0x3fa1141712bfcad9
-// 0.007848
-0x3f80126495813a36
-// -0.127537
-0xbfc053207a0445d9
-// -0.424512
-0xbfdb2b33b04fe018
-// -0.061187
-0xbfaf53e9f71b26aa
-// -0.184130
-0xbfc7918f6383f5fd
-// -0.575600
-0xbfe26b5026d1903e
-// -0.416650
-0xbfdaaa645cfec589
-// -0.265696
-0xbfd10129dfdb971c
-// -0.439231
-0xbfdc1c5b99cda7f2
-// -0.363775
-0xbfd7481692026a2f
-// -0.194182
-0xbfc8daf4f6f6d750
-// 0.058607
-0x3fae01bc9d823a59
-// -0.317910
-0xbfd458a3a2d21c72
-// -0.677973
-0xbfe5b1f44da2737a
-// -0.323050
-0xbfd4acd80fc42e03
-// 0.692565
-0x3fe6297ed6e57f08
-// 0.380598
-0x3fd85bb8d5181634
-// 0.326918
-0x3fd4ec390a383baf
-// 0.310331
-0x3fd3dc74a6397d0c
-// -0.553635
-0xbfe1b75fd304a1c7
-// 0.020455
-0x3f94f227e66b0725
-// -0.217030
-0xbfcbc79fd20abd73
-// -0.024415
-0xbf99001ebd498a92
-// 0.205794
-0x3fca5772449e4696
-// -0.131973
-0xbfc0e47f16d33314
-// 0.280121
-0x3fd1ed80cf2ad46c
-// 0.803488
-0x3fe9b62d780160b3
-// 0.092120
-0x3fb795289a662cfd
-// -0.183841
-0xbfc7881c1d6369d0
-// -0.141744
-0xbfc224ae695c47ab
-// 0.073495
-0x3fb2d089ef778cd2
-// -0.313502
-0xbfd41068a07c3b37
-// 0.286404
-0x3fd25470a5f59872
-// -0.127402
-0xbfc04eb6bd86e998
-// -0.352349
-0xbfd68ce3efa6ede7
-// 0.855366
-0x3feb5f289b24a7f2
-// 0.445104
-0x3fdc7c95423f868e
-// -0.591985
-0xbfe2f1899883a248
-// 0.360213
-0x3fd70db8dd986012
-// 0.404920
-0x3fd9ea3652e96031
-// 0.314284
-0x3fd41d3be4abd610
-// 0.294615
-0x3fd2daf82ca2e508
-// 0.598059
-0x3fe3234b97f280f4
-// -0.189032
-0xbfc8323220d46fb3
-// -0.026279
-0xbf9ae8c3d3a604e5
-// -0.176048
-0xbfc688c1a42abd1a
-// -0.053593
-0xbfab708e5332a97b
-// 0.169706
-0x3fc5b8ed48755323
-// 0.212987
-0x3fcb432998ebfbb7
-// 0.057043
-0x3fad34b5cd52dcb5
-// 0.021515
-0x3f9607e682f1f8a8
-// 0.034474
-0x3fa1a6880e9b68d8
-// -0.356220
-0xbfd6cc501330004c
-// 0.332044
-0x3fd54035e3b2de31
-// -0.306114
-0xbfd3975d8de75275
-// 0.797224
-0x3fe982db639d9945
-// 0.223512
-0x3fcc9c0a5a2c1c6e
-// -0.195500
-0xbfc90625ff626f5d
-// -0.077640
-0xbfb3e03c07b78150
-// 0.014082
-0x3f8cd719d820890a
-// -0.286315
-0xbfd252fbd6db7c65
-// 0.183397
-0x3fc7798bcb092c9b
-// 0.402570
-0x3fd9c3b338670a10
-// 0.183176
-0x3fc7724f8add59f6
-// 0.391975
-0x3fd9161f8e5c8f75
-// -0.216556
-0xbfcbb81e78fe4b63
-// 0.340809
-0x3fd5cfd289a6816a
-// 0.168362
-0x3fc58ce1f09e404f
-// -0.471593
-0xbfde2e938590b63f
-// 0.131146
-0x3fc0c967a04316f9
-// -0.418822
-0xbfdacdf97eb38458
-// 0.369346
-0x3fd7a35d45ff1cad
-// 0.053973
-0x3faba24ffe3d944a
-// 0.540637
-0x3fe14ce5d04cc014
-// 0.324556
-0x3fd4c5857dc1478b
-// 0.012810
-0x3f8a3c522e4fdef3
-// 0.003602
-0x3f6d824a1512dc7b
-// 0.145731
-0x3fc2a750120cff3a
-// 0.219722
-0x3fcc1fd8503d3d22
-// 0.134419
-0x3fc134a11a212d89
-// -0.461710
-0xbfdd8ca6a3009656
-// -0.133906
-0xbfc123d2856bc609
-// 0.052407
-0x3faad51adc3aa839
-// 0.474090
-0x3fde577be3c9a439
-// 0.455694
-0x3fdd2a1703487246
-// 0.473036
-0x3fde4638008bb018
-// 0.061483
-0x3faf7abe4ac5d058
-// -0.499028
-0xbfdff011ac0f2d88
-// 0.169764
-0x3fc5bad4a0787d0a
-// -0.152835
-0xbfc3901c01cb3c25
-// 0.214372
-0x3fcb708856a87e72
-// -0.434159
-0xbfdbc940cca20b17
-// -0.681497
-0xbfe5ced3cf90d9d5
-// 0.535798
-0x3fe125413b528cfa
-// 0.101757
-0x3fba0cc246858809
-// -0.188597
-0xbfc823f00720c557
-// -0.354833
-0xbfd6b596fc0e9638
-// 0.221038
-0x3fcc4af884d3d1b5
-// 0.743183
-0x3fe7c827029dfeeb
-// -0.165233
-0xbfc52658607f3f29
-// -0.033170
-0xbfa0fba614fd72da
-// -0.413769
-0xbfda7b30104be8fe
-// 0.412602
-0x3fda6810a93d90a7
-// 0.057502
-0x3fad70da846d71e6
-// -0.076364
-0xbfb38c91617a2d25
-// -0.347842
-0xbfd643096538a8d1
-// 0.172867
-0x3fc6207ec96880d5
-// 0.027202
-0x3f9bdad71ead8dcd
-// -0.121950
-0xbfbf381ee5639077
-// -0.036649
-0xbfa2c3a6adea0060
-// -0.141821
-0xbfc22730406e03ca
-// -0.002485
-0xbf645a7f69d721d6
-// -0.101206
-0xbfb9e8a69240ec9b
-// 0.511111
-0x3fe05b05f3aa4cb4
-// 0.258222
-0x3fd086b6a7cc4cdf
-// 0.127040
-0x3fc042d87d2e2460
-// -0.432563
-0xbfdbaf1e869af812
-// 0.255973
-0x3fd061daa13e6207
-// -0.118561
-0xbfbe59ff2d82b8a8
-// 0.360359
-0x3fd7101e974a5d8a
-// -0.085379
-0xbfb5db6dfd42cb8e
-// 0.389743
-0x3fd8f18a9b57b98d
-// -0.292573
-0xbfd2b985faeec7dc
-// 0.464559
-0x3fddbb5423a83574
-// -0.256645
-0xbfd06cdeeea7beb3
-// -0.048619
-0xbfa8e4896439cb40
-// 0.289818
-0x3fd28c61ef2a0d1a
-// 0.295186
-0x3fd2e4555f0efc9e
-// -0.458556
-0xbfdd58fc1c07b2de
-// 0.423542
-0x3fdb1b508a31bb3c
-// -0.153985
-0xbfc3b5c3f208cb1f
-// -0.056585
-0xbfacf8ae883d02d0
-// -0.323545
-0xbfd4b4f6343bf3e5
-// -0.155566
-0xbfc3e992a782410c
-// -0.470802
-0xbfde219f9ee71e0a
-// -0.138982
-0xbfc1ca2926ba283e
-// 0.073074
-0x3fb2b4fcf305a9bd
-// 0.330355
-0x3fd5248a8ffafde6
-// 0.409207
-0x3fda3073888c08a4
-// -0.006346
-0xbf79feba8f358768
-// 0.003921
-0x3f700f1cdead839a
-// 0.352644
-0x3fd691ba2ed82708
-// 0.520307
-0x3fe0a65b77407f1a
-// -0.243186
-0xbfcf20b6b85eaefe
-// 0.296299
-0x3fd2f691e69eeac2
-// 0.138283
-0x3fc1b341c00d5cb2
-// 0.248181
-0x3fcfc4624fe9d8fa
-// -0.217396
-0xbfcbd3a2c1f174a7
-// 0.274379
-0x3fd18f6dbadd1ac9
-// -0.201522
-0xbfc9cb754dad5598
-// 0.335256
-0x3fd574d49887d583
-// 0.227552
-0x3fcd206a175f5141
-// 0.042522
-0x3fa5c57a33a85db8
-// -0.099723
-0xbfb9876f9fcbd13e
-// 0.459186
-0x3fdd634bb65b20ee
+// -0.784036
+0xbfe916d1d09abb4b
+// 0.202979
+0x3fc9fb33785b7fd9
+// -0.215866
+0xbfcba1826f7f2707
+// -0.292839
+0xbfd2bddf01d9eab2
+// 0.370665
+0x3fd7b8f7cf3e37d1
+// 0.041619
+0x3fa54f05a5d7bf18
+// -0.146509
+0xbfc2c0d0a34f96e2
+// 0.136330
+0x3fc1734499f59cd3
+// 0.064495
+0x3fb082bd07b1f94b
+// 0.906055
+0x3fecfe668417f0cd
+// -0.314525
+0xbfd4212c1db35069
+// 0.209187
+0x3fcac6a22115766c
+// -0.708007
+0xbfe6a7fdce10151d
+// 0.339112
+0x3fd5b40420b4b2d6
+// 0.571600
+0x3fe24a8ba56f4348
+// 0.462758
+0x3fdd9dd2b0f8dea6
+// -0.194138
+0xbfc8d9827a042cfe
+// -0.689527
+0xbfe61099f9a951b4
+// 0.182511
+0x3fc75c84861b09fb
+// 0.110667
+0x3fbc54a545971bca
+// -0.331295
+0xbfd533f2014a1c41
+// 0.423837
+0x3fdb202680f300a0
+// 0.071024
+0x3fb22ea16ed722dc
+// -0.244023
+0xbfcf3c2345c3c821
+// -0.616328
+0xbfe3b8f549fed55b
+// -0.271552
+0xbfd1611ce140532c
+// 0.425299
+0x3fdb3817c638ce15
+// 0.294974
+0x3fd2e0da7c841c8e
+// -0.035539
+0xbfa2322b9abb5bc4
+// -0.463580
+0xbfddab49f8e09789
+// 0.778604
+0x3fe8ea532c7c7e36
+// 0.167827
+0x3fc57b5b3a9f1026
+// 0.006467
+0x3f7a7da5c8825869
+// 0.502279
+0x3fe012aa8a0b5327
+// -0.457841
+0xbfdd4d42f327a06e
+// -0.285825
+0xbfd24af381b85f0d
+// 0.189190
+0x3fc83761db12077d
+// 0.205165
+0x3fca42d87e28f73e
+// 0.221429
+0x3fcc57c753005725
+// -0.408076
+0xbfda1de9e04ed908
+// -0.425627
+0xbfdb3d7971f8a978
+// 0.185147
+0x3fc7b2e53f4a75c0
+// -0.281937
+0xbfd20b42bb82d897
+// 0.475041
+0x3fde671339a3338d
+// -0.494238
+0xbfdfa1978f264595
+// -0.253402
+0xbfd037bb187f909b
+// 0.025850
+0x3f9a7888b5044787
+// 0.004270
+0x3f717d8c8f7536de
+// 0.712773
+0x3fe6cf0893b529bd
+// 0.442516
+0x3fdc523093d85be4
+// 0.088413
+0x3fb6a23de7c5a16e
+// 0.528286
+0x3fe0e7b72e3322c6
+// -0.283737
+0xbfd228bdd73118a3
+// -0.152929
+0xbfc3932c642bc0f6
+// 0.307338
+0x3fd3ab6cb54b950f
+// -0.444801
+0xbfdc779c90ab8ffe
+// 0.008582
+0x3f81933fadcd3519
+// -0.545495
+0xbfe174b270c11030
+// 0.598984
+0x3fe32adf868f9ff8
+// -0.697627
+0xbfe652f6b55903ce
+// -0.445754
+0xbfdc873a79638c51
+// -0.114978
+0xbfbd6f36714a9074
+// 0.494490
+0x3fdfa5ba9d1987d8
+// 0.115856
+0x3fbda8bae690269a
+// 0.716167
+0x3fe6ead604867f07
+// -0.022152
+0xbf96af1d90c920e5
+// 0.408772
+0x3fda29500efbf853
+// -0.310445
+0xbfd3de55b349a6ac
+// 0.211754
+0x3fcb1ac52d7e3f4a
+// 0.153064
+0x3fc3979d67c30a8a
+// -0.215012
+0xbfcb858412fcbef0
+// -0.111516
+0xbfbc8c4f096861dd
+// -0.328697
+0xbfd5095fd6e0c7ed
+// -0.103702
+0xbfba8c3257f67614
+// 0.265526
+0x3fd0fe601af51cfb
+// -0.669892
+0xbfe56fc1aa20be57
+// 0.024047
+0x3f989fd9b6f57ea5
+// 0.205175
+0x3fca432e0fbc80da
+// -0.122568
+0xbfbf609ac3058fb9
+// 0.541466
+0x3fe153afdfce5ff5
+// -0.496320
+0xbfdfc3b5af17a96e
+// 0.649174
+0x3fe4c60992e6b035
+// -0.952556
+0xbfee7b56709cde82
+// -0.413988
+0xbfda7ec8791cea35
+// 0.139829
+0x3fc1e5eb13fef18f

+ 510 - 510
Testing/Patterns/DSP/Stats/StatsF64/InputBench2_f64.txt

@@ -1,514 +1,514 @@
 D
 256
-// 0.047079
-0x3fa81ac2831c50dd
-// 0.440210
-0x3fdc2c656455d6a6
-// 0.273161
-0x3fd17b76a07aa9ad
-// 0.079570
-0x3fb45eb1e2a44b1c
-// 0.553856
-0x3fe1b92f83f333ef
-// 0.196514
-0x3fc9275bfe479633
-// 0.112781
-0x3fbcdf3835c3b066
-// 0.190225
-0x3fc8594a3a286e56
-// 0.341357
-0x3fd5d8c9fb62c1f0
-// 0.174871
-0x3fc6622b49f5cd18
-// 0.289895
-0x3fd28da52320c48d
-// 0.328210
-0x3fd50164c4ffaef6
-// 0.116486
-0x3fbdd20396dd2136
-// 0.224544
-0x3fccbdde2606c580
-// 0.005586
-0x3f76e0f7da00606b
-// 0.194355
-0x3fc8e09ef83dbbcc
-// 0.696759
-0x3fe64bd90ee7fc66
-// 0.083244
-0x3fb54f7b3f32db5a
-// 0.013217
-0x3f8b114925c44de6
-// 0.157995
-0x3fc4392ef09d7dab
-// 0.390262
-0x3fd8fa0d7dbddc5b
-// 0.302561
-0x3fd35d26ca016ec7
-// 0.644635
-0x3fe4a0d9435eec8f
-// 0.341967
-0x3fd5e2ca8df958f6
-// 0.295717
-0x3fd2ed0504639c9a
-// 0.594633
-0x3fe3073abf5ee50b
-// 0.321192
-0x3fd48e67a7ebcbf4
-// 0.245023
-0x3fcf5cedbafe5e08
-// 0.056662
-0x3fad02cd9c567885
-// 0.074855
-0x3fb329abd140d64c
-// 0.342402
-0x3fd5e9eb1a9de109
-// 0.007101
-0x3f7d164b496bb343
+// 0.348578
+0x3fd64f18cb63798b
+// 0.281907
+0x3fd20ac2ae474440
+// 0.220710
+0x3fcc403d6e6c1b03
+// 0.011916
+0x3f88676b4ed1874e
+// 0.066982
+0x3fb125bdd0e6ad71
+// 0.490221
+0x3fdf5fc61fb0d7ed
+// 0.835937
+0x3feabffe4efe2514
+// 0.019256
+0x3f93b7d001e82ef6
+// 0.432894
+0x3fdbb488098c92c9
+// 0.091313
+0x3fb7604473d220f7
+// 0.200547
+0x3fc9ab8884380b33
+// 0.569990
+0x3fe23d5bf5dcf8d2
+// 0.963742
+0x3feed6f9e4c2e54c
+// 0.214689
+0x3fcb7aecd5acefab
+// 0.391176
+0x3fd90907860d9807
+// 0.004211
+0x3f713fd5d002b7ce
+// 0.652064
+0x3fe4ddb4eab4f305
+// 0.378894
+0x3fd83fcc5dcf7c28
+// 0.200492
+0x3fc9a9b9fc4510e5
+// 0.007097
+0x3f7d122bc2c2ff08
+// 0.089264
+0x3fb6d9fa1fe5a9d8
+// 0.031118
+0x3f9fdd6207e96f2a
+// 0.295922
+0x3fd2f0643b4dd42c
+// 0.220014
+0x3fcc29674c3cafd1
+// 0.001808
+0x3f5d9faee67f0776
+// 0.710068
+0x3fe6b8e007098e82
+// 0.508381
+0x3fe044a8ae2f4a6c
+// 0.087637
+0x3fb66f60351c12a6
+// 0.138746
+0x3fc1c269a079a6fd
+// 0.112683
+0x3fbcd8cf1c880ea4
+// 0.365565
+0x3fd7656a4580a232
+// 0.923696
+0x3fed8eeadc2fbcd3
+// 0.146650
+0x3fc2c5716898f7c3
+// 0.120725
+0x3fbee7d3d8e32690
+// 0.174834
+0x3fc660f369298dde
+// 0.659483
+0x3fe51a7bbecbf7ea
+// 0.949589
+0x3fee63091daf8903
+// 0.201313
+0x3fc9c49f76915b7a
+// 0.100826
+0x3fb9cfb42cddddda
+// 0.022977
+0x3f9787631e6c0e35
+// 0.061947
+0x3fafb78e0e429313
+// 0.310064
+0x3fd3d8154295a9e0
+// 0.244291
+0x3fcf44f1273dc03f
+// 0.762700
+0x3fe8680a86268e8d
+// 0.068067
+0x3fb16cd9cd82c50d
+// 0.074260
+0x3fb302af01acb2cc
+// 0.329110
+0x3fd51024ed989cdc
+// 0.313982
+0x3fd41848048f16c2
+// 0.035293
+0x3fa211f8e8f7bfe9
+// 0.209335
+0x3fcacb7f75c61c49
+// 0.131356
+0x3fc0d047b8423da3
+// 0.643369
+0x3fe49679b3666176
+// 0.279533
+0x3fd1e3dcf2b9e266
+// 0.037984
+0x3fa372a7b2062289
+// 0.807514
+0x3fe9d728a2dcc719
+// 0.908190
+0x3fed0fe39df0bede
+// 0.102174
+0x3fba2812e5ba0e5d
+// 0.080285
+0x3fb48d8f4528b8bd
+// 0.362566
+0x3fd7344600294f31
+// 0.024744
+0x3f99569acb824eae
+// 0.108253
+0x3fbbb6713926d6d9
+// 0.457831
+0x3fdd4d19bf412a8b
+// 0.205831
+0x3fca58ac7617d603
+// 0.251869
+0x3fd01e9f774c1f90
+// 0.283487
+0x3fd224a866eb2d4a
+// 0.560875
+0x3fe1f2b034c7fb9c
+// 0.351250
+0x3fd67ae08fd2ab8d
+// 0.444174
+0x3fdc6d5a7404b1eb
+// 0.142871
+0x3fc2499a82ca6b3c
+// 0.140040
+0x3fc1ecd5e31d2b56
+// 0.345223
+0x3fd61821bf7d4e70
+// 0.210821
+0x3fcafc2d72580b19
+// 0.298525
+0x3fd31b0728438f1b
+// 0.049664
+0x3fa96d9499bbc6c6
+// 0.428218
+0x3fdb67ea78c31831
+// 0.242688
+0x3fcf1062dc1ddb95
+// 0.669902
+0x3fe56fd6459c6fb6
+// 0.174802
+0x3fc65fed17894f06
+// 0.549791
+0x3fe197e41f2dcfad
+// 0.256805
+0x3fd06f7f7453aac8
+// 0.353408
+0x3fd69e3bc050397b
+// 0.247046
+0x3fcf9f374fa7ef3e
+// 0.344955
+0x3fd613bd5bc363a7
+// 0.006880
+0x3f7c2e4a0c8d22e1
+// 0.257931
+0x3fd081f1bccd1380
+// 0.102309
+0x3fba30e43f58def8
+// 0.333198
+0x3fd5531d7f3f0a43
+// 0.108782
+0x3fbbd92723110018
+// 0.215314
+0x3fcb8f6aacddfd08
+// 0.049861
+0x3fa987510d4ede0e
+// 0.813962
+0x3fea0bfafa408808
+// 0.137755
+0x3fc1a1f0a3055712
+// 0.009431
+0x3f8350830e7db59b
+// 0.427543
+0x3fdb5cdd6846400a
+// 0.335156
+0x3fd5733258aca4ee
+// 0.338293
+0x3fd5a696f025307b
+// 0.339348
+0x3fd5b7deb1a35e48
+// 0.374810
+0x3fd7fce304c0535b
+// 0.147036
+0x3fc2d212e1e43fe9
+// 0.377522
+0x3fd8295344e08edc
+// 0.125804
+0x3fc01a565ce9a047
+// 0.655599
+0x3fe4faaa2d93bcf4
+// 0.238818
+0x3fce9196b8d0d320
+// 0.833162
+0x3feaa942e500dc8f
+// 0.093008
+0x3fb7cf660ccc3d58
+// 0.324490
+0x3fd4c472265d9681
+// 0.248622
+0x3fcfd2d81a6709fa
+// 0.319155
+0x3fd46d08114056fb
+// 0.305241
+0x3fd38912975c5d79
+// 0.300062
+0x3fd3343820c808c1
+// 0.381268
+0x3fd866b2b3f62284
+// 0.343488
+0x3fd5fbb686ad7f8e
+// 0.228536
+0x3fcd40a71f780405
+// 0.020511
+0x3f9500df469e46c8
+// 0.523051
+0x3fe0bcd5ca830f71
+// 0.268083
+0x3fd12845f76b3bce
+// 0.019058
+0x3f9383f728941206
+// 0.016743
+0x3f912521bb6ec589
+// 0.044208
+0x3fa6a2603550445e
+// 0.401147
+0x3fd9ac6413f21d36
+// 0.019790
+0x3f9443d7b8534e75
+// 0.226914
+0x3fcd0b86ab2ec945
+// 0.399776
+0x3fd995eca15f99b4
+// 0.400483
+0x3fd9a1845d3e9b31
+// 0.232441
+0x3fcdc09d38f446ed
+// 0.644572
+0x3fe4a055d29d1ca0
+// 0.159127
+0x3fc45e43d2e144e3
+// 0.803906
+0x3fe9b99a1cab72d2
+// 0.239317
+0x3fcea1ee9609e09d
+// 0.609367
+0x3fe37fefa3c95c16
+// 0.552020
+0x3fe1aa24d15c3923
+// 0.852815
+0x3feb4a431c027f2b
+// 0.015518
+0x3f8fc7a46ab0579a
+// 0.234252
+0x3fcdfbf4bb74df44
+// 0.352257
+0x3fd68b5f2952d5cd
+// 0.572593
+0x3fe252af65c326a8
+// 0.022236
+0x3f96c520258cc726
+// 0.155441
+0x3fc3e57a036d3ed1
+// 0.731803
+0x3fe76aeef579498d
+// 0.099755
+0x3fb98986f2da1b7b
+// 0.997013
+0x3fefe788a3fa7c36
+// 0.321491
+0x3fd4934f150721c5
+// 0.308374
+0x3fd3bc6769b75f62
+// 0.289289
+0x3fd283b5e92546b0
+// 0.548586
+0x3fe18e042e5f920b
+// 0.356851
+0x3fd6d6a5d178e5cb
+// 0.402331
+0x3fd9bfcbbde6ce69
+// 0.330806
+0x3fd52bec1e4fdb93
+// 0.494613
+0x3fdfa7bee07d0dd9
+// 0.024713
+0x3f994e6319f7473c
+// 0.416576
+0x3fdaa92e4437980f
+// 0.782306
+0x3fe908a6aaa20dea
+// 0.589708
+0x3fe2dee3e591e051
+// 0.491066
+0x3fdf6d9eed82829a
+// 0.574590
+0x3fe26309ca0dd59d
+// 0.095190
+0x3fb85e671d3df929
+// 0.220568
+0x3fcc3b9289b9f352
+// 0.217777
+0x3fcbe02173394a7f
+// 0.015006
+0x3f8ebb5b5b4d16d5
+// 0.545627
+0x3fe175c7c39910b5
+// 0.005580
+0x3f76dae60828dfa4
+// 0.948016
+0x3fee5625332ad8a6
+// 0.117994
+0x3fbe34dabc4dc34a
+// 0.127504
+0x3fc05208e9c63b71
+// 0.003993
+0x3f705aef3562c100
+// 0.588654
+0x3fe2d6414c757f73
+// 0.625448
+0x3fe403aace993207
+// 0.032677
+0x3fa0bb1613984bc2
+// 0.756720
+0x3fe8370cda851d0c
+// 0.328737
+0x3fd50a073406862f
 // 1.000000
 0x3ff0000000000000
-// 0.694144
-0x3fe6366d7a41878b
-// 0.283449
-0x3fd224083f165b9c
-// 0.292436
-0x3fd2b745bd59e059
-// 0.433912
-0x3fdbc537d85910e7
-// 0.196907
-0x3fc9343fcca55d21
-// 0.574362
-0x3fe2612c3f898073
-// 0.356137
-0x3fd6caf25f93b35f
-// 0.892538
-0x3fec8fac4f40a9ee
-// 0.137395
-0x3fc196268ff179d1
-// 0.014476
-0x3f8da5806cd5dc71
-// 0.549686
-0x3fe19706111f2761
-// 0.243753
-0x3fcf334ad414f459
-// 0.260921
-0x3fd0b2f000d0f348
-// 0.006260
-0x3f79a39c48f206de
-// 0.504806
-0x3fe0275e51a67472
-// 0.014526
-0x3f8dbfc1ef02a965
-// 0.035249
-0x3fa20c1f4a91877f
-// 0.438069
-0x3fdc09515cdef7c6
-// 0.044859
-0x3fa6f7cadb1b750b
-// 0.327919
-0x3fd4fca1a4bc3b17
-// 0.327962
-0x3fd4fd55e7e5e347
-// 0.012228
-0x3f890b00c9f572cc
-// 0.119569
-0x3fbe9c150c27794e
-// 0.098777
-0x3fb9497698746229
-// 0.448230
-0x3fdcafcce5f499e6
-// 0.083486
-0x3fb55f5bfa2e1de6
-// 0.358648
-0x3fd6f414d5b1d30d
-// 0.150244
-0x3fc33b332490f843
-// 0.144055
-0x3fc270678087b266
-// 0.234877
-0x3fce1073ebe37ce0
-// 0.299984
-0x3fd332ef5ca46042
-// 0.547584
-0x3fe185ce4d9f8eb7
-// 0.201525
-0x3fc9cb93b30d8956
-// 0.176345
-0x3fc6927c9f366102
-// 0.600445
-0x3fe336d7e2227a22
-// 0.086464
-0x3fb622827c7d4ae5
-// 0.291546
-0x3fd2a8ae76a2d953
-// 0.784659
-0x3fe91bee1834c92b
-// 0.016475
-0x3f90deedebe28b1b
-// 0.570168
-0x3fe23ed11c7a97c9
-// 0.031505
-0x3fa0215fce93de8d
-// 0.153974
-0x3fc3b567eca91f8d
-// 0.062733
-0x3fb00f4a3b336f88
-// 0.286528
-0x3fd256793bb85804
-// 0.313546
-0x3fd41121b60d09f9
-// 0.304577
-0x3fd37e32906a5acd
-// 0.399707
-0x3fd994ccc30fe69f
-// 0.151189
-0x3fc35a2c510807d9
-// 0.361610
-0x3fd7249e324741fe
-// 0.104126
-0x3fbaa7f867a9263d
-// 0.269804
-0x3fd1447680ebc381
-// 0.456692
-0x3fdd3a72bddea916
-// 0.457484
-0x3fdd476be51fed3b
-// 0.412285
-0x3fda62dff95c9f04
-// 0.028098
-0x3f9cc59de1936def
-// 0.047983
-0x3fa891418e550eef
-// 0.574586
-0x3fe263031a1722fd
-// 0.145458
-0x3fc29e60a2918b30
-// 0.165397
-0x3fc52bb6c7229df1
-// 0.689534
-0x3fe610aa664bee89
-// 0.412026
-0x3fda5ea29396b82f
-// 0.138936
-0x3fc1c8a4c39840ec
-// 0.243701
-0x3fcf31996f5daf6c
-// 0.495896
-0x3fdfbcc3b13d55eb
-// 0.047584
-0x3fa85cf0b91a3f97
-// 0.136000
-0x3fc168708fcda2a6
-// 0.033666
-0x3fa13c9c8704368c
-// 0.033356
-0x3fa1141712bfcad9
-// 0.007848
-0x3f80126495813a36
-// 0.127537
-0x3fc053207a0445d9
-// 0.424512
-0x3fdb2b33b04fe018
-// 0.061187
-0x3faf53e9f71b26aa
-// 0.184130
-0x3fc7918f6383f5fd
-// 0.575600
-0x3fe26b5026d1903e
-// 0.416650
-0x3fdaaa645cfec589
-// 0.265696
-0x3fd10129dfdb971c
-// 0.439231
-0x3fdc1c5b99cda7f2
-// 0.363775
-0x3fd7481692026a2f
-// 0.194182
-0x3fc8daf4f6f6d750
-// 0.058607
-0x3fae01bc9d823a59
-// 0.317910
-0x3fd458a3a2d21c72
-// 0.677973
-0x3fe5b1f44da2737a
-// 0.323050
-0x3fd4acd80fc42e03
-// 0.692565
-0x3fe6297ed6e57f08
-// 0.380598
-0x3fd85bb8d5181634
-// 0.326918
-0x3fd4ec390a383baf
-// 0.310331
-0x3fd3dc74a6397d0c
-// 0.553635
-0x3fe1b75fd304a1c7
-// 0.020455
-0x3f94f227e66b0725
-// 0.217030
-0x3fcbc79fd20abd73
-// 0.024415
-0x3f99001ebd498a92
-// 0.205794
-0x3fca5772449e4696
-// 0.131973
-0x3fc0e47f16d33314
-// 0.280121
-0x3fd1ed80cf2ad46c
-// 0.803488
-0x3fe9b62d780160b3
-// 0.092120
-0x3fb795289a662cfd
-// 0.183841
-0x3fc7881c1d6369d0
-// 0.141744
-0x3fc224ae695c47ab
-// 0.073495
-0x3fb2d089ef778cd2
-// 0.313502
-0x3fd41068a07c3b37
-// 0.286404
-0x3fd25470a5f59872
-// 0.127402
-0x3fc04eb6bd86e998
-// 0.352349
-0x3fd68ce3efa6ede7
-// 0.855366
-0x3feb5f289b24a7f2
-// 0.445104
-0x3fdc7c95423f868e
-// 0.591985
-0x3fe2f1899883a248
-// 0.360213
-0x3fd70db8dd986012
-// 0.404920
-0x3fd9ea3652e96031
-// 0.314284
-0x3fd41d3be4abd610
-// 0.294615
-0x3fd2daf82ca2e508
-// 0.598059
-0x3fe3234b97f280f4
-// 0.189032
-0x3fc8323220d46fb3
-// 0.026279
-0x3f9ae8c3d3a604e5
-// 0.176048
-0x3fc688c1a42abd1a
-// 0.053593
-0x3fab708e5332a97b
-// 0.169706
-0x3fc5b8ed48755323
-// 0.212987
-0x3fcb432998ebfbb7
-// 0.057043
-0x3fad34b5cd52dcb5
-// 0.021515
-0x3f9607e682f1f8a8
-// 0.034474
-0x3fa1a6880e9b68d8
-// 0.356220
-0x3fd6cc501330004c
-// 0.332044
-0x3fd54035e3b2de31
-// 0.306114
-0x3fd3975d8de75275
-// 0.797224
-0x3fe982db639d9945
-// 0.223512
-0x3fcc9c0a5a2c1c6e
-// 0.195500
-0x3fc90625ff626f5d
-// 0.077640
-0x3fb3e03c07b78150
-// 0.014082
-0x3f8cd719d820890a
-// 0.286315
-0x3fd252fbd6db7c65
-// 0.183397
-0x3fc7798bcb092c9b
-// 0.402570
-0x3fd9c3b338670a10
-// 0.183176
-0x3fc7724f8add59f6
-// 0.391975
-0x3fd9161f8e5c8f75
-// 0.216556
-0x3fcbb81e78fe4b63
-// 0.340809
-0x3fd5cfd289a6816a
-// 0.168362
-0x3fc58ce1f09e404f
-// 0.471593
-0x3fde2e938590b63f
-// 0.131146
-0x3fc0c967a04316f9
-// 0.418822
-0x3fdacdf97eb38458
-// 0.369346
-0x3fd7a35d45ff1cad
-// 0.053973
-0x3faba24ffe3d944a
-// 0.540637
-0x3fe14ce5d04cc014
-// 0.324556
-0x3fd4c5857dc1478b
-// 0.012810
-0x3f8a3c522e4fdef3
-// 0.003602
-0x3f6d824a1512dc7b
-// 0.145731
-0x3fc2a750120cff3a
-// 0.219722
-0x3fcc1fd8503d3d22
-// 0.134419
-0x3fc134a11a212d89
-// 0.461710
-0x3fdd8ca6a3009656
-// 0.133906
-0x3fc123d2856bc609
-// 0.052407
-0x3faad51adc3aa839
-// 0.474090
-0x3fde577be3c9a439
-// 0.455694
-0x3fdd2a1703487246
-// 0.473036
-0x3fde4638008bb018
-// 0.061483
-0x3faf7abe4ac5d058
-// 0.499028
-0x3fdff011ac0f2d88
-// 0.169764
-0x3fc5bad4a0787d0a
-// 0.152835
-0x3fc3901c01cb3c25
-// 0.214372
-0x3fcb708856a87e72
-// 0.434159
-0x3fdbc940cca20b17
-// 0.681497
-0x3fe5ced3cf90d9d5
-// 0.535798
-0x3fe125413b528cfa
-// 0.101757
-0x3fba0cc246858809
-// 0.188597
-0x3fc823f00720c557
-// 0.354833
-0x3fd6b596fc0e9638
-// 0.221038
-0x3fcc4af884d3d1b5
-// 0.743183
-0x3fe7c827029dfeeb
-// 0.165233
-0x3fc52658607f3f29
-// 0.033170
-0x3fa0fba614fd72da
-// 0.413769
-0x3fda7b30104be8fe
-// 0.412602
-0x3fda6810a93d90a7
-// 0.057502
-0x3fad70da846d71e6
-// 0.076364
-0x3fb38c91617a2d25
-// 0.347842
-0x3fd643096538a8d1
-// 0.172867
-0x3fc6207ec96880d5
-// 0.027202
-0x3f9bdad71ead8dcd
-// 0.121950
-0x3fbf381ee5639077
-// 0.036649
-0x3fa2c3a6adea0060
-// 0.141821
-0x3fc22730406e03ca
-// 0.002485
-0x3f645a7f69d721d6
-// 0.101206
-0x3fb9e8a69240ec9b
-// 0.511111
-0x3fe05b05f3aa4cb4
-// 0.258222
-0x3fd086b6a7cc4cdf
-// 0.127040
-0x3fc042d87d2e2460
-// 0.432563
-0x3fdbaf1e869af812
-// 0.255973
-0x3fd061daa13e6207
-// 0.118561
-0x3fbe59ff2d82b8a8
-// 0.360359
-0x3fd7101e974a5d8a
-// 0.085379
-0x3fb5db6dfd42cb8e
-// 0.389743
-0x3fd8f18a9b57b98d
-// 0.292573
-0x3fd2b985faeec7dc
-// 0.464559
-0x3fddbb5423a83574
-// 0.256645
-0x3fd06cdeeea7beb3
-// 0.048619
-0x3fa8e4896439cb40
-// 0.289818
-0x3fd28c61ef2a0d1a
-// 0.295186
-0x3fd2e4555f0efc9e
-// 0.458556
-0x3fdd58fc1c07b2de
-// 0.423542
-0x3fdb1b508a31bb3c
-// 0.153985
-0x3fc3b5c3f208cb1f
-// 0.056585
-0x3facf8ae883d02d0
-// 0.323545
-0x3fd4b4f6343bf3e5
-// 0.155566
-0x3fc3e992a782410c
-// 0.470802
-0x3fde219f9ee71e0a
-// 0.138982
-0x3fc1ca2926ba283e
-// 0.073074
-0x3fb2b4fcf305a9bd
-// 0.330355
-0x3fd5248a8ffafde6
-// 0.409207
-0x3fda3073888c08a4
-// 0.006346
-0x3f79feba8f358768
-// 0.003921
-0x3f700f1cdead839a
-// 0.352644
-0x3fd691ba2ed82708
-// 0.520307
-0x3fe0a65b77407f1a
-// 0.243186
-0x3fcf20b6b85eaefe
-// 0.296299
-0x3fd2f691e69eeac2
-// 0.138283
-0x3fc1b341c00d5cb2
-// 0.248181
-0x3fcfc4624fe9d8fa
-// 0.217396
-0x3fcbd3a2c1f174a7
-// 0.274379
-0x3fd18f6dbadd1ac9
-// 0.201522
-0x3fc9cb754dad5598
-// 0.335256
-0x3fd574d49887d583
-// 0.227552
-0x3fcd206a175f5141
-// 0.042522
-0x3fa5c57a33a85db8
-// 0.099723
-0x3fb9876f9fcbd13e
-// 0.459186
-0x3fdd634bb65b20ee
+// 0.784036
+0x3fe916d1d09abb4b
+// 0.202979
+0x3fc9fb33785b7fd9
+// 0.215866
+0x3fcba1826f7f2707
+// 0.292839
+0x3fd2bddf01d9eab2
+// 0.370665
+0x3fd7b8f7cf3e37d1
+// 0.041619
+0x3fa54f05a5d7bf18
+// 0.146509
+0x3fc2c0d0a34f96e2
+// 0.136330
+0x3fc1734499f59cd3
+// 0.064495
+0x3fb082bd07b1f94b
+// 0.906055
+0x3fecfe668417f0cd
+// 0.314525
+0x3fd4212c1db35069
+// 0.209187
+0x3fcac6a22115766c
+// 0.708007
+0x3fe6a7fdce10151d
+// 0.339112
+0x3fd5b40420b4b2d6
+// 0.571600
+0x3fe24a8ba56f4348
+// 0.462758
+0x3fdd9dd2b0f8dea6
+// 0.194138
+0x3fc8d9827a042cfe
+// 0.689527
+0x3fe61099f9a951b4
+// 0.182511
+0x3fc75c84861b09fb
+// 0.110667
+0x3fbc54a545971bca
+// 0.331295
+0x3fd533f2014a1c41
+// 0.423837
+0x3fdb202680f300a0
+// 0.071024
+0x3fb22ea16ed722dc
+// 0.244023
+0x3fcf3c2345c3c821
+// 0.616328
+0x3fe3b8f549fed55b
+// 0.271552
+0x3fd1611ce140532c
+// 0.425299
+0x3fdb3817c638ce15
+// 0.294974
+0x3fd2e0da7c841c8e
+// 0.035539
+0x3fa2322b9abb5bc4
+// 0.463580
+0x3fddab49f8e09789
+// 0.778604
+0x3fe8ea532c7c7e36
+// 0.167827
+0x3fc57b5b3a9f1026
+// 0.006467
+0x3f7a7da5c8825869
+// 0.502279
+0x3fe012aa8a0b5327
+// 0.457841
+0x3fdd4d42f327a06e
+// 0.285825
+0x3fd24af381b85f0d
+// 0.189190
+0x3fc83761db12077d
+// 0.205165
+0x3fca42d87e28f73e
+// 0.221429
+0x3fcc57c753005725
+// 0.408076
+0x3fda1de9e04ed908
+// 0.425627
+0x3fdb3d7971f8a978
+// 0.185147
+0x3fc7b2e53f4a75c0
+// 0.281937
+0x3fd20b42bb82d897
+// 0.475041
+0x3fde671339a3338d
+// 0.494238
+0x3fdfa1978f264595
+// 0.253402
+0x3fd037bb187f909b
+// 0.025850
+0x3f9a7888b5044787
+// 0.004270
+0x3f717d8c8f7536de
+// 0.712773
+0x3fe6cf0893b529bd
+// 0.442516
+0x3fdc523093d85be4
+// 0.088413
+0x3fb6a23de7c5a16e
+// 0.528286
+0x3fe0e7b72e3322c6
+// 0.283737
+0x3fd228bdd73118a3
+// 0.152929
+0x3fc3932c642bc0f6
+// 0.307338
+0x3fd3ab6cb54b950f
+// 0.444801
+0x3fdc779c90ab8ffe
+// 0.008582
+0x3f81933fadcd3519
+// 0.545495
+0x3fe174b270c11030
+// 0.598984
+0x3fe32adf868f9ff8
+// 0.697627
+0x3fe652f6b55903ce
+// 0.445754
+0x3fdc873a79638c51
+// 0.114978
+0x3fbd6f36714a9074
+// 0.494490
+0x3fdfa5ba9d1987d8
+// 0.115856
+0x3fbda8bae690269a
+// 0.716167
+0x3fe6ead604867f07
+// 0.022152
+0x3f96af1d90c920e5
+// 0.408772
+0x3fda29500efbf853
+// 0.310445
+0x3fd3de55b349a6ac
+// 0.211754
+0x3fcb1ac52d7e3f4a
+// 0.153064
+0x3fc3979d67c30a8a
+// 0.215012
+0x3fcb858412fcbef0
+// 0.111516
+0x3fbc8c4f096861dd
+// 0.328697
+0x3fd5095fd6e0c7ed
+// 0.103702
+0x3fba8c3257f67614
+// 0.265526
+0x3fd0fe601af51cfb
+// 0.669892
+0x3fe56fc1aa20be57
+// 0.024047
+0x3f989fd9b6f57ea5
+// 0.205175
+0x3fca432e0fbc80da
+// 0.122568
+0x3fbf609ac3058fb9
+// 0.541466
+0x3fe153afdfce5ff5
+// 0.496320
+0x3fdfc3b5af17a96e
+// 0.649174
+0x3fe4c60992e6b035
+// 0.952556
+0x3fee7b56709cde82
+// 0.413988
+0x3fda7ec8791cea35
+// 0.139829
+0x3fc1e5eb13fef18f

+ 600 - 600
Testing/Patterns/DSP/Stats/StatsF64/InputNew1_f64.txt

@@ -1,602 +1,602 @@
 D
 300
-// -0.310923
-0xbfd3e6286ed8195c
-// -0.579795
-0xbfe28dad67519d3d
-// -0.628084
-0xbfe4194484b1aa90
-// 0.783610
-0x3fe91356237f16f6
-// -0.150640
-0xbfc34828d25e0053
-// 0.101307
-0x3fb9ef4455c40db1
-// -0.235135
-0xbfce18e646b2876a
-// -0.171312
-0xbfc5ed8c7b88f986
-// 0.202697
-0x3fc9f1f68cad60c5
-// -0.066413
-0xbfb1006d439a43b8
-// 0.440974
-0x3fdc38eae2df783d
-// 0.059833
-0x3faea2647c0a18e0
-// -0.078475
-0xbfb416f25a51e98f
-// 0.432563
-0x3fdbaf1adf11534c
-// 0.035998
-0x3fa26e5ee49d0156
-// 0.003928
-0x3f7016cb36540bd6
-// 0.126953
-0x3fc04002a1800a65
-// -0.089712
-0xbfb6f7597097b081
-// 0.035416
-0x3fa221fd21aa6939
-// 0.517842
-0x3fe09229ac219c90
-// -0.315925
-0xbfd4381ddeea2226
-// 0.399792
-0x3fd9962f25f85669
-// 0.516353
-0x3fe085f662044e8f
-// -0.024839
-0xbf996f6c686ad110
-// -0.045848
-0xbfa7796deb7a0f34
-// 0.157607
-0x3fc42c789d0b841a
-// 0.318784
-0x3fd466f5a6786a5c
-// 0.630360
-0x3fe42be84579bb12
-// -0.136582
-0xbfc17b80f3448e06
-// -0.087654
-0xbfb670795f34acbb
-// -0.084891
-0xbfb5bb69fa235c0b
-// 0.146242
-0x3fc2b8125559678c
-// -0.515684
-0xbfe0807ca2fe2514
-// 0.080285
-0x3fb48d87fb16c972
-// 0.087972
-0x3fb68551378aa641
-// -0.469641
-0xbfde0e992299ac21
-// 0.189441
-0x3fc83f9aba5c3105
-// -0.135217
-0xbfc14ec6928e7ab7
-// 0.201914
-0x3fc9d85100008ffe
-// 0.577496
-0x3fe27ad8d9249888
-// 0.196443
-0x3fc92508564ef74f
-// 0.340335
-0x3fd5c80e5ce6fddf
-// 0.486535
-0x3fdf23644c28fe0d
-// -0.083271
-0xbfb5513aee2d41ae
-// 0.134556
-0x3fc13920430f6255
-// 0.081699
-0x3fb4ea39f01b4bd7
-// -0.072020
-0xbfb26fe3861be8f8
-// -0.238214
-0xbfce7dcc33e0afb3
-// -0.485973
-0xbfdf1a2d4f34c8ed
-// 0.215645
-0x3fcb9a4095b6811e
-// 0.029722
-0x3f9e6f6d77f8516d
-// 0.057649
-0x3fad843abc89fb35
-// -0.428218
-0xbfdb67ee349d362e
-// 0.179621
-0x3fc6fdd6235a21d0
-// 0.185896
-0x3fc7cb6d6638f227
-// 0.133942
-0x3fc12506cbf634c7
-// 0.399539
-0x3fd9920c824025ed
-// 0.218178
-0x3fcbed4405e7ad36
-// -0.195041
-0xbfc8f71dbc59f222
-// -0.068662
-0xbfb193cf5f37dce3
-// -0.030321
-0xbf9f0c8bbf039b8a
-// 0.258330
-0x3fd0887ad3a25e77
-// 0.830798
-0x3fea95e4f9386346
-// -0.171682
-0xbfc5f9ab93389aa5
-// -0.154891
-0xbfc3d37b8d9f5f3c
-// 0.625086
-0x3fe400b3ca73ff14
-// 0.025116
-0x3f99b7ef73fa33f9
-// -0.320355
-0xbfd480b0cb144437
-// -0.044220
-0xbfa6a408fd3f8eb7
-// -0.301610
-0xbfd34d9606c19192
-// 0.397543
-0x3fd97156e04240a8
-// -0.157349
-0xbfc42404a942c34b
-// -0.132420
-0xbfc0f31f4802bd36
-// 0.237077
-0x3fce588d77422e3b
-// 0.232669
-0x3fcdc81752790f13
-// -0.275071
-0xbfd19ac38c8af90b
-// 0.179588
-0x3fc6fcbcab50582e
-// -0.278362
-0xbfd1d0af31de194c
-// -0.155993
-0xbfc3f7923bdef5b2
-// -0.009407
-0xbf8344204342b81e
-// 0.127596
-0x3fc05514a036c5f0
-// 0.396142
-0x3fd95a6438c13e5d
-// 0.346209
-0x3fd6284aec53f8b1
-// -0.393609
-0xbfd930e40a6ff848
-// -0.046806
-0xbfa7f6e89f45c02d
-// -0.242378
-0xbfcf063fd9dbb63d
-// 0.540047
-0x3fe148112a335608
-// 0.069613
-0x3fb1d2235ec2ab51
-// 0.039741
-0x3fa458efdb832691
-// 0.690631
-0x3fe619a687041ccb
-// 0.162310
-0x3fc4c6911704b186
-// 0.453773
-0x3fdd0a9e46bfdeb9
-// 0.065529
-0x3fb0c67d364d0308
-// 0.007583
-0x3f7f0f51d975c0b4
-// 0.350237
-0x3fd66a466370ab56
-// 0.905949
-0x3fecfd881f4c7dbd
-// 0.328301
-0x3fd502e156ddacc4
-// -0.452877
-0xbfdcfbefcbc2f1b3
-// 0.458901
-0x3fdd5ea143dd4580
-// -0.413530
-0xbfda7748051078f0
-// -0.069410
-0xbfb1c4df89b73751
-// -0.049382
-0xbfa9488fa4558f1c
-// -0.315610
-0xbfd432f2b4d8b2b7
-// -0.129064
-0xbfc0852a0774dbce
-// 0.336904
-0x3fd58fd4223b57bb
-// 0.047522
-0x3fa854d1e6e646b6
-// 0.188393
-0x3fc81d46e4c8bc0b
-// 0.334359
-0x3fd56621f319117a
-// 0.203160
-0x3fca012969e88d14
-// 0.151279
-0x3fc35d1907af3b54
-// -0.385171
-0xbfd8a6a47f0e37dc
-// 0.571409
-0x3fe248fb6a7c4374
-// -0.240204
-0xbfcebf0492f3b5d5
-// -0.227601
-0xbfcd220888467972
-// -0.146129
-0xbfc2b45e8c687cc1
-// 0.308022
-0x3fd3b6a3906ba893
-// 0.166450
-0x3fc54e3df5581d76
-// -0.022222
-0xbf96c146770c1d42
-// 0.616233
-0x3fe3b82d41001020
-// -0.416197
-0xbfdaa2f8b8532e24
-// -0.682805
-0xbfe5d98a3f382140
-// 0.602209
-0x3fe3454cd8bf54cd
-// -0.253265
-0xbfd0357ddadaff71
-// -0.349995
-0xbfd666523fbbcf34
-// 0.127846
-0x3fc05d434951b4de
-// -0.312664
-0xbfd402b0abdd3163
-// 0.054585
-0x3fabf28a9c6cc5ba
-// -0.141766
-0xbfc2256116819337
-// -0.076066
-0xbfb3791455577029
-// 0.153938
-0x3fc3b43a7df58571
-// -0.119099
-0xbfbe7d3ef2986d8f
-// 0.081587
-0x3fb4e2e022ca343f
-// 0.454709
-0x3fdd19f246b4f689
-// -0.422794
-0xbfdb0f0f6c0413eb
-// -0.438732
-0xbfdc142ea747bc0d
-// -0.059969
-0xbfaeb43c6308d720
-// -0.283957
-0xbfd22c5a165b195a
-// -0.180159
-0xbfc70f7589df87dc
-// -0.260510
-0xbfd0ac3370e724e8
-// 0.217549
-0x3fcbd8a7d0a87801
-// 0.031244
-0x3f9ffe6c3abd6518
-// -0.127840
-0xbfc05d0e7004a851
-// 0.143516
-0x3fc25ebd540258eb
-// -0.305422
-0xbfd38c072c89c306
-// 0.041468
-0x3fa53b4c5997f5ea
-// 0.237129
-0x3fce5a3a28b5c0c6
-// 0.480275
-0x3fdebcd2ee2ec5c7
-// 0.151404
-0x3fc36134245642b9
-// -0.235284
-0xbfce1dc93dc396b1
-// 0.212094
-0x3fcb25e591a35c8c
-// -0.118231
-0xbfbe445f78d39188
-// -0.323738
-0xbfd4b81eea922246
-// -0.068259
-0xbfb17971d447c696
-// 0.460925
-0x3fdd7fca565b3a18
-// -0.305384
-0xbfd38b6955ef3bb3
-// 0.147713
-0x3fc2e842e8fd0a10
-// -0.059372
-0xbfae6600e43525ad
-// 0.172049
-0x3fc605b758122d51
-// -0.593382
-0xbfe2fcfcba4c92d6
-// 0.108126
-0x3fbbae290f73c501
-// 0.641096
-0x3fe483db04314468
-// -0.106165
-0xbfbb2da12bbd190c
-// 0.248464
-0x3fcfcdaabb2cec98
-// -0.002055
-0xbf60d60d4219af40
-// -0.446763
-0xbfdc97c1f0053677
-// -0.306883
-0xbfd3a3f81bfc92c5
-// -0.394777
-0xbfd9440764fdba11
-// 0.065180
-0x3fb0afa45e7579e3
-// -0.610816
-0xbfe38bcdf3c83c11
-// -0.782252
-0xbfe90835158fa404
-// 0.133107
-0x3fc109a2ac1a421a
-// -0.593091
-0xbfe2fa99074b1ef0
-// -0.578482
-0xbfe282ed28e244c0
-// -0.011594
-0xbf87be7497e7d095
-// 0.159173
-0x3fc45fc7ac235eab
-// 0.271450
-0x3fd15f6fd2fb2e6d
-// 0.393859
-0x3fd934fe2c78ec66
-// 0.128809
-0x3fc07cd050708e25
-// -0.192734
-0xbfc8ab84273be39c
-// -0.344369
-0xbfd60a25c68c49a5
-// -0.203719
-0xbfca1375ad724e38
-// 0.452937
-0x3fdcfce994000cb6
-// 0.447592
-0x3fdca558be34cb0d
-// -0.153778
-0xbfc3aefcbfde57c2
-// -0.702543
-0xbfe67b3bdafe2ff7
-// 0.245157
-0x3fcf614e891cce9b
-// -0.174074
-0xbfc6480eecc12fe8
-// -0.075259
-0xbfb344313362cbfb
-// -0.561324
-0xbfe1f65cf50e7bdf
-// 0.194162
-0x3fc8da4c141ba564
-// -0.209925
-0xbfcaded5c280052a
-// 0.317783
-0x3fd4568dfc5634b8
-// -0.285602
-0xbfd2474e37936fe5
-// 0.129052
-0x3fc084c82efcc17b
-// 0.012255
-0x3f89192e509387f0
-// 0.195979
-0x3fc915d53aeb9cec
-// 0.017757
-0x3f922ee920d52536
-// -0.261332
-0xbfd0b9a8d60a1156
-// -0.425900
-0xbfdb41f1736a4389
-// -0.703505
-0xbfe6831df5848afe
-// 0.141836
-0x3fc227af5bfcd960
-// 0.032333
-0x3fa08e012641c062
-// 0.105985
-0x3fbb21d2ec600d97
-// -0.169635
-0xbfc5b69a06a28686
-// -0.347339
-0xbfd63accb60b85b0
-// 0.155987
-0x3fc3f7617c5c4882
-// -0.306795
-0xbfd3a28767934d45
-// -0.139034
-0xbfc1cbde1f4350d3
-// 0.041346
-0x3fa52b53fe768e96
-// 0.227160
-0x3fcd1394e533c05e
-// 0.343589
-0x3fd5fd5bddd0ca9d
-// 0.449289
-0x3fdcc127d9d1e67b
-// 0.321518
-0x3fd493c057039daa
-// -0.472093
-0xbfde36c70629229b
-// -0.353952
-0xbfd6a72516f26aba
-// -0.047643
-0xbfa864acf36242a4
-// 0.166544
-0x3fc5514cde885e45
-// -0.160791
-0xbfc494cc1b8087ed
-// 0.220481
-0x3fcc38b7cc779080
-// 0.306811
-0x3fd3a2c8d888d58f
-// -0.503316
-0xbfe01b29d4c344a2
-// 0.487933
-0x3fdf3a4c380edff8
-// 0.818569
-0x3fea31b69b08bc8c
-// 0.372163
-0x3fd7d183d080750d
-// 0.061817
-0x3fafa672363d4117
-// -0.247874
-0xbfcfba550282dd5e
-// -0.326353
-0xbfd4e2f916aac325
-// 0.086970
-0x3fb643b1a1946088
-// 0.067917
-0x3fb163091304ee05
-// -0.267203
-0xbfd119dbb75b6191
-// -0.109138
-0xbfbbf07aeab58500
-// 0.164643
-0x3fc513024d3848d3
-// 0.272062
-0x3fd16978a8616a32
-// -0.225816
-0xbfcce7875f7fe6e3
-// -0.360743
-0xbfd71669dd958af6
-// -0.097910
-0xbfb9109f774cd8f6
-// -0.021657
-0xbf962d4e77765ab5
-// -0.403753
-0xbfd9d716bad50783
-// 0.104059
-0x3fbaa3970b69d59d
-// 0.343920
-0x3fd602c87924202c
-// -0.121350
-0xbfbf10ce831f6c0c
-// -0.290967
-0xbfd29f322f456a5f
-// 0.274047
-0x3fd189fc3729a08c
-// -0.315142
-0xbfd42b47d21490ee
-// -0.285181
-0xbfd24065d5009144
-// -0.325445
-0xbfd4d4190971be80
-// -0.047127
-0xbfa821144587905a
-// 0.065508
-0x3fb0c521b0d5827b
-// -0.021687
-0xbf9635234a48e94a
-// 0.519926
-0x3fe0a33c95573933
-// -0.011447
-0xbf877160b791e895
-// -0.185419
-0xbfc7bbd20fb2f8c7
-// 0.030078
-0x3f9ecca76734bf0e
-// -0.530060
-0xbfe0f6404d782c29
-// -0.073756
-0xbfb2e1a5a1d1c354
-// -0.237572
-0xbfce68c2ca4cb785
-// -0.455940
-0xbfdd2e1f6ed776ad
-// 0.053753
-0x3fab8581d02e2a02
-// -0.043781
-0xbfa66a7b85136911
-// -0.097746
-0xbfb905e43ca8818b
-// -0.056652
-0xbfad0176be402c95
-// 0.175640
-0x3fc67b5ea7574512
-// 0.053236
-0x3fab41cf2d5c8a6d
-// -0.140799
-0xbfc205b384eb91c6
-// 0.552695
-0x3fe1afad12b80aee
-// -0.037436
-0xbfa32ad662aab09b
-// 0.153772
-0x3fc3aed00f6c2537
-// 0.409269
-0x3fda3178736fafa5
-// 0.219709
-0x3fcc1f6c7252449f
-// -0.224646
-0xbfccc13546bb62c5
-// -1.000000
-0xbff0000000000000
-// -0.411203
-0xbfda512749f1f7d0
-// -0.352711
-0xbfd692d0fcb653ef
-// 0.074031
-0x3fb2f3aeca91d9f1
-// -0.122204
-0xbfbf48bbb5b64221
-// 0.404556
-0x3fd9e43d044bd95e
-// -0.388395
-0xbfd8db7774f49236
-// 0.150698
-0x3fc34a0f134c09a6
-// 0.042435
-0x3fa5ba0dc7829dc1
-// 0.395549
-0x3fd950adb62279b0
-// 0.054316
-0x3fabcf42079152ba
-// -0.081339
-0xbfb4d2a256850a50
-// 0.170552
-0x3fc5d4a6ed318818
-// -0.432390
-0xbfdbac4785abf533
-// 0.248708
-0x3fcfd5a77b138277
-// 0.387251
-0x3fd8c8b80a852432
-// 0.029996
-0x3f9eb72a0c057499
-// -0.674267
-0xbfe59398cb57c26d
-// -0.039502
-0xbfa439ab2ce089a3
-// 0.013703
-0x3f8c104d7370fd6b
-// 0.209968
-0x3fcae03cc1018024
-// 0.184106
-0x3fc790ccc768c03e
-// 0.278678
-0x3fd1d5dc9c1c4d78
-// -0.294103
-0xbfd2d294f2e7d89a
-// -0.430063
-0xbfdb86254c68bbbb
-// 0.080114
-0x3fb4825a2fe0ea79
-// -0.045030
-0xbfa70e31517a6873
-// -0.148687
-0xbfc3082e585622d0
-// -0.112053
-0xbfbcaf855c335571
-// 0.200664
-0x3fc9af57cc2334dc
+// -0.220609
+0xbfcc3ceca865ace1
+// 0.395033
+0x3fd9483a828578bd
+// 0.090897
+0x3fb74506ade80d60
+// -0.273006
+0xbfd178efe999ef74
+// 0.017580
+0x3f92009723117c9c
+// 0.392495
+0x3fd91ea52437a8eb
+// -0.200644
+0xbfc9aeb26941185c
+// 0.090535
+0x3fb72d44e2826b17
+// -0.555916
+0xbfe1ca11348cf705
+// -0.186760
+0xbfc7e7c2ae443271
+// -0.231259
+0xbfcd99e57b05a765
+// 0.037041
+0x3fa2f70f7f58bf36
+// -0.394198
+0xbfd93a89d96fa10f
+// -0.213855
+0xbfcb5f9d5f9d7783
+// -0.271495
+0xbfd1602e66adf3dc
+// 0.007311
+0x3f7df1b34938ea88
+// -0.030526
+0xbf9f4228d66c76f1
+// -0.072324
+0xbfb283d0ab077461
+// -0.156640
+0xbfc40cc822d89796
+// -0.018476
+0xbf92eb71b60b516e
+// -0.374343
+0xbfd7f53b2881e144
+// -0.187762
+0xbfc8089648378ba9
+// 0.209016
+0x3fcac10a8e343eec
+// 0.196781
+0x3fc93022af2287ef
+// 0.034972
+0x3fa1e7e1eb5a8a33
+// 0.021676
+0x3f9632365f8cf4c2
+// -0.204771
+0xbfca35f2afbcbfb0
+// -0.103395
+0xbfba781277327a83
+// 0.148173
+0x3fc2f7571c67c9f6
+// -0.485467
+0xbfdf11e5ef4e299e
+// 0.137849
+0x3fc1a506b892762f
+// -0.008269
+0xbf80ef827a4e842b
+// -0.301179
+0xbfd34682fd075bef
+// -0.089553
+0xbfb6ecf721298bc8
+// -0.157026
+0xbfc4196c1c34255e
+// 0.412467
+0x3fda65ddf805e754
+// 0.108100
+0x3fbbac6d3f446c06
+// -0.863340
+0xbfeba07b2e72e31f
+// -0.837928
+0xbfead04f679f0aca
+// 0.000666
+0x3f45d4e7282392fd
+// -0.096236
+0xbfb8a2e85c70df3e
+// -0.167817
+0xbfc57b05cf7ac198
+// -0.250024
+0xbfd000635c0f7ef6
+// 0.029584
+0x3f9e4b4ddd5da880
+// -0.258958
+0xbfd092c3d13d495d
+// 0.080215
+0x3fb488fe803af827
+// -0.113475
+0xbfbd0cb1e0c73c8d
+// -0.557115
+0xbfe1d3e3520018ee
+// 0.019191
+0x3f93a6e7d884be74
+// 0.595051
+0x3fe30aa85de40237
+// -0.213604
+0xbfcb5763fd54393f
+// 0.138260
+0x3fc1b27ea91c5635
+// -0.190656
+0xbfc86768e7216a5c
+// 0.304177
+0x3fd377a22d1a4c7b
+// 0.025633
+0x3f9a3f7cdd8aab01
+// 0.222916
+0x3fcc88835a8a19c5
+// -0.259613
+0xbfd09d80448f4375
+// 0.424602
+0x3fdb2cafdd3f8d65
+// -0.000915
+0xbf4dfe55bf34d02b
+// -0.700919
+0xbfe66dee43b0e73b
+// 0.014951
+0x3f8e9e75bca624f3
+// 0.364878
+0x3fd75a2a78cdfdf7
+// -0.608668
+0xbfe37a35abbe1b87
+// 0.284641
+0x3fd2378f1f1a1eac
+// 0.130662
+0x3fc0b98aad457ab1
+// -0.016867
+0xbf91459e7b7a18f6
+// 0.006703
+0x3f7b750634223925
+// -0.235605
+0xbfce284bad1cff69
+// -0.182515
+0xbfc75ca8ede54e1f
+// -0.107662
+0xbfbb8fb8d6780d45
+// 0.263279
+0x3fd0d98fea0ca650
+// 0.341965
+0x3fd5e2c1c5d84766
+// -0.120523
+0xbfbeda938fba017d
+// 0.134125
+0x3fc12b04578378bc
+// -0.093627
+0xbfb7f7f1d5849773
+// 0.096275
+0x3fb8a582c3c4413d
+// 0.196705
+0x3fc92da439d09218
+// -0.196211
+0xbfc91d6e66b8c852
+// -0.143644
+0xbfc262e962c6e5f1
+// -0.093793
+0xbfb802cc1d89f56b
+// 0.153669
+0x3fc3ab6d95960581
+// 0.654690
+0x3fe4f3385f80b2f1
+// 0.060983
+0x3faf392862d339be
+// 0.217852
+0x3fcbe2930285cfcb
+// 0.564143
+0x3fe20d760bf0ca12
+// -0.072190
+0xbfb27b04bc2fbde9
+// -0.277908
+0xbfd1c93dcbfe24db
+// -0.297347
+0xbfd307bb221dc72e
+// -0.181141
+0xbfc72f9f8c25ba38
+// 0.287521
+0x3fd266bdca5dae0c
+// -0.145459
+0xbfc29e6577ba6465
+// 0.467901
+0x3fddf21574b21ae1
+// 0.153978
+0x3fc3b589d1021cee
+// 0.227005
+0x3fcd0e7e0015e445
+// -0.368447
+0xbfd794a2db7b09e2
+// 0.003906
+0x3f70001085386b37
+// 0.196210
+0x3fc91d64cc138489
+// -0.244795
+0xbfcf556dc882044a
+// -0.216002
+0xbfcba5f04d623b5f
+// -0.458887
+0xbfdd5e675aca44ad
+// -0.109760
+0xbfbc193aee31b091
+// 0.140253
+0x3fc1f3d1b8efbf3a
+// 0.167326
+0x3fc56af00366bd5c
+// -0.056349
+0xbfacd9ce33c45ef9
+// -0.231691
+0xbfcda80a6361167e
+// 0.268731
+0x3fd132e4b5d9f4e3
+// 0.659892
+0x3fe51dd671aea196
+// 0.412840
+0x3fda6bf7976affbb
+// -0.148898
+0xbfc30f191395082f
+// -0.116558
+0xbfbdd6c29305e146
+// -0.303537
+0xbfd36d276c90ba30
+// -0.226830
+0xbfcd08c41c781380
+// -0.113911
+0xbfbd294382182a57
+// 0.094064
+0x3fb8148bebd9d151
+// -0.236412
+0xbfce42c08fff2a8a
+// -0.056059
+0xbfacb3c1b0d1a991
+// 0.319792
+0x3fd4777a8882bde0
+// -0.394901
+0xbfd9460e2dc8578c
+// -0.972917
+0xbfef2222a7ae4c6a
+// -0.463692
+0xbfddad1ffa8fdf6d
+// 0.047664
+0x3fa867622c36cab2
+// -0.300619
+0xbfd33d55766b74fb
+// -0.089298
+0xbfb6dc433a9baeb1
+// -0.521587
+0xbfe0b0d79d8707d0
+// -0.469206
+0xbfde0779c3047fa8
+// 0.217018
+0x3fcbc73bcd53cf33
+// 0.143896
+0x3fc26b32553aa694
+// -0.032388
+0xbfa09538e9878e4a
+// -0.447572
+0xbfdca504ebf0c522
+// 0.451610
+0x3fdce72e75d04a90
+// -0.123710
+0xbfbfab6f8f97d7c1
+// 0.047045
+0x3fa816476e4b6f87
+// 0.978125
+0x3fef4ccbc84b795a
+// 0.309512
+0x3fd3cf0b16ebf619
+// -0.086536
+0xbfb627401691dc5c
+// -0.220597
+0xbfcc3c8566d9df1c
+// -0.295437
+0xbfd2e8710f83b73e
+// 0.380474
+0x3fd859af959d1246
+// 0.046349
+0x3fa7bb07fe518879
+// 0.108382
+0x3fbbbee542a939b9
+// 0.546854
+0x3fe17fd344740df9
+// 0.386543
+0x3fd8bd1ef364cdbe
+// 0.009778
+0x3f84069f7e4f443f
+// -0.268723
+0xbfd132c3ea6855bc
+// -0.190902
+0xbfc86f7d00eb1536
+// -0.162084
+0xbfc4bf2b6dd01798
+// -0.392015
+0xbfd916c6f15a9a8d
+// 0.196869
+0x3fc933046bb33507
+// 0.057439
+0x3fad68b530e88ba0
+// 0.316182
+0x3fd43c55360e47e9
+// 0.204640
+0x3fca31a68a6086de
+// 0.354747
+0x3fd6b42cca12733b
+// -0.032879
+0xbfa0d585b9e34b93
+// 0.487648
+0x3fdf35a0c7d03df9
+// 0.453914
+0x3fdd0cee905f1bb3
+// -0.042728
+0xbfa5e07558c41f1f
+// 0.088927
+0x3fb6c3eb272b6e8f
+// -0.569288
+0xbfe2379b132dd105
+// -0.021209
+0xbf95b7eed7466702
+// 0.446371
+0x3fdc9159866d4a05
+// -0.262997
+0xbfd0d4efbe7953ba
+// 0.016240
+0x3f90a15939db50a3
+// 0.157414
+0x3fc42628866a52f4
+// 0.198236
+0x3fc95fcb6312d45c
+// -0.456583
+0xbfdd38a96c6b14a3
+// -0.095805
+0xbfb886b4530d33c6
+// -0.277132
+0xbfd1bc8769f838df
+// 0.180654
+0x3fc71fa931c70837
+// -0.096942
+0xbfb8d137ea5867b4
+// 0.266081
+0x3fd10776bbc4031d
+// 0.082427
+0x3fb519e9c49012e8
+// 0.314029
+0x3fd4190cf8a7a18b
+// 0.062805
+0x3fb01401f2eabe66
+// -0.559808
+0xbfe1e9f33e8c18aa
+// -0.242616
+0xbfcf0e0689be5c19
+// 0.303383
+0x3fd36a9f2f8cc980
+// -0.550461
+0xbfe19d600bcff0c9
+// 0.307289
+0x3fd3aaa0ce66952f
+// 0.081335
+0x3fb4d25a16c42d53
+// -0.138988
+0xbfc1ca599e38a2f6
+// -0.309433
+0xbfd3cdc14218daef
+// -0.227138
+0xbfcd12dce8a6bf07
+// 0.371304
+0x3fd7c370aa6483c3
+// 0.043533
+0x3fa649f263c68019
+// -0.262438
+0xbfd0cbc9d3c581e6
+// 0.515621
+0x3fe07ff7c588bb4c
+// -0.398617
+0xbfd982f187929a3a
+// -0.151369
+0xbfc3600b47cd1f12
+// 0.041251
+0x3fa51ee7c1b8c01e
+// 0.101381
+0x3fb9f42134e0bbb7
+// 0.513269
+0x3fe06cb35cb9f5c5
+// -0.184504
+0xbfc79dcfd3110d88
+// 0.406403
+0x3fda02817064fe82
+// -0.225940
+0xbfcceb9742cc6ee3
+// 0.602263
+0x3fe345bd30d67f91
+// -0.190378
+0xbfc85e4c16884f4e
+// -0.002795
+0xbf66e540c3f2fc02
+// 0.414785
+0x3fda8bd6226101ef
+// -0.167502
+0xbfc570b404c7e779
+// -0.254518
+0xbfd04a06eb3d2de1
+// -0.548376
+0xbfe18c4baac7bd69
+// 0.132709
+0x3fc0fc982e342734
+// -0.012294
+0xbf892db1f7cdda6a
+// -0.354622
+0xbfd6b22139e81848
+// 0.064524
+0x3fb084ab77034d7f
+// 0.117028
+0x3fbdf588abded2d1
+// 0.628495
+0x3fe41ca14a9b3e30
+// -0.186214
+0xbfc7d5dfc4cdc010
+// -0.249640
+0xbfcff4311e01ae2f
+// -0.086985
+0xbfb644ad941d7841
+// 0.398777
+0x3fd9858efcb10a06
+// 0.126595
+0x3fc03442625b0709
+// -0.483449
+0xbfdef0d5a3706629
+// -0.285256
+0xbfd241a227aba550
+// -0.320421
+0xbfd481c7228fcc25
+// 0.093038
+0x3fb7d15a80a72e0e
+// -0.116759
+0xbfbde3ef62b3c680
+// 0.465539
+0x3fddcb649dd736de
+// -0.003670
+0xbf6e0fce616d5d35
+// 0.070459
+0x3fb2099a67304f0e
+// 0.557419
+0x3fe1d6608ddd7fd2
+// -0.047230
+0xbfa82e91093aa823
+// -0.000185
+0xbf2832e5403523cd
+// 0.332332
+0x3fd544eb912c7acb
+// -0.157505
+0xbfc42921435f1af6
+// 0.062949
+0x3fb01d687d7ad802
+// 0.307208
+0x3fd3a94b36c34b39
+// -0.377154
+0xbfd8234ab88c5dcb
+// 0.100997
+0x3fb9dae9c3c8e4c5
+// -0.542437
+0xbfe15ba47ac7ac91
+// -0.028703
+0xbf9d64443761ec43
+// -0.264265
+0xbfd0e9b9c189f4ea
+// -0.044257
+0xbfa6a8dd9423c348
+// 0.237880
+0x3fce72da77c5187b
+// 0.037752
+0x3fa354308aef39ff
+// -0.455900
+0xbfdd2d767d0cdff7
+// -0.001772
+0xbf5d07a0250a6625
+// -0.405662
+0xbfd9f65c5c61ff00
+// -0.089681
+0xbfb6f55beb466c03
+// 0.026447
+0x3f9b14f7c8ab572d
+// 0.420147
+0x3fdae3b14d95e811
+// 0.089418
+0x3fb6e41607146bed
+// -0.127823
+0xbfc05c7d410a5fd9
+// 0.365479
+0x3fd764002c681fe4
+// -0.288699
+0xbfd27a0a81f24d9c
+// -0.085663
+0xbfb5edfc3fe98347
+// -0.652400
+0xbfe4e074f193be60
+// 0.350783
+0x3fd6733ab57d02e6
+// -0.199367
+0xbfc984ddd753068b
+// 0.289329
+0x3fd2845e146779c3
+// 0.054580
+0x3fabf1dd738a0991
+// -0.090597
+0xbfb7315f6938afdf
+// -0.125060
+0xbfc001fb50de8cbb
+// -0.284508
+0xbfd23561297bdc5b
+// -0.037233
+0xbfa31043176c356c
+// -0.023962
+0xbf9889692e01b360
+// 0.012627
+0x3f89dc71d89837d1
+// -0.008772
+0xbf81f7381723d1ef
+// 0.443808
+0x3fdc67581e2747b8
+// -0.088559
+0xbfb6abc70e74ce9b
+// -0.347280
+0xbfd639d7cdd96c40
+// -0.544739
+0xbfe16e813cec176a
+// -0.655576
+0xbfe4fa7acdf14b50
+// 0.101089
+0x3fb9e0f1c92417b0
+// -0.331162
+0xbfd531c24befd4bb
+// 0.283496
+0x3fd224cb990e66db
+// -0.137360
+0xbfc195000a00709c
+// -0.021429
+0xbf95f16067ffd82c
+// -0.264846
+0xbfd0f33b2494ed40
+// -0.535614
+0xbfe123c0d72bd87d
+// -0.081686
+0xbfb4e9593dd28e76
+// -0.331271
+0xbfd53389c888238f
+// -0.227840
+0xbfcd29d8898b13a8
+// 0.020863
+0x3f955d04d506c16f
+// 0.296171
+0x3fd2f477af4cbbf5
+// 0.268877
+0x3fd135490bebb4f9
+// -0.460458
+0xbfdd78268352e600
+// 0.219492
+0x3fcc184e7f94c89f
+// 0.124774
+0x3fbff12d07a5cdb8
+// -0.365195
+0xbfd75f59bbe4bcb3
+// 0.103207
+0x3fba6bcbe092c440
+// 0.160501
+0x3fc48b4b140a8d5a
+// 0.101339
+0x3fb9f152c50c664a
+// -0.088566
+0xbfb6ac4a85316d8e
+// 0.048658
+0x3fa8e9b0f5354802
+// -0.134238
+0xbfc12eb5aed378d5
+// 0.167161
+0x3fc56584c2cff3b8
+// 0.487257
+0x3fdf2f387a9e4eba
+// 1.000000
+0x3ff0000000000000
+// 0.222199
+0x3fcc710030728843
+// 0.304847
+0x3fd3829d0bf2cf9e
+// -0.123051
+0xbfbf80475aaa7255
+// -0.415563
+0xbfda98955cbb45c2
+// -0.446066
+0xbfdc8c5a373b1daf
+// 0.439979
+0x3fdc289d24f6ddcd
+// 0.417111
+0x3fdab1f383740b67
+// -0.116021
+0xbfbdb394ffd3b19e
+// 0.509533
+0x3fe04e18fcc49dc2
+// 0.246475
+0x3fcf8c8019dc440a
+// -0.408701
+0xbfda28263d129c08

+ 600 - 600
Testing/Patterns/DSP/Stats/StatsF64/InputNew2_f64.txt

@@ -1,602 +1,602 @@
 D
 300
-// 0.010300
-0x3f85182a301f1a3c
-// 0.003904
-0x3f6ffc04444a0c78
-// 0.237716
-0x3fce6d7d50f4255c
-// -0.086404
-0xbfb61e8b6450cf2e
-// 0.178845
-0x3fc6e46727c55776
-// 0.161165
-0x3fc4a10dc8dd45a4
-// 0.353108
-0x3fd69952fb90878a
-// 0.014521
-0x3f8dbd2e40d0e8f2
-// 0.010126
-0x3f84bd332101eb7e
-// -0.569615
-0xbfe23a4986d29657
-// -0.191558
-0xbfc884f598b8ece6
-// -0.118760
-0xbfbe6706900540d9
-// 0.240008
-0x3fceb892c61afe54
-// 0.452496
-0x3fdcf5b2d5b9c349
-// -0.192524
-0xbfc8a4a039cc7086
-// 0.190432
-0x3fc86011ab7bdaa9
-// -0.355702
-0xbfd6c3d2a27a89d9
-// 0.527120
-0x3fe0de2b3495a9f3
-// 0.247465
-0x3fcfacec502214d0
-// 0.099934
-0x3fb9954327ab1787
-// 0.362171
-0x3fd72dd11ac34400
-// -0.234593
-0xbfce0728523a6b72
-// 0.193361
-0x3fc8c00dc233f4e2
-// 0.075314
-0x3fb347c5a72a80ff
-// -0.089740
-0xbfb6f930fc5492a9
-// -0.337612
-0xbfd59b7074ad21a4
-// 0.239573
-0x3fceaa57ac8a8ae5
-// -0.346008
-0xbfd62500b016a189
-// 0.379381
-0x3fd847c7e9e0872f
-// 0.049053
-0x3fa91d75a70ed9f1
-// -0.025685
-0xbf9a4d0b34998d12
-// -0.045126
-0xbfa71ab9d51c0096
-// -0.389821
-0xbfd8f2d3ee2b5967
-// -0.263086
-0xbfd0d66491fc7e04
-// 0.193642
-0x3fc8c93ec16a5a0b
-// 0.180492
-0x3fc71a5f7af48ed2
-// 0.350510
-0x3fd66ebfb64c2869
-// -0.008222
-0xbf80d692ffb29257
-// 0.422570
-0x3fdb0b6360c0328e
-// -0.102925
-0xbfba59472be650ae
-// 0.343787
-0x3fd6009afad89549
-// 0.289211
-0x3fd28270db87726e
-// -0.385137
-0xbfd8a61660c178aa
-// -0.066865
-0xbfb11e096c02b805
-// -0.019288
-0xbf93c056f4f2e237
-// -0.085113
-0xbfb5c9f86fb8d2ea
-// -0.239870
-0xbfceb412e008d88b
-// 0.147948
-0x3fc2eff833bf62c1
-// 0.310771
-0x3fd3e3ad8c1a55d0
-// -0.600062
-0xbfe333b4fdad5e34
-// -0.416563
-0xbfdaa8f7dea55227
-// 0.229068
-0x3fcd52166d1f7a1e
-// -0.014542
-0xbf8dc844c112c204
-// -0.217789
-0xbfcbe0835afbe90b
-// -0.090036
-0xbfb70c96666442fa
-// 0.039812
-0x3fa46248cf5eb594
-// -0.207776
-0xbfca986877b03579
-// 0.295809
-0x3fd2ee8ab25e0309
-// -0.215701
-0xbfcb9c187c5ca659
-// 0.290444
-0x3fd296a1f85231c6
-// 0.110219
-0x3fbc37490c7889a5
-// 0.065014
-0x3fb0a4c2d3d93a29
-// 0.535739
-0x3fe124c6455d75e8
-// 0.314164
-0x3fd41b44a35f58fd
-// -0.406110
-0xbfd9fdb4f43f4617
-// 0.224685
-0x3fccc27bd40dc752
-// -0.326982
-0xbfd4ed458825a0a7
-// -0.208887
-0xbfcabcd1a1c301b3
-// -0.052591
-0xbfaaed27d8302056
-// -0.131084
-0xbfc0c7586be99789
-// 0.412655
-0x3fda68ef9f869414
-// 0.434904
-0x3fdbd57941bbd7e1
-// -0.167941
-0xbfc57f1522c5a4e8
-// -0.191992
-0xbfc893324cca6567
-// 0.075638
-0x3fb35d0192af0994
-// -0.269096
-0xbfd138dda7a69821
-// -0.671986
-0xbfe580e8563411d9
-// 0.040876
-0x3fa4edb0ec2cbcbd
-// -0.332532
-0xbfd548346f1473ec
-// -0.226720
-0xbfcd05292e154c42
-// 0.377627
-0x3fd82b092b0ae625
-// 0.062290
-0x3fafe47d1c29b18a
-// 0.357487
-0x3fd6e1101bc4a990
-// 0.360129
-0x3fd70c5ad7fadb7f
-// -0.124509
-0xbfbfdfd9e9702f44
-// 0.040746
-0x3fa4dca4d770fd1c
-// -0.009652
-0xbf83c49b8841fd97
-// -0.042235
-0xbfa59fd7299a7610
-// -0.257055
-0xbfd073985ad0b416
-// -0.202417
-0xbfc9e8ca77afa69f
-// 0.070054
-0x3fb1ef0cc13db0f5
-// -0.023045
-0xbf979904611875d0
-// -0.234983
-0xbfce13ed0df299db
-// 0.157118
-0x3fc41c70ad62f4c8
-// 0.365550
-0x3fd7652a24e1a748
-// -0.182467
-0xbfc75b159877b857
-// 0.158833
-0x3fc454a71aaae641
-// 0.674646
-0x3fe596b35cb93bba
-// -0.011381
-0xbf874ebbac12f4e0
-// -0.165836
-0xbfc53a1dc2ed933d
-// 0.343521
-0x3fd5fc3e8f37f7f9
-// -0.209146
-0xbfcac54cfd3883c4
-// -0.278357
-0xbfd1d098b782b7f5
-// -0.107780
-0xbfbb97771b8606ca
-// -0.391201
-0xbfd9097010acd5ed
-// -0.011915
-0xbf8866e2ceeeb58f
-// -0.096413
-0xbfb8ae86aa673fe8
-// 0.257118
-0x3fd0749e6c6fec17
-// 0.189542
-0x3fc842ea2aa364c9
-// 0.011615
-0x3f87c9d5e15270e2
-// 0.346396
-0x3fd62b596e205f99
-// 0.178176
-0x3fc6ce78cb84a34c
-// 0.025789
-0x3f9a687be0df9a72
-// -0.064522
-0xbfb0847fdfb3ed1e
-// -0.095781
-0xbfb885167b581c23
-// -0.077159
-0xbfb3c0ac82024530
-// -0.162425
-0xbfc4ca5418985c33
-// 0.392904
-0x3fd92555d4b217fb
-// -0.018926
-0xbf93613af452c528
-// 0.576264
-0x3fe270c0445ec7ff
-// -0.238081
-0xbfce796f071fadfa
-// -0.365642
-0xbfd766ad138ecf5f
-// 0.296912
-0x3fd3009b4d5eafc3
-// 0.192758
-0x3fc8ac49767e9495
-// -0.149871
-0xbfc32ef62d0416fd
-// 0.341094
-0x3fd5d47b05862227
-// 0.239390
-0x3fcea453d3a94caa
-// -0.018128
-0xbf929031e02038a0
-// 0.228088
-0x3fcd31f9b73de9c2
-// -0.517001
-0xbfe08b4611431ce2
-// -0.143110
-0xbfc2516a75b268ce
-// -0.154067
-0xbfc3b876303bf645
-// 0.048898
-0x3fa909234de34d34
-// 0.360847
-0x3fd7181dbc4fadd3
-// -0.081207
-0xbfb4c9f49b95662d
-// -0.617506
-0xbfe3c29bd16f96ef
-// -0.029849
-0xbf9e90cc7ac9cb7a
-// -0.094108
-0xbfb8177451859e35
-// -0.065844
-0xbfb0db2892081143
-// 0.366048
-0x3fd76d55f18b3982
-// -0.156412
-0xbfc4054fdb235e2a
-// 0.005374
-0x3f7602e1a261a7a9
-// -0.013323
-0xbf8b48ed38f63b26
-// 0.270798
-0x3fd154c09fcc37ef
-// 0.191439
-0x3fc88116565394ff
-// 0.282035
-0x3fd20cddac766d0c
-// -0.342058
-0xbfd5e446acae1cc9
-// -0.198673
-0xbfc96e1afeb343c7
-// -0.280324
-0xbfd1f0d55249f666
-// 0.365714
-0x3fd767dad5152d97
-// 0.354701
-0x3fd6b36da0685df7
-// 0.282238
-0x3fd21031657d5a99
-// -0.197722
-0xbfc94ef1602b788f
-// -0.148416
-0xbfc2ff4f23372a00
-// 0.011534
-0x3f879f33f4020486
-// -0.080929
-0xbfb4b7c97cc804fb
-// -0.534440
-0xbfe11a226bc4a436
-// 0.214592
-0x3fcb77bdead02acd
-// -0.094255
-0xbfb8211379343def
-// 0.080057
-0x3fb47e9703d310d1
-// -0.218385
-0xbfcbf406bd64740a
-// -0.075808
-0xbfb368244720f93b
-// -0.535995
-0xbfe126df9ef22f48
-// -0.560618
-0xbfe1f095e76d3845
-// 0.031759
-0x3fa042b5d737ff6f
-// -0.084043
-0xbfb583dbfc8bd2c1
-// 0.169611
-0x3fc5b5d1b574c9f5
-// -0.381473
-0xbfd86a0ec9477d57
-// 0.389443
-0x3fd8eca246ae9924
-// -0.329722
-0xbfd51a2a3e53ed05
-// -0.220375
-0xbfcc3543a48afd11
-// 0.260917
-0x3fd0b2db6d387ca8
-// -0.132409
-0xbfc0f2c82257abd4
-// 0.020444
-0x3f94ef42141c4583
-// -0.035719
-0xbfa249c71f1313fb
-// -0.385735
-0xbfd8afe397478def
-// -0.370007
-0xbfd7ae33cb215205
-// -0.261254
-0xbfd0b86458ff5222
-// -0.264705
-0xbfd0f0ed1e442cbe
-// -0.155059
-0xbfc3d8f796f913ed
-// -0.062026
-0xbfafc1ecae6e1771
-// -0.026592
-0xbf9b3acea68f1cf2
-// -0.379354
-0xbfd8475444faafa2
-// 0.308998
-0x3fd3c6a112adc17f
-// 0.081964
-0x3fb4fb8ff460ed68
-// -0.307292
-0xbfd3aaaa099b343f
-// 0.297780
-0x3fd30ed287339334
-// 0.230131
-0x3fcd74f1936ef924
-// -0.282766
-0xbfd218d5a9871333
-// 0.525125
-0x3fe0cdd3fd6ef099
-// 0.037709
-0x3fa34e92b8373ef9
-// 0.101408
-0x3fb9f5e35ad52c37
-// -0.165253
-0xbfc52701f3760c32
-// -0.049008
-0xbfa9178a687fe8e0
-// 0.099262
-0x3fb969379c942a67
-// -0.076154
-0xbfb37ed3f4cc3eed
-// -0.622417
-0xbfe3ead7c6339c5e
-// 0.148459
-0x3fc300b474ffbd3d
-// -0.324548
-0xbfd4c56332a9a643
-// 0.062307
-0x3fafe6c04659d942
-// -0.075233
-0xbfb3427633b83e08
-// -0.116186
-0xbfbdbe61e98d9cb2
-// -0.098361
-0xbfb92e2923e081bb
-// 0.446185
-0x3fdc8e4b1d99feb1
-// 0.069585
-0x3fb1d057db64293e
-// -0.099415
-0xbfb9733ef2163ad5
-// -0.105844
-0xbfbb1893719c475b
-// -0.145269
-0xbfc2982e176803cd
-// -0.039455
-0xbfa4336480ded683
-// 0.337116
-0x3fd5934cf3edd2d8
-// -0.407030
-0xbfda0cc70c8dde10
-// -0.362959
-0xbfd73ab932b62a17
-// 0.191520
-0x3fc883ba44144f98
-// 0.121872
-0x3fbf32fbca8ab798
-// 0.364059
-0x3fd74cbcb68ed067
-// 0.040240
-0x3fa49a56633c8590
-// -0.228233
-0xbfcd36bd1983db00
-// 0.219218
-0x3fcc0f56f6ce0bdc
-// 0.148603
-0x3fc3056c74aa7bc4
-// 0.088576
-0x3fb6acee378c2572
-// 0.385678
-0x3fd8aef103e1095e
-// -0.653462
-0xbfe4e928c5e70bc4
-// -0.389398
-0xbfd8ebe53f1a2a80
-// 0.130785
-0x3fc0bd8c7ea1454f
-// -0.360148
-0xbfd70ca927d85013
-// -0.143371
-0xbfc259fd596ad6b2
-// -0.311990
-0xbfd3f7a361a5becd
-// 0.326834
-0x3fd4ead75ea0c5ce
-// -0.000266
-0xbf3176694143ecb4
-// -0.351309
-0xbfd67bd7d2d1aaf3
-// 0.384254
-0x3fd8979cca9ad50b
-// 0.163209
-0x3fc4e406fc4180f7
-// -0.160957
-0xbfc49a3a6e76c2b1
-// -0.301685
-0xbfd34ecd4f688a4c
-// 0.285489
-0x3fd24572eedca617
-// 0.270513
-0x3fd15014b6f5fcf8
-// -0.090592
-0xbfb73108dc94c6d9
-// -0.061444
-0xbfaf759d01363509
-// 0.028826
-0x3f9d847441e4929e
-// -0.351471
-0xbfd67e7f01cbd713
-// -0.089527
-0xbfb6eb43c543ece8
-// -0.119135
-0xbfbe7fa1aa47fe30
-// -0.394403
-0xbfd93de406c55d06
-// 0.239948
-0x3fceb69c708cf6e6
-// -0.082140
-0xbfb507275a5abfaa
-// 0.130720
-0x3fc0bb6c84be9148
-// -0.093754
-0xbfb8003fa60d8a1c
-// -0.014195
-0xbf8d1247e0f38f86
-// 0.215058
-0x3fcb87090849e30a
-// 0.096990
-0x3fb8d44e535b1d2b
-// -0.237349
-0xbfce61711e92a0e9
-// -0.213885
-0xbfcb6094ab8a1b6e
-// 0.320667
-0x3fd485ceae37df41
-// -0.013695
-0xbf8c0c60fd632f4c
-// 0.101027
-0x3fb9dce91f7f7a02
-// 0.343963
-0x3fd6037cf63e40c4
-// -0.161192
-0xbfc4a1f460079779
-// -0.252393
-0xbfd02734316cf70e
-// -0.111225
-0xbfbc793729a80498
-// 0.449489
-0x3fdcc46ca22e5e50
-// -0.048461
-0xbfa8cfec0ab4dfbd
-// -0.274129
-0xbfd18b5371a79698
-// 0.421271
-0x3fdaf61a013c0317
-// 0.362169
-0x3fd72dc67ab9ba0f
-// -0.701871
-0xbfe675ba0b107dc9
-// -0.048420
-0xbfa8ca710de7a0f6
-// 0.096209
-0x3fb8a12cedf26c98
-// -0.807318
-0xbfe9d58d4d8c4c82
-// 0.246474
-0x3fcf8c77b68525b4
-// 0.237133
-0x3fce5a5f068c29e1
-// -0.192497
-0xbfc8a3bfdbbb5695
-// 0.313893
-0x3fd416d4b854e54a
-// -0.091762
-0xbfb77db5dca55cda
-// -0.046031
-0xbfa7915abada824b
-// -0.443415
-0xbfdc60e9b8523315
-// -0.411351
-0xbfda539448138f94
-// 0.196602
-0x3fc92a3fe7f21e1e
-// -0.012462
-0xbf89856c20b12315
-// 0.176824
-0x3fc6a22bb2695668
-// -0.636898
-0xbfe46176f9f98400
-// -0.007078
-0xbf7cfdc419228d4a
-// -0.140150
-0xbfc1f071135166e4
-// -1.000000
-0xbff0000000000000
-// 0.071693
-0x3fb25a7d0ff43bca
-// 0.098346
-0x3fb92d3a7a710244
-// 0.352118
-0x3fd689180141ffa0
-// 0.470437
-0x3fde1ba22f8c4345
-// 0.187127
-0x3fc7f3c73d1c1821
-// -0.690183
-0xbfe615f9a7289241
-// 0.093769
-0x3fb8014473ae868b
-// -0.218388
-0xbfcbf4233b295dc9
-// 0.234583
-0x3fce06cf610dcd78
-// -0.052956
-0xbfab1d1c8fd5921c
-// 0.048667
-0x3fa8eaec0842d202
-// 0.268936
-0x3fd13641358b547a
-// 0.038693
-0x3fa3cf98f1490ee8
-// -0.168757
-0xbfc599d2dc2aed7b
-// -0.131376
-0xbfc0d0eb814c4227
-// 0.064177
-0x3fb06dea780368c9
-// -0.403035
-0xbfd9cb5321663135
+// -0.182215
+0xbfc752d03a71dc43
+// 0.325545
+0x3fd4d5bb85e3fc03
+// -0.092973
+0xbfb7cd12b235228b
+// -0.048415
+0xbfa8c9cc13f2116c
+// 0.643678
+0x3fe49902c420f35d
+// -0.181807
+0xbfc74573b09ddac2
+// 0.261750
+0x3fd0c0838d188ed4
+// 0.149320
+0x3fc31ceab5a259d6
+// 0.193621
+0x3fc8c8933ed8b731
+// -0.344258
+0xbfd60854b0dbcf23
+// 0.032522
+0x3fa0a6ba8c16101b
+// -0.137603
+0xbfc19cfcc378c9b7
+// 0.301070
+0x3fd344b97551ebc3
+// 0.351375
+0x3fd67cef80aabfce
+// 0.026664
+0x3f9b4dd65d049d64
+// -0.208886
+0xbfcabcc6f3f55db4
+// 0.212678
+0x3fcb390b8d4408f1
+// -0.356079
+0xbfd6ca016dcbdaa5
+// -0.375821
+0xbfd80d728002ab92
+// 0.364785
+0x3fd758a4dc461b91
+// -0.036541
+0xbfa2b57efba5c00c
+// -0.050199
+0xbfa9b3b97ba3e8fc
+// -0.197407
+0xbfc944a30ab09777
+// -0.362983
+0xbfd73b1d0749c875
+// 0.144613
+0x3fc282b1925574be
+// 0.331484
+0x3fd537070e4f3b7d
+// 0.056375
+0x3facdd2a805ca840
+// 0.027182
+0x3f9bd59df460aee8
+// 0.132414
+0x3fc0f2f1c541f875
+// -0.384429
+0xbfd89a7b634792f5
+// 0.365169
+0x3fd75eebc6b5393d
+// 0.128622
+0x3fc076ac106833c3
+// 0.070397
+0x3fb2058a6bc0a532
+// 0.068519
+0x3fb18a6fff0816b7
+// -0.166208
+0xbfc5465074634830
+// 0.074056
+0x3fb2f54f1c032621
+// -0.248041
+0xbfcfbfcc261a0558
+// 0.281666
+0x3fd206d042692873
+// 0.069165
+0x3fb1b4cd9d13da8f
+// -0.128996
+0xbfc082f4e71cf43d
+// 0.207911
+0x3fca9cd01133cb9a
+// -0.052447
+0xbfaada450336a17c
+// 0.302748
+0x3fd3603960138a33
+// 0.035448
+0x3fa226444f83a822
+// 0.497798
+0x3fdfdbeaf222618c
+// 0.123911
+0x3fbfb8a4b1324a70
+// 0.115805
+0x3fbda55fc06cad22
+// 0.157743
+0x3fc430e9d1aa9669
+// 0.299029
+0x3fd3234c6541c983
+// -0.265593
+0xbfd0ff784a36766e
+// 0.254236
+0x3fd04565e89aae60
+// 0.364093
+0x3fd74d4debfb54c9
+// -0.232163
+0xbfcdb7818935dbc4
+// -0.080750
+0xbfb4abffd664e41d
+// 0.147289
+0x3fc2da5be24b2fe6
+// 0.033236
+0x3fa10455697064da
+// 1.000000
+0x3ff0000000000000
+// 0.072617
+0x3fb2970f78f8603a
+// 0.011399
+0x3f87589ddd756aef
+// 0.270982
+0x3fd157c432566809
+// 0.331565
+0x3fd5385c4837c687
+// 0.491448
+0x3fdf73e372c8d1a5
+// -0.386695
+0xbfd8bf9a5c95ca44
+// 0.176848
+0x3fc6a2f6c2afe609
+// -0.282255
+0xbfd210758b703d2b
+// 0.004226
+0x3f714f9bdc20e0bd
+// -0.277618
+0xbfd1c47dc4e388c0
+// 0.059296
+0x3fae5c0bade390cc
+// -0.016793
+0xbf913225daa06e7e
+// -0.144769
+0xbfc287c8158b2e50
+// 0.228343
+0x3fcd3a59cbec9500
+// 0.358931
+0x3fd6f8b7a35548ff
+// -0.007828
+0xbf8008516296838b
+// 0.082509
+0x3fb51f565be53b2b
+// 0.591969
+0x3fe2f1684738cbf2
+// -0.003280
+0xbf6addb8b7ba2e78
+// -0.090186
+0xbfb716703713b162
+// 0.240550
+0x3fceca567f7c2b93
+// -0.132731
+0xbfc0fd57e56bcd19
+// 0.505498
+0x3fe02d09ec24a51a
+// -0.208460
+0xbfcaaecfbb32e059
+// 0.389250
+0x3fd8e9797aa18c8b
+// 0.170017
+0x3fc5c31b3c59df4e
+// 0.011919
+0x3f88692d8ebc6c75
+// -0.682217
+0xbfe5d4b9343bae4a
+// -0.099700
+0xbfb985ee95e49721
+// 0.085793
+0x3fb5f68a631a1d4a
+// -0.206543
+0xbfca7002000a2a53
+// 0.148013
+0x3fc2f21ab602e7a2
+// 0.299091
+0x3fd3244c9f279275
+// -0.314255
+0xbfd41cbffaa4adac
+// 0.208039
+0x3fcaa10737415605
+// 0.544685
+0x3fe16e0edc33ccbe
+// -0.343028
+0xbfd5f429ab0355f8
+// 0.028606
+0x3f9d4ad264bc7ce7
+// -0.155792
+0xbfc3f0fa3fe6fa96
+// -0.077644
+0xbfb3e0725c7f3464
+// -0.298706
+0xbfd31dfe700903b1
+// 0.050511
+0x3fa9dc8b2242e0f1
+// 0.078990
+0x3fb438aa3d4bfa87
+// 0.144090
+0x3fc2718719191720
+// 0.153905
+0x3fc3b32bd29d2488
+// -0.050205
+0xbfa9b4688c2cba6e
+// 0.367123
+0x3fd77ef16d2f78c7
+// 0.519399
+0x3fe09eeab6b1d6d3
+// -0.159680
+0xbfc4706284ffe899
+// 0.209485
+0x3fcad063a5a26fdb
+// -0.057417
+0xbfad65be2850370c
+// -0.310939
+0xbfd3e66bdff5f288
+// -0.063961
+0xbfb05fb82030a0d6
+// -0.014237
+0xbf8d287f9871ca42
+// -0.167129
+0xbfc5647ec086b3b7
+// 0.035091
+0x3fa1f77c2319203c
+// 0.067569
+0x3fb14c2c8dacbefc
+// 0.046362
+0x3fa7bcb54131a5ce
+// -0.472297
+0xbfde3a1b47fbddc2
+// -0.163609
+0xbfc4f121ac781d69
+// 0.235539
+0x3fce262323b40842
+// -0.029347
+0xbf9e0d2517d53597
+// 0.001907
+0x3f5f3e748ec7cb4f
+// -0.152559
+0xbfc3870cd5f4f3f5
+// -0.247973
+0xbfcfbd904fd71271
+// -0.271395
+0xbfd15e88bacf6b5d
+// 0.052790
+0x3fab07574f889272
+// -0.185626
+0xbfc7c293e4f0e187
+// 0.282539
+0x3fd2151d7c01318b
+// -0.383613
+0xbfd88d1c4499b255
+// 0.020488
+0x3f94fadb137124f8
+// -0.181202
+0xbfc731a44581d648
+// 0.106634
+0x3fbb4c5838232498
+// -0.497958
+0xbfdfde89391bfe7a
+// 0.446664
+0x3fdc9624dc9462f9
+// -0.196766
+0xbfc92fa0aeedf7fd
+// 0.378592
+0x3fd83ada8fd3f159
+// -0.580878
+0xbfe2968c8c636838
+// -0.190468
+0xbfc8613e21025f53
+// -0.366471
+0xbfd7744108b4d13d
+// -0.263601
+0xbfd0ded7dfdc629d
+// -0.250846
+0xbfd00ddbb729c94c
+// 0.074331
+0x3fb30762a3ded740
+// -0.233767
+0xbfcdec13256a586c
+// -0.317073
+0xbfd44aea8238bd7d
+// -0.056638
+0xbfacffa1cef3b7bf
+// -0.148935
+0xbfc3105156a8db92
+// -0.132102
+0xbfc0e8bc112ed25c
+// 0.048405
+0x3fa8c88195b11d93
+// 0.043301
+0x3fa62b8af0662887
+// 0.379419
+0x3fd848662fe5527c
+// -0.282916
+0xbfd21b4d8da7b0e8
+// 0.014438
+0x3f8d9184adb4f098
+// 0.161537
+0x3fc4ad4270f1546d
+// -0.299976
+0xbfd332cdffa7f655
+// -0.031387
+0xbfa011ea7a8bf1a4
+// 0.040681
+0x3fa4d4284ca1dfb3
+// -0.288659
+0xbfd279621eee30f8
+// 0.527106
+0x3fe0de0c81c812f6
+// 0.498719
+0x3fdfeb0169307408
+// -0.074426
+0xbfb30d9a70288733
+// -0.061906
+0xbfafb231ce4f2b03
+// 0.281781
+0x3fd208b49dff3aa9
+// 0.207098
+0x3fca822ffb75a130
+// -0.075528
+0xbfb355c7e70f1058
+// -0.428233
+0xbfdb6829db9d3e21
+// 0.159763
+0x3fc4731ac3cbb789
+// 0.097809
+0x3fb90a095661654b
+// 0.197841
+0x3fc952d991213a80
+// -0.173772
+0xbfc63e2a02152aad
+// 0.348525
+0x3fd64e3c97504028
+// -0.072498
+0xbfb28f3a3dff9c4a
+// 0.308902
+0x3fd3c50cf5774873
+// 0.125210
+0x3fc006e0deab8dc7
+// -0.391184
+0xbfd909284f7e7f61
+// -0.241528
+0xbfceea6155d26b20
+// 0.283213
+0x3fd2202a1b212905
+// -0.045300
+0xbfa731984d42d920
+// 0.163202
+0x3fc4e3d0bd341081
+// 0.250563
+0x3fd00938c5c32f8b
+// -0.284228
+0xbfd230cb1a75385e
+// -0.127597
+0xbfc055178154e028
+// -0.269008
+0xbfd1376d012fd089
+// 0.093285
+0x3fb7e18417b68706
+// -0.374863
+0xbfd7fdc2d0b54813
+// 0.561167
+0x3fe1f513b1538673
+// -0.232146
+0xbfcdb6f9f5763703
+// 0.686275
+0x3fe5f5f6e400a799
+// -0.301920
+0xbfd352a7dd5b837c
+// 0.395736
+0x3fd953bb01f215ce
+// -0.140383
+0xbfc1f811a3ee516e
+// -0.087780
+0xbfb678c4d0fa34e4
+// -0.044152
+0xbfa69b1c610a12bc
+// -0.098356
+0xbfb92de3eaa1106a
+// -0.078722
+0xbfb4271ed50ae75c
+// 0.083714
+0x3fb56e40d34e0ea7
+// -0.263217
+0xbfd0d88ab2f938e1
+// -0.021113
+0xbf959e9938dd3662
+// -0.158184
+0xbfc43f60e6353c2b
+// 0.374294
+0x3fd7f470d9ef0611
+// -0.094736
+0xbfb8409d5d143d91
+// -0.377692
+0xbfd82c199b3c863b
+// -0.014578
+0xbf8ddaf0ad8b6516
+// -0.045682
+0xbfa763a8c357a058
+// -0.070423
+0xbfb2073e81f7fef9
+// 0.026159
+0x3f9ac95e6c46c70a
+// -0.079775
+0xbfb46c2772fbc026
+// -0.150176
+0xbfc338f71e85a46d
+// 0.188067
+0x3fc8129849b65545
+// -0.181259
+0xbfc7337c5ab866b5
+// -0.377973
+0xbfd830b475c7f1be
+// 0.023563
+0x3f9820ca05db49a3
+// 0.280221
+0x3fd1ef23745c2a22
+// 0.074794
+0x3fb325b4d85f13c3
+// 0.670222
+0x3fe572760600c3cd
+// -0.110545
+0xbfbc4cb268c4ae67
+// 0.521518
+0x3fe0b046a78bbd19
+// 0.010592
+0x3f85b17632bda23e
+// 0.210667
+0x3fcaf71f2a623f92
+// 0.122886
+0x3fbf7574d5ba2475
+// -0.179281
+0xbfc6f2b109730dad
+// -0.260047
+0xbfd0a49bc62b13fd
+// 0.357441
+0x3fd6e04e216a9c64
+// 0.154671
+0x3fc3cc4408f60572
+// 0.186604
+0x3fc7e2a3eab2c3fe
+// -0.035314
+0xbfa214a7baba558d
+// 0.345798
+0x3fd6218c84d1ee06
+// -0.850598
+0xbfeb381926e7584f
+// 0.075936
+0x3fb3708f94a80d2a
+// -0.549053
+0xbfe191d8679e1f90
+// -0.280866
+0xbfd1f9b6b17899ef
+// 0.335993
+0x3fd580ea202e70dc
+// -0.336466
+0xbfd588a778729edb
+// 0.170304
+0x3fc5cc87c9617d8d
+// 0.096435
+0x3fb8aff5f7e9be64
+// -0.129721
+0xbfc09ab2042e8625
+// 0.040101
+0x3fa4882347ce7928
+// 0.086042
+0x3fb606da6f04f0fe
+// -0.166216
+0xbfc5468f5afdbd05
+// -0.278798
+0xbfd1d7d2ea1a68df
+// -0.496853
+0xbfdfcc6f32f6112e
+// -0.101812
+0xbfba1054712d3729
+// 0.020833
+0x3f955545633e0f96
+// -0.010043
+0xbf84916eb8999ccb
+// -0.160521
+0xbfc48bf0adae0b36
+// 0.238493
+0x3fce86f063d3aae8
+// 0.099954
+0x3fb99697fcf23372
+// 0.007783
+0x3f7fe17029e00916
+// 0.226391
+0x3fccfa61379e1dfd
+// 0.370339
+0x3fd7b3a1d624abe7
+// -0.423973
+0xbfdb225ffd00e39e
+// -0.134403
+0xbfc1341be6c91d4d
+// 0.578686
+0x3fe284989d5e6567
+// 0.192754
+0x3fc8ac2d651ba4d7
+// 0.425323
+0x3fdb387d9357a12f
+// -0.468716
+0xbfddff730da1cd50
+// -0.219559
+0xbfcc1a7ee7e018b6
+// -0.221524
+0xbfcc5ae747d11dc3
+// -0.592852
+0xbfe2f8a573c9542e
+// -0.099840
+0xbfb98f1a9bd65bee
+// -0.274000
+0xbfd1893670dad48d
+// -0.004000
+0xbf7062d228569ad5
+// -0.192778
+0xbfc8acf5ddf39b7d
+// -0.087359
+0xbfb65d26e23e15a4
+// -0.123411
+0xbfbf97e0b1804acc
+// -0.188245
+0xbfc818662537e87d
+// 0.019375
+0x3f93d6ebdb7df104
+// 0.243457
+0x3fcf299bf7258c7e
+// 0.126092
+0x3fc023cb318ee3f7
+// -0.031775
+0xbfa044c107210a18
+// 0.136955
+0x3fc187bbda99d309
+// -0.046993
+0xbfa80f87220f631f
+// -0.037888
+0xbfa3660b4cad57c0
+// -0.481544
+0xbfded19db58d8a1a
+// -0.202701
+0xbfc9f218e555d02c
+// 0.350022
+0x3fd666c3e963eef5
+// -0.267057
+0xbfd11776b7e4480c
+// -0.777663
+0xbfe8e29d3464c63e
+// 0.042594
+0x3fa5cee1bb313069
+// -0.528868
+0xbfe0ec7cfbc77ef3
+// -0.072411
+0xbfb289849aa56137
+// -0.081369
+0xbfb4d493e6031943
+// -0.180061
+0xbfc70c4046bdb758
+// 0.364818
+0x3fd7592dc814bc55
+// -0.156140
+0xbfc3fc65519a46b6
+// 0.150884
+0x3fc3502730927c78
+// 0.095155
+0x3fb85c1232e2072d
+// -0.091455
+0xbfb769976dd1db16
+// -0.219306
+0xbfcc1239e5efb8e4
+// 0.411288
+0x3fda5288edf6bcd8
+// -0.228623
+0xbfcd4386395da7c6
+// -0.409159
+0xbfda2faa4e948d73
+// 0.205720
+0x3fca550828c19a6b
+// -0.010167
+0xbf84d22e1414d701
+// 0.272627
+0x3fd172b6cb94eed4
+// -0.033303
+0xbfa10d26ae3133ea
+// 0.023817
+0x3f98639a2491a241
+// -0.291910
+0xbfd2aea63d2daa97
+// -0.156634
+0xbfc40c95af9738f2
+// -0.156565
+0xbfc40a4f92b393c0
+// 0.053016
+0x3fab24dba21b934b
+// 0.074108
+0x3fb2f8bdd0632aea
+// -0.008526
+0xbf8175f5a8c5b351

+ 8 - 8
Testing/Patterns/DSP/Stats/StatsF64/MSEVals28_f64.txt

@@ -1,10 +1,10 @@
 D
 4
-// 0.221944
-0x3fcc68ab519cbb08
-// 0.487606
-0x3fdf34ef9e2840ea
-// 0.411797
-0x3fda5ae1181a5066
-// 0.186577
-0x3fc7e1bdbcffc958
+// 0.003151
+0x3f69d0ec17fb7fe3
+// 0.022638
+0x3f972e711cf6bbce
+// 0.096510
+0x3fb8b4e38d4c46ae
+// 0.168527
+0x3fc592489ede4760

+ 6 - 6
Testing/Patterns/DSP/Stats/StatsF64/MaxIndexes1_s16.txt

@@ -1,8 +1,8 @@
 H
 3
-// 1
-0x0001
-// 1
-0x0001
-// 1
-0x0001
+// 0
+0x0000
+// 0
+0x0000
+// 0
+0x0000

+ 6 - 6
Testing/Patterns/DSP/Stats/StatsF64/MaxVals1_f64.txt

@@ -1,8 +1,8 @@
 D
 3
-// 0.791823
-0x3fe9569c8ec9cca4
-// 0.791823
-0x3fe9569c8ec9cca4
-// 0.791823
-0x3fe9569c8ec9cca4
+// 0.531384
+0x3fe101190e3383de
+// 0.531384
+0x3fe101190e3383de
+// 0.531384
+0x3fe101190e3383de

+ 8 - 8
Testing/Patterns/DSP/Stats/StatsF64/MeanVals2_f64.txt

@@ -1,10 +1,10 @@
 D
 4
-// 0.597805
-0x3fe32137db67dfca
-// 0.509877
-0x3fe050e9795edb39
-// 0.434060
-0x3fdbc7a2cfa92b36
-// 0.274406
-0x3fd18fdc26fe4c04
+// 0.281937
+0x3fd20b41593f65f8
+// 0.271043
+0x3fd158c671c39e20
+// 0.318662
+0x3fd464f5fd2fdc8b
+// 0.316965
+0x3fd4492632cffcd6

+ 4 - 4
Testing/Patterns/DSP/Stats/StatsF64/MinIndexes3_s16.txt

@@ -1,8 +1,8 @@
 H
 3
-// 0
-0x0000
-// 3
-0x0003
+// 1
+0x0001
 // 3
 0x0003
+// 4
+0x0004

+ 6 - 6
Testing/Patterns/DSP/Stats/StatsF64/MinVals3_f64.txt

@@ -1,8 +1,8 @@
 D
 3
-// -0.403787
-0xbfd9d7a6500be5e2
-// -0.437448
-0xbfdbff25c7f6e530
-// -0.437448
-0xbfdbff25c7f6e530
+// 0.032490
+0x3fa0a284b0be219f
+// -0.269020
+0xbfd1379e90ddba23
+// -0.509137
+0xbfe04ada15706b1b

+ 6 - 6
Testing/Patterns/DSP/Stats/StatsF64/PowerVals4_f64.txt

@@ -1,8 +1,8 @@
 D
 3
-// 0.790027
-0x3fe947e7546a64ae
-// 1.146590
-0x3ff2586e4fbfc61b
-// 1.163696
-0x3ff29e7f9ee6a4da
+// 0.283425
+0x3fd223a0cd9b3ecf
+// 0.418938
+0x3fdacfe081932977
+// 0.678158
+0x3fe5b3796cab6bf0

+ 8 - 8
Testing/Patterns/DSP/Stats/StatsF64/RefAccumulate1_f64.txt

@@ -1,10 +1,10 @@
 D
 4
-// 1.938630
-0x3fff04a1186e0d40
-// 1.365581
-0x3ff5d96b18cad0ce
-// 2.461608
-0x4003b15fb00f282f
-// -3.785585
-0xc00e48e0b70a2dcf
+// -0.974855
+0xbfef32024097db40
+// -0.870506
+0xbfebdb2e5b786fba
+// -0.496867
+0xbfdfccaa9e857aba
+// 5.302103
+0x4015355a6e305518

+ 20 - 20
Testing/Patterns/DSP/Stats/StatsF64/RefEntropy22_f64.txt

@@ -1,22 +1,22 @@
 D
 10
-// 0.926051
-0x3feda2366cdd40aa
-// 1.955526
-0x3fff49d5ddc3384a
-// 2.157086
-0x400141b68afc8159
-// 2.350263
-0x4002cd56e3f97da7
-// 0.972862
-0x3fef21b0764599ad
-// 2.026411
-0x400036173a88679c
-// 1.943328
-0x3fff17debc26a1f8
-// 2.309837
-0x40027a8bb6acc8bf
-// 0.823096
-0x3fea56ccbc62af2c
-// 1.937197
-0x3ffefec1daa329a6
+// 1.009515
+0x3ff026f9675a0c96
+// 2.047740
+0x400061c53f8b0a70
+// 1.922865
+0x3ffec40de5d50ba4
+// 2.263258
+0x40021b272ce5ea38
+// 0.898980
+0x3fecc471c54f2caa
+// 2.028560
+0x40003a7dacfe7f12
+// 2.101445
+0x4000cfc233be66e4
+// 2.292911
+0x400257e1db2693f8
+// 0.861233
+0x3feb8f3960d33b88
+// 1.897476
+0x3ffe5c10011c6da4

+ 20 - 20
Testing/Patterns/DSP/Stats/StatsF64/RefKL24_f64.txt

@@ -1,22 +1,22 @@
 D
 10
-// 0.227073
-0x3fcd10bd4df72e38
-// 0.488740
-0x3fdf4783f3a81c4a
-// 0.661942
-0x3fe52ea1ec944d86
-// 0.524228
-0x3fe0c678ce34259c
-// 0.712936
-0x3fe6d05fa69f106e
-// 0.208489
-0x3fcaafc1159f715e
-// 0.310623
-0x3fd3e13ff40ac605
-// 0.488854
-0x3fdf4963bb1ad8ce
-// 0.555051
-0x3fe1c2fad9298698
-// 0.320749
-0x3fd487257ed75a45
+// 0.712658
+0x3fe6ce1731d4af19
+// 0.250401
+0x3fd0068fe45ab385
+// 0.212212
+0x3fcb29c2cec3baa8
+// 0.529888
+0x3fe0f4d72431bb33
+// 0.283654
+0x3fd2276512a9febe
+// 0.934619
+0x3fede86519dcc540
+// 0.299901
+0x3fd33195bada716e
+// 0.613649
+0x3fe3a3039dc067e5
+// 0.157091
+0x3fc41b8f666b6356
+// 0.540036
+0x3fe147fa4f6271fe

+ 20 - 20
Testing/Patterns/DSP/Stats/StatsF64/RefLogSumExp23_f64.txt

@@ -1,22 +1,22 @@
 D
 10
-// 1.434730
-0x3ff6f4a7beb84c60
-// 2.204681
-0x4001a33002fa7688
-// 2.309660
-0x40027a2f28533486
-// 2.569219
-0x40048dc2b47a1a6b
-// 1.444285
-0x3ff71bca8b3a5560
-// 2.206811
-0x4001a78cb215b9f1
-// 2.308555
-0x400277eb9b11e7de
-// 2.568725
-0x40048cbfdabeba11
-// 1.452159
-0x3ff73c0b8ce5476a
-// 2.206035
-0x4001a5f5de120de2
+// 1.435116
+0x3ff6f63c4e93d913
+// 2.207878
+0x4001a9bbdcc5de5e
+// 2.310590
+0x40027c16ca56faf7
+// 2.569199
+0x40048db81ee4c9ac
+// 1.432111
+0x3ff6e9ecbcc1c783
+// 2.210005
+0x4001ae17001425bd
+// 2.311477
+0x40027de7752459e5
+// 2.568898
+0x40048d1a49c74be7
+// 1.454358
+0x3ff7450cb78be69e
+// 2.208029
+0x4001aa0af5f3ce52

+ 20 - 20
Testing/Patterns/DSP/Stats/StatsF64/RefLogSumExpDot25_f64.txt

@@ -1,22 +1,22 @@
 D
 10
-// -1.258873
-0xbff424579a6fc84c
-// -2.049476
-0xc0006553e02321e4
-// -2.176703
-0xc00169e35c14d16d
-// -2.371260
-0xc002f857038a2d42
-// -1.122073
-0xbff1f403337a0b0a
-// -2.001404
-0xc00002e013103951
-// -2.208907
-0xc001abd72c899ae9
-// -2.526072
-0xc00435650ad405bb
-// -1.210576
-0xbff35e84ea45625e
-// -2.167246
-0xc0015685462909f0
+// -1.140348
+0xbff23ede07db68ca
+// -2.135721
+0xc00115f4b7d577ac
+// -1.951847
+0xbfff3ac38e2bcda1
+// -2.325696
+0xc0029b0679d00c0d
+// -0.919419
+0xbfed6be0abb0cd8d
+// -2.136835
+0xc001183d2bb2e0b5
+// -2.215895
+0xc001ba2706622189
+// -2.478330
+0xc003d39e8a35d2ae
+// -0.882259
+0xbfec3b7816118cd2
+// -2.212471
+0xc001b323f3782bd0

+ 8 - 8
Testing/Patterns/DSP/Stats/StatsF64/RmsVals5_f64.txt

@@ -1,10 +1,10 @@
 D
 4
-// 0.628501
-0x3fe41cae5de239e8
-// 0.535395
-0x3fe121f3e361fd6c
-// 0.482430
-0x3fdee0242af36f28
-// 0.346247
-0x3fd628e9a4b7726e
+// 0.376447
+0x3fd817b4d3c8a6e3
+// 0.323627
+0x3fd4b64e1f838273
+// 0.368282
+0x3fd791ef0a105baa
+// 0.384059
+0x3fd8946b3ecfad77

Некоторые файлы не были показаны из-за большого количества измененных файлов