Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_math.h72 #define crt_copysignf128(x, y) __builtin_copysignf128((x), (y)) macro
74 #define crt_copysignf128(x, y) __builtin_copysignq((x), (y)) macro