Home
last modified time | relevance | path

Searched defs:isless (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h70 #define isless(x, y) __builtin_isless(x, y) macro
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h70 #define isless(x, y) __builtin_isless(x, y) macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_hip_cmath.h71 __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.h129 __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 Dmath.h141 #define isless(x, y) __builtin_isless((x),(y)) macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dmath.d1623 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 Dibm-ldouble.c53 #define isless(x, y) __builtin_isless (x, y) macro
/netbsd-src/include/
H A Dmath.h468 #define isless( global() macro
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Dibm-ldouble.c53 #define isless(x, y) __builtin_isless (x, y) macro
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h683 isless(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in isless() function