HomeSort by relevance Sort by last modified time
    Searched refs:isgreater (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/chromium_org/v8/src/base/
win32-math.h 34 int isgreater(double x, double y);
win32-math.cc 47 int isgreater(double x, double y) { function in namespace:std
  /external/libcxx/include/support/win32/
math_win32.h 43 _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/9/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/depr/depr.c.headers/
math_h.disabled.cpp 247 static_assert((std::is_same<decltype(isgreater((float)0, (float)0)), bool>::value), "");
248 static_assert((std::is_same<decltype(isgreater((float)0, (double)0)), bool>::value), "");
249 static_assert((std::is_same<decltype(isgreater((float)0, (long double)0)), bool>::value), "");
250 static_assert((std::is_same<decltype(isgreater((double)0, (float)0)), bool>::value), "");
251 static_assert((std::is_same<decltype(isgreater((double)0, (double)0)), bool>::value), "");
252 static_assert((std::is_same<decltype(isgreater((double)0, (long double)0)), bool>::value), "");
253 static_assert((std::is_same<decltype(isgreater((long double)0, (float)0)), bool>::value), "");
254 static_assert((std::is_same<decltype(isgreater((long double)0, (double)0)), bool>::value), "");
255 static_assert((std::is_same<decltype(isgreater((long double)0, (long double)0)), bool>::value), "");
256 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.6/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.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/ndk/4/platforms/android-3/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/4/platforms/android-4/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/4/platforms/android-5/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/4/platforms/android-5/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/4/platforms/android-8/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/4/platforms/android-8/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/5/platforms/android-3/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/5/platforms/android-9/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/6/platforms/android-3/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/6/platforms/android-3/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/6/platforms/android-9/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/6/platforms/android-9/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/7/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/7/platforms/android-14/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/7/platforms/android-3/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/7/platforms/android-3/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

Completed in 899 milliseconds

1 2 3 4