/external/opencv3/3rdparty/openexr/Half/ |
half.h | 64 // float value is rounded to the nearest representable half. If a 531 // Round the exponent and significand to the nearest value
|
/external/opencv3/modules/video/src/ |
bgfg_KNN.cpp | 81 //kNN - k nearest neighbour - number on NN for detecting background - default K=[0.1*nN] 106 //kNN - k nearest neighbour - number on NN for detcting background - default K=[0.1*nN]
|
/external/v8/src/ppc/ |
constants-ppc.h | 289 FRIN = 392 << 1, // Floating Round to Integer Nearest 435 RN = 0, // Round to Nearest.
|
/external/webp/src/enc/ |
analysis.c | 181 // Assign nearest center for each 'a' 182 n = 0; // track the nearest center for current 'a'
|
/frameworks/av/media/libstagefright/omx/tests/ |
OMXHarness.cpp | 641 ALOGI("nearest keyframe is at %lld us (%.2f secs)", 699 printf("\n * Nearest keyframe is at %" PRId64 " us (%.2f secs)",
|
/frameworks/base/libs/hwui/ |
RecordingCanvas.cpp | 275 floatCount &= ~0x1; // round down to nearest two 286 floatCount &= ~0x3; // round down to nearest four
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
decodemv.c | 432 /* See if above-left MV can be merged with NEAREST */ 436 /* Swap near and nearest if necessary */
|
/hardware/qcom/media/msm8996/videopp/inc/ |
omx_vdpp.h | 782 * int roundToNearestInt - round to nearest integer value. 784 * @value - the decimal value to be rounded to nearest integer.
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
Keyboard.java | 160 /** Number of key widths from current touch point to search for nearest keys. */ 733 * @return the array of integer indices for the nearest keys to the given point. If the given
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
Analytics.java | 334 // Rounds up to the nearest second. 351 // rounds down to nearest 5 minute mark
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/ |
FAQ.html | 171 result of any operation is the nearest possible floating-point value from 187 specify the rounding mode (<code>MPFR_RNDN</code> for rounding to nearest,
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
fractions.py | 290 to the nearest built in type and do the operation there. In 352 5. Otherwise, __radd__ tries to find the nearest common
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
Tix.py | 1047 def nearest(self, y): member in class:HList 1507 def nearest(self, x, y): member in class:TList 1888 def nearest(self, x, y): member in class:Grid [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
fractions.py | 290 to the nearest built in type and do the operation there. In 352 5. Otherwise, __radd__ tries to find the nearest common
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
Tix.py | 1047 def nearest(self, y): member in class:HList 1507 def nearest(self, x, y): member in class:TList 1888 def nearest(self, x, y): member in class:Grid [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
fractions.py | 290 to the nearest built in type and do the operation there. In 352 5. Otherwise, __radd__ tries to find the nearest common
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tix.py | 1047 def nearest(self, y): member in class:HList 1507 def nearest(self, x, y): member in class:TList 1888 def nearest(self, x, y): member in class:Grid [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
fractions.py | 290 to the nearest built in type and do the operation there. In 352 5. Otherwise, __radd__ tries to find the nearest common
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tix.py | 1047 def nearest(self, y): member in class:HList 1507 def nearest(self, x, y): member in class:TList 1888 def nearest(self, x, y): member in class:Grid [all...] |
/docs/source.android.com/src/devices/tech/dalvik/ |
dalvik-bytecode.jd | [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemNumber.java | 174 * those that are descendants of the nearest ancestor that matches 187 * those that are descendants of the nearest ancestor that matches 204 * those that are descendants of the nearest ancestor that matches 223 * that are descendants of the nearest ancestor that matches the from pattern. 231 * those that are descendants of the nearest ancestor that matches the from pattern. [all...] |
/external/clang/lib/Sema/ |
SemaLambda.cpp | 27 /// \brief Examines the FunctionScopeInfo stack to determine the nearest 34 /// lambda - is on top) to determine the index of the nearest enclosing/outer 135 /// \brief Examines the FunctionScopeInfo stack to determine the nearest 142 /// the variable of interest, to identify the nearest enclosing lambda (to the [all...] |
/external/opencv3/modules/features2d/include/opencv2/ |
features2d.hpp | [all...] |
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/ |
MultiSelectManager.java | [all...] |
/libcore/ojluni/src/main/java/java/util/logging/ |
Logger.java | 63 * nearest existing ancestor in the Logger namespace. 196 private volatile Logger parent; // our nearest parent. [all...] |