OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tolerance
(Results
51 - 75
of
99
) sorted by null
1
2
3
4
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
timex.h
45
long
tolerance
;
member in struct:timex
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
timex.h
45
long
tolerance
;
member in struct:timex
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/linux/
timex.h
45
long
tolerance
;
member in struct:timex
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/
timex.h
45
long
tolerance
;
member in struct:timex
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/
timex.h
45
long
tolerance
;
member in struct:timex
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
timex.h
45
long
tolerance
;
member in struct:timex
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
timex.h
45
long
tolerance
;
member in struct:timex
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
timex.h
45
long
tolerance
;
member in struct:timex
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
timex.h
45
long
tolerance
;
member in struct:timex
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
timex.h
45
long
tolerance
;
member in struct:timex
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
timex.h
45
long
tolerance
;
member in struct:timex
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
timex.h
45
long
tolerance
;
member in struct:timex
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
timex.h
45
long
tolerance
;
member in struct:timex
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
timex.h
45
long
tolerance
;
member in struct:timex
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
timex.h
45
long
tolerance
;
member in struct:timex
/external/kernel-headers/original/linux/
compat.h
56
compat_long_t
tolerance
;
member in struct:compat_timex
timex.h
87
* offset and maximum frequency
tolerance
.
115
long
tolerance
; /* clock frequency
tolerance
(ppm)
member in struct:timex
211
extern long time_tolerance; /* frequency
tolerance
(ppm) */
/external/skia/tests/
MatrixTest.cpp
19
const SkScalar
tolerance
= SK_Scalar1 / 200000;
local
21
const SkScalar
tolerance
= SK_Scalar1 / 1024;
24
return SkScalarAbs(a - b) <=
tolerance
;
307
* issue, i.e. the way we use
tolerance
in isSimilarityTransformation
362
SkScalar
tolerance
= SK_ScalarNearlyZero) {
366
if (diff <
tolerance
) {
375
if (diff <= largest*
tolerance
) {
/external/strace/
time.c
571
int
tolerance
;
member in struct:__anon26726
595
tprintf("
tolerance
=%d, time=", tx.
tolerance
);
627
tprintf("
tolerance
=%ld, time=", tx.
tolerance
);
638
tprintf("
tolerance
=%ld, time=", tx.
tolerance
);
/external/chromium_org/third_party/qcms/src/
iccread.c
260
float sum[3], target[3],
tolerance
[3];
local
310
// Our
tolerance
vector - Recommended by Chris Murphy based on
314
tolerance
[0] = 0.02;
315
tolerance
[1] = 0.02;
316
tolerance
[2] = 0.04;
322
// Compare with our
tolerance
324
if (!(((sum[i] -
tolerance
[i]) <= target[i]) &&
325
((sum[i] +
tolerance
[i]) >= target[i])))
[
all
...]
/external/jmonkeyengine/engine/src/core/com/jme3/util/
TangentBinormalGenerator.java
384
float
tolerance
= 1E-4f;
local
385
return (FastMath.abs(u.x - v.x) <
tolerance
) &&
386
(FastMath.abs(u.y - v.y) <
tolerance
) &&
387
(FastMath.abs(u.z - v.z) <
tolerance
);
472
"Angle between tangents exceeds
tolerance
"
482
"Angle between binormals exceeds
tolerance
"
/frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp
2273
M4OSA_UInt32
tolerance
= duration \/ (2 * noOfThumbnails);
local
[
all
...]
/external/chromium_org/net/url_request/
url_request_unittest.cc
3521
int
tolerance
= upper_bound * 0.005;
local
[
all
...]
/external/valgrind/main/include/vki/
vki-linux.h
309
long
tolerance
; /* clock frequency
tolerance
(ppm)
member in struct:vki_timex
[
all
...]
/prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar
Completed in 2136 milliseconds
1
2
3
4