Home
last modified time | relevance | path

Searched refs:locz (Results 1 – 25 of 43) sorted by relevance

12

/dports/astro/kstars/kstars-3.5.6/kstars/hips/
H A Dhealpix.cpp170 double locz; in toVec3() local
180 locz = 1 - tmp; in toVec3()
181 if (locz > 0.99) in toVec3()
191 locz = tmp - 1; in toVec3()
192 if (locz < -0.99) in toVec3()
201 locz = (2 - jr) * 2. / 3.; in toVec3()
209 double st = lochave_sth ? locsth : sqrt((1.0 - locz) * (1.0 + locz)); in toVec3()
215 out.setZ(locz); in toVec3()
/dports/science/tinker/tinker/source/
H A Dlights.f193 if (allocated(locz)) deallocate (locz)
205 allocate (locz(nlight))
215 call sort2 (nlight,zsort,locz)
235 rgz(locz(i)) = i
358 k = locz(i)
385 k = locz(i)
H A Dlight.f41 integer, allocatable :: locz(:)
H A Dfinal.f521 if (allocated(locz)) deallocate (locz)
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/billowitch/compliant/
H A Dtc2982.vhd45 variable locz:tristate :='Z'; variable
48 locz:=lowstate;
51 assert NOT( locz='0' and loch<2 )
54 assert ( locz='0' and loch<2 )
/dports/math/R/R-4.1.2/src/library/stats/src/
H A Dloglin.c29 int *locz, int *dim, int *config, double *d);
258 void adjust(int nvar, double *x, double *y, double *z, int *locz, in adjust() argument
290 k = *locz; in adjust()
313 k = j + *locz; in adjust()
/dports/math/libRmath/R-4.1.1/src/library/stats/src/
H A Dloglin.c28 int *locz, int *dim, int *config, double *d);
257 void adjust(int nvar, double *x, double *y, double *z, int *locz, in adjust() argument
289 k = *locz; in adjust()
312 k = j + *locz; in adjust()
/dports/archivers/zip/zip30/
H A Dzipfile.c2257 locz->zname = locz->name = locz->iname = locz->extra = NULL;
2258 locz->oname = NULL;
2260 locz->uname = NULL;
2266 if ((locz->iname = malloc(locz->nam+1)) == NULL ||
2267 (locz->ext && (locz->extra = malloc(locz->ext)) == NULL))
2269 if (fread(locz->iname, locz->nam, 1, in_file) != 1 ||
2270 (locz->ext && fread(locz->extra, locz->ext, 1, in_file) != 1))
2285 if ((locz->name = malloc(locz->nam+1)) == NULL)
2287 strcpy(locz->name, locz->iname);
2306 locz->len = z->len;
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/zip/zip/
H A Dzipfile.c2257 locz->zname = locz->name = locz->iname = locz->extra = NULL;
2258 locz->oname = NULL;
2260 locz->uname = NULL;
2266 if ((locz->iname = malloc(locz->nam+1)) == NULL ||
2267 (locz->ext && (locz->extra = malloc(locz->ext)) == NULL))
2269 if (fread(locz->iname, locz->nam, 1, in_file) != 1 ||
2270 (locz->ext && fread(locz->extra, locz->ext, 1, in_file) != 1))
2285 if ((locz->name = malloc(locz->nam+1)) == NULL)
2287 strcpy(locz->name, locz->iname);
2306 locz->len = z->len;
[all …]
/dports/science/tinker/tinker/other/
H A Dneighbor.f51 integer locx(maxatm),locy(maxatm),locz(maxatm) local
122 locz(ik) = ic
128 call sisort(sz,locz,ik)
137 rgz(locz(i)) = i
325 kbs(locz(ik)) = kb
342 kbs(locz(ik)) = kb
368 kes(locz(ik)) = ke
385 kes(locz(ik)) = ke
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/exporters/
H A Dexport_idf.cpp451 double locz = sM->m_Offset.z * 25.4; in idf_export_footprint() local
577 data->SetOffsets( locx, locy, locz, lrot ); in idf_export_footprint()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/macros/
H A D%h_p.sci163 locz="matrix "+strcat(string(size(T.locations)),"x")
166 locz=sci2exp(T.locations,0)
168 if length(locz)>70 then locx="matrix "+strcat(string(size(T.locations)),"x"), end
193 "z_ticks.locations = "+locz
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/s390/
H A Dzarch-z196.s102 locz %r6,-5555(%r7)
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/s390/
H A Dzarch-z196.s102 locz %r6,-5555(%r7)
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/s390/
H A Dzarch-z196.s102 locz %r6,-5555(%r7)
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/s390/
H A Dzarch-z196.s102 locz %r6,-5555(%r7)
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/s390/
H A Dzarch-z196.s102 locz %r6,-5555(%r7)
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/measureit/
H A Dmeasureit_geometry.py1233 def distance(v1, v2, locx=True, locy=True, locz=True): argument
1243 if locz is False:
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/MC/SystemZ/
H A Dinsn-good-z196.s1469 #CHECK: locz %r1, 2(%r3) # encoding: [0xeb,0x18,0x30,0x02,0x00,0xf2]
1490 locz %r1,2(%r3)
/dports/devel/llvm11/llvm-11.0.1.src/test/MC/SystemZ/
H A Dinsn-good-z196.s1469 #CHECK: locz %r1, 2(%r3) # encoding: [0xeb,0x18,0x30,0x02,0x00,0xf2]
1490 locz %r1,2(%r3)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/MC/SystemZ/
H A Dinsn-good-z196.s1469 #CHECK: locz %r1, 2(%r3) # encoding: [0xeb,0x18,0x30,0x02,0x00,0xf2]
1490 locz %r1,2(%r3)
/dports/devel/llvm10/llvm-10.0.1.src/test/MC/SystemZ/
H A Dinsn-good-z196.s1469 #CHECK: locz %r1, 2(%r3) # encoding: [0xeb,0x18,0x30,0x02,0x00,0xf2]
1490 locz %r1,2(%r3)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/MC/SystemZ/
H A Dinsn-good-z196.s1469 #CHECK: locz %r1, 2(%r3) # encoding: [0xeb,0x18,0x30,0x02,0x00,0xf2]
1490 locz %r1,2(%r3)
/dports/devel/llvm90/llvm-9.0.1.src/test/MC/SystemZ/
H A Dinsn-good-z196.s1469 #CHECK: locz %r1, 2(%r3) # encoding: [0xeb,0x18,0x30,0x02,0x00,0xf2]
1490 locz %r1,2(%r3)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/MC/SystemZ/
H A Dinsn-good-z196.s1469 #CHECK: locz %r1, 2(%r3) # encoding: [0xeb,0x18,0x30,0x02,0x00,0xf2]
1490 locz %r1,2(%r3)

12