/external/eigen/blas/f2c/ |
D | srotm.c | 16 integer *incy, real *sparam) in srotm_() argument 89 --sparam; in srotm_() 96 sflag = sparam[1]; in srotm_() 113 sh12 = sparam[4]; in srotm_() 114 sh21 = sparam[3]; in srotm_() 126 sh11 = sparam[2]; in srotm_() 127 sh22 = sparam[5]; in srotm_() 139 sh11 = sparam[2]; in srotm_() 140 sh12 = sparam[4]; in srotm_() 141 sh21 = sparam[3]; in srotm_() [all …]
|
D | srotmg.c | 16 *sparam) in srotmg_() argument 100 --sparam; in srotmg_() 279 sparam[3] = sh21; in srotmg_() 280 sparam[4] = sh12; in srotmg_() 283 sparam[2] = sh11; in srotmg_() 284 sparam[5] = sh22; in srotmg_() 287 sparam[2] = sh11; in srotmg_() 288 sparam[3] = sh21; in srotmg_() 289 sparam[4] = sh12; in srotmg_() 290 sparam[5] = sh22; in srotmg_() [all …]
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedprio/ |
D | 1-1.c | 28 struct sched_param sparam; in a_thread_func() local 34 sparam.sched_priority = priority; in a_thread_func() 36 rc = pthread_setschedparam(pthread_self(), policy, &sparam); in a_thread_func() 41 rc = pthread_getschedparam(pthread_self(), &policy_1, &sparam); in a_thread_func() 46 printf("policy: %d, priority: %d\n", policy_1, sparam.sched_priority); in a_thread_func() 47 if (policy_1 != policy || sparam.sched_priority != priority) { in a_thread_func() 58 rc = pthread_getschedparam(pthread_self(), &policy_1, &sparam); in a_thread_func() 63 printf("policy: %d, priority: %d\n", policy_1, sparam.sched_priority); in a_thread_func() 64 if (sparam.sched_priority != (priority + 1)) { in a_thread_func()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getschedparam/ |
D | 1-2.c | 32 struct sched_param sparam; in thread_func() local 38 sparam.sched_priority = priority; in thread_func() 40 rc = pthread_setschedparam(pthread_self(), policy, &sparam); in thread_func() 45 rc = pthread_getschedparam(pthread_self(), &policy_1, &sparam); in thread_func() 56 if (sparam.sched_priority != priority) { in thread_func() 58 sparam.sched_priority, priority); in thread_func()
|
D | 1-1.c | 31 struct sched_param sparam; in thread_func() local 35 rc = pthread_getschedparam(pthread_self(), &policy, &sparam); in thread_func()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/ |
D | 1-1.c | 18 struct sched_param sparam; in a_thread_func() local 24 sparam.sched_priority = priority; in a_thread_func() 26 rc = pthread_setschedparam(pthread_self(), policy, &sparam); in a_thread_func() 31 rc = pthread_getschedparam(pthread_self(), &policy_1, &sparam); in a_thread_func() 37 if (policy_1 != policy || sparam.sched_priority != priority) { in a_thread_func()
|
/external/ltp/testcases/kernel/syscalls/perf_event_open/ |
D | perf_event_open02.c | 290 struct sched_param sparam = {.sched_priority = 1}; in verify() local 292 if (sched_setscheduler(0, SCHED_FIFO, &sparam)) { in verify() 309 sparam.sched_priority = 0; in verify() 310 if (sched_setscheduler(0, SCHED_OTHER, &sparam)) { in verify()
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cublas_9_0.inc | 4244 const float* sparam) { 4248 return func_ptr(n, x, incx, y, incy, sparam); 4252 const double* sparam) { 4256 return func_ptr(n, x, incx, y, incy, sparam); 4260 const float *sy1, float* sparam) { 4264 return func_ptr(sd1, sd2, sx1, sy1, sparam); 4268 const double *sy1, double* sparam) { 4272 return func_ptr(sd1, sd2, sx1, sy1, sparam);
|
D | cublas_10_0.inc | 4320 const float* sparam) { 4324 return func_ptr(n, x, incx, y, incy, sparam); 4328 const double* sparam) { 4332 return func_ptr(n, x, incx, y, incy, sparam); 4336 const float *sy1, float* sparam) { 4340 return func_ptr(sd1, sd2, sx1, sy1, sparam); 4344 const double *sy1, double* sparam) { 4348 return func_ptr(sd1, sd2, sx1, sy1, sparam);
|