Home
last modified time | relevance | path

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

/llvm-project/libc/test/src/math/smoke/
H A DGetPayloadTest.h24 T funcWrapper(GetPayloadFunc func, T x) { return func(&x); } funcWrapper() function
[all...]
H A DTotalOrderMagTest.h24 bool funcWrapper(TotalOrderMagFunc func, T x, T y) { funcWrapper() function
[all...]
H A DTotalOrderTest.h24 bool funcWrapper(TotalOrderFunc func, T x, T y) { return func(&x, &y) != 0; } funcWrapper() function
[all...]