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

1 2 3 4

  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
math_h.pass.cpp 289 static_assert((std::is_same<decltype(islessequal((float)0, (float)0)), bool>::value), "");
290 static_assert((std::is_same<decltype(islessequal((float)0, (double)0)), bool>::value), "");
291 static_assert((std::is_same<decltype(islessequal((float)0, (long double)0)), bool>::value), "");
292 static_assert((std::is_same<decltype(islessequal((double)0, (float)0)), bool>::value), "");
293 static_assert((std::is_same<decltype(islessequal((double)0, (double)0)), bool>::value), "");
294 static_assert((std::is_same<decltype(islessequal((double)0, (long double)0)), bool>::value), "");
295 static_assert((std::is_same<decltype(islessequal((long double)0, (float)0)), bool>::value), "");
296 static_assert((std::is_same<decltype(islessequal((long double)0, (double)0)), bool>::value), "");
297 static_assert((std::is_same<decltype(islessequal((long double)0, (long double)0)), bool>::value), "");
298 assert(islessequal(-1.0, 0.F) == true)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/include/support/win32/
math_win32.h 59 _LIBCPP_ALWAYS_INLINE bool islessequal( double x, double y ) function
  /external/qemu/fpu/
softfloat-native.h 49 #ifndef islessequal
50 #define islessequal(x, y) __builtin_islessequal(x, y) macro
62 #define islessequal(x, y) ((!unordered(x, y)) && ((x) <= (y))) macro
240 return islessequal(a, b);
361 return islessequal(a, b);
478 return islessequal(a, b);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
math.h 402 # define islessequal(x, y) __builtin_islessequal(x, y) macro
440 # ifndef islessequal
441 # define islessequal(x, y) \ macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 402 # define islessequal(x, y) __builtin_islessequal(x, y) macro
440 # ifndef islessequal
441 # define islessequal(x, y) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 402 # define islessequal(x, y) __builtin_islessequal(x, y) macro
440 # ifndef islessequal
441 # define islessequal(x, y) \ macro
  /ndk/sources/cxx-stl/llvm-libc++/include/
cmath 152 bool islessequal(arithmetic x, arithmetic y);
546 // islessequal
548 #ifdef islessequal
555 return islessequal(__x, __y);
558 #undef islessequal
568 islessequal(_A1 __x, _A2 __y) _NOEXCEPT
574 #endif // islessequal
647 using ::islessequal;
    [all...]
  /external/clang/test/CodeGen/
builtins.c 60 P(islessequal, (1., 2.));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cmath 477 #undef islessequal
664 islessequal(float __x, float __y)
668 islessequal(double __x, double __y)
672 islessequal(long double __x, long double __y)
679 islessequal(_Tp __x, _Up __y)
816 islessequal(_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 477 #undef islessequal
664 islessequal(float __x, float __y)
668 islessequal(double __x, double __y)
672 islessequal(long double __x, long double __y)
679 islessequal(_Tp __x, _Up __y)
816 islessequal(_Tp __f1, _Tp __f2)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cmath 477 #undef islessequal
664 islessequal(float __x, float __y)
668 islessequal(double __x, double __y)
672 islessequal(long double __x, long double __y)
679 islessequal(_Tp __x, _Up __y)
816 islessequal(_Tp __f1, _Tp __f2)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cmath 554 #undef islessequal
741 islessequal(float __x, float __y)
745 islessequal(double __x, double __y)
749 islessequal(long double __x, long double __y)
756 islessequal(_Tp __x, _Up __y)
893 islessequal(_Tp __f1, _Tp __f2)
    [all...]
  /bionic/libm/include/
math.h 109 #define islessequal(x, y) __builtin_islessequal((x), (y)) macro
116 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y)) macro
  /development/ndk/platforms/android-3/include/
math.h 122 #define islessequal(x, y) __builtin_islessequal((x), (y)) macro
129 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y)) macro
  /development/ndk/platforms/android-9/include/
math.h 122 #define islessequal(x, y) __builtin_islessequal((x), (y)) macro
129 #define islessequal(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 488 #undef islessequal
579 islessequal(_Tp __f1, _Tp __f2)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 122 #define islessequal(x, y) __builtin_islessequal((x), (y)) macro
129 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y)) macro
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 122 #define islessequal(x, y) __builtin_islessequal((x), (y)) macro
129 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y)) macro
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 122 #define islessequal(x, y) __builtin_islessequal((x), (y)) macro
129 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y)) macro
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 122 #define islessequal(x, y) __builtin_islessequal((x), (y)) macro
129 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y)) macro
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 122 #define islessequal(x, y) __builtin_islessequal((x), (y)) macro
129 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y)) macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 122 #define islessequal(x, y) __builtin_islessequal((x), (y)) macro
129 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y)) macro
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 122 #define islessequal(x, y) __builtin_islessequal((x), (y)) macro
129 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y)) macro
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 122 #define islessequal(x, y) __builtin_islessequal((x), (y)) macro
129 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y)) macro
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cmath 488 #undef islessequal
579 islessequal(_Tp __f1, _Tp __f2)

Completed in 1963 milliseconds

1 2 3 4