Home
last modified time | relevance | path

Searched refs:result (Results 1 – 7 of 7) sorted by relevance

/phasta/phastaIO/
H A Drdtsc.h30 unsigned long long int result=0; in rdtsc() local
41 result = upper; in rdtsc()
42 result = result<<32; in rdtsc()
43 result = result|lower; in rdtsc()
45 return(result); in rdtsc()
/phasta/phSolver/common/
H A Dmpitools.f6 subroutine drvAllreduce ( eachproc, result, m ) argument
11 dimension eachproc(m), result(m)
21 call MPI_ALLREDUCE ( eachproc, result, m,
29 result = eachproc
39 subroutine drvAllreducesclr ( eachproc, result ) argument
52 call MPI_ALLREDUCE ( eachproc, result, 1,
60 result = eachproc
70 subroutine drvAllreduceMaxInt ( eachproc, result ) argument
75 integer :: eachproc, result local
85 call MPI_ALLREDUCE ( eachproc, result, 1,
[all …]
H A Delem-search.f32 integer e, elmt, result, count, counting, find local
100 result = 1
102 result = result*testing(i)
105 if (result .eq. 1) then
H A Dget_time.c19 double result; in get_max_time_diff() local
25 result = iresult*multiplier; in get_max_time_diff()
37 printf("%s: %.12g seconds, %llu cycles\n", lbl, result, c_result); in get_max_time_diff()
/phasta/phSolver/AMG/
H A Damgread.txt105 value, the result of coarsening will be trivial identity matrix as
221 This will result the G_bb value for two such nodes slightly smaller,
223 result from the task structure of phasta. I'm mentioning it here because
/phasta/phSolver/incompressible/e3source/
H A De3source.fRHSonly481 CAD If Sclr(:,1).gt.zero, result of sign_term function 1
482 CAD If Sclr(:,1).eq.zero, result of sign_term function 0
483 CAD If Sclr(:,1).lt.zero, result of sign_term function -1
H A De3source.fimplicit495 CAD If Sclr(:,1).gt.zero, result of sign_term function 1
496 CAD If Sclr(:,1).eq.zero, result of sign_term function 0
497 CAD If Sclr(:,1).lt.zero, result of sign_term function -1