OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nearest
(Results
201 - 225
of
983
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/luni/src/main/java/java/lang/
HexStringParser.java
252
* The value is rounded up or down to the
nearest
infinitely precise result.
254
* then it should be rounded up to the
nearest
infinitely precise even.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
dlfcn.h
93
__const char *dli_sname; /* Name of
nearest
symbol. */
94
void *dli_saddr; /* Exact value of
nearest
symbol. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
dlfcn.h
93
__const char *dli_sname; /* Name of
nearest
symbol. */
94
void *dli_saddr; /* Exact value of
nearest
symbol. */
/external/deqp/modules/glshared/
glsStateQueryUtil.hpp
55
* \brief Rounds given float to the
nearest
integer (half up).
57
* Returns the
nearest
integer for a float argument. In the case that there
58
* are two
nearest
integers at the equal distance (aka. the argument is of
68
* \brief Rounds given float to the
nearest
integer (half down).
70
* Returns the
nearest
integer for a float argument. In the case that there
71
* are two
nearest
integers at the equal distance (aka. the argument is of
/external/jmonkeyengine/engine/src/core/com/jme3/texture/
Texture.java
89
*
Nearest
neighbor interpolation is the fastest and crudest filtering
97
* In this method the four
nearest
texels to the pixel center are
100
* same aliasing and shimmering problems as
nearest
160
*
Nearest
neighbor interpolation is the fastest and crudest filtering
165
Nearest
,
168
* In this mode the four
nearest
texels to the pixel center are sampled
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/generators/
random_graphs.py
297
Each node is connected to k
nearest
neighbors in ring topology
306
connected with its k
nearest
neighbors (k-1 neighbors if k is odd).
308
for each edge u-v in the underlying "n-ring with k
nearest
neighbors"
362
Each node is connected to k
nearest
neighbors in ring topology
376
connected with its k
nearest
neighbors (k-1 neighbors if k is odd).
378
for each edge u-v in the underlying "n-ring with k
nearest
neighbors"
435
Each node is connected to k
nearest
neighbors in ring topology
/packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java
133
// When a drag operation is in progress, holds the
nearest
cell to the touch point
[
all
...]
/external/mesa3d/src/mesa/main/
imports.h
281
* Convert float to int by rounding to
nearest
integer, away from zero.
290
* Convert float to int64 by rounding to
nearest
integer.
299
* Convert positive float to int by rounding to
nearest
integer.
348
* IEEE floor for computers that round to
nearest
or even.
395
* IEEE ceil for computers that round to
nearest
or even.
compiler.h
401
* round to
nearest
(IEEE compliant):
404
/* All exceptions masked, single precision, round to
nearest
:
/frameworks/base/core/java/android/view/
FocusFinder.java
428
* of source to the edge
nearest
in the given direction of dest. If the
476
* Find the distance on the minor axis w.r.t the direction to the
nearest
503
* Find the
nearest
touchable view to the specified view.
509
* @param deltas Offset from the <x, y> to the edge of the
nearest
view. Note that this array
511
* @return The
nearest
touchable view, or null if none exists.
/external/deqp/framework/common/
tcuTexLookupVerifier.cpp
[
all
...]
tcuTestLog.cpp
193
Sampler sampler (Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::LINEAR, Sampler::
NEAREST
);
231
Sampler sampler (Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::
NEAREST
, Sampler::
NEAREST
);
/external/deqp/modules/gles31/functional/
es31fTextureFormatTests.cpp
187
renderParams.sampler = Sampler(Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, Sampler::
NEAREST
, Sampler::
NEAREST
);
206
// Setup
nearest
neighbor filtering and clamp-to-edge.
/external/jpeg/
jquant2.c
571
* colors to the
nearest
color in the selected colormap.
574
* cache for the results of
nearest
-color searches. All colors within a
578
* indicates we haven't found the
nearest
color for that cell yet; the array
580
*
nearest
color for a cell, its colormap index plus one is recorded in the
584
* Our method of efficiently finding
nearest
colors is based on the "locally
599
*
nearest
colors for only the cells within a small subbox of the histogram.
649
* for the
nearest
entry to some cell(s) in the update box. The update box
793
/* This array holds the distance to the
nearest
-so-far color for each cell */
[
all
...]
/external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h
280
/// until nothing changes. Along the way, keep track of the
nearest
363
// Skip to the
nearest
preceding definition.
412
// Skip to the
nearest
preceding definition.
/external/mesa3d/src/gallium/drivers/nv30/
nv30_miptree.c
143
nv30_transfer_rect(nv30,
NEAREST
, &src, &dst);
211
nv30_transfer_rect(nv30,
NEAREST
, &tx->img, &tx->tmp);
223
nv30_transfer_rect(nv30,
NEAREST
, &tx->tmp, &tx->img);
/bionic/libm/upstream-freebsd/lib/msun/src/
s_fma.c
133
* The current rounding mode must be round-to-
nearest
.
245
* Basic approach for round-to-
nearest
:
s_fmal.c
125
* The current rounding mode must be round-to-
nearest
.
233
* Basic approach for round-to-
nearest
:
/external/libvncserver/x11vnc/misc/turbovnc/
turbojpeg.h
78
is padded to the
nearest
32-bit boundary, such as is the case for Windows
180
is padded to the
nearest
32-bit boundary, such as is the case for Windows
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_sampler_state.c
59
* just use clamp(_to_edge) for
nearest
, because for
nearest
/external/opencv/ml/src/
mlknearest.cpp
44
* K-
Nearest
Neighbors Classifier *
47
// k
Nearest
Neighbors
/frameworks/base/services/core/java/com/android/server/location/
GeofenceManager.java
255
// Keep track of the distance to the
nearest
fence.
301
// Compute a location update interval based on the distance to the
nearest
fence.
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
dtoa.c
47
* 3. Under the assumption that input will be rounded
nearest
,
50
* round-
nearest
rule will give the same floating-point value
92
and rounded to
nearest
.
104
round-
nearest
mode) with the tests of mode 0 to
/bionic/libm/i387/
npx.h
123
* round to
nearest
/bionic/libm/upstream-freebsd/lib/msun/ld128/
e_rem_pio2l.h
77
/* Use a specialized rint() to get fn. Assume round-to-
nearest
. */
Completed in 902 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>