Home
last modified time | relevance | path

Searched refs:summation (Results 1 – 9 of 9) sorted by relevance

/external/libavc/common/armv8/
Dih264_intra_pred_luma_16x16_av8.s318 b summation
321 bne summation
325 summation: label
/external/libavc/encoder/armv8/
Dih264e_evaluate_intra16x16_modes_av8.s122 b summation
125 bne summation
130 summation: label
/external/skia/src/effects/
DGrCircleBlurFragmentProcessor.fp33 // Computes an unnormalized half kernel (right side). Returns the summation of all the half
177 // continuing the summation).
/external/python/cpython2/Doc/library/
Dmath.rst104 recipes for accurate floating point summation
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DREADME.md1177 If the reduction operation corresponds to summation, then this computes the
1186 // Scan it along the second dimension (1) using summation
/external/python/cpython2/Doc/faq/
Dprogramming.rst195 ``s1+s2+s3+s4+s5+s6+s7``, since the "summation" will compute many
/external/llvm/docs/
DLangRef.rst10936 occurred during the signed summation.
10952 first element of which is the signed summation, and the second element
10953 of which is a bit specifying if the signed summation resulted in an
10986 occurred during the unsigned summation.
11003 bit specifying if the unsigned summation resulted in a carry.
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/python/cpython2/Misc/
DNEWS9712 - Issue #2819: add full-precision summation function to math module,