Searched refs:DECLARE_TIME_NOP (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/lgpl3/mpc/dist/tools/bench/
H A Dbenchtime.h47 #define DECLARE_TIME_NOP(func, funcall, nop) \ macro
64 #define DECLARE_TIME_2OP(func) DECLARE_TIME_NOP(func, func(z[kn],x[kn],y[kn], MPC_RNDNN), 2 )
66 #define DECLARE_TIME_1OP(func) DECLARE_TIME_NOP(func, func(z[kn],x[kn], MPC_RNDNN), 1 )
/netbsd-current/external/lgpl3/mpfr/dist/tools/bench/
H A Dbenchtime.h52 #define DECLARE_TIME_NOP(func, funcall, nop) \ macro
68 #define DECLARE_TIME_2OP(func) DECLARE_TIME_NOP(func, func(z[kn],x[kn],y[kn], MPFR_RNDN), 2 )
70 #define DECLARE_TIME_1OP(func) DECLARE_TIME_NOP(func, func(z[kn],x[kn], MPFR_RNDN), 1 )

Completed in 139 milliseconds