• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/

Lines Matching defs:norm

1452 # here, we count on norm not to alter a0...
1453 bsr.l norm # normalize mantissa
1484 # here, we count on norm not to alter a0...
1485 bsr.l norm # normalize mantissa
4477 short tbl_trans - tbl_trans # $01-0 fint norm
4486 short ssinh - tbl_trans # $02-0 fsinh norm
4495 short tbl_trans - tbl_trans # $03-0 fintrz norm
4504 short tbl_trans - tbl_trans # $04-0 fsqrt norm
4522 short slognp1 - tbl_trans # $06-0 flognp1 norm
4540 short setoxm1 - tbl_trans # $08-0 fetoxm1 norm
4549 short stanh - tbl_trans # $09-0 ftanh norm
4558 short satan - tbl_trans # $0a-0 fatan norm
4576 short sasin - tbl_trans # $0c-0 fasin norm
4585 short satanh - tbl_trans # $0d-0 fatanh norm
4594 short ssin - tbl_trans # $0e-0 fsin norm
4603 short stan - tbl_trans # $0f-0 ftan norm
4612 short setox - tbl_trans # $10-0 fetox norm
4621 short stwotox - tbl_trans # $11-0 ftwotox norm
4630 short stentox - tbl_trans # $12-0 ftentox norm
4648 short slogn - tbl_trans # $14-0 flogn norm
4657 short slog10 - tbl_trans # $15-0 flog10 norm
4666 short slog2 - tbl_trans # $16-0 flog2 norm
4684 short tbl_trans - tbl_trans # $18-0 fabs norm
4693 short scosh - tbl_trans # $19-0 fcosh norm
4702 short tbl_trans - tbl_trans # $1a-0 fneg norm
4720 short sacos - tbl_trans # $1c-0 facos norm
4729 short scos - tbl_trans # $1d-0 fcos norm
4738 short sgetexp - tbl_trans # $1e-0 fgetexp norm
4747 short sgetman - tbl_trans # $1f-0 fgetman norm
4756 short tbl_trans - tbl_trans # $20-0 fdiv norm
4765 short smod_snorm - tbl_trans # $21-0 fmod norm
4774 short tbl_trans - tbl_trans # $22-0 fadd norm
4783 short tbl_trans - tbl_trans # $23-0 fmul norm
4792 short tbl_trans - tbl_trans # $24-0 fsgldiv norm
4801 short srem_snorm - tbl_trans # $25-0 frem norm
4810 short sscale_snorm - tbl_trans # $26-0 fscale norm
4819 short tbl_trans - tbl_trans # $27-0 fsglmul norm
4828 short tbl_trans - tbl_trans # $28-0 fsub norm
4900 short ssincos - tbl_trans # $30-0 fsincos norm
4909 short ssincos - tbl_trans # $31-0 fsincos norm
4918 short ssincos - tbl_trans # $32-0 fsincos norm
4927 short ssincos - tbl_trans # $33-0 fsincos norm
4936 short ssincos - tbl_trans # $34-0 fsincos norm
4945 short ssincos - tbl_trans # $35-0 fsincos norm
4954 short ssincos - tbl_trans # $36-0 fsincos norm
4963 short ssincos - tbl_trans # $37-0 fsincos norm
7636 bsr.l norm # normalize
7667 bsr.l norm # normalize exponent
8496 mov.l (%a0),%d3 # D3 is exponent of smallest norm. #
8664 # satanh(): computes the inverse hyperbolic tangent of a norm input #
9608 # the src value. then, jump to the norm part of the routine.
9617 bsr.l norm # normalize the DENORM
10217 bsr.l norm # normalize mantissa
10293 bsr.l norm # normalize mantissa
11585 bne.w fmul_not_norm # optimize on non-norm input
11966 # Multiply: (Zero x Zero) || (Zero x norm) || (Zero x denorm)
11984 # Multiply: (inf x inf) || (inf x norm) || (inf x denorm)
12024 # norm() - normalize mantissa for EXOP on denorm #
12067 bne.w fin_not_norm # optimize on non-norm input
12116 bsr.l norm # normalize result
12404 bne.w fdiv_not_norm # optimize on non-norm input
12799 # norm() - normalize a denorm to provide EXOP #
12840 bne.w fneg_not_norm # optimize on non-norm input
12896 bsr.l norm # normalize result
13140 bne.b ftst_not_norm # optimize on non-norm input
13232 bne.b fint_not_norm # optimize on non-norm input
13338 bne.b fintrz_not_norm # optimize on non-norm input
13418 # norm() - normalize denorm mantissa to provide EXOP #
13435 # Simply clear sign for extended precision norm. Ext prec denorm #
13463 bne.w fabs_not_norm # optimize on non-norm input
13514 bsr.l norm # normalize result
13762 bne.b fcmp_not_norm # optimize on non-norm input
13867 bset &31,%d0 # DENORM src; make into small norm
13876 bset &31,%d0 # DENORM src; make into small norm
13886 bset &31,%d0 # DENORM dst; make into small norm
13889 bset &31,%d0 # DENORM dst; make into small norm
13967 bne.w fsglmul_not_norm # optimize on non-norm input
14308 bne.w fsgldiv_not_norm # optimize on non-norm input
14655 bne.w fadd_not_norm # optimize on non-norm input
15108 bne.w fsub_not_norm # optimize on non-norm input
15549 bne.w fsqrt_not_norm # optimize on non-norm input
15844 # norm() - normalize mantissa after adjusting exponent #
15894 bsr.l norm # normalize the denorm; result is new exp
15930 bsr.l norm # normalize the denorm; result is new exp
15966 # norm() - normalize the mantissa if the operand was a DENORM #
16006 bsr.l norm # normalize denorm
16019 # norm() - normalize the mantissa if the operand was a DENORM #
16067 bsr.l norm # normalize denorm
16093 # norm() - normalize the mantissa if the operand was a DENORM #
16132 bsr.l norm # normalize denorm
19565 # norm() - normalize a denormalized number #
19981 bsr.l norm # normalize number
20067 bsr.l norm # normalize number
20154 # norm() - needed to create EXOP for extended precision #
20418 bsr.l norm # normalize the mantissa
20508 bsr.l norm # normalize the DENORM
20631 bsr.l norm
20737 bsr.l norm # normalize the DENORM
22298 # norm(): normalize the mantissa of an extended precision input. the #
22302 # norm() #
22316 global norm
22317 norm:
22367 # norm() - normalize the mantissa #
22374 # a0 = input operand has been converted to a norm, denorm, or #
22413 bsr.l norm # normalize UNNORM
23428 # norm:
23626 clr.b BINDEC_FLG(%a6) # clr norm/denorm flag
23648 bgt.b pos_exp # if greater than zero, it is a norm
23691 beq.b A3_cont # if clr, continue with norm
23937 beq.w A9_norm # if norm, continue with mul
24147 tst.b BINDEC_FLG(%a6) # check if input was norm
24148 beq.b A13_con # if norm, continue with checking