Searched refs:logarithm (Results 1 – 20 of 20) sorted by relevance
4 inline double logarithm(uint8_t v) { in logarithm() function
4 inline double logarithm(uint16_t v) { in logarithm() function
9 double a = logarithm(i); in loopBytes()
9 double a = logarithm(i); in loopWords()
487 let summary = "base-e logarithm of the specified value";490 Computes the base-e logarithm of the given value. It takes one operand of509 let summary = "base-10 logarithm of the specified value";512 Computes the base-10 logarithm of the given value. It takes one operand of531 let summary = "Computes the natural logarithm of one plus the given value";534 Computes the base-e logarithm of one plus the given value. It takes one555 let summary = "base-2 logarithm of the specified value";558 Computes the base-2 logarithm of the given value. It takes one operand of
1 ; Test v2f64 logarithm.
87 For complex numbers it is expressed using complex logarithm300 let summary = "computes natural logarithm of a complex number";303 logarithm of it, i.e. `log(x)` or `log_e(x)`, where `x` is the input value.323 let summary = "computes natural logarithm of a complex number";326 logarithm of one plus the given value, i.e. `log(1 + x)` or `log_e(1 + x)`,
45 // "Table-driven implementation of the logarithm function in IEEE
101 // "Table-driven implementation of the logarithm function in IEEE
244 // Reentrant version of the logarithm of the Gamma function
586 /// Floating point base-e logarithm of a value.589 /// Floating point base-2 logarithm of a value.592 /// Floating point base-10 logarithm of a value.
899 // Floating point base-e logarithm of a value.906 // Floating point base-2 logarithm of a value.913 // Floating point base-10 logarithm of a value.
336 let summary = "Compute the natural logarithm of x.";
519 let summary = "Natural logarithm of the operand";522 Result is the natural logarithm of x, i.e., the value y which satisfies the
722 * alignment*: The logarithm base 2 of the variable's requested alignment, plus 1816 * *alignment*: The logarithm base 2 of the function's requested alignment, plus955 * bits 37-39: ``alignstack n``, represented as the logarithm
14291 The '``llvm.log.*``' intrinsics compute the base-e logarithm of the specified14329 The '``llvm.log10.*``' intrinsics compute the base-10 logarithm of the14367 The '``llvm.log2.*``' intrinsics compute the base-2 logarithm of the specified22664 logarithm of the specified value.22700 logarithm of the specified value.22735 logarithm of the specified value.
998 Elementwise natural logarithm operation
2355 // SVE2 - Floating-point integer binary logarithm
1996 // SVE2 - Floating-point integer binary logarithm
3385 // SVE2 floating-point base 2 logarithm as integer