OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__builtin_huge_vall
(Results
1 - 25
of
76
) sorted by null
1
2
3
4
/external/clang/test/Sema/
constant-builtins.c
8
long double g2 =
__builtin_huge_vall
();
constant-builtins-2.c
7
long double g2 =
__builtin_huge_vall
();
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
huge_vall.h
26
# define HUGE_VALL (
__builtin_huge_vall
())
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
huge_vall.h
26
# define HUGE_VALL (
__builtin_huge_vall
())
/external/libcxx/include/support/ibm/
limits.h
30
#define
__builtin_huge_vall
() HUGE_VALL
macro
45
#define
__builtin_huge_vall
() HUGE_VALL //0x7ff0000000000000
macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
limits.h
30
#define
__builtin_huge_vall
() HUGE_VALL
macro
45
#define
__builtin_huge_vall
() HUGE_VALL //0x7ff0000000000000
macro
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
limits.h
30
#define
__builtin_huge_vall
() HUGE_VALL
macro
45
#define
__builtin_huge_vall
() HUGE_VALL //0x7ff0000000000000
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
huge_vall.h
27
# define HUGE_VALL (
__builtin_huge_vall
())
/external/libcxx/include/support/win32/
limits_win32.h
68
#define
__builtin_huge_vall
() _LInf._Long_double
macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
limits_win32.h
68
#define
__builtin_huge_vall
() _LInf._Long_double
macro
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
limits_win32.h
68
#define
__builtin_huge_vall
() _LInf._Long_double
macro
/bionic/libm/include/
math.h
39
#define HUGE_VALL
__builtin_huge_vall
()
/external/clang/test/CodeGen/
builtins.c
152
ld =
__builtin_huge_vall
(); // CHECK: x86_fp80 0xK7FFF8000000000000000
/development/ndk/platforms/android-13/include/
math.h
67
#define HUGE_VALL
__builtin_huge_vall
()
/development/ndk/platforms/android-18/include/
math.h
67
#define HUGE_VALL
__builtin_huge_vall
()
/development/ndk/platforms/android-21/include/
math.h
59
#define HUGE_VALL
__builtin_huge_vall
()
/development/ndk/platforms/android-3/include/
math.h
67
#define HUGE_VALL
__builtin_huge_vall
()
/development/ndk/platforms/android-9/include/
math.h
67
#define HUGE_VALL
__builtin_huge_vall
()
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
math.h
67
#define HUGE_VALL
__builtin_huge_vall
()
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
math.h
67
#define HUGE_VALL
__builtin_huge_vall
()
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
math.h
67
#define HUGE_VALL
__builtin_huge_vall
()
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
math.h
67
#define HUGE_VALL
__builtin_huge_vall
()
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
math.h
67
#define HUGE_VALL
__builtin_huge_vall
()
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
math.h
67
#define HUGE_VALL
__builtin_huge_vall
()
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
math.h
67
#define HUGE_VALL
__builtin_huge_vall
()
Completed in 1196 milliseconds
1
2
3
4