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

  /device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/
int_math.h 66 #define crt_copysignf(x, y) copysignf((x), (y)) macro
70 #define crt_copysignf(x, y) __builtin_copysignf((x), (y)) macro
  /external/compiler-rt/lib/builtins/
int_math.h 66 #define crt_copysignf(x, y) copysignf((x), (y)) macro
70 #define crt_copysignf(x, y) __builtin_copysignf((x), (y)) macro

Completed in 206 milliseconds