Searched refs:slognd (Results 1 – 5 of 5) sorted by relevance
/arch/m68k/fpsp040/ |
D | slog2.S | 37 | Step 1. Call slognd to obtain Y = log(X), the natural log of X. 66 | Step 1. Call slognd to obtain Y = log(X), the natural log of X. 109 |xref slognd 122 bsr slognd | ...log(X), X denorm. 149 bsr slognd | ...log(X), X denorm.
|
D | do_func.S | 45 |xref slognd,slog10d,slog2d 202 beq slognd
|
D | slogn.S | 5 | input value. slognd does the same except the input value is a
|
/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 2907 bsr.l slognd # operand is a DENORM 2965 bsr.l slognd # operand is a DENORM 3023 bsr.l slognd # operand is a DENORM 7962 # slognd(): computes the natural logarithm of a denormalized input # 8673 # Step 1. Call slognd to obtain Y = log(X), the natural log of X. # 8700 # Step 1. Call slognd to obtain Y = log(X), the natural log of X. # 8759 bsr slognd # log(X), X denorm. 8804 bsr slognd # log(X), X denorm.
|
D | fpsp.S | 8484 global slognd 8485 slognd: label
|