Searched refs:isnormal (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/26_numerics/headers/cmath/
H A D25913.cc30 bool isnormal(const employee&) function
37 isnormal(m);
H A Dc99_classification_macros_c.cc36 void isnormal() { } function
H A Dc99_classification_macros_c++.cc34 void isnormal() { } function
65 res = std::isnormal(f1);
H A Dc99_classification_macros_c++0x.cc32 void isnormal() { } function
65 res = std::isnormal(f1);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dc99-math.h112 if (isnormal (nan)) \
115 if (isnormal (inf)) \
118 if (isnormal (huge)) \
121 if (!isnormal (norm1)) \
124 if (!isnormal (norm2)) \
127 if (!isnormal (norm3)) \
130 if (isnormal (sub)) \
133 if (isnormal (zero)) \
/haiku-buildtools/gcc/libstdc++-v3/include/c_compatibility/
H A Dmath.h64 using std::isnormal;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/
H A Dtemplates.cc45 ret = std::tr1::isnormal(x);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Davx512f-vgetmantsd-2.c34 if (!isnormal (source))
H A Davx512f-vgetmantss-2.c33 if (!isnormal (source))
H A Davx512f-vgetmantpd-2.c41 if (!isnormal (source))
H A Davx512f-vgetmantps-2.c41 if (!isnormal (source))
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-intrinsic.c7418 tree arg, isnormal, iszero; local
7424 isnormal = build_call_expr_loc (input_location,
7431 boolean_type_node, isnormal, iszero);
/haiku-buildtools/gcc/libstdc++-v3/
H A Dconfigure16726 i = isnormal(d1);
16762 i = isnormal(d1);
[all...]

Completed in 278 milliseconds