Home
last modified time | relevance | path

Searched refs:Near (Results 1 – 25 of 74) sorted by relevance

123

/external/opencv3/modules/imgproc/test/ocl/
Dtest_filters.cpp107 void Near() in PARAM_TEST_CASE()
113 Near(1e-6, true); in PARAM_TEST_CASE()
115 Near(1, false); in PARAM_TEST_CASE()
118 void Near(double threshold, bool relative) in PARAM_TEST_CASE()
144 Near(); in OCL_TEST_P()
164 Near(); in OCL_TEST_P()
186 Near(); in OCL_TEST_P()
207 Near(); in OCL_TEST_P()
228 Near(CV_MAT_DEPTH(type) >= CV_32F ? 7e-5 : 1, false); in OCL_TEST_P()
250 Near(); in OCL_TEST_P()
[all …]
Dtest_imgproc.cpp97 void Near(double threshold = 0.0, bool relative = false) in PARAM_TEST_CASE()
155 void Near() in PARAM_TEST_CASE()
170 Near(); in OCL_TEST_P()
187 Near(1); in OCL_TEST_P()
238 Near(1e-5, true); in OCL_TEST_P()
258 Near(1e-6, true); in OCL_TEST_P()
277 Near(1e-6, true); in OCL_TEST_P()
336 Near(); in OCL_TEST_P()
349 Near(); in OCL_TEST_P()
381 Near(1); in OCL_TEST_P()
[all …]
Dtest_houghlines.cpp66 virtual void Near(double eps = 0.) in PARAM_TEST_CASE()
91 Near(1e-5); in OCL_TEST_P()
103 Near(1e-5); in OCL_TEST_P()
135 virtual void Near(double eps = 0.) in PARAM_TEST_CASE()
171 Near(0.25); in OCL_TEST_P()
Dtest_warp.cpp107 void Near(double threshold = 0.0) in PARAM_TEST_CASE()
133 Near(eps); in OCL_TEST_P()
160 Near(eps); in OCL_TEST_P()
214 void Near(double threshold = 0.0) in PARAM_TEST_CASE()
232 Near(eps); in OCL_TEST_P()
293 void Near(double threshold = 0.0) in PARAM_TEST_CASE()
310 Near(1.0); in OCL_TEST_P()
332 Near(eps); in OCL_TEST_P()
Dtest_pyramids.cpp83 void Near(double threshold = 0.0) in PARAM_TEST_CASE()
106 Near(depth == CV_32F ? 1e-4f : 1.0f); in OCL_TEST_P()
133 Near(depth == CV_32F ? 1e-4f : 1.0f); in OCL_TEST_P()
Dtest_boxfilter.cpp95 void Near(double threshold = 0.0) in PARAM_TEST_CASE()
112 Near(depth <= CV_32S ? 1 : 3e-3); in OCL_TEST_P()
129 Near(depth <= CV_32S ? 1 : 7e-2); in OCL_TEST_P()
Dtest_medianfilter.cpp83 void Near(double threshold = 0.0) in PARAM_TEST_CASE()
99 Near(0); in OCL_TEST_P()
Dtest_match_template.cpp100 void Near() in CV_ENUM()
123 Near(); in OCL_TEST_P()
Dtest_blend.cpp105 void Near(double eps = 0.0) in PARAM_TEST_CASE()
120 Near(depth <= CV_32S ? 1.0 : 0.5); in OCL_TEST_P()
Dtest_sepfilter2D.cpp103 void Near(double threshold = 0.0) in PARAM_TEST_CASE()
118 Near(1.0); in OCL_TEST_P()
Dtest_filter2d.cpp104 void Near(double threshold = 0.0) in PARAM_TEST_CASE()
120 Near(1.0); in OCL_TEST_P()
/external/opencv3/modules/core/test/ocl/
Dtest_arithm.cpp95 void Near(double threshold = 0.) in PARAM_TEST_CASE()
110 Near(); in OCL_TEST_P()
178 void Near(double threshold = 0., bool relative = false) in PARAM_TEST_CASE()
204 Near(0); in OCL_TEST_P()
216 Near(0); in OCL_TEST_P()
228 Near(1e-5); in OCL_TEST_P()
240 Near(1e-5); in OCL_TEST_P()
256 Near(0); in OCL_TEST_P()
268 Near(0); in OCL_TEST_P()
280 Near(1e-5); in OCL_TEST_P()
[all …]
/external/llvm/unittests/Support/
DMemoryTest.cpp266 MemoryBlock Near((void*)(3*PageSize), 16); in TEST_P() local
267 MemoryBlock M1 = Memory::allocateMappedMemory(16, &Near, Flags, EC); in TEST_P()
269 MemoryBlock M2 = Memory::allocateMappedMemory(64, &Near, Flags, EC); in TEST_P()
271 MemoryBlock M3 = Memory::allocateMappedMemory(32, &Near, Flags, EC); in TEST_P()
288 MemoryBlock Near(nullptr, 0); in TEST_P() local
289 MemoryBlock M1 = Memory::allocateMappedMemory(16, &Near, Flags, EC); in TEST_P()
291 MemoryBlock M2 = Memory::allocateMappedMemory(64, &Near, Flags, EC); in TEST_P()
293 MemoryBlock M3 = Memory::allocateMappedMemory(32, &Near, Flags, EC); in TEST_P()
314 MemoryBlock Near((void*)(4*PageSize), 0); in TEST_P() local
315 MemoryBlock M1 = Memory::allocateMappedMemory(16, &Near, Flags, EC); in TEST_P()
[all …]
/external/mesa3d/src/mesa/main/
Dviewport.c94 ctx->Viewport.Near, ctx->Viewport.Far, in _mesa_set_viewport()
124 if (ctx->Viewport.Near == nearval && in _mesa_DepthRange()
128 ctx->Viewport.Near = (GLfloat) CLAMP(nearval, 0.0, 1.0); in _mesa_DepthRange()
140 ctx->Viewport.Near, ctx->Viewport.Far, in _mesa_DepthRange()
168 ctx->Viewport.Near = 0.0; in _mesa_init_viewport()
/external/opencv3/modules/stitching/test/ocl/
Dtest_warpers.cpp75 void Near(double threshold = 0.) in Near() function
100 Near(1e-4); in OCL_TEST_F()
121 Near(1e-4); in OCL_TEST_F()
142 Near(1.5e-4); in OCL_TEST_F()
/external/opencv3/modules/core/test/
Dtest_ippasync.cpp43 void Near(double threshold = 0.0) in PARAM_TEST_CASE()
74 Near(5.0e-6); in TEST_P()
127 void Near(double threshold = 0.0) in PARAM_TEST_CASE()
158 Near(0); in TEST_P()
/external/opencv3/modules/calib3d/test/opencl/
Dtest_stereobm.cpp74 void Near(double eps = 0.0) in PARAM_TEST_CASE()
89 Near(1e-3); in OCL_TEST_P()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_viewport.c67 GLfloat z = ctx->Viewport.Near; in update_viewport()
70 GLfloat half_depth = (GLfloat)(ctx->Viewport.Far - ctx->Viewport.Near) * 0.5f; in update_viewport()
/external/llvm/tools/lli/
DRemoteMemoryManager.cpp66 &Near, in allocateSection()
76 Near = MB; in allocateSection()
DRemoteMemoryManager.h60 sys::MemoryBlock Near; variable
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_util.h154 a[MAT_SZ] = fb->_DepthMaxF * (vp->Far - vp->Near) / 2; in get_viewport_scale()
171 a[2] = fb->_DepthMaxF * (vp->Far + vp->Near) / 2; in get_viewport_translate()
/external/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp88 &MemGroup.Near, in allocateSection()
98 MemGroup.Near = MB; in allocateSection()
/external/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h107 sys::MemoryBlock Near; member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_cc.c52 ccv->min_depth = MIN2(ctx->Viewport.Near, ctx->Viewport.Far); in brw_upload_cc_vp()
53 ccv->max_depth = MAX2(ctx->Viewport.Near, ctx->Viewport.Far); in brw_upload_cc_vp()
/external/mesa3d/src/mesa/swrast/
Ds_depth.c174 if (ctx->Viewport.Near < ctx->Viewport.Far) { in _swrast_depth_clamp_span()
175 min_f = ctx->Viewport.Near; in _swrast_depth_clamp_span()
179 max_f = ctx->Viewport.Near; in _swrast_depth_clamp_span()

123