HomeSort by relevance Sort by last modified time
    Searched defs:crt_copysignl (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/
int_math.h 67 #define crt_copysignl(x, y) copysignl((x), (y)) macro
71 #define crt_copysignl(x, y) __builtin_copysignl((x), (y)) macro
  /external/compiler-rt/lib/builtins/
int_math.h 67 #define crt_copysignl(x, y) copysignl((x), (y)) macro
71 #define crt_copysignl(x, y) __builtin_copysignl((x), (y)) macro

Completed in 259 milliseconds