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

1 2 3 4

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 303 static_assert((std::is_same<decltype(islessgreater((float)0, (float)0)), bool>::value), "");
304 static_assert((std::is_same<decltype(islessgreater((float)0, (double)0)), bool>::value), "");
305 static_assert((std::is_same<decltype(islessgreater((float)0, (long double)0)), bool>::value), "");
306 static_assert((std::is_same<decltype(islessgreater((double)0, (float)0)), bool>::value), "");
307 static_assert((std::is_same<decltype(islessgreater((double)0, (double)0)), bool>::value), "");
308 static_assert((std::is_same<decltype(islessgreater((double)0, (long double)0)), bool>::value), "");
309 static_assert((std::is_same<decltype(islessgreater((long double)0, (float)0)), bool>::value), "");
310 static_assert((std::is_same<decltype(islessgreater((long double)0, (double)0)), bool>::value), "");
311 static_assert((std::is_same<decltype(islessgreater((long double)0, (long double)0)), bool>::value), "");
312 assert(islessgreater(-1.0, 0.F) == true)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 65 _LIBCPP_ALWAYS_INLINE bool islessgreater( double x, double y ) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
math.h 403 # define islessgreater(x, y) __builtin_islessgreater(x, y) macro
448 # ifndef islessgreater
449 # define islessgreater(x, y) \ macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 403 # define islessgreater(x, y) __builtin_islessgreater(x, y) macro
448 # ifndef islessgreater
449 # define islessgreater(x, y) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 403 # define islessgreater(x, y) __builtin_islessgreater(x, y) macro
448 # ifndef islessgreater
449 # define islessgreater(x, y) \ macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 153 bool islessgreater(arithmetic x, arithmetic y);
576 // islessgreater
578 #ifdef islessgreater
585 return islessgreater(__x, __y);
588 #undef islessgreater
598 islessgreater(_A1 __x, _A2 __y) _NOEXCEPT
604 #endif // islessgreater
648 using ::islessgreater;
    [all...]
  /external/clang/test/CodeGen/
builtins.c 61 P(islessgreater, (1., 2.));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cmath 478 #undef islessgreater
686 islessgreater(float __x, float __y)
690 islessgreater(double __x, double __y)
694 islessgreater(long double __x, long double __y)
701 islessgreater(_Tp __x, _Up __y)
825 islessgreater(_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 478 #undef islessgreater
686 islessgreater(float __x, float __y)
690 islessgreater(double __x, double __y)
694 islessgreater(long double __x, long double __y)
701 islessgreater(_Tp __x, _Up __y)
825 islessgreater(_Tp __f1, _Tp __f2)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cmath 478 #undef islessgreater
686 islessgreater(float __x, float __y)
690 islessgreater(double __x, double __y)
694 islessgreater(long double __x, long double __y)
701 islessgreater(_Tp __x, _Up __y)
825 islessgreater(_Tp __f1, _Tp __f2)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cmath 555 #undef islessgreater
763 islessgreater(float __x, float __y)
767 islessgreater(double __x, double __y)
771 islessgreater(long double __x, long double __y)
778 islessgreater(_Tp __x, _Up __y)
902 islessgreater(_Tp __f1, _Tp __f2)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cmath 478 #undef islessgreater
686 islessgreater(float __x, float __y)
690 islessgreater(double __x, double __y)
694 islessgreater(long double __x, long double __y)
701 islessgreater(_Tp __x, _Up __y)
825 islessgreater(_Tp __f1, _Tp __f2)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cmath 555 #undef islessgreater
763 islessgreater(float __x, float __y)
767 islessgreater(double __x, double __y)
771 islessgreater(long double __x, long double __y)
778 islessgreater(_Tp __x, _Up __y)
902 islessgreater(_Tp __f1, _Tp __f2)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cmath 552 #undef islessgreater
760 islessgreater(float __x, float __y)
764 islessgreater(double __x, double __y)
768 islessgreater(long double __x, long double __y)
775 islessgreater(_Tp __x, _Up __y)
899 islessgreater(_Tp __f1, _Tp __f2)
    [all...]
  /bionic/libm/include/
math.h 110 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) macro
117 #define islessgreater(x, y) (!isunordered((x), (y)) && \ macro
  /development/ndk/platforms/android-3/include/
math.h 123 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) macro
130 #define islessgreater(x, y) (!isunordered((x), (y)) && \ macro
  /development/ndk/platforms/android-9/include/
math.h 123 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) macro
130 #define islessgreater(x, y) (!isunordered((x), (y)) && \ macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cmath 489 #undef islessgreater
588 islessgreater(_Tp __f1, _Tp __f2)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 123 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) macro
130 #define islessgreater(x, y) (!isunordered((x), (y)) && \ macro
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 123 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) macro
130 #define islessgreater(x, y) (!isunordered((x), (y)) && \ macro
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 123 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) macro
130 #define islessgreater(x, y) (!isunordered((x), (y)) && \ macro
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 123 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) macro
130 #define islessgreater(x, y) (!isunordered((x), (y)) && \ macro
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 123 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) macro
130 #define islessgreater(x, y) (!isunordered((x), (y)) && \ macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 123 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) macro
130 #define islessgreater(x, y) (!isunordered((x), (y)) && \ macro
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 123 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) macro
130 #define islessgreater(x, y) (!isunordered((x), (y)) && \ macro

Completed in 2020 milliseconds

1 2 3 4