Helper Reference Manual
1.7.1
|
ODP helper stress. More...
Go to the source code of this file.
Functions | |
static uint32_t | odph_stress_pow2_u32 (uint32_t value) |
Returns 'value' raised to the power of 2. More... | |
static uint32_t | odph_stress_log2_u32 (uint32_t value) |
Returns base 2 logarithm of 'value'. More... | |
static uint32_t | odph_stress_sqrt_u32 (uint32_t value) |
Calculates square root of a 32-bit unsigned integer value. More... | |
static float | odph_stress_sqrt_f32 (float value) |
Calculates square root of a floating point value, rounded down to the nearest integer. More... | |
ODP helper stress.
Definition in file stress.h.