Home
last modified time | relevance | path

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

/llvm-project/libc/AOR_v20.02/math/test/rtest/
H A Ddotest.c57 static void complex_log_cases(uint32 *, uint32, uint32);
661 {"clog", (funcptr)mpc_log, args1c, {NULL}, complex_log_cases, 0, 0},
662 {"csqrt", (funcptr)mpc_sqrt, args1c, {NULL}, complex_log_cases, 0, 0},
722 static void complex_log_cases(uint32 *out, uint32 param1, in complex_log_cases() function