libm-test-ulps-xtensa 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. # Begin of automatic generation
  2. # cos
  3. Test "cos (M_PI_6l * 2.0) == 0.5":
  4. double: 1
  5. idouble: 1
  6. Test "cos (M_PI_6l * 4.0) == -0.5":
  7. double: 2
  8. float: 1
  9. idouble: 2
  10. ifloat: 1
  11. # erf
  12. Test "erf (0.75) == 0.711155633653515131598937834591410777":
  13. double: 1
  14. idouble: 1
  15. Test "erf (1.25) == 0.922900128256458230136523481197281140":
  16. double: 1
  17. idouble: 1
  18. # erfc
  19. Test "erfc (4.125) == 0.542340079956506600531223408575531062e-8":
  20. double: 1
  21. idouble: 1
  22. # exp
  23. Test "exp (1) == e":
  24. double: 1
  25. idouble: 1
  26. # expm1
  27. Test "expm1 (0.75) == 1.11700001661267466854536981983709561":
  28. double: 1
  29. idouble: 1
  30. # hypot
  31. Test "hypot (-0.7, -12.4) == 12.419742348374220601176836866763271":
  32. float: 1
  33. ifloat: 1
  34. Test "hypot (-0.7, 12.4) == 12.419742348374220601176836866763271":
  35. float: 1
  36. ifloat: 1
  37. Test "hypot (-12.4, -0.7) == 12.419742348374220601176836866763271":
  38. float: 1
  39. ifloat: 1
  40. Test "hypot (-12.4, 0.7) == 12.419742348374220601176836866763271":
  41. float: 1
  42. ifloat: 1
  43. Test "hypot (0.7, -12.4) == 12.419742348374220601176836866763271":
  44. float: 1
  45. ifloat: 1
  46. Test "hypot (0.7, 12.4) == 12.419742348374220601176836866763271":
  47. float: 1
  48. ifloat: 1
  49. Test "hypot (12.4, -0.7) == 12.419742348374220601176836866763271":
  50. float: 1
  51. ifloat: 1
  52. Test "hypot (12.4, 0.7) == 12.419742348374220601176836866763271":
  53. float: 1
  54. ifloat: 1
  55. # lgamma
  56. Test "lgamma (0.7) == 0.260867246531666514385732417016759578":
  57. double: 1
  58. float: 1
  59. idouble: 1
  60. ifloat: 1
  61. Test "lgamma (1.2) == -0.853740900033158497197028392998854470e-1":
  62. double: 1
  63. float: 2
  64. idouble: 1
  65. ifloat: 2
  66. # log10
  67. Test "log10 (0.75) == -0.124938736608299953132449886193870744":
  68. double: 1
  69. idouble: 1
  70. Test "log10 (e) == log10(e)":
  71. float: 1
  72. ifloat: 1
  73. # Maximal error of functions:
  74. Function: "cos":
  75. double: 2
  76. float: 1
  77. idouble: 2
  78. ifloat: 1
  79. Function: "erf":
  80. double: 1
  81. idouble: 1
  82. Function: "erfc":
  83. double: 1
  84. idouble: 1
  85. Function: "exp":
  86. double: 1
  87. idouble: 1
  88. Function: "expm1":
  89. double: 1
  90. idouble: 1
  91. Function: "hypot":
  92. float: 1
  93. ifloat: 1
  94. Function: "lgamma":
  95. double: 1
  96. float: 2
  97. idouble: 1
  98. ifloat: 2
  99. Function: "log":
  100. float: 1
  101. ifloat: 1
  102. Function: "log10":
  103. double: 1
  104. float: 1
  105. idouble: 1
  106. ifloat: 1
  107. Function: "tan":
  108. double: 1
  109. idouble: 1
  110. # end of automatic generation