Searched defs:crt_copysignl (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dint_math.h69 #define crt_copysignl(x, y) copysignl((x), (y)) macro
73 #define crt_copysignl(x, y) __builtin_copysignl((x), (y)) macro

Completed in 115 milliseconds