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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
huge_vall.h 1 /* Default `HUGE_VALL' constant.
22 # error "Never use <bits/huge_vall.h> directly; include <math.h> instead."
26 # define HUGE_VALL (__builtin_huge_vall())
28 # define HUGE_VALL ((long double) HUGE_VAL)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
huge_vall.h 0 /* `HUGE_VALL' constant for ix86 (where it is infinity).
23 # error "Never use <bits/huge_vall.h> directly; include <math.h> instead."
27 # define HUGE_VALL (__builtin_huge_vall())
29 # define HUGE_VALL (__extension__ 0x1.0p32767L)
36 # define HUGE_VALL (__extension__ \
40 # define HUGE_VALL (__huge_vall.__ld)
  /bionic/libc/include/
math.h 34 #define HUGE_VALL __builtin_huge_vall()
  /device/linaro/bootloader/edk2/StdLib/Include/
math.h 99 #define HUGE_VALL __infinityl.__val
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 355 #define HUGE_VALL __builtin_huge_vall()
362 #define HUGE_VALL __INFL
    [all...]

Completed in 984 milliseconds