Home
last modified time | relevance | path

Searched refs:refh (Results 1 – 25 of 107) sorted by relevance

12345

/dports/science/xtb/xtb-6.4.1/include/
H A Dparam_ref.fh95 data refh (1, 1) / 0.00000000000000_wp /
118 data refh (2, 1) / 0.00000000000000_wp /
142 data refh (1, 2) / 0.00000000000000_wp /
166 data refh (1, 3) / 0.00000000000000_wp /
189 data refh (2, 3) / -0.35924680736483_wp /
212 data refh (3, 3) / -0.60553105026862_wp /
236 data refh (1, 4) / 0.00000000000000_wp /
259 data refh (2, 4) / -0.35318171705506_wp /
282 data refh (3, 4) / -0.23934435722325_wp /
305 data refh (4, 4) / 0.00000000000000_wp /
[all …]
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dipresize.cc233 int refw, refh; in resizeScale() local
239 refh = params->crop.h; in resizeScale()
244 refh = fh; in resizeScale()
258 dScale = (double)r_height / (double)refh; in resizeScale()
264 if ((double)refw / (double)refh > (double)r_width / (double)r_height) { in resizeScale()
267 dScale = (double)r_height / (double)refh; in resizeScale()
288 imh = refh; in resizeScale()
/dports/lang/perl5.34/perl-5.34.0/t/op/
H A Dsmartmatch.t66 my %refh;
69 tie %refh, 'Tie::RefHash';
70 $refh{$ov_obj} = 1;
381 $ov_obj %refh MINISKIP
382 ! "$ov_obj" %refh MINISKIP
383 [$ov_obj] %refh MINISKIP
384 ! ["$ov_obj"] %refh MINISKIP
385 %refh %refh MINISKIP
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/t/op/
H A Dsmartmatch.t66 my %refh;
69 tie %refh, 'Tie::RefHash';
70 $refh{$ov_obj} = 1;
381 $ov_obj %refh MINISKIP
382 ! "$ov_obj" %refh MINISKIP
383 [$ov_obj] %refh MINISKIP
384 ! ["$ov_obj"] %refh MINISKIP
385 %refh %refh MINISKIP
/dports/lang/perl5.30/perl-5.30.3/t/op/
H A Dsmartmatch.t66 my %refh;
69 tie %refh, 'Tie::RefHash';
70 $refh{$ov_obj} = 1;
381 $ov_obj %refh MINISKIP
382 ! "$ov_obj" %refh MINISKIP
383 [$ov_obj] %refh MINISKIP
384 ! ["$ov_obj"] %refh MINISKIP
385 %refh %refh MINISKIP
/dports/lang/perl5.32/perl-5.32.1/t/op/
H A Dsmartmatch.t66 my %refh;
69 tie %refh, 'Tie::RefHash';
70 $refh{$ov_obj} = 1;
381 $ov_obj %refh MINISKIP
382 ! "$ov_obj" %refh MINISKIP
383 [$ov_obj] %refh MINISKIP
384 ! ["$ov_obj"] %refh MINISKIP
385 %refh %refh MINISKIP
/dports/devel/efl/efl-1.25.1/src/bin/eolian/
H A Dsources.c405 eina_hash_set(refh, &fid, (void *)EOLIAN_PROPERTY); in _gen_reflect_get()
407 eina_hash_set(refh, &fid, (void *)EOLIAN_PROP_GET); in _gen_reflect_get()
442 eina_hash_set(refh, &fid, (void *)EOLIAN_PROPERTY); in _gen_reflect_set()
444 eina_hash_set(refh, &fid, (void *)EOLIAN_PROP_SET); in _gen_reflect_set()
518 const Eolian_Implement *impl, Eina_Hash *refh) in _gen_func() argument
1047 _gen_reflop(fid, refls, cnamel, refh); in _gen_initializer()
1051 _gen_reflop(fid, refls, cnamel, refh); in _gen_initializer()
1056 _gen_reflop(fid, refls, cnamel, refh); in _gen_initializer()
1144 Eina_Hash *refh = eina_hash_pointer_new(NULL); in eo_gen_source_gen() local
1172 _gen_initializer(cl, buf, refh); in eo_gen_source_gen()
[all …]
/dports/graphics/art/ART-1.9.3/rtgui/
H A Dresize.cc371 int refw, refh; in setDimensions() local
376 refh = croph; in setDimensions()
380 refh = maxh; in setDimensions()
404 const double tmp_scale = to_px(h->get_value()) / static_cast<double>(refh); in setDimensions()
413 …_px(w->get_value()) / to_px(h->get_value()) < static_cast<double>(refw) / static_cast<double>(refh) in setDimensions()
415 : to_px(h->get_value()) / static_cast<double>(refh); in setDimensions()
641 int refw, refh; in setRanges() local
645 refh = croph; in setRanges()
649 refh = maxh; in setRanges()
652 refw = refh = std::max(refw, refh); in setRanges()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/ReferenceSources/
H A DRuntimeType.cs479 var refh = new RuntimeTypeHandle (reflectedType); in GetMethodsByName()
486 a[i] = (RuntimeMethodInfo) MethodBase.GetMethodFromHandleNoGenericCheck (mh, refh); in GetMethodsByName()
500 var refh = new RuntimeTypeHandle (reflectedType); in GetConstructors_internal()
506 a[i] = (RuntimeConstructorInfo) MethodBase.GetMethodFromHandleNoGenericCheck (mh, refh); in GetConstructors_internal()
514 var refh = new RuntimeTypeHandle (reflectedType); in GetPropertiesByName()
521 a[i] = (RuntimePropertyInfo) PropertyInfo.GetPropertyFromHandle (ph, refh); in GetPropertiesByName()
681 var refh = new RuntimeTypeHandle (reflectedType); in GetFields_internal()
688 a[i] = (RuntimeFieldInfo) FieldInfo.GetFieldFromHandle (fh, refh); in GetFields_internal()
696 var refh = new RuntimeTypeHandle (reflectedType); in GetEvents_internal()
703 a[i] = (RuntimeEventInfo) EventInfo.GetEventFromHandle (eh, refh); in GetEvents_internal()
/dports/multimedia/xvid/xvidcore/src/image/
H A Dqpel.h112 uint8_t * const refh, in interpolate16x16_quarterpel() argument
140 tmp = refh; /* we need at least a 16 x stride scratch block */ in interpolate16x16_quarterpel()
209 uint8_t * const refh, in interpolate16x16_add_quarterpel() argument
239 tmp = refh; /* we need at least a 16 x stride scratch block */ in interpolate16x16_add_quarterpel()
310 uint8_t * const refh, in interpolate16x8_quarterpel() argument
338 tmp = refh; /* we need at least a 16 x stride scratch block */ in interpolate16x8_quarterpel()
405 uint8_t * const refh, in interpolate8x8_quarterpel() argument
433 tmp = refh; /* we need at least a 16 x stride scratch block */ in interpolate8x8_quarterpel()
499 uint8_t * const refh, in interpolate8x8_add_quarterpel() argument
529 tmp = refh; /* we need at least a 16 x stride scratch block */ in interpolate8x8_add_quarterpel()
H A Dimage.h70 uint8_t * refh,
/dports/multimedia/xvid/xvidcore/src/motion/
H A Dmotion_comp.c44 const uint8_t * const refh, in get_ref() argument
60 …return refh + (int) (((int)x * (int)block + (dx - 1) / 2) + ((int)y * (int)block + dy / 2) * (int)… in get_ref()
70 const uint8_t * const refh, in compensate16x16_interpolate() argument
93 } else ptr = get_ref(ref, refh, refv, refhv, x, y, 1, dx, dy, stride); in compensate16x16_interpolate()
110 const uint8_t * const refh, in compensate8x8_interpolate() argument
131 } else ptr = get_ref(ref, refh, refv, refhv, x, y, 1, dx, dy, stride); in compensate8x8_interpolate()
163 const IMAGE * const refh, in MBMotionCompensation() argument
225 compensate16x16_interpolate(&dct_codes[0 * 64], cur->y, ref->y, refh->y, in MBMotionCompensation()
244 compensate8x8_interpolate(&dct_codes[k * 64], cur->y, ref->y, refh->y, in MBMotionCompensation()
H A Dmotion.h136 const IMAGE * const refh,
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dresize.cc374 int refw, refh; in setDimensions() local
379 refh = croph; in setDimensions()
383 refh = maxh; in setDimensions()
387 h->set_range(32, MAX_SCALE * refh); in setDimensions()
393 …h->set_value(static_cast<double>(static_cast<int>(static_cast<double>(refh) * scale->getValue() + … in setDimensions()
401 … h->set_value(static_cast<double>(static_cast<int>(static_cast<double>(refh) * tmp_scale + 0.5))); in setDimensions()
407 const double tmp_scale = h->get_value() / static_cast<double>(refh); in setDimensions()
416 … w->get_value() / h->get_value() < static_cast<double>(refw) / static_cast<double>(refh) in setDimensions()
418 : h->get_value() / static_cast<double>(refh); in setDimensions()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dipresize.cc346 int refw, refh; in resizeScale() local
352 refh = params->crop.h; in resizeScale()
357 refh = fh; in resizeScale()
368 dScale = (double)params->resize.height / (double)refh; in resizeScale()
374 … if ((double)refw / (double)refh > (double)params->resize.width / (double)params->resize.height) { in resizeScale()
377 dScale = (double)params->resize.height / (double)refh; in resizeScale()
398 imh = refh; in resizeScale()
/dports/devel/p5-match-simple/match-simple-0.010/t/
H A D03smart.t70 tie my %refh, 'Tie::RefHash';
71 $refh{$ov_obj} = 1;
314 $ov_obj \%refh MINISKIP
315 ! "$ov_obj" \%refh MINISKIP
316 [$ov_obj] \%refh MINISKIP
317 ! ["$ov_obj"] \%refh MINISKIP
318 \%refh \%refh MINISKIP
/dports/games/yadex/yadex-1.7.0/src/
H A Dl_align.cc106 int h, refh; in AlignTexturesY() local
112 refh = GetTextureRefHeight ((*sdlist)->objnum); in AlignTexturesY()
122 SideDefs[(*sdlist)->objnum].yoff = (refh - h) % 128; in AlignTexturesY()
/dports/science/xtb/xtb-6.4.1/src/disp/
H A Ddftd4_parameters.f9055 real(wp),dimension(7,max_elem) :: refh
/dports/math/giacxcas/giac-1.6.0/doc/pari/
H A Dgphtml.css6 td.refh { padding: 4px; background-color: #EEEEAA; }
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/stlgeom/
H A Dmeshstlsurface.cpp476 Array<double> refh; in STLSurfaceMeshing() local
486 refh.Append (mesh.GetH (refpts.Last()) / 2); in STLSurfaceMeshing()
506 refh.Append (mesh.GetH (refpts.Last()) / 2); in STLSurfaceMeshing()
513 mesh.RestrictLocalH (refpts.Get(i), refh.Get(i)); in STLSurfaceMeshing()
/dports/cad/netgen/netgen-6.2.2105/libsrc/stlgeom/
H A Dmeshstlsurface.cpp460 NgArray<double> refh; in STLSurfaceMeshing() local
470 refh.Append (mesh.GetH (refpts.Last()) / 2); in STLSurfaceMeshing()
490 refh.Append (mesh.GetH (refpts.Last()) / 2); in STLSurfaceMeshing()
497 mesh.RestrictLocalH (refpts.Get(i), refh.Get(i)); in STLSurfaceMeshing()
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/stlgeom/
H A Dmeshstlsurface.cpp476 ARRAY<double> refh; in STLSurfaceMeshing() local
486 refh.Append (mesh.GetH (refpts.Last()) / 2); in STLSurfaceMeshing()
506 refh.Append (mesh.GetH (refpts.Last()) / 2); in STLSurfaceMeshing()
513 mesh.RestrictLocalH (refpts.Get(i), refh.Get(i)); in STLSurfaceMeshing()
/dports/multimedia/transcode/transcode-1.1.7/filter/divxkey/
H A Dbitstream.h76 IMAGE refh; member
/dports/lang/perl5.34/perl-5.34.0/ext/PerlIO-scalar/t/
H A Dscalar.t498 open my $refh, ">>", \$x;
500 print $refh "boo\n";
/dports/lang/perl5.30/perl-5.30.3/ext/PerlIO-scalar/t/
H A Dscalar.t491 open my $refh, ">>", \$x;
493 print $refh "boo\n";

12345