OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tMax
(Results
1 - 6
of
6
) sorted by null
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
ContinuousOutputModel.java
264
double
tMax
= 0.5 * (sMax.getPreviousTime() + sMax.getCurrentTime());
287
tMax
= 0.5 * (si.getPreviousTime() + si.getCurrentTime());
302
if ((FastMath.abs(tMed - tMin) < 1e-6) || (FastMath.abs(
tMax
- tMed) < 1e-6)) {
309
final double d12 =
tMax
- tMed;
311
final double d13 =
tMax
- tMin;
312
final double dt1 = time -
tMax
;
/external/opencv3/3rdparty/openexr/IlmImf/
ImfB44Compressor.cpp
237
// Find the maximum,
tMax
, of t[0] ... t[15].
240
unsigned short
tMax
= 0;
243
if (
tMax
< t[i])
244
tMax
= t[i];
268
// between
tMax
and t[0] ... t[15].
274
d[i] = shiftAndRound (
tMax
- t[i], shift);
333
// to
tMax
gets represented as accurately as possible.
336
t[0] =
tMax
- (d[0] << shift);
/prebuilts/devtools/tools/lib/
traceview.jar
/prebuilts/gradle-plugin/com/android/tools/traceview/24.4.0-beta6/
traceview-24.4.0-beta6.jar
/prebuilts/gradle-plugin/com/android/tools/traceview/24.5.0/
traceview-24.5.0.jar
/prebuilts/gradle-plugin/com/android/tools/traceview/25.0.0-alpha1/
traceview-25.0.0-alpha1.jar
Completed in 96 milliseconds