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

1 2 3

  /external/libcxx/include/support/win32/
math_win32.h 57 _LIBCPP_ALWAYS_INLINE bool isless( double x, double y ) function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 55 _LIBCPP_ALWAYS_INLINE bool isless( double x, double y ) function
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 55 _LIBCPP_ALWAYS_INLINE bool isless( double x, double y ) function
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 277 static_assert((std::is_same<decltype(isless((float)0, (float)0)), bool>::value), "");
278 static_assert((std::is_same<decltype(isless((float)0, (double)0)), bool>::value), "");
279 static_assert((std::is_same<decltype(isless((float)0, (long double)0)), bool>::value), "");
280 static_assert((std::is_same<decltype(isless((double)0, (float)0)), bool>::value), "");
281 static_assert((std::is_same<decltype(isless((double)0, (double)0)), bool>::value), "");
282 static_assert((std::is_same<decltype(isless((double)0, (long double)0)), bool>::value), "");
283 static_assert((std::is_same<decltype(isless((long double)0, (float)0)), bool>::value), "");
284 static_assert((std::is_same<decltype(isless((long double)0, (double)0)), bool>::value), "");
285 static_assert((std::is_same<decltype(isless((long double)0, (long double)0)), bool>::value), "");
286 assert(isless(-1.0, 0.F) == true)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 282 static_assert((std::is_same<decltype(isless((float)0, (float)0)), bool>::value), "");
283 static_assert((std::is_same<decltype(isless((float)0, (double)0)), bool>::value), "");
284 static_assert((std::is_same<decltype(isless((float)0, (long double)0)), bool>::value), "");
285 static_assert((std::is_same<decltype(isless((double)0, (float)0)), bool>::value), "");
286 static_assert((std::is_same<decltype(isless((double)0, (double)0)), bool>::value), "");
287 static_assert((std::is_same<decltype(isless((double)0, (long double)0)), bool>::value), "");
288 static_assert((std::is_same<decltype(isless((long double)0, (float)0)), bool>::value), "");
289 static_assert((std::is_same<decltype(isless((long double)0, (double)0)), bool>::value), "");
290 static_assert((std::is_same<decltype(isless((long double)0, (long double)0)), bool>::value), "");
291 assert(isless(-1.0, 0.F) == true)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
math.h 412 # define isless(x, y) __builtin_isless(x, y) macro
443 # ifndef isless
444 # define isless(x, y) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
math.h 413 # define isless(x, y) __builtin_isless(x, y) macro
450 # ifndef isless
451 # define isless(x, y) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathinline.h 42 # undef isless macro
60 # define isless(x, y) \ macro
97 # define isless(x, y) \ macro
  /bionic/libm/include/
math.h 73 #define isless(x, y) __builtin_isless((x), (y)) macro
  /external/clang/test/CodeGen/
builtins.c 57 P(isless, (1., 2.));
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 64 Ambiguous isless(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 121 #define isless(x, y) __builtin_isless((x), (y)) macro
128 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro
  /development/ndk/platforms/android-18/include/
math.h 121 #define isless(x, y) __builtin_isless((x), (y)) macro
128 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro
  /development/ndk/platforms/android-21/include/
math.h 110 #define isless(x, y) __builtin_isless((x), (y)) macro
117 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro
  /development/ndk/platforms/android-3/include/
math.h 121 #define isless(x, y) __builtin_isless((x), (y)) macro
128 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro
  /development/ndk/platforms/android-9/include/
math.h 121 #define isless(x, y) __builtin_isless((x), (y)) macro
128 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
math.h 121 #define isless(x, y) __builtin_isless((x), (y)) macro
128 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
math.h 121 #define isless(x, y) __builtin_isless((x), (y)) macro
128 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
math.h 121 #define isless(x, y) __builtin_isless((x), (y)) macro
128 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
math.h 121 #define isless(x, y) __builtin_isless((x), (y)) macro
128 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
math.h 121 #define isless(x, y) __builtin_isless((x), (y)) macro
128 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
math.h 121 #define isless(x, y) __builtin_isless((x), (y)) macro
128 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
math.h 121 #define isless(x, y) __builtin_isless((x), (y)) macro
128 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
math.h 121 #define isless(x, y) __builtin_isless((x), (y)) macro
128 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro

Completed in 55 milliseconds

1 2 3