Searched refs:Compute (Results 1 - 25 of 60) sorted by path

123

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as353 /* Compute the error recovery set for the current rule. During
448 /** Compute the context-sensitive FOLLOW set for current rule.
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas933 /// Compute a Map<String, Integer> that is an inverted index of
H A DAntlr.Runtime.pas2091 /// <summary>Compute the context-sensitive FOLLOW set for current rule.
2145 (* Compute the error recovery set for the current rule. During
/external/bison/build-aux/
H A Dtexinfo.tex4010 % Compute \multitablelinespace (if not defined by user) for use in
5353 % Compute the abs. sec. level:
/external/bison/
H A Dmaint.mk182 # Compute and print the elapsed time for each syntax-check rule.
/external/ceres-solver/include/ceres/
H A Dcovariance.h191 // CHECK(covariance.Compute(covariance_blocks, &problem));
262 // Covariance::Compute will return false if a rank deficient
307 // min_reciprocal_condition_number, then the Covariance::Compute()
332 // Compute a part of the covariance matrix.
355 bool Compute(
362 // Compute must be called before the first call to
366 // covariance_blocks when Compute was called. Otherwise
/external/ceres-solver/internal/ceres/
H A Dcovariance.cc48 bool Covariance::Compute( function in class:ceres::Covariance
51 return impl_->Compute(covariance_blocks, problem->problem_impl_.get());
H A Dcovariance_impl.cc89 bool CovarianceImpl::Compute(const CovarianceBlocks& covariance_blocks, function in class:ceres::internal::CovarianceImpl
104 << "Covariance::GetCovarianceBlock called before Covariance::Compute";
106 << "Covariance::GetCovarianceBlock called when Covariance::Compute "
266 // Compute the number of rows. Map each parameter block to the
279 // Compute the number of non-zeros in the covariance matrix. Along
469 // Compute a Q-less QR factorization of the Jacobian. Since we are
606 // Compute the squared inverse of the singular values. Truncate the
697 // Compute the inverse column permutation used by QR factorization.
H A Dcovariance_impl.h54 bool Compute(
H A Dcovariance_test.cc316 EXPECT_TRUE(covariance.Compute(covariance_blocks, &problem_));
744 EXPECT_TRUE(covariance.Compute(all_covariance_blocks_, &problem_));
/external/chromium_org/native_client_sdk/src/tools/
H A Dcommon.mk200 # Compute path to requested NaCl Toolchain
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dobject.pxd94 # Compute a string representation of object o. Returns the string
101 # Compute a string representation of object o. Returns the string
108 # Compute a Unicode string representation of object o. Returns the
213 # Compute and return the hash value of an object o. On failure,
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
H A Dvariance_altivec.asm51 ;# Compute sum first. Unpack to so signed subract
H A Dvariance_subpixel_altivec.asm126 ;# Compute sum first. Unpack to so signed subract
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/armv5te/
H A Dvp8_packtokens_mbrow_armv5.asm48 ; Compute address of cpi->common.mb_rows
H A Dvp8_packtokens_partitions_armv5.asm49 ; Compute address of cpi->common.mb_rows
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
H A Dvp9_reconintra_neon.asm307 ; Compute above - ytop_left
359 ; Compute above - ytop_left
430 ; Compute above - ytop_left
525 ; Compute above - ytop_left
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_high_subpixel_8t_sse2.asm46 ;Compute max and min values of a pixel
122 ;Compute max and min values of a pixel
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h472 IMPLEMENT_SHADER_STAGE(CS, Compute)
H A Dd3d11_screen.h1486 IMPLEMENT_NOTIMPL_CREATE_SHADER(Compute)
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
H A DarmSP_FFTInv_CCSToR_S16_preTwiddleRadix2_unsafe_s.S25 @ Compute the "preTwiddleRadix2" stage prior to the call to the complexFFT.
H A DomxSP_FFTFwd_RToCCS_S16_Sfs_s.S25 @ Compute a forward FFT for a real signal, using 16 bit complex FFT routines.
H A DomxSP_FFTInv_CCSToR_S16_Sfs_s.S26 @ Compute an inverse FFT for a 16-bit real signal, with complex FFT routines.
/external/chromium_org/third_party/opus/src/celt/arm/
H A Dcelt_pitch_xcorr_arm.s43 ; Compute sum[k]=sum(x[j]*y[j+k],j=0...len-1), k=0...3
367 ; Compute one sum at the start to make y 32-bit aligned.
/external/chromium_org/third_party/skia/bench/
H A DChecksumBench.cpp58 volatile uint32_t result = SkChecksum::Compute(fData, sizeof(fData));

Completed in 1028 milliseconds

123