Home
last modified time | relevance | path

Searched refs:crt_copysignf128 (Results 1 – 2 of 2) 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
H A Dfp_lib.h394 #define crt_copysigntf crt_copysignf128