Home
last modified time | relevance | path

Searched defs:RemQuoFunc (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libc/fuzzing/math/
H A DRemQuoDiff.h18 template <typename T> using RemQuoFunc = T (*)(T, T, int *); variable
/llvm-project/libc/test/src/math/smoke/
H A DRemQuoTest.h29 typedef T (*RemQuoFunc)(T, T, int *); global() typedef
/llvm-project/libc/test/src/math/
H A DRemQuoTest.h41 typedef T (*RemQuoFunc)(T, T, int *); global() typedef