Home
last modified time | relevance | path

Searched refs:get_random_double (Results 1 – 12 of 12) sorted by relevance

/external/OpenCL-CTS/test_conformance/commonfns/
Dtest_clamp.cpp185 input_ptr_double[0][j] = get_random_double(-0x20000000, 0x20000000, d); in test_clamp()
186 input_ptr_double[1][j] = get_random_double(-0x20000000, 0x20000000, d); in test_clamp()
187 input_ptr_double[2][j] = get_random_double(input_ptr_double[1][j], 0x20000000, d); in test_clamp()
Dtest_binary_fn.cpp111 input_ptr_double[0][j] = get_random_double(-0x20000000, 0x20000000, d); in test_binary_fn()
112 input_ptr_double[1][j] = get_random_double(-0x20000000, 0x20000000, d); in test_binary_fn()
Dtest_stepf.cpp408 p[i] = get_random_double(-0x40000000, 0x40000000, d); in test_stepf_double()
412 p[i] = get_random_double(-0x40000000, 0x40000000, d); in test_stepf_double()
Dtest_step.cpp405 p[i] = get_random_double(-0x40000000, 0x40000000, d); in test_step_double()
410 p[i] = get_random_double(-0x40000000, 0x40000000, d); in test_step_double()
Dtest_sign.cpp355 p[i] = get_random_double(-0x20000000, 0x20000000, d); in test_sign_double()
Dtest_radians.cpp385 p[i] = get_random_double((float)(-100000.0 * M_PI), (float)(100000.0 * M_PI) ,d); in test_radians_double()
Dtest_degrees.cpp383 p[i] = get_random_double((-100000. * M_PI), (100000. * M_PI) ,d); in test_degrees_double()
/external/OpenCL-CTS/test_common/harness/
Dconversions.h85 extern double get_random_double(double low, double high, MTdata d);
Dconversions.cpp1161 double get_random_double(double low, double high, MTdata d) in get_random_double() function
/external/OpenCL-CTS/test_conformance/spir/
Ddatagen.h75 double get_random_double(double low, double high, MTdata d);
144 return get_random_double(low, high, m_d); in ESINNS_PREF()
/external/OpenCL-CTS/test_conformance/geometrics/
Dtest_geometrics_double.cpp208 inDataA[ i ] = get_random_double( -512.f, 512.f, d ); in test_geom_cross_double()
209 inDataB[ i ] = get_random_double( -512.f, 512.f, d ); in test_geom_cross_double()
/external/OpenCL-CTS/test_conformance/pipes/
Dtest_pipe_read_write.cpp1268 inptr[i][j] = get_random_double( -32, 32, d ); in test_pipe_readwrite_double()