/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
LMcovar.h | 38 /* form the inverse of r in the full upper triangle of r. */ 51 /* form the full upper triangle of the inverse of (r transpose)*r */ 52 /* in the full upper triangle of r. */
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
covar.h | 25 /* form the inverse of r in the full upper triangle of r. */ 38 /* form the full upper triangle of the inverse of (r transpose)*r */ 39 /* in the full upper triangle of r. */
|
/frameworks/base/core/java/com/android/internal/transition/ |
EpicenterTranslateClipReveal.java | 249 int upper; field in class:EpicenterTranslateClipReveal.State 254 public State(int lower, int upper, float trans) { 256 this.upper = upper; 266 mTemp.upper = startValue.upper + (int) ((endValue.upper - startValue.upper) * fraction); 298 tempState.upper = tempRect.right + (int) tempState.trans; 302 tempState.upper = tempRect.bottom + (int) tempState.trans [all...] |
/hardware/libhardware_legacy/include/hardware_legacy/ |
tdls.h | 14 WIFI_TDLS_FAILED /* TDLS permanent failed. Inform error to upper layer 61 * If upper layer has no specific values, this should be NULL 63 * handler is used to inform the upper layer about the status change and the corresponding reason
|
/libcore/luni/src/test/java/libcore/icu/ |
TransliteratorTest.java | 46 Transliterator t = new Transliterator("Any-Upper"); 54 Transliterator t = new Transliterator("Any-Upper"); 95 t = new Transliterator("Han-Latin/Names; Latin-Ascii; Any-Upper");
|
/ndk/sources/cxx-stl/stlport/src/ |
ctype.cpp | 111 ctype_base::mask(alpha | print | upper | xdigit) /* A */, 112 ctype_base::mask(alpha | print | upper | xdigit) /* B */, 113 ctype_base::mask(alpha | print | upper | xdigit) /* C */, 114 ctype_base::mask(alpha | print | upper | xdigit) /* D */, 115 ctype_base::mask(alpha | print | upper | xdigit) /* E */, 116 ctype_base::mask(alpha | print | upper | xdigit) /* F */, 117 ctype_base::mask(alpha | print | upper) /* G */, 118 ctype_base::mask(alpha | print | upper) /* H */, 119 ctype_base::mask(alpha | print | upper) /* I */, 120 ctype_base::mask(alpha | print | upper) /* J */ [all...] |
/art/build/ |
Android.common_utils.mk | 24 art-string-to-uppercase = $(shell echo $(1) | tr '[:lower:]' '[:upper:]')
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/ |
serial_number_generator.py | 43 group=None, upper=False): 85 if upper: 86 ident = ident.upper() 122 >>> hash_identifier(0, 10, group=4, upper=True, prefix='M-')
|
/external/clang/test/CodeGen/ |
mips-transparent-union.c | 9 // passed in the upper 32-bits of an i64.
|
/external/eigen/Eigen/src/Core/products/ |
SelfadjointRank2Update.h | 40 struct selfadjoint_rank2_update_selector<Scalar,Index,UType,VType,Upper> 73 // If MatrixType is row major, then we use the routine for lower triangular in the upper triangular case and 85 (IsRowMajor ? int(UpLo==Upper ? Lower : Upper) : UpLo)>
|
/external/eigen/Eigen/src/SparseCore/ |
SparseSelfAdjointView.h | 21 * \param UpLo can be either \c #Lower or \c #Upper 244 ((UpLo&(Upper|Lower))==(Upper|Lower)) 245 || ( (UpLo&Upper) && !LhsIsRowMajor) 340 if(UpLo==(Upper|Lower)) 344 else if(( UpLo==Lower && r>c) || ( UpLo==Upper && r<c)) 373 if(UpLo==(Upper|Lower)) 385 else if(( (UpLo&Lower)==Lower && r>c) || ( (UpLo&Upper)==Upper && r<c)) 410 DstUpLo = DstOrder==RowMajor ? (_DstUpLo==Upper ? Lower : Upper) : _DstUpLo [all...] |
/external/eigen/doc/snippets/ |
class_FullPivLU.cpp | 13 Matrix5x3 u = lu.matrixLU().triangularView<Upper>();
|
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
MatrixFunctionAtomic.h | 40 * \param[in] A argument of matrix function, should be upper triangular and atomic 73 // TODO: Use that A is upper triangular 81 for (Index s = 1; s < 1.1 * m_Arows + 10; s++) { // upper limit is fairly arbitrary 99 N.template triangularView<Upper>().solveInPlace(e);
|
/external/icu/icu4c/source/i18n/ |
toupptrn.cpp | 29 CaseMapTransliterator(UNICODE_STRING("Any-Upper", 9), ucase_toFullUpper)
|
/external/kernel-headers/original/uapi/linux/ |
adb.h | 13 /* ADB default device IDs (upper 4 bits of ADB command byte) */
|
/external/libcxx/test/std/localization/locale.categories/category.ctype/ |
ctype_base.pass.cpp | 26 // static const mask upper = 1 << 3; 47 assert(std::ctype_base::upper); 57 & std::ctype_base::upper 69 test(std::ctype_base::upper);
|
/external/libdrm/intel/tests/ |
gen7-2d-copy.batch-ref.txt | 12 0x1230002c: 0x00000000: upper dword
|
/external/libnfc-nxp/src/ |
nfc_osal_deferred_call.h | 26 *\note: This API packs upper timer specific callback notification information and post
|
/external/llvm/lib/Support/ |
Locale.cpp | 21 // output functions in Windows, because the meaning of the upper 128 codes is
|
/external/pcre/dist/testdata/ |
wintestinput3 | 89 /[[:alpha:]][[:lower:]][[:upper:]]/DZLfrench
|
/external/proguard/src/proguard/gui/splash/ |
RectangleSprite.java | 46 * @param x the variable x-ordinate of the upper-left corner of the rectangle. 47 * @param y the variable y-ordinate of the upper-left corner of the rectangle. 66 * @param x the variable x-ordinate of the upper-left corner of the rectangle. 67 * @param y the variable y-ordinate of the upper-left corner of the rectangle.
|
/external/skia/include/effects/ |
SkAlphaThresholdFilter.h | 20 * The 0,0 point of the region corresponds to the upper left corner of the
|
/hardware/broadcom/libbt/ |
gen-buildcfg.sh | 17 BASE=`echo ${BASE} | tr "[:lower:]" "[:upper:]"`
|
/hardware/qcom/bt/libbt-vendor/ |
gen-buildcfg.sh | 17 BASE=`echo ${BASE} | tr "[:lower:]" "[:upper:]"`
|
/ndk/sources/android/support/src/musl-multibyte/ |
internal.h | 14 /* Upper 6 state bits are a negative integer offset to bound-check next byte */
|