/external/v8/src/ |
win32-math.h | 56 int isless(double x, double y);
|
win32-math.cc | 67 int isless(double x, double y) { function
|
/external/llvm/include/llvm/ADT/ |
ImmutableIntervalMap.h | 58 static bool isLess(key_type_ref L, key_type_ref R) { 114 else if (ImutInfo::isLess(K, CurrentKey)) 131 if (ImutInfo::isLess(K, KCurrent))
|
ImmutableMap.h | 23 /// only the first element (the key) is used by isEqual and isLess. 44 static inline bool isLess(key_type_ref L, key_type_ref R) { 45 return ImutContainerInfo<T>::isLess(L,R);
|
/external/qemu/fpu/ |
softfloat-native.h | 46 #ifndef isless 47 #define isless(x, y) __builtin_isless(x, y) macro 61 #define isless(x, y) ((!unordered(x, y)) && ((x) < (y))) macro 244 return isless(a, b); 365 return isless(a, b); 482 return isless(a, b);
|
softfloat-native.c | 238 if (isless(a, b)) { 401 if (isless(a, b)) { 503 if (isless(a, b)) {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
math.h | 401 # define isless(x, y) __builtin_isless(x, y) macro 432 # ifndef isless 433 # define isless(x, y) \ macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
math.h | 401 # define isless(x, y) __builtin_isless(x, y) macro 432 # ifndef isless 433 # define isless(x, y) \ macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
math.h | 401 # define isless(x, y) __builtin_isless(x, y) macro 432 # ifndef isless 433 # define isless(x, y) \ macro
|
/external/clang/test/CodeGen/ |
builtins.c | 59 P(isless, (1., 2.));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
cmath | 476 #undef isless 642 isless(float __x, float __y) 646 isless(double __x, double __y) 650 isless(long double __x, long double __y) 657 isless(_Tp __x, _Up __y) 807 isless(_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 | 476 #undef isless 642 isless(float __x, float __y) 646 isless(double __x, double __y) 650 isless(long double __x, long double __y) 657 isless(_Tp __x, _Up __y) 807 isless(_Tp __f1, _Tp __f2) [all...] |
/bionic/libm/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-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/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
cmath | 487 #undef isless 570 isless(_Tp __f1, _Tp __f2)
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/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/android-ndk-r4/platforms/android-3/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/android-ndk-r4/platforms/android-4/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/android-ndk-r4/platforms/android-5/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/android-ndk-r4/platforms/android-5/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/android-ndk-r4/platforms/android-8/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/android-ndk-r4/platforms/android-8/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/android-ndk-r5/platforms/android-3/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
|