|
FastLED 3.9.15
|
| bool simd_test::compare_f32_arrays | ( | const float * | a, |
| const float * | b, | ||
| size_t | count, | ||
| float | epsilon = 0.001f ) |
Compare two float arrays element-wise with epsilon tolerance.
| a | First array |
| b | Second array |
| count | Number of elements to compare |
| epsilon | Maximum allowed difference between elements |
Definition at line 23 of file test_helpers.cpp.
Referenced by test_add_f32_4(), test_div_f32_4(), test_load_store_f32_4(), test_max_f32_4(), test_min_f32_4(), test_mul_f32_4(), test_set1_f32_4(), test_sqrt_f32_4(), and test_sub_f32_4().
Here is the caller graph for this function: