Home
last modified time | relevance | path

Searched refs:ainf (Results 1 – 25 of 68) sorted by relevance

123

/dports/audio/cmus/cmus-2.9.1/op/
H A Dsun.c49 struct audio_info ainf; in sun_set_sf() local
51 AUDIO_INITINFO(&ainf); in sun_set_sf()
58 ainf.play.pause = 0; in sun_set_sf()
59 ainf.mode = AUMODE_PLAY; in sun_set_sf()
182 struct audio_info ainf; in sun_pause() local
184 AUDIO_INITINFO(&ainf); in sun_pause()
186 ainf.play.pause = 1; in sun_pause()
195 struct audio_info ainf; in sun_unpause() local
197 AUDIO_INITINFO(&ainf); in sun_unpause()
199 ainf.play.pause = 0; in sun_unpause()
[all …]
/dports/graphics/libpano13/libpano13-2.9.20/tools/
H A DPTAInterpolate.c62 AlignInfo ainf; in main() local
97 if (ainf.numIm==0) in main()
102 TriangulatePoints( &ainf, imgIdx ); in main()
113 ainf.fcn = fcnPano; in main()
115 SetGlobalPtr( &ainf ); in main()
117 opt.numVars = ainf.numParam; in main()
118 opt.numData = ainf.numPts; in main()
121 opt.fcn = ainf.fcn; in main()
129 ainf.data = opt.message; in main()
143 p_a = ainf.pano.cP.radial_params[0][3]; in main()
[all …]
H A DPToptimizer.c45 AlignInfo ainf; in main() local
66 if (ParseScript( script, &ainf ) == 0) in main()
68 if( CheckParams( &ainf ) == 0 ) in main()
70 ainf.fcn = fcnPano; in main()
72 SetGlobalPtr( &ainf ); in main()
74 opt.numVars = ainf.numParam; in main()
75 opt.numData = ainf.numPts; in main()
78 opt.fcn = ainf.fcn; in main()
82 ainf.data = opt.message; in main()
83 WriteResults( script, &infile, &ainf, distSquared, 0); in main()
[all …]
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_base/panotools/
H A DPanoToolsOptimizerWrapper.cpp77 AlignInfo ainf; in optimize() local
79 if (ParseScript( script, &ainf ) == 0) in optimize()
81 if( CheckParams( &ainf ) == 0 ) in optimize()
83 ainf.fcn = fcnPano; in optimize()
85 SetGlobalPtr( &ainf ); in optimize()
87 opt.numVars = ainf.numParam; in optimize()
88 opt.numData = ainf.numPts; in optimize()
91 opt.fcn = ainf.fcn; in optimize()
95 ainf.data = opt.message; in optimize()
101 ainf.data = opt.message; in optimize()
[all …]
H A DPanoToolsUtils.cpp76 AlignInfo ainf; in calcCtrlPointErrors() local
77 if (ParseScript( script, &ainf ) == 0) in calcCtrlPointErrors()
79 if( CheckParams( &ainf ) == 0 ) in calcCtrlPointErrors()
81 ainf.fcn = fcnPano; in calcCtrlPointErrors()
82 SetGlobalPtr( &ainf ); in calcCtrlPointErrors()
83 pano.updateCtrlPointErrors( GetAlignInfoCtrlPoints(ainf) ); in calcCtrlPointErrors()
86 DisposeAlignInfo(&ainf); in calcCtrlPointErrors()
/dports/math/py-numpy/numpy-1.20.3/numpy/testing/tests/
H A Dtest_utils.py385 ainf = np.array([np.inf])
627 ainf = np.array(np.inf)
636 ainf = np.array(np.inf)
703 ainf = np.array(np.inf)
729 ainf = np.array(np.inf)
733 self._assert_func(-ainf, ainf)
736 assert_raises(AssertionError, lambda: self._assert_func(ainf, ainf))
737 assert_raises(AssertionError, lambda: self._assert_func(ainf, -ainf))
738 assert_raises(AssertionError, lambda: self._assert_func(-ainf, -ainf))
742 ainf = np.array(np.inf)
[all …]
/dports/science/tfel/tfel-3.4.0/docs/tutorial/mfront/
H A DViscoMemoNrad.mfront34 @MaterialProperty real ainf;
72 const real g1_ = g1*(ainf+(1.0-ainf)*exbp) ;
73 const real g2_ = g2*(ainf+(1.0-ainf)*exbp) ;
/dports/science/tfel-edf/tfel-3.2.1/docs/tutorial/mfront/
H A DViscoMemoNrad.mfront34 @MaterialProperty real ainf;
72 const real g1_ = g1*(ainf+(1.0-ainf)*exbp) ;
73 const real g2_ = g2*(ainf+(1.0-ainf)*exbp) ;
/dports/science/tfel/tfel-3.4.0/mfront/tests/behaviours/
H A DViscoMemoNrad.mfront38 @MaterialProperty real ainf;
76 const real g1_ = g1 * (ainf + (1.0 - ainf) * exbp);
77 const real g2_ = g2 * (ainf + (1.0 - ainf) * exbp);
/dports/science/tfel-edf/tfel-3.2.1/mfront/tests/behaviours/
H A DViscoMemoNrad.mfront38 @MaterialProperty real ainf;
76 const real g1_ = g1 * (ainf + (1.0 - ainf) * exbp);
77 const real g2_ = g2 * (ainf + (1.0 - ainf) * exbp);
/dports/benchmarks/flowgrind/flowgrind-flowgrind-0.8.2/src/
H A Dfg_pcap.c170 struct addrinfo *ainf = NULL; in dist_normal()
171 int rc = getaddrinfo(flow->settings.bind_address, NULL, NULL, &ainf); in dist_normal()
185 if (sockaddr_compare(a->addr, ainf->ai_addr)) { in dist_normal()
/dports/devel/clipp/clipp-1.2.3/test/
H A Dvalues_conversion_test.cpp38 bool ainf = a == std::numeric_limits<T>::infinity(); in result() local
40 if(ainf && binf) return true; in result()
41 if(ainf || binf) return false; in result()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dcombat.cc90 const Ammo_info *ainf = ShapeID::get_info(shnum).get_ammo_info(); in In_ammo_family() local
91 return ainf != nullptr && ainf->get_family_shape() == family; in In_ammo_family()
971 const Ammo_info *ainf; in attack_target() local
975 ainf = ammo->get_info().get_ammo_info(); in attack_target()
978 ainf = info.get_ammo_info(); in attack_target()
981 if (ainf) { in attack_target()
982 int sprite = ainf->get_sprite_shape(); in attack_target()
985 else if (sprite != -1 && sprite != ainf->get_family_shape()) in attack_target()
1022 if (winf->returns() || ainf->returns()) { in attack_target()
1048 attval += (ainf->lucky() ? 3 : 0); in attack_target()
[all …]
H A Deffects.cc723 const Ammo_info *ainf = ShapeID::get_info(projectile_shape).get_ammo_info(); in handle_event() local
726 bool explodes = (winf && winf->explodes()) || (ainf && ainf->explodes()); in handle_event()
742 if (ainf && ainf->is_homing()) in handle_event()
751 bool returns = (winf && winf->returns()) || (ainf && ainf->returns()); in handle_event()
785 else if (ainf) { in handle_event()
787 int type = ainf->get_drop_type(); in handle_event()
H A Dactors.cc316 const Ammo_info *ainf = obj->get_info().get_ammo_info(); in find_best_ammo() local
317 if (!ainf) // E.g., musket ammunition doesn't have it. in find_best_ammo()
323 int strength = ainf->get_base_strength(); in find_best_ammo()
3824 const Ammo_info *ainf; in figure_hit_points() local
3832 ainf = ShapeID::get_info(ammo_shape).get_ammo_info(); in figure_hit_points()
3834 ainf = nullptr; in figure_hit_points()
3851 if (ainf) { in figure_hit_points()
3852 wpoints += ainf->get_damage(); in figure_hit_points()
3855 type = ainf->get_damage_type(); in figure_hit_points()
3856 powers |= ainf->get_powers(); in figure_hit_points()
[all …]
/dports/math/stanmath/math-4.2.0/test/unit/math/rev/functor/
H A Dtest_fixture_ode_cos_scalar.hpp222 double ainf = stan::math::INFTY; in test_one_arg_error() local
225 std::vector<double> vainf = {ainf}; in test_one_arg_error()
231 eainf << ainf; in test_one_arg_error()
245 a = ainf; in test_one_arg_error()
270 double ainf = stan::math::INFTY; in test_one_arg_error_with_tol() local
279 eainf << ainf; in test_one_arg_error_with_tol()
293 a = ainf; in test_one_arg_error_with_tol()
318 double ainf = stan::math::INFTY; in test_two_arg_error() local
328 eainf << ainf; in test_two_arg_error()
373 double ainf = stan::math::INFTY; in test_two_arg_error_with_tol() local
[all …]
/dports/graphics/libpano13/libpano13-2.9.20/
H A Dparser.c2416 AlignInfo ainf; in readAdjustLine() local
2428 ainf.nt = 0; in readAdjustLine()
2429 ainf.t = NULL; in readAdjustLine()
2430 ainf.numIm = 2; in readAdjustLine()
2431 ainf.im = im; in readAdjustLine()
2436 nPts = ReadMorphPoints( script, &ainf, nIm ); in readAdjustLine()
2438 AddEdgePoints( &ainf ); in readAdjustLine()
2439 TriangulatePoints( &ainf, 1 ); in readAdjustLine()
2440 aP->nt = ainf.nt; in readAdjustLine()
2442 SortControlPoints( &ainf, 1 ); in readAdjustLine()
[all …]
H A Dadjust.c177 AlignInfo ainf; in adjust()
190 ainf.nt = 0; in adjust()
191 ainf.t = NULL; in adjust()
192 ainf.numIm = 2; in adjust()
193 ainf.im = im; in adjust()
201 AddEdgePoints( &ainf ); in adjust()
203 nt = ainf.nt; in adjust()
211 if(ainf.numPts > 0) free(ainf.cpt); in adjust()
445 AlignInfo ainf; in adjust() local
450 if (ParseScript( script, &ainf ) == 0) in adjust()
[all …]
/dports/games/exult/exult-snapshot-v1.7.0.20211128/objs/
H A Dobjs.cc1507 const Ammo_info *ainf; in figure_hit_points() local
1515 ainf = ShapeID::get_info(ammo_shape).get_ammo_info(); in figure_hit_points()
1517 ainf = nullptr; in figure_hit_points()
1534 if (ainf) { in figure_hit_points()
1535 wpoints += ainf->get_damage(); in figure_hit_points()
1537 if (ainf->get_damage_type() != Weapon_data::normal_damage) in figure_hit_points()
1538 type = ainf->get_damage_type(); in figure_hit_points()
1539 explodes = explodes || ainf->explodes(); in figure_hit_points()
/dports/science/isaac-cfd/isaac-4.2_16/header/
H A Dcommon.h105 C UINF : Velocity in the x-direction = u(inf) / ainf
106 C VINF : Velocity in the y-direction = v(inf) / ainf
107 C WINF : Velocity in the z-direction = w(inf) / ainf
108 C PREF : Pressure = p(inf) / (rhoinf * ainf**2)
/dports/science/tfel/tfel-3.4.0/mfront/tests/behaviours/aster/
H A Dasterviscochaboche-memo-nrad.py.in85 m.setMaterialProperty('ainf',0.582)
/dports/science/tfel-edf/tfel-3.2.1/mfront/tests/behaviours/aster/
H A Dasterviscochaboche-memo-nrad.py.in85 m.setMaterialProperty('ainf',0.582)
/dports/science/tfel-edf/tfel-3.2.1/mfront/tests/behaviours/abaqus/
H A Dabaqusviscochaboche-memo-nrad.py.in85 m.setMaterialProperty('ainf',0.582)
/dports/net/p5-MaxMind-DB-Writer/MaxMind-DB-Writer-0.300003/inc/Config/
H A DAutoConf.pm1586 my ($self, $aif, $ainf) = @_;
1599 if ($fail) { $ainf && $ainf->() }
/dports/games/exult/exult-snapshot-v1.7.0.20211128/gumps/
H A DPaperdoll_gump.cc505 const Ammo_info *ainf = obj->get_info().get_ammo_info(); in Get_ammo_frame() local
506 int family = ainf ? ainf->get_family_shape() : obj->get_shapenum(); in Get_ammo_frame()

123