| .. |
|
AabbTests.cpp
|
691a4b13f9
Unify fast math across all platforms (#19303)
|
il y a 3 mois |
|
CapsuleTests.cpp
|
cec3c749eb
change back some tests which are explicitly targeting IsClose functions
|
il y a 3 ans |
|
ColorTests.cpp
|
6fdfc62fa2
Cry_Color deprecation (#19505)
|
il y a 3 jours |
|
CrcTests.cpp
|
e3ba1e1e61
Adding Archive Reader implementation (#16129)
|
il y a 2 ans |
|
CrcTestsCompileTimeLiterals.h
|
38261d0800
Shorten copyright headers by splitting into 2 lines (#2213)
|
il y a 4 ans |
|
FrustumPerformanceTests.cpp
|
664403c5de
Mark benchmark state variables in for loops as unused in benchmarks
|
il y a 4 ans |
|
FrustumTests.cpp
|
22fa315b41
Update googletest and googlemock to latest release (#18677)
|
il y a 11 mois |
|
Geometry3DUtilsTests.cpp
|
22fa315b41
Update googletest and googlemock to latest release (#18677)
|
il y a 11 mois |
|
HemisphereTests.cpp
|
833532c74f
Light type culling with shader options (#12456)
|
il y a 3 ans |
|
IntersectPointTest.cpp
|
57bb6d37b3
chore: update documentation for IntersectPoint and add missing unit test (#9831)
|
il y a 3 ans |
|
IntersectionPerformanceTests.cpp
|
710f54b18b
Mesh Surface Tag Emitter wasn't raycasting correctly. (#9108)
|
il y a 3 ans |
|
IntersectionTestHelpers.cpp
|
710f54b18b
Mesh Surface Tag Emitter wasn't raycasting correctly. (#9108)
|
il y a 3 ans |
|
IntersectionTestHelpers.h
|
710f54b18b
Mesh Surface Tag Emitter wasn't raycasting correctly. (#9108)
|
il y a 3 ans |
|
IntersectionTests.cpp
|
691a4b13f9
Unify fast math across all platforms (#19303)
|
il y a 3 mois |
|
LineSegmentTests.cpp
|
3ce491bba9
feat: add Ray and LineSegment to AZCore/Math (#9394)
|
il y a 3 ans |
|
MathIntrinsicsTests.cpp
|
38261d0800
Shorten copyright headers by splitting into 2 lines (#2213)
|
il y a 4 ans |
|
MathStringsTests.cpp
|
05c122feab
Rename AllocatorsTestFixture to LeakDetectionFixture
|
il y a 3 ans |
|
MathTest.h
|
b969329578
Fix Android math unit tests (Scalar and NEON) and enable NEON by default (#13739)
|
il y a 3 ans |
|
MathTestData.h
|
4176da3256
Fix TransformServiceFeatureProcessor Set/Get transform functions for negative scales (#18439)
|
il y a 1 an |
|
MathUtilsTests.cpp
|
05c122feab
Rename AllocatorsTestFixture to LeakDetectionFixture
|
il y a 3 ans |
|
Matrix3x3PerformanceTests.cpp
|
664403c5de
Mark benchmark state variables in for loops as unused in benchmarks
|
il y a 4 ans |
|
Matrix3x3Tests.cpp
|
dac846596b
Added functions StoreToRow/ColumnMajorFloat11 for Matrix3x3 for GPU constant buffer packing (#18457)
|
il y a 1 an |
|
Matrix3x4PerformanceTests.cpp
|
664403c5de
Mark benchmark state variables in for loops as unused in benchmarks
|
il y a 4 ans |
|
Matrix3x4Tests.cpp
|
691a4b13f9
Unify fast math across all platforms (#19303)
|
il y a 3 mois |
|
Matrix4x4PerformanceTests.cpp
|
664403c5de
Mark benchmark state variables in for loops as unused in benchmarks
|
il y a 4 ans |
|
Matrix4x4Tests.cpp
|
74b97b53fa
Fix epsilon of GetInverseTransform function being too large (#18282)
|
il y a 1 an |
|
MatrixMxNPerformanceTests.cpp
|
8fbf135bc2
Fixes crashes and ASAN errors in AzCore benchmarks (#19209)
|
il y a 5 mois |
|
MatrixMxNTests.cpp
|
a9fa5bb3c0
Several changes to AZ::Math to support a larger range of linear algebra operations, some code cleanup, and the addition of a simd exp(x) estimate
|
il y a 2 ans |
|
MatrixUtilsTests.cpp
|
3994a56d90
rewrite tests which use EXPECT_TRUE for less than or greater than to use EXPECT_LT and EXPECT_GT
|
il y a 3 ans |
|
ObbPerformanceTests.cpp
|
664403c5de
Mark benchmark state variables in for loops as unused in benchmarks
|
il y a 4 ans |
|
ObbTests.cpp
|
691a4b13f9
Unify fast math across all platforms (#19303)
|
il y a 3 mois |
|
PackedVectorTest.cpp
|
97eb23917f
feat: add packed vector variants for 2/4 with unit tests (#17691)
|
il y a 1 an |
|
PlanePerformanceTests.cpp
|
664403c5de
Mark benchmark state variables in for loops as unused in benchmarks
|
il y a 4 ans |
|
PlaneTests.cpp
|
691a4b13f9
Unify fast math across all platforms (#19303)
|
il y a 3 mois |
|
QuaternionPerformanceTests.cpp
|
7b48e1eaa0
update test cases
|
il y a 3 ans |
|
QuaternionTests.cpp
|
22fa315b41
Update googletest and googlemock to latest release (#18677)
|
il y a 11 mois |
|
RandomTests.cpp
|
38261d0800
Shorten copyright headers by splitting into 2 lines (#2213)
|
il y a 4 ans |
|
RayTests.cpp
|
657c11d13e
Remove -Wno-unused-but-set-variable suppression for GCC (#7363)
|
il y a 3 ans |
|
SfmtTests.cpp
|
a1594e52ae
Fix sfmt value repetition bugs (#15179)
|
il y a 2 ans |
|
ShapeIntersectionPerformanceTests.cpp
|
664403c5de
Mark benchmark state variables in for loops as unused in benchmarks
|
il y a 4 ans |
|
ShapeIntersectionTests.cpp
|
691a4b13f9
Unify fast math across all platforms (#19303)
|
il y a 3 mois |
|
SimdMathTests.cpp
|
9987ed092f
Remove left-over debug code
|
il y a 2 ans |
|
SphereTests.cpp
|
8defa5ad7f
chore: update test cases
|
il y a 3 ans |
|
SplineTests.cpp
|
cffd514eb2
rewrite tests which use EXPECT_TRUE for float equality to use EXPECT_NEAR
|
il y a 3 ans |
|
TransformPerformanceTests.cpp
|
664403c5de
Mark benchmark state variables in for loops as unused in benchmarks
|
il y a 4 ans |
|
TransformTests.cpp
|
691a4b13f9
Unify fast math across all platforms (#19303)
|
il y a 3 mois |
|
Vector2PerformanceTests.cpp
|
664403c5de
Mark benchmark state variables in for loops as unused in benchmarks
|
il y a 4 ans |
|
Vector2Tests.cpp
|
691a4b13f9
Unify fast math across all platforms (#19303)
|
il y a 3 mois |
|
Vector3PerformanceTests.cpp
|
664403c5de
Mark benchmark state variables in for loops as unused in benchmarks
|
il y a 4 ans |
|
Vector3Tests.cpp
|
691a4b13f9
Unify fast math across all platforms (#19303)
|
il y a 3 mois |
|
Vector4PerformanceTests.cpp
|
bf95d95698
Adds a scalar version of the exp estimate operation, plus other suggested improvements from the code review
|
il y a 2 ans |
|
Vector4Tests.cpp
|
22fa315b41
Update googletest and googlemock to latest release (#18677)
|
il y a 11 mois |
|
VectorNPerformanceTests.cpp
|
91c6f17f17
Attempt to clean up unit test memory usage prior to shutdown
|
il y a 2 ans |
|
VectorNTests.cpp
|
bebefd5eb9
Further improvements and additional performance tests for AzMath
|
il y a 2 ans |