Home
last modified time | relevance | path

Searched defs:islessgreater (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h74 #define islessgreater(x, y) __builtin_islessgreater(x, y) macro
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h74 #define islessgreater(x, y) __builtin_islessgreater(x, y) macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_hip_cmath.h83 __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.h141 __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 Dmath.h143 #define islessgreater(x, y) __builtin_islessgreater((x),(y)) macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dmath.d1639 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 Dmath.h470 #define islessgreater( global() macro
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h743 islessgreater(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in islessgreater() function