/external/opencv3/modules/imgproc/test/ocl/ |
D | test_filters.cpp | 107 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 …]
|
D | test_imgproc.cpp | 97 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 …]
|
D | test_houghlines.cpp | 66 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()
|
D | test_warp.cpp | 107 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()
|
D | test_pyramids.cpp | 83 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()
|
D | test_boxfilter.cpp | 95 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()
|
D | test_medianfilter.cpp | 83 void Near(double threshold = 0.0) in PARAM_TEST_CASE() 99 Near(0); in OCL_TEST_P()
|
D | test_match_template.cpp | 100 void Near() in CV_ENUM() 123 Near(); in OCL_TEST_P()
|
D | test_blend.cpp | 105 void Near(double eps = 0.0) in PARAM_TEST_CASE() 120 Near(depth <= CV_32S ? 1.0 : 0.5); in OCL_TEST_P()
|
D | test_sepfilter2D.cpp | 103 void Near(double threshold = 0.0) in PARAM_TEST_CASE() 118 Near(1.0); in OCL_TEST_P()
|
D | test_filter2d.cpp | 104 void Near(double threshold = 0.0) in PARAM_TEST_CASE() 120 Near(1.0); in OCL_TEST_P()
|
/external/opencv3/modules/core/test/ocl/ |
D | test_arithm.cpp | 95 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/ |
D | MemoryTest.cpp | 266 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/ |
D | viewport.c | 94 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/ |
D | test_warpers.cpp | 75 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/ |
D | test_ippasync.cpp | 43 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/ |
D | test_stereobm.cpp | 74 void Near(double eps = 0.0) in PARAM_TEST_CASE() 89 Near(1e-3); in OCL_TEST_P()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_viewport.c | 67 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/ |
D | RemoteMemoryManager.cpp | 66 &Near, in allocateSection() 76 Near = MB; in allocateSection()
|
D | RemoteMemoryManager.h | 60 sys::MemoryBlock Near; variable
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_util.h | 154 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/ |
D | SectionMemoryManager.cpp | 88 &MemGroup.Near, in allocateSection() 98 MemGroup.Near = MB; in allocateSection()
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | SectionMemoryManager.h | 107 sys::MemoryBlock Near; member
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_cc.c | 52 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/ |
D | s_depth.c | 174 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()
|