zephyr/tests/kernel/timer
Daniel Leung cc5adf2e92 tests: timer_behavior: change sqrtf() to sqrt()
sqrtf() is used for floats but the argument and resulting
variable are both doubles. LLVM would complain about
implicit conversion from float to double. So use sqrt()
instead as it is used with doubles.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2024-10-30 16:31:15 -05:00
..
cycle64
starve
timepoints
timer_api tests: timer_api: Use 64-bit integers in busy slew threshold calculation 2024-06-13 20:22:08 -04:00
timer_behavior tests: timer_behavior: change sqrtf() to sqrt() 2024-10-30 16:31:15 -05:00
timer_error_case
timer_monotonic