/external/libcxx/include/support/win32/ |
math_win32.h | 51 _LIBCPP_ALWAYS_INLINE bool isgreaterequal( double x, double y ) function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
math_win32.h | 49 _LIBCPP_ALWAYS_INLINE bool isgreaterequal( double x, double y ) function
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/ |
math_win32.h | 49 _LIBCPP_ALWAYS_INLINE bool isgreaterequal( double x, double y ) function
|
/external/libcxx/test/std/depr/depr.c.headers/ |
math_h.pass.cpp | 263 static_assert((std::is_same<decltype(isgreaterequal((float)0, (float)0)), bool>::value), ""); 264 static_assert((std::is_same<decltype(isgreaterequal((float)0, (double)0)), bool>::value), ""); 265 static_assert((std::is_same<decltype(isgreaterequal((float)0, (long double)0)), bool>::value), ""); 266 static_assert((std::is_same<decltype(isgreaterequal((double)0, (float)0)), bool>::value), ""); 267 static_assert((std::is_same<decltype(isgreaterequal((double)0, (double)0)), bool>::value), ""); 268 static_assert((std::is_same<decltype(isgreaterequal((double)0, (long double)0)), bool>::value), ""); 269 static_assert((std::is_same<decltype(isgreaterequal((long double)0, (float)0)), bool>::value), ""); 270 static_assert((std::is_same<decltype(isgreaterequal((long double)0, (double)0)), bool>::value), ""); 271 static_assert((std::is_same<decltype(isgreaterequal((long double)0, (long double)0)), bool>::value), ""); 272 assert(isgreaterequal(-1.0, 0.F) == false) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
math_h.pass.cpp | 268 static_assert((std::is_same<decltype(isgreaterequal((float)0, (float)0)), bool>::value), ""); 269 static_assert((std::is_same<decltype(isgreaterequal((float)0, (double)0)), bool>::value), ""); 270 static_assert((std::is_same<decltype(isgreaterequal((float)0, (long double)0)), bool>::value), ""); 271 static_assert((std::is_same<decltype(isgreaterequal((double)0, (float)0)), bool>::value), ""); 272 static_assert((std::is_same<decltype(isgreaterequal((double)0, (double)0)), bool>::value), ""); 273 static_assert((std::is_same<decltype(isgreaterequal((double)0, (long double)0)), bool>::value), ""); 274 static_assert((std::is_same<decltype(isgreaterequal((long double)0, (float)0)), bool>::value), ""); 275 static_assert((std::is_same<decltype(isgreaterequal((long double)0, (double)0)), bool>::value), ""); 276 static_assert((std::is_same<decltype(isgreaterequal((long double)0, (long double)0)), bool>::value), ""); 277 assert(isgreaterequal(-1.0, 0.F) == false) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
math.h | 411 # define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro 435 # ifndef isgreaterequal 436 # define isgreaterequal(x, y) \ macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
math.h | 412 # define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro 442 # ifndef isgreaterequal 443 # define isgreaterequal(x, y) \ macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
mathinline.h | 41 # undef isgreaterequal macro 54 # define isgreaterequal(x, y) \ macro 91 # define isgreaterequal(x, y) \ macro
|
/bionic/libm/include/ |
math.h | 72 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro
|
/external/clang/test/CodeGen/ |
builtins.c | 56 P(isgreaterequal, (1., 2.));
|
/external/libcxx/test/std/numerics/c.math/ |
cmath.pass.cpp | 63 Ambiguous isgreaterequal(Ambiguous, Ambiguous){ return Ambiguous(); } function [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ |
cmath.pass.cpp | [all...] |
/development/ndk/platforms/android-13/include/ |
math.h | 120 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro 127 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
|
/development/ndk/platforms/android-18/include/ |
math.h | 120 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro 127 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
|
/development/ndk/platforms/android-21/include/ |
math.h | 109 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro 116 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
|
/development/ndk/platforms/android-3/include/ |
math.h | 120 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro 127 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
|
/development/ndk/platforms/android-9/include/ |
math.h | 120 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro 127 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/ |
math.h | 120 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro 127 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/ |
math.h | 120 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro 127 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/ |
math.h | 120 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro 127 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/ |
math.h | 120 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro 127 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/ |
math.h | 120 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro 127 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
|
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/ |
math.h | 120 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro 127 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
|
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/ |
math.h | 120 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro 127 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
|
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/ |
math.h | 120 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro 127 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
|