Searched defs:terms (Results 1 - 7 of 7) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dmatrix.c449 % Also represents the number terms that need to be solved.
467 % the given set of coefficient weighted terms.
782 % LeastSquaresAddTerms() adds one set of terms and associate results to the
788 % const double *terms,const double *results,const size_t rank,
793 % o matrix: the square matrix to add given terms/results to.
795 % o vectors: the result vectors to add terms/results to.
797 % o terms: the pre-calculated terms (without the unknown coefficent
800 % o results: the result(s) that should be generated from the given terms
804 % Also the length of vectors, and number of terms bein
832 LeastSquaresAddTerms(double **matrix,double **vectors, const double *terms,const double *results,const size_t rank, const size_t number_vectors) argument
[all...]
H A Ddistort.c141 * a more automated way of determining terms is found.
143 * Note the slight re-ordering of the terms for a quadratic polynomial
149 /* Return the number of terms for a 2d polynomial */
162 case 2: return( y ); /* affine order = 1 terms = 3 */
163 case 3: return( x*y ); /* bilinear order = 1.5 terms = 4 */
165 case 5: return( y*y ); /* quadratic order = 2 terms = 6 */
169 case 9: return( y*y*y ); /* cubic order = 3 terms = 10 */
174 case 14: return( y*y*y*y ); /* quartic order = 4 terms = 15 */
180 case 20: return( y*y*y*y*y ); /* quintic order = 5 terms = 21 */
190 case 2: return("*jj"); /* affine order = 1 terms
542 terms[3]; local
779 terms[8]; local
898 terms[4]; local
1036 *terms; local
[all...]
H A Dstatistic.c2265 % pixels in the image sequence after applying its corresponding terms
2271 % const double *terms,ExceptionInfo *exception)
2277 % o number_terms: the number of terms in the list. The actual list length
2280 % o terms: the list of polynomial coefficients and degree pairs and a
2288 const size_t number_terms,const double *terms,ExceptionInfo *exception)
2423 coefficient=(MagickRealType) terms[2*j];
2424 degree=(MagickRealType) terms[(j << 1)+1];
2275 PolynomialImage(const Image *images, const size_t number_terms,const double *terms,ExceptionInfo *exception) argument
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_frame_scale_ssse3.c66 const __m128i terms = _mm_adds_epi16(abcd_terms, fehg_terms); local
67 const __m128i round = _mm_adds_epi16(terms, const64_x16);
/external/mesa3d/src/compiler/spirv/
H A Dvtn_glsl450.c238 build_fsum(nir_builder *b, nir_ssa_def **xs, int terms) argument
242 for (int i = 1; i < terms; i++)
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c2791 LLVMValueRef terms[TGSI_NUM_CHANNELS]; local
2795 memset(&terms, 0, sizeof terms);
2805 if( !terms[swizzle] )
2807 terms[swizzle] = lp_build_emit_fetch(&bld->bld_base, inst, 0, chan_index );
2812 if(terms[chan_index]) {
2818 chan_mask = lp_build_cmp(&bld->bld_base.base, PIPE_FUNC_GEQUAL, terms[chan_index], bld->bld_base.base.zero);
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 333 milliseconds