Searched refs:OLP_L (Results 1 – 14 of 14) sorted by relevance
/dports/science/openmx/openmx3.8/source/ |
H A D | Orbital_Moment.c | 368 tmpA0 += 0.5*OLP_L[0][Mc_AN][0][m][n]* in OM_dual() 372 tmpA1 += 0.5*OLP_L[1][Mc_AN][0][m][n]* in OM_dual() 376 tmpA2 += 0.5*OLP_L[2][Mc_AN][0][m][n]* in OM_dual() 380 tmpB0 += 0.5*OLP_L[0][Mc_AN][0][m][n]* in OM_dual() 384 tmpB1 += 0.5*OLP_L[1][Mc_AN][0][m][n]* in OM_dual() 816 tmpA0 += tmp*OLP_L[0][Mc_AN][0][i][j]; in OM_onsite() 817 tmpA1 += tmp*OLP_L[1][Mc_AN][0][i][j]; in OM_onsite() 818 tmpA2 += tmp*OLP_L[2][Mc_AN][0][i][j]; in OM_onsite() 822 tmpB0 += tmp*OLP_L[0][Mc_AN][0][i][j]; in OM_onsite() 823 tmpB1 += tmp*OLP_L[1][Mc_AN][0][i][j]; in OM_onsite() [all …]
|
H A D | Set_OLP_Kin.c | 713 OLP_L[0][Mc_AN][h_AN][num0+L0+M0][num1+L1+M1] = 8.0*CsumS_Lx.i; in Set_OLP_Kin() 714 OLP_L[1][Mc_AN][h_AN][num0+L0+M0][num1+L1+M1] = 8.0*CsumS_Ly.i; in Set_OLP_Kin() 715 OLP_L[2][Mc_AN][h_AN][num0+L0+M0][num1+L1+M1] = 8.0*CsumS_Lz.i; in Set_OLP_Kin()
|
H A D | Free_Arrays.c | 583 free(OLP_L[k][Mc_AN][h_AN][i]); in array0() 585 free(OLP_L[k][Mc_AN][h_AN]); in array0() 587 free(OLP_L[k][Mc_AN]); in array0() 589 free(OLP_L[k]); in array0() 591 free(OLP_L); in array0()
|
H A D | truncation.c | 875 OLP_L = (double*****)malloc(sizeof(double****)*3); in truncation() 878 OLP_L[k] = (double****)malloc(sizeof(double***)*(Matomnum+1)); in truncation() 892 OLP_L[k][Mc_AN] = (double***)malloc(sizeof(double**)*(FNAN[Gc_AN]+1)); in truncation() 904 OLP_L[k][Mc_AN][h_AN] = (double**)malloc(sizeof(double*)*tno0); in truncation() 906 OLP_L[k][Mc_AN][h_AN][i] = (double*)malloc(sizeof(double)*tno1); in truncation() 5580 free(OLP_L[k][Mc_AN][h_AN][i]); in free_arrays_truncation0() 5582 free(OLP_L[k][Mc_AN][h_AN]); in free_arrays_truncation0() 5584 free(OLP_L[k][Mc_AN]); in free_arrays_truncation0() 5586 free(OLP_L[k]); in free_arrays_truncation0() 5588 free(OLP_L); in free_arrays_truncation0()
|
H A D | openmx_common.h | 1231 double *****OLP_L; variable
|
H A D | Occupation_Number_LDA_U.c | 4576 tmp = A*OLP_L[0][Mc_AN][0][i][j] in make_NC_v_eff() 4577 + B*OLP_L[1][Mc_AN][0][i][j] in make_NC_v_eff() 4578 + C*OLP_L[2][Mc_AN][0][i][j]; in make_NC_v_eff()
|
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/ |
H A D | jaguar_vidhrdw.c | 168 OLP_L, OLP_H, GPU6, OBF, enumerator
|
H A D | jagobj.c | 931 objdata = (data32_t *)get_jaguar_memory((gpu_regs[OLP_H] << 16) | gpu_regs[OLP_L]); in process_object_list()
|
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/ |
H A D | jaguar_vidhrdw.c | 168 OLP_L, OLP_H, GPU6, OBF, enumerator
|
H A D | jagobj.c | 933 objdata = (data32_t *)get_jaguar_memory((gpu_regs[OLP_H] << 16) | gpu_regs[OLP_L]); in process_object_list()
|
/dports/emulators/mess/mame-mame0226/src/mame/video/ |
H A D | jaguar.cpp | 179 OLP_L, OLP_H, GPU6, OBF, enumerator
|
H A D | jagobj.hxx | 1032 objdata = (uint32_t *)memory_base((m_gpu_regs[OLP_H] << 16) | m_gpu_regs[OLP_L]); in process_object_list()
|
/dports/emulators/mame/mame-mame0226/src/mame/video/ |
H A D | jaguar.cpp | 179 OLP_L, OLP_H, GPU6, OBF, enumerator
|
H A D | jagobj.hxx | 1032 objdata = (uint32_t *)memory_base((m_gpu_regs[OLP_H] << 16) | m_gpu_regs[OLP_L]); in process_object_list()
|