OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__builtin_huge_val
(Results
1 - 25
of
79
) sorted by null
1
2
3
4
/external/clang/test/Sema/
constant-builtins.c
6
float g0 =
__builtin_huge_val
();
constant-builtins-2.c
5
double g0 =
__builtin_huge_val
();
/external/clang/test/Preprocessor/
feature_tests.c
12
#if !__has_builtin(
__builtin_huge_val
) || \
/external/libcxx/include/support/ibm/
limits.h
28
#define
__builtin_huge_val
() HUGE_VAL
macro
43
#define
__builtin_huge_val
() HUGE_VAL //0x7ff0000000000000
macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
limits.h
28
#define
__builtin_huge_val
() HUGE_VAL
macro
43
#define
__builtin_huge_val
() HUGE_VAL //0x7ff0000000000000
macro
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/ibm/
limits.h
28
#define
__builtin_huge_val
() HUGE_VAL
macro
43
#define
__builtin_huge_val
() HUGE_VAL //0x7ff0000000000000
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
huge_val.h
29
# define HUGE_VAL (
__builtin_huge_val
())
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
huge_val.h
29
# define HUGE_VAL (
__builtin_huge_val
())
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
huge_val.h
29
# define HUGE_VAL (
__builtin_huge_val
())
/external/libcxx/include/support/win32/
limits_win32.h
66
#define
__builtin_huge_val
() HUGE_VAL
macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
limits_win32.h
66
#define
__builtin_huge_val
() HUGE_VAL
macro
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
limits_win32.h
66
#define
__builtin_huge_val
() HUGE_VAL
macro
/bionic/libm/include/
math.h
32
#define HUGE_VAL
__builtin_huge_val
()
/external/clang/test/CodeGen/
builtins.c
151
d =
__builtin_huge_val
(); // CHECK: double 0x7FF0000000000000
/development/ndk/platforms/android-13/include/
math.h
51
#define HUGE_VAL
__builtin_huge_val
()
/development/ndk/platforms/android-18/include/
math.h
51
#define HUGE_VAL
__builtin_huge_val
()
/development/ndk/platforms/android-21/include/
math.h
48
#define HUGE_VAL
__builtin_huge_val
()
/development/ndk/platforms/android-3/include/
math.h
51
#define HUGE_VAL
__builtin_huge_val
()
/development/ndk/platforms/android-9/include/
math.h
51
#define HUGE_VAL
__builtin_huge_val
()
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
math.h
51
#define HUGE_VAL
__builtin_huge_val
()
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
math.h
51
#define HUGE_VAL
__builtin_huge_val
()
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
math.h
51
#define HUGE_VAL
__builtin_huge_val
()
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
math.h
51
#define HUGE_VAL
__builtin_huge_val
()
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
math.h
51
#define HUGE_VAL
__builtin_huge_val
()
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
math.h
51
#define HUGE_VAL
__builtin_huge_val
()
Completed in 519 milliseconds
1
2
3
4