HomeSort by: relevance | last modified time | path
    Searched defs:denormal (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_cc.c 369 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) {
  /src/external/gpl3/gcc.old/dist/gcc/
real.cc 53 E must be large enough to hold the smallest supported denormal number
58 denormal number fits in 17 exponent bits; we store 26. */
2939 bool denormal = (r->sig[SIGSZ-1] & SIG_MSB) == 0;
2979 if (denormal)
3161 bool denormal = (r->sig[SIGSZ-1] & SIG_MSB) == 0;
3233 if (denormal)
3420 bool denormal = (r->sig[SIGSZ-1] & SIG_MSB) == 0;
3502 if (denormal)
3953 bool denormal = (r->sig[SIGSZ-1] & SIG_MSB) == 0;
4029 if (denormal)
2933 bool denormal = (r->sig[SIGSZ-1] & SIG_MSB) == 0; local
3154 bool denormal = (r->sig[SIGSZ-1] & SIG_MSB) == 0; local
3412 bool denormal = (r->sig[SIGSZ-1] & SIG_MSB) == 0; local
3943 bool denormal = (r->sig[SIGSZ-1] & SIG_MSB) == 0; local
4700 bool denormal = (r->sig[SIGSZ-1] & SIG_MSB) == 0; local
4814 bool denormal = (r->sig[SIGSZ-1] & SIG_MSB) == 0; local
    [all...]

Completed in 32 milliseconds