Searched defs:isless (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/iso/ |
H A D | math_c99.h | 70 #define isless(x, y) __builtin_isless(x, y) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/ |
H A D | math_c99.h | 70 #define isless(x, y) __builtin_isless(x, y) macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | __clang_hip_cmath.h | 71 __DEVICE__ bool isless(float __x, float __y) { in isless() function 74 __DEVICE__ bool isless(double __x, double __y) { in isless() function
|
H A D | __clang_cuda_cmath.h | 129 __DEVICE__ bool isless(float __x, float __y) { in isless() function 132 __DEVICE__ bool isless(double __x, double __y) { in isless() function
|
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/ |
H A D | math.h | 141 #define isless(x, y) __builtin_isless((x),(y)) macro
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | math.d | 1623 pure int isless(float x, float y) { return x < y; } in isless() function 1625 pure int isless(double x, double y) { return x < y; } in isless() function 1627 pure int isless(real x, real y) { return x < y; } in isless() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/ |
H A D | ibm-ldouble.c | 53 #define isless(x, y) __builtin_isless (x, y) macro
|
/netbsd-src/include/ |
H A D | math.h | 468 #define isless( global() macro
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/rs6000/ |
H A D | ibm-ldouble.c | 53 #define isless(x, y) __builtin_isless (x, y) macro
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | math.h | 683 isless(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in isless() function
|