OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:approximate
(Results
76 - 100
of
1144
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/mockito/src/main/java/org/mockito/internal/util/concurrent/
WeakConcurrentSet.java
67
* Returns the
approximate
size of this set where the returned number is at least as big as the actual number of entries.
/external/python/cpython2/Doc/c-api/
number.rst
50
*o2*, or *NULL* on failure. The return value is "
approximate
" because binary
51
floating point numbers are
approximate
; it is not possible to represent all real
178
*o2*, or *NULL* on failure. The return value is "
approximate
" because binary
179
floating point numbers are
approximate
; it is not possible to represent all real
/external/skia/include/core/
SkVertices.h
96
// returns
approximate
byte size of the vertices object
SkPicture.h
132
/** Return the
approximate
number of operations in this picture. This
139
/** Returns the
approximate
byte size of this picture, not including large ref'd objects. */
/external/skia/src/gpu/
GrRenderTargetContextPriv.h
49
* Some portions of the code, which use
approximate
-match rendertargets (i.e., ImageFilters),
GrPathUtils.h
115
// When we
approximate
a cubic {a,b,c,d} with a quadratic we may have to
178
// This value was chosen to
approximate
the supersampling accuracy of the raster path (16
/external/skia/src/gpu/text/
GrDistanceFieldAdjustTable.cpp
79
// this is an
approximate
inverse for smoothstep()
/frameworks/av/media/libeffects/loudness/dsp/core/
dynamic_range_compression.h
54
// A fast version of the algorithm that uses
approximate
computations for the
/frameworks/av/media/libeffects/lvm/lib/Common/src/
NonLinComp_D16.c
40
/* given below are
approximate
. */
/frameworks/base/libs/hwui/tests/common/scenes/
ListViewAnimation.cpp
53
/*
approximate
centering*/ SkFloatToScalar(size * 0.7f)}};
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java
73
FISHEYE_APPROXIMATE_FULL ("Fisheye
Approximate
Full"),
74
FISHEYE_APPROXIMATE_RELAXED ("Fisheye
Approximate
Relaxed"),
77
VIGNETTE_APPROXIMATE_FULL ("Vignette
Approximate
Full"),
78
VIGNETTE_APPROXIMATE_RELAXED ("Vignette
Approximate
Relaxed"),
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
ImageProcessingTest.java
219
// Test case 10: Fisheye
Approximate
Full
226
// Test case 11: Fisheye
Approximate
Relaxed
247
// Test case 14: Vignette
Approximate
Full
254
// Test case 15: Vignette
Approximate
Relaxed
/packages/apps/Gallery2/src/com/android/gallery3d/util/
GalleryUtils.java
159
//
Approximate
sin(x) = x.
162
//
Approximate
sin(x) = x.
165
//
Approximate
cos(lat1) * cos(lat2) using
172
//
Approximate
arcsin(x) = x
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameNormalizer.java
74
* Converts the supplied name to a string that can be used to perform
approximate
matching
/prebuilts/devtools/repository/
sdk-stats-1.xsd
78
<!-- An
approximate
share percentage of this platform. -->
/prebuilts/go/darwin-x86/src/cmd/cover/testdata/
main.go
92
// Linear search is fine. Choose perfect fit over
approximate
.
/prebuilts/go/darwin-x86/src/cmd/vet/
unsafeptr.go
55
// For now
approximate
by saying that *Header is okay
/prebuilts/go/linux-x86/src/cmd/cover/testdata/
main.go
92
// Linear search is fine. Choose perfect fit over
approximate
.
/prebuilts/go/linux-x86/src/cmd/vet/
unsafeptr.go
55
// For now
approximate
by saying that *Header is okay
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/www/
debug_mode.html
156
in
approximate
priority order.
/tools/tradefederation/core/src/com/android/tradefed/util/
FixedByteArrayOutputStream.java
46
* @param maxDataSize the
approximate
max size in bytes to keep in the output stream
/external/libchrome/base/trace_event/
trace_buffer.cc
74
// This is
approximate
because not all of the chunks are full.
190
// This is
approximate
because not all of the chunks are full.
/frameworks/base/core/java/android/widget/
AlphabetIndexer.java
174
// Is it
approximate
? Using negative value to indicate that it's
181
// Not
approximate
, this is the confirmed start of section, return it
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
mpfloat.go
239
// Out of float64 range. Do
approximate
manual to decimal
246
//
approximate
float64 mantissa m and decimal exponent d
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
mpfloat.go
239
// Out of float64 range. Do
approximate
manual to decimal
246
//
approximate
float64 mantissa m and decimal exponent d
Completed in 1214 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>