Home
last modified time | relevance | path

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

/llvm-project/libc/AOR_v20.02/math/test/rtest/
H A Ddotest.c58 static void complex_log_cases_float(uint32 *, uint32, uint32);
666 {"clogf", (funcptr)mpc_log, args1fc, {NULL}, complex_log_cases_float, 0, 0},
667 {"csqrtf", (funcptr)mpc_sqrt, args1fc, {NULL}, complex_log_cases_float, 0, 0},
729 static void complex_log_cases_float(uint32 *out, uint32 param1, in complex_log_cases_float() function