Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/msun/src/
Dmath.h111 #define isless(x, y) __builtin_isless((x), (y)) macro
118 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro
/freebsd-9-stable/contrib/gcc/config/rs6000/
Ddarwin-ldouble.c57 #define isless(x, y) __builtin_isless (x, y) macro
/freebsd-9-stable/contrib/libstdc++/include/c_std/
Dstd_cmath.h573 isless(_Tp __f1, _Tp __f2) in isless() function