Home
last modified time | relevance | path

Searched refs:BC_Z (Results 1 – 11 of 11) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/tools/mesont/TMDGen/
H A DTMDGenData.f90217 BC_Z = BC_Z0
276 if ( BC_X == 1 .and. BC_Y == 1 .and. BC_Z == 1 ) return
285 if ( BC_Z == 0 .and. ( Xmin(2) < DomZmin .or. Xmax(2) > DomZmax ) ) return
H A DTPMGeom.f9036 integer*4 :: BC_Z = 0 variable
67 if ( BC_Z == 1 ) then
H A DTMDGen.f90111 write ( unit = Fuid, fmt = '(3i12)' ) BC_X, BC_Y, BC_Z
164 write ( unit = Fuid, fmt = '(3i12)' ) BC_X, BC_Y, BC_Z
/dports/science/lammps/lammps-stable_29Sep2021/tools/mesont/TMDPotGen/
H A DTPMGeom.f9036 integer*4 :: BC_Z = 0 variable
67 if ( BC_Z == 1 ) then
/dports/science/lammps/lammps-stable_29Sep2021/lib/mesont/
H A DTPMGeom.f9051 integer(c_int) :: BC_Z = 0 variable
78 if ( BC_Z == 1 ) then
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/VuTest/
H A DStallTest.cpp26 …Upper::MADDAbc(CVuAssembler::DEST_XYZW, CVuAssembler::VF3, CVuAssembler::VF10, CVuAssembler::BC_Z), in Execute()
49 …Upper::MADDAbc(CVuAssembler::DEST_XYZW, CVuAssembler::VF3, CVuAssembler::VF11, CVuAssembler::BC_Z), in Execute()
H A DFlagsTest2.cpp41 …sembler::DEST_XYZW, CVuAssembler::VF25, CVuAssembler::VF3, CVuAssembler::VF20, CVuAssembler::BC_Z), in Execute()
H A DVuAssembler.h89 BC_Z, enumerator
/dports/math/gh-bc/bc-5.2.1/include/
H A Dvm.h224 #define BC_Z (vm.flags & BC_FLAG_Z) macro
270 #define BC_Z (vm.leading_zeroes) macro
/dports/math/gh-bc/bc-5.2.1/src/
H A Dprogram.c2441 else val = (BC_Z != 0); in bc_program_globalSetting()
H A Dnum.c3148 if (BC_Z && BC_NUM_RDX_VAL(n) == n->len) in bc_num_print()