Home
last modified time | relevance | path

Searched refs:HIP (Results 1 – 25 of 1599) sorted by relevance

12345678910>>...64

/dports/astro/celestia-gtk/celestia-1.6.1/src/tools/charm2/
H A Dcharm2.pl125 $HIP = '';
181 $name = uc((($HIP ne '') ? ('HIP ' . $HIP . ':') : '') . $name);
197 if(($HIP ne '') && (exists $distances{$HIP})) {
218 $HIP = '';
231 $HIP = $tok;
297 $Dtypes{$HIP} = 1 if(!exists $Dtypes{$HIP});
300 $Dtypes{$HIP} |= 1;
307 $Dtypes{$HIP} = 2 if(!exists $Dtypes{$HIP});
319 if($UD_weight{$HIP} > $LD_weight{$HIP}) {
353 $angDiam = $UD_total{$HIP} / $UD_weight{$HIP};
[all …]
/dports/astro/celestia/celestia-1.6.1/src/tools/charm2/
H A Dcharm2.pl125 $HIP = '';
181 $name = uc((($HIP ne '') ? ('HIP ' . $HIP . ':') : '') . $name);
197 if(($HIP ne '') && (exists $distances{$HIP})) {
218 $HIP = '';
231 $HIP = $tok;
297 $Dtypes{$HIP} = 1 if(!exists $Dtypes{$HIP});
300 $Dtypes{$HIP} |= 1;
307 $Dtypes{$HIP} = 2 if(!exists $Dtypes{$HIP});
319 if($UD_weight{$HIP} > $LD_weight{$HIP}) {
353 $angDiam = $UD_total{$HIP} / $UD_weight{$HIP};
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/src/tools/stardb/
H A Dbuildstardb.pl204 $stars{$HIP} = {
246 if (exists $stars{$HIP})
298 my $absMag = AppMagToAbsMag($stars{$HIP}{'Vmag'}, $stars{$HIP}{'Plx'});
302 rad2deg($stars{$HIP}{'RArad'}), rad2deg($stars{$HIP}{'DErad'}),
303 $dist, $stars{$HIP}{'Vmag'}, $stars{$HIP}{'SpType'});
318 foreach my $HIP (keys %stars)
344 $stars{$HIP}{'B-V'} = BtVtToBV($BtVt) if(($stars{$HIP}{'B-V'} eq '') && ($BtVt ne ''));
349 $stars{$HIP}{'SpType'} = GuessSpType($stars{$HIP}{'B-V'}) if($stars{$HIP}{'B-V'} ne '');
363 foreach my $HIP (keys %stars)
374 $brightdrop++ if(($stars{$HIP}{'Vmag'} ne '') && ($stars{$HIP}{'Vmag'} <= 6));
[all …]
/dports/astro/celestia/celestia-1.6.1/src/tools/stardb/
H A Dbuildstardb.pl204 $stars{$HIP} = {
246 if (exists $stars{$HIP})
298 my $absMag = AppMagToAbsMag($stars{$HIP}{'Vmag'}, $stars{$HIP}{'Plx'});
302 rad2deg($stars{$HIP}{'RArad'}), rad2deg($stars{$HIP}{'DErad'}),
303 $dist, $stars{$HIP}{'Vmag'}, $stars{$HIP}{'SpType'});
318 foreach my $HIP (keys %stars)
344 $stars{$HIP}{'B-V'} = BtVtToBV($BtVt) if(($stars{$HIP}{'B-V'} eq '') && ($BtVt ne ''));
349 $stars{$HIP}{'SpType'} = GuessSpType($stars{$HIP}{'B-V'}) if($stars{$HIP}{'B-V'} ne '');
363 foreach my $HIP (keys %stars)
374 $brightdrop++ if(($stars{$HIP}{'Vmag'} ne '') && ($stars{$HIP}{'Vmag'} <= 6));
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/HIP/
H A DKokkos_HIP_Space.cpp95 Kokkos::Experimental::HIP>::DeepCopy(const Kokkos::Experimental::HIP& in DeepCopy()
145 Kokkos::Experimental::HIP>::DeepCopy(const Kokkos::Experimental::HIP& in DeepCopy()
154 Kokkos::Experimental::HIP>::DeepCopy(const Kokkos::Experimental::HIP& in DeepCopy()
409 int HIP::concurrency() { in concurrency()
413 int HIP::impl_is_initialized() { in impl_is_initialized()
417 void HIP::impl_initialize(const HIP::SelectDevice config) { in impl_initialize()
423 HIP::HIP() in HIP() function in Kokkos::Experimental::HIP
430 HIP::HIP(hipStream_t const stream) in HIP() function in Kokkos::Experimental::HIP
456 const char* HIP::name() { return "HIP"; } in name()
468 if (std::is_same<Kokkos::Experimental::HIP, in initialize()
[all …]
H A DKokkos_HIP_Instance.hpp71 HIP::size_type hip_internal_maximum_warp_count();
72 HIP::size_type hip_internal_maximum_grid_count();
73 HIP::size_type hip_internal_multiprocessor_count();
75 HIP::size_type *hip_internal_scratch_space(const HIP::size_type size);
76 HIP::size_type *hip_internal_scratch_flags(const HIP::size_type size);
86 using size_type = ::Kokkos::Experimental::HIP::size_type;
/dports/devel/kokkos/kokkos-3.4.01/core/src/HIP/
H A DKokkos_HIP_Space.cpp95 Kokkos::Experimental::HIP>::DeepCopy(const Kokkos::Experimental::HIP& in DeepCopy()
145 Kokkos::Experimental::HIP>::DeepCopy(const Kokkos::Experimental::HIP& in DeepCopy()
154 Kokkos::Experimental::HIP>::DeepCopy(const Kokkos::Experimental::HIP& in DeepCopy()
409 int HIP::concurrency() { in concurrency()
413 int HIP::impl_is_initialized() { in impl_is_initialized()
417 void HIP::impl_initialize(const HIP::SelectDevice config) { in impl_initialize()
423 HIP::HIP() in HIP() function in Kokkos::Experimental::HIP
430 HIP::HIP(hipStream_t const stream) in HIP() function in Kokkos::Experimental::HIP
456 const char* HIP::name() { return "HIP"; } in name()
468 if (std::is_same<Kokkos::Experimental::HIP, in initialize()
[all …]
H A DKokkos_HIP_Instance.hpp71 HIP::size_type hip_internal_maximum_warp_count();
72 HIP::size_type hip_internal_maximum_grid_count();
73 HIP::size_type hip_internal_multiprocessor_count();
75 HIP::size_type *hip_internal_scratch_space(const HIP::size_type size);
76 HIP::size_type *hip_internal_scratch_flags(const HIP::size_type size);
86 using size_type = ::Kokkos::Experimental::HIP::size_type;
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/HIP/
H A DKokkos_HIP_Space.cpp95 Kokkos::Experimental::HIP>::DeepCopy(const Kokkos::Experimental::HIP& in DeepCopy()
145 Kokkos::Experimental::HIP>::DeepCopy(const Kokkos::Experimental::HIP& in DeepCopy()
154 Kokkos::Experimental::HIP>::DeepCopy(const Kokkos::Experimental::HIP& in DeepCopy()
409 int HIP::concurrency() { in concurrency()
413 int HIP::impl_is_initialized() { in impl_is_initialized()
417 void HIP::impl_initialize(const HIP::SelectDevice config) { in impl_initialize()
423 HIP::HIP() in HIP() function in Kokkos::Experimental::HIP
430 HIP::HIP(hipStream_t const stream) in HIP() function in Kokkos::Experimental::HIP
456 const char* HIP::name() { return "HIP"; } in name()
468 if (std::is_same<Kokkos::Experimental::HIP, in initialize()
[all …]
H A DKokkos_HIP_Instance.hpp71 HIP::size_type hip_internal_maximum_warp_count();
72 HIP::size_type hip_internal_maximum_grid_count();
73 HIP::size_type hip_internal_multiprocessor_count();
75 HIP::size_type *hip_internal_scratch_space(const HIP::size_type size);
76 HIP::size_type *hip_internal_scratch_flags(const HIP::size_type size);
86 using size_type = ::Kokkos::Experimental::HIP::size_type;
/dports/devel/cmake/cmake-3.22.1/Tests/HIP/
H A DCMakeLists.txt4 PROPERTY LABELS "HIP")
7 add_hip_test_macro(HIP.ArchitectureOff HIPOnlyArchitectureOff)
8 add_hip_test_macro(HIP.CompileFlags HIPOnlyCompileFlags)
9 add_hip_test_macro(HIP.EnableStandard HIPEnableStandard)
10 add_hip_test_macro(HIP.InferHipLang1 HIPInferHipLang1)
11 add_hip_test_macro(HIP.InferHipLang2 HIPInferHipLang2)
12 add_hip_test_macro(HIP.MathFunctions HIPOnlyMathFunctions)
13 add_hip_test_macro(HIP.MixedLanguage HIPMixedLanguage)
14 add_hip_test_macro(HIP.TryCompile HIPOnlyTryCompile)
15 add_hip_test_macro(HIP.WithDefs HIPOnlyWithDefs)
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/
H A DKokkos_HIP_Space.hpp77 using execution_space = Kokkos::Experimental::HIP;
275 Kokkos::Experimental::HIP> {
283 Kokkos::Experimental::HIP> {
291 Kokkos::Experimental::HIP> {
344 Kokkos::Experimental::HIP> {
352 Kokkos::Experimental::HIP> {
360 Kokkos::Experimental::HIP> {
522 class HIP { class
529 using execution_space = HIP;
538 HIP();
[all …]
/dports/devel/kokkos/kokkos-3.4.01/core/src/
H A DKokkos_HIP_Space.hpp77 using execution_space = Kokkos::Experimental::HIP;
275 Kokkos::Experimental::HIP> {
283 Kokkos::Experimental::HIP> {
291 Kokkos::Experimental::HIP> {
344 Kokkos::Experimental::HIP> {
352 Kokkos::Experimental::HIP> {
360 Kokkos::Experimental::HIP> {
522 class HIP { class
529 using execution_space = HIP;
538 HIP();
[all …]
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/
H A DKokkos_HIP_Space.hpp77 using execution_space = Kokkos::Experimental::HIP;
275 Kokkos::Experimental::HIP> {
283 Kokkos::Experimental::HIP> {
291 Kokkos::Experimental::HIP> {
344 Kokkos::Experimental::HIP> {
352 Kokkos::Experimental::HIP> {
360 Kokkos::Experimental::HIP> {
522 class HIP { class
529 using execution_space = HIP;
538 HIP();
[all …]
/dports/math/sundials/sundials-5.7.0/cmake/
H A DSundialsSetupHIP.cmake14 # Setup the HIP language and libraries.
27 set(HIP_PATH "/opt/rocm/hip" CACHE PATH "Path to which HIP has been installed")
29 set(HIP_PATH "$ENV{HIP_PATH}" CACHE PATH "Path to which HIP has been installed")
35 set(HIP_PLATFORM "hcc" CACHE STRING "HIP platform (hcc, nvcc)")
37 set(HIP_PLATFORM "$ENV{HIP_PLATFORM}" CACHE STRING "HIP platform (hcc, nvcc)")
44 # option to find_package(HIP).
46 find_package(HIP REQUIRED)
52 message(STATUS "HIP version: ${HIP_VERSION}")
53 message(STATUS "HIP platform: ${HIP_PLATFORM}")
54 message(STATUS "HIP compiler: ${HIP_COMPILER}")
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/CheckSourceCompiles/
H A DCheckHIPSourceCompiles.cmake2 enable_language (HIP)
5 check_source_compiles(HIP "I don't build" SHOULD_FAIL)
7 message(SEND_ERROR "invalid HIP source didn't fail.")
10 check_source_compiles(HIP [=[
19 message(SEND_ERROR "Test fail for valid HIP source.")
22 check_source_compiles(HIP "void l(char const (&x)[2]){}; int main() { l(\"\\n\"); return 0;}"
26 message(SEND_ERROR "Test fail for valid HIP complex source.")
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/CheckSourceCompiles/
H A DCheckHIPSourceCompiles.cmake2 enable_language (HIP)
5 check_source_compiles(HIP "I don't build" SHOULD_FAIL)
7 message(SEND_ERROR "invalid HIP source didn't fail.")
10 check_source_compiles(HIP [=[
19 message(SEND_ERROR "Test fail for valid HIP source.")
22 check_source_compiles(HIP "void l(char const (&x)[2]){}; int main() { l(\"\\n\"); return 0;}"
26 message(SEND_ERROR "Test fail for valid HIP complex source.")
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/CheckSourceCompiles/
H A DCheckHIPSourceCompiles.cmake2 enable_language (HIP)
5 check_source_compiles(HIP "I don't build" SHOULD_FAIL)
7 message(SEND_ERROR "invalid HIP source didn't fail.")
10 check_source_compiles(HIP [=[
19 message(SEND_ERROR "Test fail for valid HIP source.")
22 check_source_compiles(HIP "void l(char const (&x)[2]){}; int main() { l(\"\\n\"); return 0;}"
26 message(SEND_ERROR "Test fail for valid HIP complex source.")
/dports/astro/celestia-gtk/celestia-1.6.1/data/
H A Dvisualbins.stc56 SpectralType "G3V" # lacking, used HIP data of the entire system!
3104 Barycenter 16602 "HIP 16602"
3111 "HIP 16602 A"
3113 OrbitBarycenter "HIP 16602"
3128 "HIP 16602 B"
3130 OrbitBarycenter "HIP 16602"
3555 Barycenter 22505 "HIP 22505"
3562 "HIP 22505 A"
3564 OrbitBarycenter "HIP 22505"
3579 "HIP 22505 B"
[all …]
/dports/astro/celestia/celestia-1.6.1/data/
H A Dvisualbins.stc56 SpectralType "G3V" # lacking, used HIP data of the entire system!
3104 Barycenter 16602 "HIP 16602"
3111 "HIP 16602 A"
3113 OrbitBarycenter "HIP 16602"
3128 "HIP 16602 B"
3130 OrbitBarycenter "HIP 16602"
3555 Barycenter 22505 "HIP 22505"
3562 "HIP 22505 A"
3564 OrbitBarycenter "HIP 22505"
3579 "HIP 22505 B"
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/CheckSourceRuns/
H A DCheckHIPSourceRuns.cmake2 enable_language (HIP)
5 check_source_runs(HIP "int main() {return 2;}" SHOULD_FAIL)
7 message(SEND_ERROR "HIP check_source_runs succeeded, but should have failed.")
10 check_source_runs(HIP
20 message(SEND_ERROR "HIP check_source_runs failed for valid HIP executable.")
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/CheckSourceRuns/
H A DCheckHIPSourceRuns.cmake2 enable_language (HIP)
5 check_source_runs(HIP "int main() {return 2;}" SHOULD_FAIL)
7 message(SEND_ERROR "HIP check_source_runs succeeded, but should have failed.")
10 check_source_runs(HIP
20 message(SEND_ERROR "HIP check_source_runs failed for valid HIP executable.")
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/CheckSourceRuns/
H A DCheckHIPSourceRuns.cmake2 enable_language (HIP)
5 check_source_runs(HIP "int main() {return 2;}" SHOULD_FAIL)
7 message(SEND_ERROR "HIP check_source_runs succeeded, but should have failed.")
10 check_source_runs(HIP
20 message(SEND_ERROR "HIP check_source_runs failed for valid HIP executable.")
/dports/astro/celestia-gtk/celestia-1.6.1/src/tools/xindex/
H A Dbuildxindices.pl16 $HIP = '';
17 $HIP = $2 if($curLine =~ m/(^|:)HIP ([0-9]+)(:|$)/);
18 next if($HIP eq ''); # ignore entries which are not Hipparcos stars
23 $SAOtoHIP{$1} = $HIP if($dList[$i] =~ m/^SAO ([0-9]+)$/);
31 $HDtoHIP{$HDnum} = $HIP;
35 $HDtoHIP{$HDnum} = $HIP;
/dports/astro/celestia/celestia-1.6.1/src/tools/xindex/
H A Dbuildxindices.pl16 $HIP = '';
17 $HIP = $2 if($curLine =~ m/(^|:)HIP ([0-9]+)(:|$)/);
18 next if($HIP eq ''); # ignore entries which are not Hipparcos stars
23 $SAOtoHIP{$1} = $HIP if($dList[$i] =~ m/^SAO ([0-9]+)$/);
31 $HDtoHIP{$HDnum} = $HIP;
35 $HDtoHIP{$HDnum} = $HIP;

12345678910>>...64