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

  /external/compiler-rt/lib/builtins/
divxc3.c 29 __c = crt_scalbnl(__c, -__ilogbw);
30 __d = crt_scalbnl(__d, -__ilogbw);
34 __real__ z = crt_scalbnl((__a * __c + __b * __d) / __denom, -__ilogbw);
35 __imag__ z = crt_scalbnl((__b * __c - __a * __d) / __denom, -__ilogbw);
int_math.h 65 #define crt_scalbnl(x, y) __builtin_scalbnl((x), (y)) macro

Completed in 901 milliseconds