Searched refs:fsin (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | tbldo.S | 176 .long ssin |$0e-0 fsin norm 177 .long szero |$0e-1 fsin zero 178 .long t_operr |$0e-2 fsin inf 179 .long src_nan |$0e-3 fsin nan 180 .long ssind |$0e-4 fsin denorm 181 .long serror |$0e-5 fsin ERROR 182 .long serror |$0e-6 fsin ERROR 183 .long serror |$0e-7 fsin ERROR
|
/linux-2.4.37.9/arch/m68k/ifpsp060/ |
D | MISC | 46 fsin.s : 2.6 151 fsin.s : 2.6
|
D | fplsp.doc | 82 As an example, the "fsin" library instruction can be passed an 85 # fsin.x fp0 88 bsr.l _060FPLSP_TOP+0x1a8 # branch to fsin routine
|
D | CHANGES | 57 For example, if a user executed "fsin.x ADDR,fp0" where
|
/linux-2.4.37.9/arch/i386/math-emu/ |
D | README | 271 The code for reducing the argument for the trig functions (fsin, fcos, 315 found at a rate of 133 times per one million measurements for fsin. 316 The results show that the fsin, fcos and fptan instructions return 329 fsin (0,pi/2) 547756 0 133 10673 63.89 0.451317 362 often for fsin and fptan when the argument approaches pi/2. This poor 367 bits f2xm1 f2xm1 fpatan fcos fcos fyl2x fyl2xp1 fsin fptan fptan
|
D | fpu_trig.c | 595 static int fsin(FPU_REG *st0_ptr, u_char tag) in fsin() function 805 if ( !fsin(st0_ptr, st0_tag) ) in fsincos() 1839 fprem, fyl2xp1, fsqrt_, fsincos, frndint_, fscale, (FUNC_ST0)fsin, fcos
|
/linux-2.4.37.9/arch/m68k/ifpsp060/src/ |
D | ftest.S | 254 fsin.x DATA(%a6),%fp0
|
D | fpsp.S | 4594 short ssin - tbl_trans # $0e-0 fsin norm 4595 short src_zero - tbl_trans # $0e-1 fsin zero 4596 short t_operr - tbl_trans # $0e-2 fsin inf 4597 short src_qnan - tbl_trans # $0e-3 fsin qnan 4598 short ssind - tbl_trans # $0e-5 fsin denorm 4599 short src_snan - tbl_trans # $0e-4 fsin snan 4600 short tbl_trans - tbl_trans # $0e-6 fsin unnorm 12051 global fsin 12052 fsin: label
|
D | pfpsp.S | 4094 long tbl_unsupp - tbl_unsupp # 0e: fsin 4144 long fsin - tbl_unsupp # 40: fsmove 8482 global fsin 8483 fsin:
|