Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/test/
Dtest_float_in_isr.c43 float fp_math_operation_result = 0.0f; variable
53 fp_math_operation_result = cosf(0.0f);
62 TEST_ASSERT_FLOAT_WITHIN(0.1f, ctx.expected, fp_math_operation_result * 65536.0f);