/external/libcxx/include/support/win32/ |
math_win32.h | 45 _LIBCPP_ALWAYS_INLINE bool isgreater( double x, double y ) function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
math_win32.h | 43 _LIBCPP_ALWAYS_INLINE bool isgreater( double x, double y ) function
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
math_win32.h | 43 _LIBCPP_ALWAYS_INLINE bool isgreater( double x, double y ) function
|
/external/libcxx/test/std/depr/depr.c.headers/ |
math_h.pass.cpp | 249 static_assert((std::is_same<decltype(isgreater((float)0, (float)0)), bool>::value), ""); 250 static_assert((std::is_same<decltype(isgreater((float)0, (double)0)), bool>::value), ""); 251 static_assert((std::is_same<decltype(isgreater((float)0, (long double)0)), bool>::value), ""); 252 static_assert((std::is_same<decltype(isgreater((double)0, (float)0)), bool>::value), ""); 253 static_assert((std::is_same<decltype(isgreater((double)0, (double)0)), bool>::value), ""); 254 static_assert((std::is_same<decltype(isgreater((double)0, (long double)0)), bool>::value), ""); 255 static_assert((std::is_same<decltype(isgreater((long double)0, (float)0)), bool>::value), ""); 256 static_assert((std::is_same<decltype(isgreater((long double)0, (double)0)), bool>::value), ""); 257 static_assert((std::is_same<decltype(isgreater((long double)0, (long double)0)), bool>::value), ""); 258 assert(isgreater(-1.0, 0.F) == false) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
math_h.pass.cpp | 254 static_assert((std::is_same<decltype(isgreater((float)0, (float)0)), bool>::value), ""); 255 static_assert((std::is_same<decltype(isgreater((float)0, (double)0)), bool>::value), ""); 256 static_assert((std::is_same<decltype(isgreater((float)0, (long double)0)), bool>::value), ""); 257 static_assert((std::is_same<decltype(isgreater((double)0, (float)0)), bool>::value), ""); 258 static_assert((std::is_same<decltype(isgreater((double)0, (double)0)), bool>::value), ""); 259 static_assert((std::is_same<decltype(isgreater((double)0, (long double)0)), bool>::value), ""); 260 static_assert((std::is_same<decltype(isgreater((long double)0, (float)0)), bool>::value), ""); 261 static_assert((std::is_same<decltype(isgreater((long double)0, (double)0)), bool>::value), ""); 262 static_assert((std::is_same<decltype(isgreater((long double)0, (long double)0)), bool>::value), ""); 263 assert(isgreater(-1.0, 0.F) == false) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
math.h | 410 # define isgreater(x, y) __builtin_isgreater(x, y) macro 427 # ifndef isgreater 428 # define isgreater(x, y) \ macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
math.h | 411 # define isgreater(x, y) __builtin_isgreater(x, y) macro 434 # ifndef isgreater 435 # define isgreater(x, y) \ macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
mathinline.h | 40 # undef isgreater macro 49 # define isgreater(x, y) \ macro 85 # define isgreater(x, y) \ macro
|
/bionic/libm/include/ |
math.h | 71 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro
|
/external/clang/test/CodeGen/ |
builtins.c | 55 P(isgreater, (1., 2.));
|
/external/libcxx/test/std/numerics/c.math/ |
cmath.pass.cpp | 62 Ambiguous isgreater(Ambiguous, Ambiguous){ return Ambiguous(); } function [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ |
cmath.pass.cpp | 524 #ifdef isgreater 525 #error isgreater defined 527 static_assert((std::is_same<decltype(std::isgreater((float)0, (float)0)), bool>::value), ""); 528 static_assert((std::is_same<decltype(std::isgreater((float)0, (double)0)), bool>::value), ""); 529 static_assert((std::is_same<decltype(std::isgreater((float)0, (long double)0)), bool>::value), ""); 530 static_assert((std::is_same<decltype(std::isgreater((double)0, (float)0)), bool>::value), ""); 531 static_assert((std::is_same<decltype(std::isgreater((double)0, (double)0)), bool>::value), ""); 532 static_assert((std::is_same<decltype(std::isgreater(0, (double)0)), bool>::value), ""); 533 static_assert((std::is_same<decltype(std::isgreater((double)0, (long double)0)), bool>::value), (…) [all...] |
/development/ndk/platforms/android-13/include/ |
math.h | 119 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro 126 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
|
/development/ndk/platforms/android-18/include/ |
math.h | 119 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro 126 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
|
/development/ndk/platforms/android-21/include/ |
math.h | 108 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro 115 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
|
/development/ndk/platforms/android-3/include/ |
math.h | 119 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro 126 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
|
/development/ndk/platforms/android-9/include/ |
math.h | 119 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro 126 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/ |
math.h | 119 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro 126 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/ |
math.h | 119 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro 126 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/ |
math.h | 119 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro 126 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/ |
math.h | 119 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro 126 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/ |
math.h | 119 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro 126 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
|
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/ |
math.h | 119 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro 126 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
|
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/ |
math.h | 119 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro 126 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
|
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/ |
math.h | 119 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro 126 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
|