HomeSort by relevance Sort by last modified time
    Searched refs:Numeric (Results 1 - 11 of 11) sorted by null

  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 19 inline void umfpack_free_numeric(void **Numeric, double)
20 { umfpack_di_free_numeric(Numeric); *Numeric = 0; }
22 inline void umfpack_free_numeric(void **Numeric, std::complex<double>)
23 { umfpack_zi_free_numeric(Numeric); *Numeric = 0; }
46 void *Symbolic, void **Numeric,
49 return umfpack_di_numeric(Ap,Ai,Ax,Symbolic,Numeric,Control,Info);
53 void *Symbolic, void **Numeric,
56 return umfpack_zi_numeric(Ap,Ai,&internal::real_ref(Ax[0]),0,Symbolic,Numeric,Control,Info)
    [all...]
  /external/icu4c/data/brkitr/
word.txt 39 $Numeric = [\p{Word_Break = Numeric}];
70 $NumericEx = $Numeric ($Extend | $Format)*;
158 $BackNumericEx = ($Format | $Extend)* $Numeric;
word_POSIX.txt 39 $Numeric = [\p{Word_Break = Numeric}];
70 $NumericEx = $Numeric ($Extend | $Format)*;
158 $BackNumericEx = ($Format | $Extend)* $Numeric;
sent.txt 25 $Numeric = [\p{Sentence_Break = Numeric}];
40 $NumericEx = $Numeric ($Extend | $Format)*;
sent_el.txt 25 $Numeric = [\p{Sentence_Break = Numeric}];
40 $NumericEx = $Numeric ($Extend | $Format)*;
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 135 // Numeric representation of a month, with leading zeros
145 // Numeric representation of a month, without leading zeros
227 // Numeric representation of the day of the week
232 // A full numeric representation of a year, 4 digits
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 135 // Numeric representation of a month, with leading zeros
145 // Numeric representation of a month, without leading zeros
227 // Numeric representation of the day of the week
232 // A full numeric representation of a year, 4 digits
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
rails.php 87 'NoMethodError', 'NotImplementedError', 'Numeric', 'Object',
243 'ActiveSupport::CoreExtensions::Numeric::Bytes',
244 'ActiveSupport::CoreExtensions::Numeric::Time',
ruby.php 94 'NoMethodError', 'NotImplementedError', 'Numeric', 'Object',
  /external/ceres-solver/docs/
powell.tex 37 But this can get painful very quickly, especially for residuals involving complicated multi-variate terms. Ceres provides two ways around this problem. Numeric and automatic symbolic differentiation.
102 \section{Numeric Differentiation}
107 whereas numeric differentiation can be quite expensive, prone to
108 numeric errors and leads to slower convergence
  /frameworks/base/tests/DumpRenderTree/assets/
run_reliability_tests.py 17 from Numeric import *
83 logging.info("Lins has non-numeric load time: " + line)

Completed in 369 milliseconds