Searched refs:multiplied (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/CPANInternal-159.1/JSON-RPC-0.96/ex/MyApp/
H A DSubclass.pm40 Takes two numbers and returns the added and multiplied number.
/macosx-10.10.1/vim-55/runtime/macros/
H A Djustify.vim52 " whitespace to be added will be multiplied by the value of the
/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c2119 VALUE log_x, multiplied, y; local
2127 multiplied = BigDecimal_mult2(exp->obj, log_x, SSIZET2NUM(n+1));
2128 y = BigMath_exp(multiplied, SSIZET2NUM(n));
3067 * guarantee that two groups could always be multiplied together without
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex2491 For centuries general purpose multiplication has required a lengthly $O(n^2)$ process, whereby each digit of one multiplicand has to be multiplied
2570 innermost loop $a_{ix}$ is multiplied against $b$ and the result is added (\textit{with an appropriate shift}) to $t$.
2590 Each row of the product is added to the result after being shifted to the left (\textit{multiplied by a power of the radix}) by the appropriate
2594 is assumed to be a double wide output single precision multiplication. That is, two single precision variables are multiplied to produce a
3305 when it is multiplied by two, it can be properly represented by a mp\_word.
3638 value $2.3125$. To multiply two fixed point numbers the integers are multiplied using traditional arithmetic and subsequently normalized by
3693 two $m$-digit numbers have been multiplied. Dividing $a$ by $b$ is the same as dividing a $2m$ digit integer by a $m$ digit integer. Digits below the
3934 the algorithm $r = 178$ is congruent to the value of $2^{-9} \cdot 5555 \mbox{ (mod }257\mbox{)}$. When $r$ is multiplied by $2^9$ modulo $257$ the correct residue
4046 which implies the result is not the modular residue of $x$ modulo $n$. However, recall that the residue is actually multiplied by $\beta^{-k}$ in
4047 the algorithm. To get the true residue the value must be multiplied b
[all...]
/macosx-10.10.1/vim-55/src/testdir/
H A Dtest49.vim177 " The argument and the Xnext value are multiplied to build the

Completed in 105 milliseconds