HomeSort by: relevance | last modified time | path
    Searched refs:Normalize (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fp_add_impl.inc 65 // Normalize any denormals, and adjust the exponent accordingly.
66 if (aExponent == 0) aExponent = normalize(&aSignificand);
67 if (bExponent == 0) bExponent = normalize(&bSignificand);
76 // was already set by normalize( ), but setting it twice won't hurt
  /src/share/mk/
sys.mk 61 # Use the sources, as the seed... Normalize all paths...
  /src/distrib/sets/
fmt-list 335 -- Normalize the alignment of the fields of the entries.
336 local function normalize(entries) function
425 -- Load a file list, normalize it and write it back to disk.
435 normalize(entries)
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 1462 bsr.l norm # normalize mantissa
1494 bsr.l norm # normalize mantissa
5400 # norm() - normalize mantissa after adjusting exponent #
5450 bsr.l norm # normalize the denorm; result is new exp
5486 bsr.l norm # normalize the denorm; result is new exp
5522 # norm() - normalize the mantissa if the operand was a DENORM #
5534 # normalize the operand if it was a DENORM. Add this normalization #
5552 beq.b stzs_denorm # normalize the DENORM
5562 bsr.l norm # normalize denorm
5575 # norm() - normalize the mantissa if the operand was a DENORM
    [all...]
fpsp.s 1462 bsr.l norm # normalize mantissa
1494 bsr.l norm # normalize mantissa
5698 #--Now we need to normalize (A,a) to "new (R,r)" where R+r = A+a but
6129 #--Now we need to normalize (A,a) to "new (R,r)" where R+r = A+a but
7645 bsr.l norm # normalize
7676 bsr.l norm # normalize exponent
8499 #----normalize the input value by left shifting k bits (k to be determined
9616 # the dst is a DENORM. normalize the DENORM and add the adjustment to
9626 bsr.l norm # normalize the DENORM
9956 #..normalize R
    [all...]

Completed in 23 milliseconds