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

1 2 3 4 5

  /external/chromium_org/v8/src/
win32-math.h 55 int isgreater(double x, double y);
win32-math.cc 72 int isgreater(double x, double y) { function in namespace:std
  /external/v8/src/
win32-math.h 57 int isgreater(double x, double y);
win32-math.cc 73 int isgreater(double x, double y) { function
  /external/chromium_org/chrome/common/extensions/docs/server2/
app_yaml_helper.py 52 def IsGreater(lhs, rhs):
80 if AppYamlHelper.IsGreater(app_version, checked_in_app_version):
109 return AppYamlHelper.IsGreater(app_version_in_file_system, app_version)
app_yaml_helper_test.py 18 AppYamlHelper.IsGreater,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.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/include/support/win32/
math_win32.h 41 _LIBCPP_ALWAYS_INLINE bool isgreater( double x, double y ) function
  /external/qemu/fpu/
softfloat-native.c 242 } else if (isgreater(a, b)) {
405 } else if (isgreater(a, b)) {
507 } else if (isgreater(a, b)) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
math.h 399 # define isgreater(x, y) __builtin_isgreater(x, y) macro
416 # ifndef isgreater
417 # define isgreater(x, y) \ macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 399 # define isgreater(x, y) __builtin_isgreater(x, y) macro
416 # ifndef isgreater
417 # define isgreater(x, y) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 399 # define isgreater(x, y) __builtin_isgreater(x, y) macro
416 # ifndef isgreater
417 # define isgreater(x, y) \ macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 149 bool isgreater(arithmetic x, arithmetic y);
456 // isgreater
458 #ifdef isgreater
465 return isgreater(__x, __y);
468 #undef isgreater
478 isgreater(_A1 __x, _A2 __y) _NOEXCEPT
484 #endif // isgreater
644 using ::isgreater;
    [all...]
  /external/clang/test/CodeGen/
builtins.c 57 P(isgreater, (1., 2.));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cmath 474 #undef isgreater
598 isgreater(float __x, float __y)
602 isgreater(double __x, double __y)
606 isgreater(long double __x, long double __y)
613 isgreater(_Tp __x, _Up __y)
789 isgreater(_Tp __f1, _Tp __f2)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cmath 474 #undef isgreater
598 isgreater(float __x, float __y)
602 isgreater(double __x, double __y)
606 isgreater(long double __x, long double __y)
613 isgreater(_Tp __x, _Up __y)
789 isgreater(_Tp __f1, _Tp __f2)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cmath 474 #undef isgreater
598 isgreater(float __x, float __y)
602 isgreater(double __x, double __y)
606 isgreater(long double __x, long double __y)
613 isgreater(_Tp __x, _Up __y)
789 isgreater(_Tp __f1, _Tp __f2)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cmath 551 #undef isgreater
675 isgreater(float __x, float __y)
679 isgreater(double __x, double __y)
683 isgreater(long double __x, long double __y)
690 isgreater(_Tp __x, _Up __y)
866 isgreater(_Tp __f1, _Tp __f2)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cmath 474 #undef isgreater
598 isgreater(float __x, float __y)
602 isgreater(double __x, double __y)
606 isgreater(long double __x, long double __y)
613 isgreater(_Tp __x, _Up __y)
789 isgreater(_Tp __f1, _Tp __f2)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cmath 551 #undef isgreater
675 isgreater(float __x, float __y)
679 isgreater(double __x, double __y)
683 isgreater(long double __x, long double __y)
690 isgreater(_Tp __x, _Up __y)
866 isgreater(_Tp __f1, _Tp __f2)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cmath 548 #undef isgreater
672 isgreater(float __x, float __y)
676 isgreater(double __x, double __y)
680 isgreater(long double __x, long double __y)
687 isgreater(_Tp __x, _Up __y)
863 isgreater(_Tp __f1, _Tp __f2)
    [all...]
  /bionic/libm/include/
math.h 106 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro
113 #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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cmath 485 #undef isgreater
552 isgreater(_Tp __f1, _Tp __f2)

Completed in 2923 milliseconds

1 2 3 4 5