Searched refs:denormal (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_mul_impl.inc25 // Detect if a or b is zero, denormal, infinity, or NaN.
64 // One or both of a or b is denormal. The other (if applicable) is a
74 // denormal path it was already set by normalize( ), but setting it twice
98 // The result is denormal before rounding.
H A Dfp_add_impl.inc86 // implicit significand bit. If we fell through from the denormal path it
133 // The result is denormal before rounding. The exponent is zero and we
H A Dfp_extend_impl.inc89 // a is denormal.
H A Dfp_trunc_impl.inc105 // zero. The result may be a denormal or zero. Extract the exponent
/freebsd-13-stable/contrib/netbsd-tests/lib/libm/
H A Dt_ldexp.c444 TEST(ldexp_denormal, denormal)
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c369 int denormal = (strcmp(dnp->dn_ident->di_name, "denormalize") == 0); local
377 if ((denormal && argc != 1) || (!denormal && argc != 2)) {
380 dnp->dn_ident->di_name, argc, denormal ? 1 : 2);
410 if (denormal) {

Completed in 110 milliseconds