/external/opencv3/samples/cpp/tutorial_code/ml/non_linear_svms/ |
D | non_linear_svms.cpp | 47 rng.fill(c, RNG::UNIFORM, Scalar(1), Scalar(0.4 * WIDTH)); in main() 50 rng.fill(c, RNG::UNIFORM, Scalar(1), Scalar(HEIGHT)); in main() 56 rng.fill(c, RNG::UNIFORM, Scalar(0.6*WIDTH), Scalar(WIDTH)); in main() 59 rng.fill(c, RNG::UNIFORM, Scalar(1), Scalar(HEIGHT)); in main() 68 rng.fill(c, RNG::UNIFORM, Scalar(0.4*WIDTH), Scalar(0.6*WIDTH)); in main() 71 rng.fill(c, RNG::UNIFORM, Scalar(1), Scalar(HEIGHT)); in main()
|
/external/opencv3/modules/calib3d/test/ |
D | test_decompose_projection.cpp | 75 rng.fill(f, cv::RNG::UNIFORM, 300, 1000); in run() 76 rng.fill(c, cv::RNG::UNIFORM, 150, 600); in run() 86 rng.fill(rVec, cv::RNG::UNIFORM, -CV_PI, CV_PI); in run()
|
D | test_affine3.cpp | 93 rng.fill(R, cv::RNG::UNIFORM, -10, 10, true); in TEST()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_fs_copy_propagation.cpp | 52 (has_source_modifiers || entry->src.file == UNIFORM)) in try_copy_propagate() 117 inst->src[0].file == UNIFORM) && in opt_copy_propagate_local()
|
D | brw_vec4.cpp | 409 if (inst->src[i].file != UNIFORM) in split_uniform_registers() 444 if (inst->src[i].file != UNIFORM) in pack_uniform_registers() 500 if (inst->src[i].file != UNIFORM) in pack_uniform_registers() 669 if (inst->src[i].file != UNIFORM || in move_push_constants_to_pull_constants()
|
D | brw_fs.cpp | 483 if (reg->file != UNIFORM) in import_uniforms_callback() 812 if (intel->gen == 6 && (src.file == UNIFORM || in emit_math() 854 if (src0.file == UNIFORM || src0.abs || src0.negate) { in emit_math() 861 if (src1.file == UNIFORM || src1.abs || src1.negate) { in emit_math() 926 if (inst->src[i].file == UNIFORM) { in assign_curb_setup() 1124 if (inst->src[i].file != UNIFORM) in remove_dead_constants() 1175 if (inst->src[i].file != UNIFORM) in remove_dead_constants() 1220 if (inst->src[i].file != UNIFORM) in setup_pull_constants() 1587 inst->src[0].file != UNIFORM)|| in register_coalesce() 1616 (has_source_modifiers || inst->src[0].file == UNIFORM)) { in register_coalesce()
|
D | brw_fs_schedule_instructions.cpp | 287 inst->src[i].file != UNIFORM) { in calculate_deps() 371 inst->src[i].file != UNIFORM) { in calculate_deps()
|
D | brw_vec4_copy_propagation.cpp | 195 if (value.file != UNIFORM && in try_copy_propagation()
|
/external/opencv3/modules/video/test/ |
D | test_estimaterigid.cpp | 96 rng.fill(aff, RNG::UNIFORM, Scalar(-2), Scalar(2)); in testNPoints() 103 rng.fill(fpts, RNG::UNIFORM, Scalar(0,0), Scalar(10,10)); in testNPoints()
|
/external/opencv3/samples/gpu/ |
D | multi.cpp | 87 rng.fill(src, RNG::UNIFORM, 0, 1); in operator ()()
|
D | driver_api_multi.cpp | 130 rng.fill(src, RNG::UNIFORM, 0, 1); in operator ()()
|
/external/deqp/framework/randomshaders/ |
D | rsgVariable.cpp | 57 str << Token::UNIFORM; in tokenizeDeclaration()
|
D | rsgToken.hpp | 106 UNIFORM, enumerator
|
/external/opencv3/modules/core/test/ |
D | test_countnonzero.cpp | 141 else if (distribution == RNG::UNIFORM) in generate_src_stat_data() 142 rng.fill(src, RNG::UNIFORM, Scalar::all(left), Scalar::all(right)); in generate_src_stat_data()
|
D | test_rand.cpp | 318 theRNG().fill(a, RNG::UNIFORM, -DBL_MAX, DBL_MAX); in run() 319 theRNG().fill(af, RNG::UNIFORM, -DBL_MAX, DBL_MAX); in run()
|
/external/opencv3/modules/core/perf/ |
D | perf_math.cpp | 45 rng.fill(data0, RNG::UNIFORM, -1, 1);
|
/external/opencv3/modules/imgproc/perf/ |
D | perf_remap.cpp | 41 rng.fill(src, RNG::UNIFORM, 0, 256); in PERF_TEST_P()
|
/external/opencv3/modules/features2d/test/ocl/ |
D | test_brute_force_matcher.cpp | 83 rng.fill(queryBuf, cv::RNG::UNIFORM, cv::Scalar::all(0), cv::Scalar::all(3)); in PARAM_TEST_CASE()
|
/external/opencv3/modules/features2d/perf/ |
D | perf_batchDistance.cpp | 144 rng.fill( buf, RNG::UNIFORM, Scalar::all(0), Scalar(3) ); in generateData()
|
/external/opencv3/samples/gpu/performance/ |
D | performance.cpp | 138 rng.fill(mat, RNG::UNIFORM, low, high); in gen()
|
/external/opencv3/modules/core/src/ |
D | rand.cpp | 510 if( disttype == UNIFORM ) in fill() 669 if( disttype == UNIFORM ) in fill() 739 theRNG().fill(dst, RNG::UNIFORM, low, high); in randu() 826 cv::RNG::NORMAL : cv::RNG::UNIFORM, cv::Scalar(param1), cv::Scalar(param2) ); in cvRandArr()
|
/external/mesa3d/src/glsl/ |
D | glsl_parser.yy | 97 %token CENTROID IN_TOK OUT_TOK INOUT_TOK UNIFORM VARYING 1372 | UNIFORM 1926 UNIFORM NEW_IDENTIFIER '{' member_list '}' ';' 1942 | layout_qualifier UNIFORM NEW_IDENTIFIER '{' member_list '}' ';' 1980 | UNIFORM 2016 layout_qualifier UNIFORM ';'
|
/external/opencv3/modules/imgproc/test/ |
D | test_lsd.cpp | 57 rng.fill(image, RNG::UNIFORM, 0, 256); in GenerateWhiteNoise()
|
D | test_bilateral_filter.cpp | 245 rng.fill(_src, RNG::UNIFORM, 0, 256); in prepare_test_case()
|
/external/opencv3/modules/viz/test/ |
D | tests_simple.cpp | 68 theRNG().fill(colors, RNG::UNIFORM, 0, 255); in TEST() 147 theRNG().fill(mesh.colors, RNG::UNIFORM, 0, 255); in TEST()
|