OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nearest
(Results
126 - 150
of
1005
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/lib/Analysis/
LoopInfo.cpp
441
// Map unloop's immediate subloops to their
nearest
reachable parents. Nested
443
// subloop's new parent will be the
nearest
loop reachable from either its own
471
// propagating the
nearest
loop from sucessors to predecessors.
498
// Iterate over the postorder list of blocks, propagating the
nearest
loop
554
/// getNearestLoop - Return the
nearest
parent loop among this block's
556
/// the
nearest
parent of the subloop's exits.
573
// Get the current
nearest
parent of the Subloop exits, initially Unloop.
602
// Get the current
nearest
parent of the Subloop's exits.
613
// Remember the
nearest
parent loop among successors or subloop exits.
/external/jmonkeyengine/engine/src/android/jme3tools/android/
Fixed.java
391
* Returns the
nearest
int to a fixed point value. Equivalent to <code>
399
* Returns the
nearest
int rounded down from a fixed point value.
407
* Returns the
nearest
int rounded up from a fixed point value.
/bionic/libm/upstream-freebsd/lib/msun/src/
e_rem_pio2f.c
58
/* Use a specialized rint() to get fn. Assume round-to-
nearest
. */
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/
Test_opc_throw.java
70
* @title
Nearest
matching catch must be executed in case of exception
/external/chromium/third_party/libjingle/source/talk/session/phone/
mediachannel.h
299
// take the
nearest
-point. The parameter "crop" controls whether to crop this
311
//
nearest
-point. The parameter "crop" controls whether to crop this frame to
318
// take the
nearest
-point. The parameter "crop" controls whether to crop this
325
// just take the
nearest
-point. The parameter "crop" controls whether to crop
/external/chromium_org/cc/layers/
render_surface.h
137
// The
nearest
ancestor target surface that will contain the contents of this
render_surface_impl.h
169
// The
nearest
ancestor target surface that will contain the contents of this
/external/chromium_org/media/base/
audio_timestamp_helper_unittest.cc
48
//
nearest
microsecond. 1 frame @ 44100 is ~22.67573 microseconds,
/external/chromium_org/third_party/WebKit/Source/core/html/
TimeRanges.h
65
double
nearest
(double time) const;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
texobj.h
101
/* If the format is integer, only
nearest
filtering is allowed */
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
prdtoa.h
80
** and rounded to
nearest
.
/external/chromium_org/third_party/skia/include/utils/
SkInterpolator.h
110
nearest
key values (kNormal).
/external/chromium_org/third_party/skia/src/core/
SkBitmapScaler.h
65
// the destination pixel. For enlargement, this is
nearest
neighbor.
/external/chromium_org/ui/app_list/cocoa/
apps_grid_controller.h
49
// Whether we are currently animating a scroll to the
nearest
page.
/external/chromium_org/ui/events/gestures/
gesture_recognizer.h
51
// of |location|, returns the target of the
nearest
active touch.
/external/fdlibm/
e_log10.c
29
* mode must set to Round-to-
Nearest
.
/external/jmonkeyengine/engine/src/test/jme3test/post/
TestTransparentCartoonEdge.java
88
// t.setMagFilter(Texture.MagFilter.
Nearest
);
/external/jpeg/
jdsample.c
361
/* inptr0 points to
nearest
input row, inptr1 points to next
nearest
*/
363
if (v == 0) /* next
nearest
is row above */
365
else /* next
nearest
is row below */
/external/mesa3d/src/mesa/main/
texobj.h
101
/* If the format is integer, only
nearest
filtering is allowed */
/external/qemu/distrib/jpeg-6b/
jdsample.c
361
/* inptr0 points to
nearest
input row, inptr1 points to next
nearest
*/
363
if (v == 0) /* next
nearest
is row above */
365
else /* next
nearest
is row below */
/external/skia/include/utils/
SkInterpolator.h
110
nearest
key values (kNormal).
/external/skia/src/core/
SkBitmapScaler.h
65
// the destination pixel. For enlargement, this is
nearest
neighbor.
/frameworks/base/libs/hwui/
RenderBuffer.h
119
// Round to the
nearest
byte
/libcore/luni/src/main/java/java/text/spi/
NumberFormatProvider.java
55
* is configured to round floating point numbers to the
nearest
integer
/libcore/luni/src/main/java/java/util/logging/
LoggingMXBean.java
66
* level is inherited from the
nearest
non-null ancestor.
Completed in 1073 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>