Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/builtins/
Dint_math.h62 #define crt_copysignf(x, y) copysignf((x), (y)) macro
66 #define crt_copysignf(x, y) __builtin_copysignf((x), (y)) macro
/external/compiler-rt/lib/builtins/
Dint_math.h66 #define crt_copysignf(x, y) copysignf((x), (y)) macro
70 #define crt_copysignf(x, y) __builtin_copysignf((x), (y)) macro