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

1 2 34 5

  /prebuilts/ndk/9/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
  /external/qemu/fpu/
softfloat-native.h 40 #ifndef isgreater
41 #define isgreater(x, y) __builtin_isgreater(x, y) macro
59 #define isgreater(x, y) ((!unordered(x, y)) && ((x) > (y))) macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 503 #ifdef isgreater
504 #error isgreater defined
506 static_assert((std::is_same<decltype(std::isgreater((float)0, (float)0)), bool>::value), "");
507 static_assert((std::is_same<decltype(std::isgreater((float)0, (double)0)), bool>::value), "");
508 static_assert((std::is_same<decltype(std::isgreater((float)0, (long double)0)), bool>::value), "");
509 static_assert((std::is_same<decltype(std::isgreater((double)0, (float)0)), bool>::value), "");
510 static_assert((std::is_same<decltype(std::isgreater((double)0, (double)0)), bool>::value), "");
511 static_assert((std::is_same<decltype(std::isgreater(0, (double)0)), bool>::value), "");
512 static_assert((std::is_same<decltype(std::isgreater((double)0, (long double)0)), bool>::value), "");
513 static_assert((std::is_same<decltype(std::isgreater((long double)0, (float)0)), bool>::value), "")
    [all...]
  /bionic/tests/
math_test.cpp 92 // TODO: isgreater, isgreaterequals, isless, islessequal, islessgreater, isunordered
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
builtins.def     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
builtins.def     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
builtins.def     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
builtins.def     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
cmath 306 using std::isgreater;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 306 using std::isgreater;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 306 using std::isgreater;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 306 using std::isgreater;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
cmath 306 using std::isgreater;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
cmath 364 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/tr1/
cmath 364 isgreater(_Tp __f1, _Tp __f2)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
cmath 364 isgreater(_Tp __f1, _Tp __f2)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
cmath 364 isgreater(_Tp __f1, _Tp __f2)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
cmath 364 isgreater(_Tp __f1, _Tp __f2)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
cmath 364 isgreater(_Tp __f1, _Tp __f2)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
cmath 363 isgreater(_Tp __f1, _Tp __f2)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
  /ndk/docs/text/
CHANGES.text 574 isnan, isnormal, isgreater, isgreaterequal, isless, islessequal,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/
cc1 
cc1plus 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/
cc1 

Completed in 4088 milliseconds

1 2 34 5