Searched refs:slognd (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/m68k/fpsp040/ |
H A 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.
|
H A D | do_func.S | 45 |xref slognd,slog10d,slog2d 202 beq slognd
|
H A D | slogn.S | 5 | input value. slognd does the same except the input value is a
|
/openbmc/linux/arch/m68k/ifpsp060/src/ |
H A 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.
|
H A D | fpsp.S | 8484 global slognd 8485 slognd: label
|