OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tMax
(Results
1 - 12
of
12
) sorted by null
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2TimeOfImpact.h
32
float32
tMax
; // defines sweep interval [0,
tMax
]
52
/// a fraction between [0,
tMax
]. This uses a swept separating axis and may miss some intermediate,
b2TimeOfImpact.cpp
262
output->t = input->
tMax
;
275
float32
tMax
= input->
tMax
;
358
float32 t2 =
tMax
;
371
output->t =
tMax
;
/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/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/
TimeOfImpact.java
62
* defines sweep interval [0,
tMax
]
64
public float
tMax
;
102
* between [0,
tMax
]. This uses a swept separating axis and may miss some intermediate,
116
output.t = input.
tMax
;
129
float
tMax
= input.
tMax
;
186
float t2 =
tMax
;
197
output.t =
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);
/external/deqp/modules/glshared/
glsRasterizationTestUtil.cpp
428
const float
tMax
= getMaxValueWithinError(maximalRangeDivision(dividendMin, dividendMax, divisorMin, divisorMax), divError);
430
DE_ASSERT(tMin <=
tMax
);
432
const float perspectiveTMax = getMaxValueWithinError(maximalRangeDivision(tMin,
tMax
, wb, wb), divError);
433
const float perspectiveTMin = getMinValueWithinError(minimalRangeDivision(tMin,
tMax
, wb, wb), divError);
436
const float perspectiveInvTMax = getMaxValueWithinError(maximalRangeDivision((1.0f -
tMax
), (1.0f - tMin), wa, wa), divError);
437
const float perspectiveInvTMin = getMinValueWithinError(minimalRangeDivision((1.0f -
tMax
), (1.0f - tMin), wa, wa), divError);
486
const float
tMax
= getMaxValueWithinError(maximalRangeDivision(dividendMin, dividendMax, divisorMin, divisorMax), divError);
488
DE_ASSERT(tMin <=
tMax
);
490
const float perspectiveTMax = getMaxValueWithinError(maximalRangeDivision(tMin,
tMax
, wb, wb), divError);
491
const float perspectiveTMin = getMinValueWithinError(minimalRangeDivision(tMin,
tMax
, wb, wb), divError)
[
all
...]
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
b2World.cpp
687
input.
tMax
= 1.0f;
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/
World.java
[
all
...]
/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 705 milliseconds