Home
last modified time | relevance | path

Searched refs:min_ph (Results 1 – 7 of 7) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/i386/
H A Davx512fp16-vminph-1b.c11 EMULATE(min_ph) (V512 * dest, V512 op1, V512 op2, in EMULATE() argument
61 EMULATE(min_ph) (&exp, src1, src2, NET_MASK, 0); in TEST()
66 EMULATE(min_ph) (&exp, src1, src2, MASK_VALUE, 0); in TEST()
70 EMULATE(min_ph) (&exp, src1, src2, ZMASK_VALUE, 1); in TEST()
75 EMULATE(min_ph) (&exp, src1, src2, NET_MASK, 0); in TEST()
80 EMULATE(min_ph) (&exp, src1, src2, MASK_VALUE, 0); in TEST()
84 EMULATE(min_ph) (&exp, src1, src2, ZMASK_VALUE, 1); in TEST()
/dports/devel/p5-Data-Util/Data-Util-0.63/
H A Dsubs.c53 I32 min_ph = items; /* min placeholder index */ in XS() local
107 if(p < min_ph) min_ph = p; in XS()
136 PUSHary(sph, max_ph + 1, min_ph); in XS()
/dports/devel/p5-Data-Util/Data-Util-0.63/lib/Data/Util/
H A DPurePerl.pm335 my $min_ph = 0;
345 $min_ph = $$arg if $$arg < $min_ph;
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/vsph/
H A Dvsph_utils.h71 static double arc_len(double min_ph, double max_ph, double c_ph);
H A Dvsph_sph_box_2d.cxx511 double min_ph = min_phi(true), max_ph = max_phi(true); in area() local
515 vsph_utils::half_angle(min_ph, max_ph, ang1, ang2, true); in area()
519 double dif = std::fabs(vsph_utils::azimuth_diff(min_ph, ha, true)); in area()
526 double min_ph = min_phi(true), max_ph = max_phi(true); in center() local
530 vsph_utils::half_angle(min_ph, max_ph, ang1, ang2, true); in center()
669 double min_ph = min_phi(in_radians_), max_ph = max_phi(in_radians_); in planar_quads() local
670 vsph_utils::half_angle(min_ph,max_ph, ha1, ha2, in_radians_); in planar_quads()
H A Dvsph_utils.cxx76 double vsph_utils::arc_len(double min_ph, double max_ph, double c_ph) in arc_len() argument
78 double dif = std::fabs(vsph_utils::azimuth_diff(min_ph, c_ph, true)); in arc_len()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/i386/
H A Davx512fp16vlintrin.h3191 _MM256_REDUCE_OP (min_ph); in _mm256_reduce_min_ph()
3239 _MM_REDUCE_OP (min_ph); in _mm_reduce_min_ph()