Searched refs:isless (Results 1 - 20 of 20) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/headers/cmath/
H A Dc99_classification_macros_c.cc44 void isless() { } function
H A Dc99_classification_macros_c++.cc42 void isless() { } function
69 res = std::isless(f1, f2);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/26_numerics/cmath/
H A Dc99_classification_macros_c.cc51 void isless() { } function
H A Dc99_classification_macros_c++.cc50 void isless() { } function
77 res = std::isless(f1, f2);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/fixincludes/tests/base/internal/
H A Dmath_core.h25 #define isless(x,y) \ macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/fixincludes/tests/base/internal/
H A Dmath_core.h25 #define isless(x,y) \ macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dc99-math.h164 if (!isless ((inf), (norm1))) \
167 if (!isless ((inf), (norm2))) \
170 if (!isless ((inf), (norm3))) \
202 if (!isless ((norm1), (inf))) \
205 if (!isless ((norm2), (inf))) \
208 if (!isless ((norm3), (inf))) \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dc99-math.h164 if (!isless ((inf), (norm1))) \
167 if (!isless ((inf), (norm2))) \
170 if (!isless ((inf), (norm3))) \
202 if (!isless ((norm1), (inf))) \
205 if (!isless ((norm2), (inf))) \
208 if (!isless ((norm3), (inf))) \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h62 #undef isless macro
63 #define isless(x, y) __builtin_isless(x, y) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/
H A Dtemplates.cc48 ret = std::tr1::isless(x, x);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/fixincludes/tests/base/iso/
H A Dmath_c99.h111 #undef isless macro
112 #define isless(x, y) __builtin_isless(x, y) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dmath.h69 using std::isless;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_compatibility/
H A Dmath.h68 using std::isless;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/rs6000/
H A Ddarwin-ldouble.c56 #define isless(x, y) __builtin_isless (x, y) macro
61 #define nonfinite(a) unlikely (! isless (fabs (a), inf ()))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c/
H A Dstd_cmath.h77 #undef isless macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Ddarwin-ldouble.c52 #define isless(x, y) __builtin_isless (x, y) macro
57 #define nonfinite(a) unlikely (! isless (fabs (a), inf ()))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_std/
H A Dstd_cmath.h483 __capture_isless(_Tp __f1, _Tp __f2) { return isless(__f1, __f2); }
510 #undef isless macro
553 isless(_Tp __f1, _Tp __f2) function in namespace:std
/netbsd-6-1-5-RELEASE/include/
H A Dmath.h374 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfigure16427 i = isless(d1, d2);
16463 i = isless(d1, d2);
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/
H A Dconfigure7029 isless(0.0,0.0);
[all...]

Completed in 461 milliseconds