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

  /device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/
int_math.h 107 #define crt_scalbnl(x, y) scalbnl((x), (y)) macro
111 #define crt_scalbnl(x, y) __builtin_scalbnl((x), (y)) macro
  /external/compiler-rt/lib/builtins/
int_math.h 107 #define crt_scalbnl(x, y) scalbnl((x), (y)) macro
111 #define crt_scalbnl(x, y) __builtin_scalbnl((x), (y)) macro

Completed in 818 milliseconds