HomeSort by: relevance | last modified time | path
    Searched defs:crt_copysignf (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
int_math.h 68 #define crt_copysignf(x, y) copysignf((x), (y)) macro
72 #define crt_copysignf(x, y) __builtin_copysignf((x), (y)) macro

Completed in 12 milliseconds