Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dint_math.h67 #define crt_copysign(x, y) copysign((x), (y)) macro
71 #define crt_copysign(x, y) __builtin_copysign((x), (y)) macro