Searched refs:get_random_double (Results 1 – 12 of 12) sorted by relevance
/external/OpenCL-CTS/test_conformance/commonfns/ |
D | test_clamp.cpp | 185 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()
|
D | test_binary_fn.cpp | 111 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()
|
D | test_stepf.cpp | 408 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()
|
D | test_step.cpp | 405 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()
|
D | test_sign.cpp | 355 p[i] = get_random_double(-0x20000000, 0x20000000, d); in test_sign_double()
|
D | test_radians.cpp | 385 p[i] = get_random_double((float)(-100000.0 * M_PI), (float)(100000.0 * M_PI) ,d); in test_radians_double()
|
D | test_degrees.cpp | 383 p[i] = get_random_double((-100000. * M_PI), (100000. * M_PI) ,d); in test_degrees_double()
|
/external/OpenCL-CTS/test_common/harness/ |
D | conversions.h | 85 extern double get_random_double(double low, double high, MTdata d);
|
D | conversions.cpp | 1161 double get_random_double(double low, double high, MTdata d) in get_random_double() function
|
/external/OpenCL-CTS/test_conformance/spir/ |
D | datagen.h | 75 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/ |
D | test_geometrics_double.cpp | 208 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/ |
D | test_pipe_read_write.cpp | 1268 inptr[i][j] = get_random_double( -32, 32, d ); in test_pipe_readwrite_double()
|