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

  /external/compiler-rt/lib/
divsc3.c 28 __c = crt_scalbnf(__c, -__ilogbw);
29 __d = crt_scalbnf(__d, -__ilogbw);
33 __real__ z = crt_scalbnf((__a * __c + __b * __d) / __denom, -__ilogbw);
34 __imag__ z = crt_scalbnf((__b * __c - __a * __d) / __denom, -__ilogbw);
int_math.h 64 #define crt_scalbnf(x, y) __builtin_scalbnf((x), (y)) macro

Completed in 2162 milliseconds