/third_party/skia/experimental/lowp-basic/ |
H A D | lerp-study.cpp | 45 Q15 qb(b << logPixelScale); in saturating_lerp() 47 Q15 answer = simulate_neon_vqrdmulhq_s16(qt, qb - qa) + qa; in saturating_lerp() 56 Q15 qb(b << logPixelScale); in ssse3_lerp() 58 Q15 answer = simulate_ssse3_mm_mulhrs_epi16(qt, qb - qa) + qa; in ssse3_lerp()
|
/third_party/skia/bench/ |
H A D | GrQuadBench.cpp | 54 SkRect qb = fQuads[j].bounds(); variable 55 area += qb.width() + qb.height();
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrQuad.cpp | 14 static bool aa_affects_rect(float ql, float qt, float qr, float qb) { in aa_affects_rect() argument 15 return !SkScalarIsInt(ql) || !SkScalarIsInt(qr) || !SkScalarIsInt(qt) || !SkScalarIsInt(qb); in aa_affects_rect()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | h264idct_neon.S | 188 qb .req q14 200 qb .req q2 220 vsub.i16 qb, q0, q3 268 .unreq qb
|
/third_party/libsnd/src/ALAC/ |
H A D | aglib.h | 59 uint32_t mb, mb0, pb, kb, wb, qb ; member
|
H A D | ag_dec.c | 74 params->qb = QB-params->pb ; in set_ag_params()
|
/third_party/ffmpeg/libavcodec/ |
H A D | opus_pvq.c | 244 int qn, qb; in celt_compute_qn() local 252 qb = FFMIN3(b - pulse_cap - (4 << 3), (b + N2 * offset) / N2, 8 << 3); in celt_compute_qn() 253 qn = (qb < (1 << 3 >> 1)) ? 1 : ((ff_celt_qn_exp2[qb & 0x7] >> (14 - (qb >> 3))) + 1) >> 1 << 1; in celt_compute_qn()
|
/third_party/popt/src/ |
H A D | lookup3.c | 798 uint8_t qa[MAXLEN+1], qb[MAXLEN+2], *a = &qa[0], *b = &qb[1]; in driver2() local
|
/third_party/lame/libmp3lame/ |
H A D | lame.c | 681 struct q_map { int sr_a; float qa, qb, ta, tb; int lp; }; in lame_init_params() member 703 if (m[i].qa <= qval && qval < m[i].qb) { in lame_init_params() 704 float const q_ = m[i].qb-m[i].qa; in lame_init_params()
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
H A D | demo-compiled.js | 491 B:"2",C:"2",D:"3",E:"3",F:"3",G:"4",H:"4",I:"4",J:"5",K:"5",L:"5",M:"6",N:"6",O:"6",P:"7",Q:"7",R:"7",S:"7",T:"8",U:"8",V:"8",W:"9",X:"9",Y:"9",Z:"9"},lb=/[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?/,mb=/[+\uff0b]+/,nb=/^[+\uff0b]+/,ob=/([0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9])/,pb=/[+\uff0b0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]/,qb=/[\\\/] *x/,rb=/[^0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9A-Za-z#]+$/,sb=/(?:.*?[A-Za-z]){3}.*/,tb=/^\+([0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]|[\-\.\(\)]?)*[0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]([0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]|[\-\.\(\)]?)*$/, 509 null!=e?("+"===e.charAt(0)&&f.g(e),e=b.indexOf("tel:"),f.g(b.substring(0<=e?e+4:0,b.indexOf(";phone-context=")))):(e=f.g,g=null!=b?b:"",h=g.search(pb),0<=h?(g=g.substring(h),g=g.replace(rb,""),h=g.search(qb),0<=h&&(g=g.substring(0,h))):g="",e.call(f,g));e=f.toString();g=e.indexOf(";isub=");0<g&&(A(f),f.g(e.substring(0,g)));if(!Db(f.toString()))throw Error("The string supplied did not seem to be a phone number");e=f.toString();if(!(Ib(c)||null!=e&&0<e.length&&nb.test(e)))throw Error("Invalid country calling code");
|
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-sve-aarch64.cc | 1504 V(qb, 4) V(qh, 4) V(qw, 4) V(qd, 4) V(ob, 5) V(oh, 5) V(ow, 5) V(od, 5)
|
H A D | assembler-sve-aarch64.cc | 4805 V(qb, 0, B, LD1RQB_z_p_br_contiguous, LD1RQB_z_p_bi_u8, 16) \
|