Searched defs:isless (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/rs6000/
H A Ddarwin-ldouble.c57 #define isless(x, y) __builtin_isless (x, y) macro
/freebsd-10-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h77 #undef isless macro
/freebsd-10-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h530 #undef isless macro
573 isless(_Tp __f1, _Tp __f2) function
/freebsd-10-stable/lib/msun/src/
H A Dmath.h124 #define isless(x, y) __builtin_isless((x), (y)) macro
131 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro

Completed in 128 milliseconds