Home
last modified time | relevance | path

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

/dports/science/openmx/openmx3.8/source/
H A DTRAN_Set_Electrode_Grid.c214 + (double)direction*tv_e[side][1][1] in TRAN_Set_Electrode_Grid()
215 + (double)p2*tv_e[side][2][1] in TRAN_Set_Electrode_Grid()
216 + (double)p3*tv_e[side][3][1]; in TRAN_Set_Electrode_Grid()
219 + (double)direction*tv_e[side][1][2] in TRAN_Set_Electrode_Grid()
220 + (double)p2*tv_e[side][2][2] in TRAN_Set_Electrode_Grid()
221 + (double)p3*tv_e[side][3][2]; in TRAN_Set_Electrode_Grid()
224 + (double)direction*tv_e[side][1][3] in TRAN_Set_Electrode_Grid()
225 + (double)p2*tv_e[side][2][3] in TRAN_Set_Electrode_Grid()
226 + (double)p3*tv_e[side][3][3]; in TRAN_Set_Electrode_Grid()
254 + (double)(direction+atv_ijk_e[side][Rn_e][1])*tv_e[side][1][1] in TRAN_Set_Electrode_Grid()
[all …]
H A DTRAN_Input_std.c81 if (1.0e-10<fabs(tv_e[0][i][1]-tv_e[1][i][1])) po = 1; in TRAN_Input_std()
82 if (1.0e-10<fabs(tv_e[0][i][2]-tv_e[1][i][2])) po = 1; in TRAN_Input_std()
83 if (1.0e-10<fabs(tv_e[0][i][3]-tv_e[1][i][3])) po = 1; in TRAN_Input_std()
H A DTRAN_Check_Region.c79 B[i] = Gxyz[ct_BN][i] + tv_e[iregion][1][i]*ix in TRAN_Check_Region()
80 + tv_e[iregion][2][i]*iy in TRAN_Check_Region()
81 + tv_e[iregion][3][i]*iz; in TRAN_Check_Region()
H A DTRAN_Input_std_Atoms.c566 Left_tv[i][1] = tv_e[0][i][1]; in TRAN_Input_std_Atoms()
567 Left_tv[i][2] = tv_e[0][i][2]; in TRAN_Input_std_Atoms()
568 Left_tv[i][3] = tv_e[0][i][3]; in TRAN_Input_std_Atoms()
570 Right_tv[i][1] = tv_e[1][i][1]; in TRAN_Input_std_Atoms()
571 Right_tv[i][2] = tv_e[1][i][2]; in TRAN_Input_std_Atoms()
572 Right_tv[i][3] = tv_e[1][i][3]; in TRAN_Input_std_Atoms()
576 tv[i][1] = tv_e[0][i][1]; in TRAN_Input_std_Atoms()
577 tv[i][2] = tv_e[0][i][2]; in TRAN_Input_std_Atoms()
578 tv[i][3] = tv_e[0][i][3]; in TRAN_Input_std_Atoms()
H A DTRAN_Input_std_Atoms2.c569 Left_tv[i][1] = tv_e[0][i][1]; in TRAN_Input_std_Atoms()
570 Left_tv[i][2] = tv_e[0][i][2]; in TRAN_Input_std_Atoms()
571 Left_tv[i][3] = tv_e[0][i][3]; in TRAN_Input_std_Atoms()
573 Right_tv[i][1] = tv_e[1][i][1]; in TRAN_Input_std_Atoms()
574 Right_tv[i][2] = tv_e[1][i][2]; in TRAN_Input_std_Atoms()
575 Right_tv[i][3] = tv_e[1][i][3]; in TRAN_Input_std_Atoms()
579 tv[i][1] = tv_e[0][i][1]; in TRAN_Input_std_Atoms()
580 tv[i][2] = tv_e[0][i][2]; in TRAN_Input_std_Atoms()
581 tv[i][3] = tv_e[0][i][3]; in TRAN_Input_std_Atoms()
H A DTRAN_Input_std_Atoms0.c521 Left_tv[i][1] = tv_e[0][i][1]; in TRAN_Input_std_Atoms()
522 Left_tv[i][2] = tv_e[0][i][2]; in TRAN_Input_std_Atoms()
523 Left_tv[i][3] = tv_e[0][i][3]; in TRAN_Input_std_Atoms()
525 Right_tv[i][1] = tv_e[1][i][1]; in TRAN_Input_std_Atoms()
526 Right_tv[i][2] = tv_e[1][i][2]; in TRAN_Input_std_Atoms()
527 Right_tv[i][3] = tv_e[1][i][3]; in TRAN_Input_std_Atoms()
531 tv[i][1] = tv_e[0][i][1]; in TRAN_Input_std_Atoms()
532 tv[i][2] = tv_e[0][i][2]; in TRAN_Input_std_Atoms()
533 tv[i][3] = tv_e[0][i][3]; in TRAN_Input_std_Atoms()
H A DTRAN_Input_std_Atoms.c2569 Left_tv[i][1] = tv_e[0][i][1];
570 Left_tv[i][2] = tv_e[0][i][2];
571 Left_tv[i][3] = tv_e[0][i][3];
573 Right_tv[i][1] = tv_e[1][i][1];
574 Right_tv[i][2] = tv_e[1][i][2];
575 Right_tv[i][3] = tv_e[1][i][3];
579 tv[i][1] = tv_e[0][i][1];
580 tv[i][2] = tv_e[0][i][2];
581 tv[i][3] = tv_e[0][i][3];
H A Dtran_variables.h70 double tv_e[2][4][4]; /* = Left_tv and Right_tv, merge them ! */ variable
H A DTRAN_RestartFile.c614 tv_e[side][j][k]= tv_t[j][k]; in TRAN_RestartFile()
/dports/dns/p5-DNS-Ldns/ldns-1.8.1/
H A Dnet.c501 struct timeval tv_e; local
628 gettimeofday(&tv_e, NULL);
632 ((tv_e.tv_sec - tv_s.tv_sec) * 1000) +
633 (tv_e.tv_usec - tv_s.tv_usec) / 1000);
/dports/dns/py-ldns/ldns-1.8.1/
H A Dnet.c501 struct timeval tv_e; local
628 gettimeofday(&tv_e, NULL);
632 ((tv_e.tv_sec - tv_s.tv_sec) * 1000) +
633 (tv_e.tv_usec - tv_s.tv_usec) / 1000);
/dports/dns/ldns/ldns-1.8.1/
H A Dnet.c501 struct timeval tv_e; local
628 gettimeofday(&tv_e, NULL);
632 ((tv_e.tv_sec - tv_s.tv_sec) * 1000) +
633 (tv_e.tv_usec - tv_s.tv_usec) / 1000);