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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_math.h63 #define crt_copysignl(x, y) copysignl((x), (y)) macro
67 #define crt_copysignl(x, y) __builtin_copysignl((x), (y)) macro

Completed in 58 milliseconds