Searched refs:drem (Results 1 – 4 of 4) sorted by relevance
68 wrapper_func drem
114 pico_wrap_function(${TARGET} drem)
61 "-Wl,--wrap=drem",
622 double WRAPPER_FUNC(drem)(double x,double y) { check_nan_d2(x, y); return remquo(x,y,0); } in WRAPPER_FUNC() argument