Searched defs:islessgreater (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/iso/ |
H A D | math_c99.h | 74 #define islessgreater(x, y) __builtin_islessgreater(x, y) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/ |
H A D | math_c99.h | 74 #define islessgreater(x, y) __builtin_islessgreater(x, y) macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | __clang_hip_cmath.h | 83 __DEVICE__ bool islessgreater(float __x, float __y) { in islessgreater() function 86 __DEVICE__ bool islessgreater(double __x, double __y) { in islessgreater() function
|
H A D | __clang_cuda_cmath.h | 141 __DEVICE__ bool islessgreater(float __x, float __y) { in islessgreater() function 144 __DEVICE__ bool islessgreater(double __x, double __y) { in islessgreater() function
|
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/ |
H A D | math.h | 143 #define islessgreater(x, y) __builtin_islessgreater((x),(y)) macro
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | math.d | 1639 pure int islessgreater(float x, float y) { return x != y && !isunordered(x, y); } in islessgreater() function 1641 pure int islessgreater(double x, double y) { return x != y && !isunordered(x, y); } in islessgreater() function 1643 pure int islessgreater(real x, real y) { return x != y && !isunordered(x, y); } in islessgreater() function
|
/netbsd-src/include/ |
H A D | math.h | 470 #define islessgreater( global() macro
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | math.h | 743 islessgreater(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in islessgreater() function
|