Searched refs:normalize (Results 1 - 20 of 20) sorted by relevance

/src/usr.bin/make/unit-tests/
H A Dvarmod-unique.mk19 . 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.
H A Dvarmod-no-match.mk19 # 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/
H A Dfp_add_impl.inc66 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
H A Dfp_mul_impl.inc59 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
H A Ddivsf3.c66 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
H A Ddivdf3.c66 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
H A Ddivtf3.c66 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
H A Dfp_lib.h241 static __inline int normalize(rep_t *significand) { function in typeref:typename:int
/src/usr.bin/dc/
H A Dbcode.c420 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(
[all...]
H A Dbcode.h90 void normalize(struct number *, u_int);
H A Dinout.c361 normalize(int_part, fract_part->scale);
/src/sys/netinet/
H A Ddccp_tfrc.c192 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(
[all...]
/src/lib/libm/arch/vax/
H A Dn_atan2.S118 bisw2 $0x4080,%r2 # normalize y to [1,2)
119 bisw2 $0x4080,%r4 # normalize x to [1,2)
/src/distrib/sets/
H A Dfmt-list336 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/
H A Dpfpsp.s1462 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 th
[all...]
H A Dfpsp.s1462 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
[all...]
H A Dilsp.s341 btst &31, %d7 # must we normalize? first word of
H A Dfplsp.s5592 #--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/
H A Demulate.S458 extzv $4,$4,(%r3),%r0 # normalize result (carry out of MSN into LSN)
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dcpplint.py2782 for uc in unicodedata.normalize('NFC', line):

Completed in 50 milliseconds