Home
last modified time | relevance | path

Searched refs:sz1 (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/polygon/detail/
Dvoronoi_ctypes.hpp488 void add(const uint32* c1, std::size_t sz1, in add() argument
490 if (sz1 < sz2) { in add()
491 add(c2, sz2, c1, sz1); in add()
494 this->count_ = static_cast<int32>(sz1); in add()
501 for (std::size_t i = sz2; i < sz1; ++i) { in add()
512 void dif(const uint32* c1, std::size_t sz1, in dif() argument
515 if (sz1 < sz2) { in dif()
516 dif(c2, sz2, c1, sz1, true); in dif()
519 } else if ((sz1 == sz2) && !rec) { in dif()
521 --sz1; in dif()
[all …]
/third_party/boost/libs/xpressive/perf/
Dtime_static_xpressive.cpp24 char const * sz1 = "^([0-9]+)(\\-| |$)(.*)$"; variable
115 rxmap[ sz1 ] = rx1; in map_init()
/third_party/ffmpeg/libavcodec/arm/
Dvp9dsp_init_16bpp_arm_template.c112 #define init_copy_avg(idx, sz1, sz2) \ in vp9dsp_mc_init_arm() argument
114 init_fpel(idx, 1, sz1, avg, _16) in vp9dsp_mc_init_arm()
/third_party/ffmpeg/libavcodec/aarch64/
Dvp9dsp_init_16bpp_aarch64_template.c120 #define init_copy_avg(idx, sz1, sz2) \ in vp9dsp_mc_init_aarch64() argument
122 init_avg (idx, sz1, _16_neon) in vp9dsp_mc_init_aarch64()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dnoise.inl95 tvec4<T, P> sz1 = step(gz1, tvec4<T, P>(0.0)); local
96 gx1 -= sz1 * (step(T(0), gx1) - T(0.5));
97 gy1 -= sz1 * (step(T(0), gy1) - T(0.5));
166 tvec4<T, P> sz1 = step(gz1, tvec4<T, P>(0.0));
167 gx1 -= sz1 * (step(T(0), gx1) - T(0.5));
168 gy1 -= sz1 * (step(T(0), gy1) - T(0.5));
417 tvec4<T, P> sz1 = step(gz1, tvec4<T, P>(T(0))); local
418 gx1 -= sz1 * (step(T(0), gx1) - T(0.5));
419 gy1 -= sz1 * (step(T(0), gy1) - T(0.5));
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_schedule.c238 unsigned sz1 = nir_alu_type_get_type_size(ains->src_types[1]); in mir_is_scalar() local
247 could_scalar &= (sz1 == 16) || (sz1 == 32); in mir_is_scalar()
/third_party/ejdb/src/jbl/
Djbl.c2211 size_t sz1, sz2; in _jbl_compare_nodes() local
2214 jbi_ftoa(n1->vf64, b1, &sz1); in _jbl_compare_nodes()
2216 return iwafcmp(b1, sz1, b2, sz2); in _jbl_compare_nodes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td6934 multiclass SIMDFPAcrossLanes<bits<5> opcode, bit sz1, string asm,
6937 def v4i16v : BaseSIMDAcrossLanes<0, 0, {sz1, 0}, opcode, FPR16, V64,
6940 def v8i16v : BaseSIMDAcrossLanes<1, 0, {sz1, 0}, opcode, FPR16, V128,
6944 def v4i32v : BaseSIMDAcrossLanes<1, 1, {sz1, 0}, opcode, FPR32, V128,