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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_math.h62 #define crt_copysignf(x, y) copysignf((x), (y)) macro
66 #define crt_copysignf(x, y) __builtin_copysignf((x), (y)) macro

Completed in 106 milliseconds