/external/bzip2/ |
blocksort.c | 350 UInt16* quadrant, 414 s1 = quadrant[i1]; s2 = quadrant[i2]; 420 s1 = quadrant[i1]; s2 = quadrant[i2]; 426 s1 = quadrant[i1]; s2 = quadrant[i2]; 432 s1 = quadrant[i1]; s2 = quadrant[i2]; 438 s1 = quadrant[i1]; s2 = quadrant[i2] 1039 UInt16* quadrant; local [all...] |
/external/llvm/test/CodeGen/X86/ |
phys_subreg_coalesce-3.ll | 9 define void @foo(i32* nocapture %quadrant, i32* nocapture %ptr, i32 %bbSize, i32 %bbStart, i32 %shifts) nounwind ssp { 32 %4 = getelementptr inbounds i32, i32* %quadrant, i32 %1 ; <i32*> [#uses=1]
|
/prebuilts/go/darwin-x86/src/math/ |
atan2.go | 8 // the signs of the two to determine the quadrant 62 // Call atan and determine the quadrant.
|
/prebuilts/go/linux-x86/src/math/ |
atan2.go | 8 // the signs of the two to determine the quadrant 62 // Call atan and determine the quadrant.
|
/development/samples/Snake/src/com/example/android/snake/ |
Snake.java | 86 // Direction will be [0,1,2,3] depending on quadrant 91 // Direction is same as the quadrant which was clicked
|
/external/opencv3/samples/cpp/tutorial_code/core/discrete_fourier_transform/ |
discrete_fourier_transform.cpp | 57 Mat q0(magI, Rect(0, 0, cx, cy)); // Top-Left - Create a ROI per quadrant 67 q1.copyTo(tmp); // swap quadrant (Top-Right with Bottom-Left)
|
/external/dng_sdk/source/ |
dng_image.cpp | 303 // Find quadrant split coordinates. 308 // Top-left quadrant. 332 // Top-right quadrant. 356 // Bottom-left quadrant. 380 // Bottom-right quadrant.
|
/external/opencv3/samples/python2/ |
dft.py | 11 the image center. Swaps quadrant 1 with 3, and 2 with 4.
|
/toolchain/binutils/binutils-2.25/gas/config/ |
obj-som.c | 231 quadrant. */ 253 quadrant. */
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
screen_finder.py | 82 # The factor by which a quadrant at an intersection must be brighter than 85 # The minimum average brightness required of an intersection quadrant to 461 # Generate our filters for which points belong to which quadrant. 475 # Filter the full list by which indices belong to which quadrant, and 482 # Average the brightness of the pixels that belong to each quadrant. 492 # Treat the point as a corner if one quadrant is at least twice as 493 # bright as the next brightest quadrant, with a minimum brightness 511 # well, movement of corners from one quadrant to another hasn't been 524 of a quadrant). The reason we allow for neither to be part of the [all...] |
/external/skia/src/core/ |
SkGeometry.cpp | 1289 int quadrant = 0; local [all...] |
/external/opencv3/doc/tutorials/core/discrete_fourier_transform/ |
discrete_fourier_transform.markdown | 114 Mat q0(magI, Rect(0, 0, cx, cy)); // Top-Left - Create a ROI per quadrant 124 q1.copyTo(tmp); // swap quadrant (Top-Right with Bottom-Left)
|
/external/valgrind/VEX/switchback/ |
test_bzip2.c | 3059 UInt16* quadrant; local [all...] |
/external/valgrind/exp-sgcheck/tests/ |
hackedbz2.c | 3085 UInt16* quadrant; local [all...] |
/external/valgrind/memcheck/tests/ |
origin5-bz2.c | 3076 UInt16* quadrant; local [all...] |
varinfo6.c | 3114 UInt16* quadrant; local [all...] |
/external/valgrind/perf/ |
bz2.c | 3074 UInt16* quadrant; local [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
FastMath.java | 2496 int quadrant = 0; local 2592 int quadrant = 0; local 2677 int quadrant = 0; local [all...] |
/bionic/libc/kernel/uapi/linux/ |
som.h | 145 unsigned int quadrant : 2; member in struct:subspace_dictionary_record
|
/development/ndk/platforms/android-21/include/linux/ |
som.h | 145 unsigned int quadrant :2; member in struct:subspace_dictionary_record
|
/external/kernel-headers/original/uapi/linux/ |
som.h | 130 unsigned int quadrant :2; member in struct:subspace_dictionary_record
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
compatibility.hpp | 80 template <typename T, precision P> GLM_FUNC_QUALIFIER T atan2(T x, T y){return atan(x, y);} //!< \brief Arc tangent. Returns an angle whose tangent is y/x. The signs of x and y are used to determine what quadrant the angle is in. The range of values returned by this function is [-PI, PI]. Results are undefined if x and y are both 0. (From GLM_GTX_compatibility) 81 template <typename T, precision P> GLM_FUNC_QUALIFIER detail::tvec2<T, P> atan2(const detail::tvec2<T, P>& x, const detail::tvec2<T, P>& y){return atan(x, y);} //!< \brief Arc tangent. Returns an angle whose tangent is y/x. The signs of x and y are used to determine what quadrant the angle is in. The range of values returned by this function is [-PI, PI]. Results are undefined if x and y are both 0. (From GLM_GTX_compatibility) 82 template <typename T, precision P> GLM_FUNC_QUALIFIER detail::tvec3<T, P> atan2(const detail::tvec3<T, P>& x, const detail::tvec3<T, P>& y){return atan(x, y);} //!< \brief Arc tangent. Returns an angle whose tangent is y/x. The signs of x and y are used to determine what quadrant the angle is in. The range of values returned by this function is [-PI, PI]. Results are undefined if x and y are both 0. (From GLM_GTX_compatibility) 83 template <typename T, precision P> GLM_FUNC_QUALIFIER detail::tvec4<T, P> atan2(const detail::tvec4<T, P>& x, const detail::tvec4<T, P>& y){return atan(x, y);} //!< \brief Arc tangent. Returns an angle whose tangent is y/x. The signs of x and y are used to determine what quadrant the angle is in. The range of values returned by this function is [-PI, PI]. Results are undefined if x and y are both 0. (From GLM_GTX_compatibility)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
som.h | 130 unsigned int quadrant :2; member in struct:subspace_dictionary_record
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
som.h | 130 unsigned int quadrant :2; member in struct:subspace_dictionary_record
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_cmath.py | 12 (INF, 0.0), # 1st quadrant 17 (-0.0, INF), # 2nd quadrant 22 (-INF, -0.0), # 3rd quadrant 27 (0.0, -INF), # 4th quadrant
|