Searched refs:summation (Results 1 – 9 of 9) sorted by relevance
318 b summation321 bne summation325 summation: label
122 b summation125 bne summation130 summation: label
33 // Computes an unnormalized half kernel (right side). Returns the summation of all the half177 // continuing the summation).
104 recipes for accurate floating point summation
1177 If the reduction operation corresponds to summation, then this computes the1186 // Scan it along the second dimension (1) using summation
195 ``s1+s2+s3+s4+s5+s6+s7``, since the "summation" will compute many
10936 occurred during the signed summation.10952 first element of which is the signed summation, and the second element10953 of which is a bit specifying if the signed summation resulted in an10986 occurred during the unsigned summation.11003 bit specifying if the unsigned summation resulted in a carry.
9712 - Issue #2819: add full-precision summation function to math module,