OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nearest
(Results
151 - 175
of
1437
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/compiler-rt/lib/builtins/
floatsisf.c
11
// compiler-rt library in the IEEE-754 default round-to-
nearest
, ties-to-even
floatsitf.c
11
// compiler-rt library in the IEEE-754 default round-to-
nearest
, ties-to-even
floatunditf.c
11
// compiler-rt library in the IEEE-754 default round-to-
nearest
, ties-to-even
floatunsidf.c
11
// compiler-rt library in the IEEE-754 default round-to-
nearest
, ties-to-even
floatunsisf.c
11
// compiler-rt library in the IEEE-754 default round-to-
nearest
, ties-to-even
floatunsitf.c
11
// compiler-rt library in the IEEE-754 default round-to-
nearest
, ties-to-even
/external/fdlibm/
e_remainder.c
18
* integer
nearest
x/p (in half way case choose the even one).
/external/guava/guava/src/com/google/common/collect/
Hashing.java
58
// Round down to the
nearest
power of 2.
/external/ipsec-tools/src/racoon/
schedule.h
41
/* the head is the
nearest
event. */
/external/jemalloc/test/unit/
smoothstep.c
19
* element is rounded down to the
nearest
fixed point value, so the
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
PixmapTest.java
39
texture.setFilter(Texture.TextureFilter.
Nearest
, Texture.TextureFilter.Linear);
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale.h
46
// If filtering is kFilterNone, a simple
nearest
-neighbor algorithm is
/external/libyuv/files/include/libyuv/
scale.h
46
// If filtering is kFilterNone, a simple
nearest
-neighbor algorithm is
/external/opencv3/3rdparty/openexr/Half/
half.cpp
135
// Round to m to the
nearest
(10+e)-bit value (with e between
136
// -10 and 0); in case of a tie, round to the
nearest
even value.
190
// Round to m to the
nearest
10-bit value. In case of
191
// a tie, round to the
nearest
even value.
/external/opencv3/3rdparty/openexr/Imath/
ImathLineAlgo.h
234
Vec3<T>
nearest
= v0;
local
242
nearest
= v1;
249
nearest
= v2;
252
return
nearest
;
/external/opencv3/modules/flann/include/opencv2/flann/
kdtree_single_index.h
67
* for
nearest
-neighbor matching.
205
* \brief Perform k-
nearest
neighbor search
206
* \param[in] queries The query points for which to find the
nearest
neighbors
207
* \param[out] indices The indices of the
nearest
neighbors found
208
* \param[out] dists Distances to the
nearest
neighbors found
209
* \param[in] knn Number of
nearest
neighbors to return
233
* Find set of
nearest
neighbors to vec. Their indices are stored inside
237
* result = the result object in which the indices of the
nearest
-neighbors are stored
238
* vec = the vector for which to search the
nearest
neighbors
/external/opencv3/samples/cpp/tutorial_code/features2D/
AKAZE_match.cpp
11
const float nn_match_ratio = 0.8f; //
Nearest
neighbor matching ratio
/external/skia/src/gpu/
GrGeometryProcessor.h
39
* will be padded to the
nearest
4 bytes for performance reasons.
/external/skia/tools/VisualBench/
VisualInteractiveModule.cpp
59
int endY = startY - (int)(fMeasurements[i] * kPixelPerMS + 0.5); // round to
nearest
value
/external/speex/include/speex/
speex_resampler.h
135
* @param in_rate Input sampling rate rounded to the
nearest
integer (in Hz).
136
* @param out_rate Output sampling rate rounded to the
nearest
integer (in Hz).
242
* @param in_rate Input sampling rate rounded to the
nearest
integer (in Hz).
243
* @param out_rate Output sampling rate rounded to the
nearest
integer (in Hz).
/external/webrtc/talk/media/base/
videoframe.h
134
// take the
nearest
-point. The parameter "crop" controls whether to crop this
168
// take the
nearest
-point. The parameter "crop" controls whether to crop this
183
// take the
nearest
-point. The parameter "crop" controls whether to crop this
190
// just take the
nearest
-point. The parameter "crop" controls whether to crop
/frameworks/av/media/libeffects/loudness/common/core/
math.h
77
// Round to the
nearest
integer: We need this implementation
/packages/apps/TV/src/com/android/tv/guide/
TimeListAdapter.java
40
//
Nearest
half hour at or before the start time.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
time.h
67
/* A time value that is accurate to the
nearest
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/
dlfcn.h
40
const char *dli_sname; /* Name of
nearest
symbol with address
Completed in 963 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>