HomeSort by relevance Sort by last modified time
    Searched full:__builtin_huge_val (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/Sema/
constant-builtins.c 6 float g0 = __builtin_huge_val();
constant-builtins-2.c 5 double g0 = __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
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/ibm/
limits.h 28 #define __builtin_huge_val() HUGE_VAL macro
43 #define __builtin_huge_val() HUGE_VAL //0x7ff0000000000000 macro
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/ibm/
limits.h 28 #define __builtin_huge_val() HUGE_VAL macro
43 #define __builtin_huge_val() HUGE_VAL //0x7ff0000000000000 macro
  /prebuilts/ndk/r10/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/r11/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/r13/sources/cxx-stl/llvm-libc++/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/clang/test/Preprocessor/
feature_tests.c 12 #if !__has_builtin(__builtin_huge_val) || \
  /external/libcxx/include/support/win32/
limits_win32.h 66 #define __builtin_huge_val() HUGE_VAL macro
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/support/win32/
limits_win32.h 66 #define __builtin_huge_val() HUGE_VAL macro
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/support/win32/
limits_win32.h 66 #define __builtin_huge_val() HUGE_VAL macro
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
limits_win32.h 66 #define __builtin_huge_val() HUGE_VAL macro
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
limits_win32.h 66 #define __builtin_huge_val() HUGE_VAL macro
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/win32/
limits_win32.h 66 #define __builtin_huge_val() HUGE_VAL macro
  /external/mesa3d/m4/
ax_gcc_builtin.m4 47 # __builtin_huge_val
122 [__builtin_huge_val], [$1()],
  /bionic/libc/include/
math.h 25 #define HUGE_VAL __builtin_huge_val()
  /development/ndk/platforms/android-13/include/
math.h 49 #define HUGE_VAL __builtin_huge_val()
  /development/ndk/platforms/android-18/include/
math.h 49 #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-9/include/
math.h 49 #define HUGE_VAL __builtin_huge_val()
  /external/clang/test/CodeGen/
builtins.c 161 d = __builtin_huge_val(); // CHECK: double 0x7FF0000000000000

Completed in 1304 milliseconds

1 2 3 4 5 6 7