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

1 2 3

  /bionic/libm/man/
math.3 77 .Bl -column "isgreaterequal" "bessel function of the second kind of the order 0"
158 isgreaterequal greater than or equal to relation
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
math.h 400 # define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro
424 # ifndef isgreaterequal
425 # define isgreaterequal(x, y) \ macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 400 # define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro
424 # ifndef isgreaterequal
425 # define isgreaterequal(x, y) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 400 # define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) macro
424 # ifndef isgreaterequal
425 # define isgreaterequal(x, y) \ macro
  /external/clang/test/CodeGen/
builtins.c 58 P(isgreaterequal, (1., 2.));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cmath 475 #undef isgreaterequal
620 isgreaterequal(float __x, float __y)
624 isgreaterequal(double __x, double __y)
628 isgreaterequal(long double __x, long double __y)
635 isgreaterequal(_Tp __x, _Up __y)
798 isgreaterequal(_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 475 #undef isgreaterequal
620 isgreaterequal(float __x, float __y)
624 isgreaterequal(double __x, double __y)
628 isgreaterequal(long double __x, long double __y)
635 isgreaterequal(_Tp __x, _Up __y)
798 isgreaterequal(_Tp __f1, _Tp __f2)
    [all...]
  /bionic/libm/include/
math.h 120 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro
127 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
  /development/ndk/platforms/android-3/include/
math.h 120 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro
127 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
  /development/ndk/platforms/android-9/include/
math.h 120 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro
127 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
math.h 120 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro
127 #define isgreaterequal(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 486 #undef isgreaterequal
561 isgreaterequal(_Tp __f1, _Tp __f2)
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
math.h 120 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro
127 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro