HomeSort by relevance Sort by last modified time
    Searched full:approximate (Results 1 - 25 of 909) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bugcodes.h 34 /* Approximate msg: ReactOS (R) Kernel Version %hs (Build %u%hs) */
38 /* Approximate msg: Service Pack */
42 /* Approximate msg: %u System Processor [%u MB Memory] %Z */
46 /* Approximate msg: MultiProcessor Kernel */
50 /* Approximate msg: A kernel thread terminated while holding a mutex */
54 /* Approximate msg: %u System Processors [%u MB Memory] %Z */
58 /* Approximate msg: A problem has been detected and ReactOS has been shut down to prevent damage */
62 /* Approximate msg: The problem seems to be caused by the following file: */
66 /* Approximate msg: If this is the first time you've seen this Stop error screen, */
70 /* Approximate msg: Check to make sure any new hardware or software is properly installed. *
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Path.java 30 float approximate (T v); method in interface:Path
33 * implementation of this method might be CPU intensive, see {@link #approximate(Object)} for a faster (but less
39 * @param samples The amount of divisions used to approximate length. Higher values will produce more precise results,
CatmullRomSpline.java 171 public float approximate (T v) { method in class:CatmullRomSpline
172 return approximate(v, nearest(v));
175 public float approximate (final T in, int start, final int count) { method in class:CatmullRomSpline
176 return approximate(in, nearest(in, start, count));
179 public float approximate (final T in, final int near) { method in class:CatmullRomSpline
208 return approximate(v);
  /frameworks/rs/api/
rs_vector_math.spec 122 summary: Approximate distance between two points
124 Computes the approximate distance between two points.
140 summary: Approximate length of a vector
142 Computes the approximate length of a vector.
158 summary: Approximate normalized vector
205 summary: Approximate distance between two points
207 Computes the approximate distance between two points.
231 summary: Approximate length of a vector
233 Compute the approximate length of a vector.
rs_math.spec 1127 Returns the approximate reciprocal of a value.
1143 Returns the approximate value of <code>(1.f / sqrt(value))</code>.
1159 Returns the approximate square root of a value.
1792 summary: Approximate inverse cosine
1794 Returns the approximate inverse cosine, in radians.
1821 summary: Approximate inverse hyperbolic cosine
1823 Returns the approximate inverse hyperbolic cosine, in radians.
1846 summary: Approximate inverse cosine divided by pi
1848 Returns the approximate inverse cosine in radians, divided by pi.
1877 summary: Approximate inverse sin
    [all...]
  /external/opencv3/samples/cpp/
fitellipse.cpp 5 * contours and approximate it by ellipses.
28 // "contours and approximate it by ellipses.\n"
62 // draw it and approximate it by ellipses.
  /external/clang/cmake/caches/
Apple-stage1.cmake 2 # used on any Darwin system to approximate Apple Clang builds.
  /prebuilts/go/darwin-x86/src/cmd/cover/
doc.go 11 It operates on one Go source file at a time, computing approximate
  /prebuilts/go/linux-x86/src/cmd/cover/
doc.go 11 It operates on one Go source file at a time, computing approximate
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnDictionary.java 30 * Predefined approximate pattern set (capital letters from small letters).
37 * Predefined approximate pattern set (small letters from capital letters).
44 * Predefined approximate pattern set (QWERTY neighbor keys).
52 * Predefined approximate pattern set (QWERTY neighbor keys/capital letters).
60 * Predefined approximate pattern set (for Japanese 12-key keyboard).
151 * Clears approximate patterns.
153 * This clears all approximate search patterns in the search condition.
158 * Sets a approximate pattern.
160 * This adds an approximate search pattern(replacement of character) to the search condition.
164 * The maximum count of approximate patterns is 255
    [all...]
OpenWnnDictionaryImplJni.java 29 * Constant about the approximate pattern (for JNI native library)
36 * Constant about the approximate pattern (for JNI native library)
43 * Constant about the approximate pattern (for JNI native library)
50 * Constant about the approximate pattern (for JNI native library)
57 * Constant about the approximate pattern (for JNI native library)
287 * Clear approximate patterns.
295 * Set a approximate pattern.
306 * Set a predefined approximate pattern.
310 * @param approxPattern The index of predefined approximate pattern (See "Constant about the approximate pattern"
    [all...]
  /frameworks/rs/scriptc/
rs_vector_math.rsh 139 * fast_distance: Approximate distance between two points
141 * Computes the approximate distance between two points.
169 * fast_length: Approximate length of a vector
171 * Computes the approximate length of a vector.
199 * fast_normalize: Approximate normalized vector
271 * native_distance: Approximate distance between two points
273 * Computes the approximate distance between two points.
318 * native_length: Approximate length of a vector
320 * Compute the approximate length of a vector.
  /prebuilts/sdk/renderscript/include/
rs_vector_math.rsh 139 * fast_distance: Approximate distance between two points
141 * Computes the approximate distance between two points.
169 * fast_length: Approximate length of a vector
171 * Computes the approximate length of a vector.
199 * fast_normalize: Approximate normalized vector
271 * native_distance: Approximate distance between two points
273 * Computes the approximate distance between two points.
318 * native_length: Approximate length of a vector
320 * Compute the approximate length of a vector.
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
fdjac1.h 37 /* computation of dense approximate jacobian. */
52 /* computation of banded approximate jacobian. */
  /external/opencv3/samples/cpp/tutorial_code/ImgTrans/
Sobel_Demo.cpp 56 /// Total Gradient (approximate)
  /external/skia/src/gpu/gl/
GrGLPath.h 46 // TODO: Figure out how to get an approximate size of the path in Gpu memory.
  /external/webrtc/webrtc/system_wrappers/include/
rw_lock_wrapper.h 17 // these OSs regular critical sections have been used to approximate RW lock
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
IPTestList.java 45 FISHEYE_APPROXIMATE_FULL ("Fisheye Approximate Full", FULL_FP, 193.f),
46 FISHEYE_APPROXIMATE_RELAXED ("Fisheye Approximate Relaxed", RELAXED_FP, 183.f),
49 VIGNETTE_APPROXIMATE_FULL ("Vignette Approximate Full", FULL_FP, 85.1f),
50 VIGNETTE_APPROXIMATE_RELAXED ("Vignette Approximate Relaxed", RELAXED_FP, 96.7f),
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
IPTestListJB.java 45 FISHEYE_APPROXIMATE_FULL ("Fisheye Approximate Full", FULL_FP, 193.f),
46 FISHEYE_APPROXIMATE_RELAXED ("Fisheye Approximate Relaxed", RELAXED_FP, 183.f),
49 VIGNETTE_APPROXIMATE_FULL ("Vignette Approximate Full", FULL_FP, 85.1f),
50 VIGNETTE_APPROXIMATE_RELAXED ("Vignette Approximate Relaxed", RELAXED_FP, 96.7f),
  /frameworks/base/docs/html/guide/topics/renderscript/reference/
rs_vector_math.jd 56 Approximate distance between two points
64 Approximate length of a vector
72 Approximate normalized vector
88 Approximate distance between two points
96 Approximate length of a vector
222 <span class='normal'>: Approximate distance between two points</span>
253 <p> Computes the approximate distance between two points.
269 <span class='normal'>: Approximate length of a vector</span>
300 <p> Computes the approximate length of a vector.
316 <span class='normal'>: Approximate normalized vector</span
    [all...]
  /external/autotest/client/site_tests/accessibility_ChromeVoxSound/
accessibility_ChromeVoxSound.py 41 """Detects whether audio was heard and returns the approximate time.
47 @return: Approximate length of time in seconds there was audio.
  /external/ceres-solver/internal/ceres/
parameter_block_ordering.h 45 // Uses an approximate independent set ordering to order the parameter
67 // Use an approximate independent set ordering to decompose the
  /libcore/ojluni/src/main/java/java/util/regex/
PatternSyntaxException.java 59 * The approximate index in the pattern of the error,
71 * @return The approximate index in the pattern of the error,
  /external/icu/android_icu4j/src/main/java/android/icu/util/
IllformedLocaleException.java 43 * given message and the error index. The error index is the approximate
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
IllformedLocaleException.java 44 * given message and the error index. The error index is the approximate

Completed in 1015 milliseconds

1 2 3 4 5 6 7 8 91011>>