Home
last modified time | relevance | path

Searched refs:ULP1Plus (Results 1 – 6 of 6) sorted by relevance

/dports/math/glm/glm-0.9.9.8/test/ext/
H A Dext_scalar_relational.cpp40 float const ULP1Plus = glm::nextFloat(1.0f); in test_equal_ulps() local
41 Error += glm::equal(1.0f, ULP1Plus, 1) ? 0 : 1; in test_equal_ulps()
43 float const ULP2Plus = glm::nextFloat(ULP1Plus); in test_equal_ulps()
59 float const ULP1Plus = glm::nextFloat(1.0f); in test_notEqual_ulps() local
60 Error += !glm::notEqual(1.0f, ULP1Plus, 1) ? 0 : 1; in test_notEqual_ulps()
62 float const ULP2Plus = glm::nextFloat(ULP1Plus); in test_notEqual_ulps()
H A Dext_matrix_relational.cpp73 T const ULP1Plus = glm::nextFloat(One); in test_equal_ulps() local
74 Error += glm::all(glm::equal(Ones, mat4(ULP1Plus), 1)) ? 0 : 1; in test_equal_ulps()
76 T const ULP2Plus = glm::nextFloat(ULP1Plus); in test_equal_ulps()
98 T const ULP1Plus = glm::nextFloat(One); in test_notEqual_ulps() local
99 Error += !glm::all(glm::notEqual(Ones, mat4(ULP1Plus), 1)) ? 0 : 1; in test_notEqual_ulps()
101 T const ULP2Plus = glm::nextFloat(ULP1Plus); in test_notEqual_ulps()
H A Dext_vector_relational.cpp82 T const ULP1Plus = glm::nextFloat(One); in test_equal_ulps() local
83 Error += glm::all(glm::equal(Ones, vec4(ULP1Plus), 1)) ? 0 : 1; in test_equal_ulps()
85 T const ULP2Plus = glm::nextFloat(ULP1Plus); in test_equal_ulps()
107 T const ULP1Plus = glm::nextFloat(One); in test_notEqual_ulps() local
108 Error += !glm::all(glm::notEqual(Ones, vec4(ULP1Plus), 1)) ? 0 : 1; in test_notEqual_ulps()
110 T const ULP2Plus = glm::nextFloat(ULP1Plus); in test_notEqual_ulps()
/dports/games/warzone2100/warzone2100/3rdparty/glm/test/ext/
H A Dext_scalar_relational.cpp40 float const ULP1Plus = glm::nextFloat(1.0f); in test_equal_ulps() local
41 Error += glm::equal(1.0f, ULP1Plus, 1) ? 0 : 1; in test_equal_ulps()
43 float const ULP2Plus = glm::nextFloat(ULP1Plus); in test_equal_ulps()
59 float const ULP1Plus = glm::nextFloat(1.0f); in test_notEqual_ulps() local
60 Error += !glm::notEqual(1.0f, ULP1Plus, 1) ? 0 : 1; in test_notEqual_ulps()
62 float const ULP2Plus = glm::nextFloat(ULP1Plus); in test_notEqual_ulps()
H A Dext_matrix_relational.cpp73 T const ULP1Plus = glm::nextFloat(One); in test_equal_ulps() local
74 Error += glm::all(glm::equal(Ones, mat4(ULP1Plus), 1)) ? 0 : 1; in test_equal_ulps()
76 T const ULP2Plus = glm::nextFloat(ULP1Plus); in test_equal_ulps()
98 T const ULP1Plus = glm::nextFloat(One); in test_notEqual_ulps() local
99 Error += !glm::all(glm::notEqual(Ones, mat4(ULP1Plus), 1)) ? 0 : 1; in test_notEqual_ulps()
101 T const ULP2Plus = glm::nextFloat(ULP1Plus); in test_notEqual_ulps()
H A Dext_vector_relational.cpp82 T const ULP1Plus = glm::nextFloat(One); in test_equal_ulps() local
83 Error += glm::all(glm::equal(Ones, vec4(ULP1Plus), 1)) ? 0 : 1; in test_equal_ulps()
85 T const ULP2Plus = glm::nextFloat(ULP1Plus); in test_equal_ulps()
107 T const ULP1Plus = glm::nextFloat(One); in test_notEqual_ulps() local
108 Error += !glm::all(glm::notEqual(Ones, vec4(ULP1Plus), 1)) ? 0 : 1; in test_notEqual_ulps()
110 T const ULP2Plus = glm::nextFloat(ULP1Plus); in test_notEqual_ulps()