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

  /external/compiler-rt/lib/builtins/ppc/
divtc3.c 8 #if !defined(CRT_INFINITY) && defined(HUGE_VAL)
9 #define CRT_INFINITY HUGE_VAL
10 #endif /* CRT_INFINITY */
57 real.s.hi = crt_copysign(CRT_INFINITY,cDD.s.hi) * aDD.s.hi;
59 imag.s.hi = crt_copysign(CRT_INFINITY,cDD.s.hi) * bDD.s.hi;
68 real.s.hi = CRT_INFINITY * (aDD.s.hi*cDD.s.hi + bDD.s.hi*dDD.s.hi);
70 imag.s.hi = CRT_INFINITY * (bDD.s.hi*cDD.s.hi - aDD.s.hi*dDD.s.hi);
  /device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/
int_math.h 35 #define CRT_INFINITY INFINITY
37 #define CRT_INFINITY __builtin_huge_valf()
  /external/compiler-rt/lib/builtins/
int_math.h 35 #define CRT_INFINITY INFINITY
37 #define CRT_INFINITY __builtin_huge_valf()

Completed in 89 milliseconds