Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/test/rtest/
H A Ddotest.c87 static void complex_pow_cases(uint32 *, uint32, uint32);
701 {"cpow", (funcptr)test_cpow, args2c, {NULL}, complex_pow_cases, 0x3fc00000, 0x40000000},
801 static void complex_pow_cases(uint32 *out, uint32 lowbound, in complex_pow_cases() function