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

  /src/usr.bin/make/unit-tests/
varmod-unique.mk 19 . warning The modifier ':u' must normalize the whitespace.
27 . warning The modifier ':u' must normalize the whitespace.
35 . warning The modifier ':u' must normalize whitespace between the words.
varmod-no-match.mk 19 # Idiom: normalize whitespace
25 # "normalize whitespace", this idiom is not used in practice, resorting to the
  /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
fp_mul_impl.inc 59 if (aAbs < implicitBit) scale += normalize(&aSignificand);
60 if (bAbs < implicitBit) scale += normalize(&bSignificand);
64 // denormal path it was already set by normalize( ), but setting it twice
80 // Normalize the significand, adjust exponent if needed.
divsf3.c 66 if (aAbs < implicitBit) scale += normalize(&aSignificand);
67 if (bAbs < implicitBit) scale -= normalize(&bSignificand);
71 // denormal path it was already set by normalize( ), but setting it twice
divdf3.c 66 if (aAbs < implicitBit) scale += normalize(&aSignificand);
67 if (bAbs < implicitBit) scale -= normalize(&bSignificand);
71 // denormal path it was already set by normalize( ), but setting it twice
divtf3.c 66 if (aAbs < implicitBit) scale += normalize(&aSignificand);
67 if (bAbs < implicitBit) scale -= normalize(&bSignificand);
71 // denormal path it was already set by normalize( ), but setting it twice
fp_lib.h 241 static __inline int normalize(rep_t *significand) { function in typeref:typename:int
  /src/usr.bin/dc/
bcode.c 420 normalize(struct number *n, u_int s) function in typeref:typename:void
429 normalize(n, 0);
527 normalize(value->u.num, 0);
763 normalize(n, 0);
969 normalize(a, r->scale);
971 normalize(b, r->scale);
997 normalize(a, r->scale);
999 normalize(b, r->scale);
1023 normalize(r, max(scale, max(ascale, bscale)));
1073 normalize(a, scale)
    [all...]
bcode.h 90 void normalize(struct number *, u_int);
inout.c 361 normalize(int_part, fract_part->scale);
  /src/sys/netinet/
dccp_tfrc.c 192 static void normalize(long long *, long long *);
326 normalize(&cb->x.num, &cb->x.denom);
348 normalize(&cb->x.num, &cb->x.denom);
404 normalize(&v.num, &v.denom);
419 normalize(&v.num, &v.denom);
444 normalize(&cb->x_recv.num, &cb->x_recv.denom);
1001 normalize(&x.num, &x.denom);
1806 normalize(long long *num, long long *denom) function in typeref:typename:void
1836 normalize(&num, &denom);
1861 normalize(&num, &denom)
    [all...]
  /src/lib/libm/arch/vax/
n_atan2.S 118 bisw2 $0x4080,%r2 # normalize y to [1,2)
119 bisw2 $0x4080,%r4 # normalize x to [1,2)
  /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...]
ilsp.s 341 btst &31, %d7 # must we normalize? first word of
fplsp.s 5592 #--Now we need to normalize (A,a) to "new (R,r)" where R+r = A+a but
6023 #--Now we need to normalize (A,a) to "new (R,r)" where R+r = A+a but
7539 bsr.l norm # normalize
7570 bsr.l norm # normalize exponent
8393 #----normalize the input value by left shifting k bits (k to be determined
9257 # the dst is a DENORM. normalize the DENORM and add the adjustment to
9267 bsr.l norm # normalize the DENORM
9597 #..normalize R.
10046 # dst op is a DENORM. we have to normalize the mantissa to see if the
10054 bsr.l norm # normalize mantiss
    [all...]
  /src/sys/arch/vax/vax/
emulate.S 458 extzv $4,$4,(%r3),%r0 # normalize result (carry out of MSN into LSN)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 2782 for uc in unicodedata.normalize('NFC', line):

Completed in 39 milliseconds