Home
last modified time | relevance | path

Searched refs:ub (Results 251 – 275 of 18317) sorted by last modified time

1...<<11121314151617181920>>...733

/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxLineSegment.h61 gfxFloat ub = bnumerator / denominator; in Intersects() local
63 if (ua <= 0.0 || ua >= 1.0 || ub <= 0.0 || ub >= 1.0) { in Intersects()
/dports/www/firefox/firefox-99.0/js/src/ctypes/libffi/src/avr32/
H A Dsysv.S195 ld.ub r12, sp[0]
/dports/www/firefox/firefox-99.0/js/src/ctypes/libffi/src/sh64/
H A Dsysv.S421 ld.ub r14, 16, r2
/dports/www/firefox/firefox-99.0/intl/locales/hu/hyphenation/
H A Dhyph_hu.dic70031 ubért2
/dports/www/firefox/firefox-99.0/intl/icu/source/i18n/
H A Dnfrs.cpp739 int64_t ub = util64_fromDouble(upperBound); in parse() local
743 util64_toa(ub, ubstr, 64); in parse()
745 util64_toa(ub, ubstrhex, 64, 16); in parse()
750 if ((!fIsFractionRuleSet) && (rules[i]->getBaseValue() >= ub)) { in parse()
H A DdecNumber.cpp839 ub=rhs->lsu; /* .. */ in uprv_decNumberAnd()
849 if (ub>msub) b=0; in uprv_decNumberAnd()
850 else b=*ub; in uprv_decNumberAnd()
1864 if (ub>msub) b=0; in uprv_decNumberOr()
1865 else b=*ub; in uprv_decNumberOr()
3294 if (ub>msub) b=0; in uprv_decNumberXor()
3295 else b=*ub; in uprv_decNumberXor()
3495 for (; ub>=bcd; ub--, up++) *ub=*up; in uprv_decNumberGetBCD()
3499 for (; ub>=bcd; ub--) { in uprv_decNumberGetBCD()
3529 for (; ub<bcd+n; ub++, up--) *up=*ub; in uprv_decNumberSetBCD()
[all …]
/dports/www/firefox/firefox-99.0/gfx/cairo/
H A Dquartz-support-color-emoji-font.patch407 unbounded_op_data_t ub;
408 ub.op = UNBOUNDED_SHOW_GLYPHS;
410 ub.u.show_glyphs.isClipping = isClipping;
411 ub.u.show_glyphs.cg_glyphs = cg_glyphs;
412 - ub.u.show_glyphs.cg_advances = cg_advances;
417 + ub.u.show_glyphs.u.cg_positions = cg_positions;
419 + ub.u.show_glyphs.u.cg_advances = cg_advances;
421 ub.u.show_glyphs.nglyphs = num_glyphs;
422 ub.u.show_glyphs.textTransform = textTransform;
423 - ub.u.show_glyphs.font = cgfref;
[all …]
H A Dquartz-state.patch814 unbounded_op_data_t ub;
815 ub.op = UNBOUNDED_STROKE_FILL;
816 ub.u.stroke_fill.cgPath = path_for_unbounded;
817 ub.u.stroke_fill.fill_rule = fill_rule;
819 _cairo_quartz_fixup_unbounded_operation (surface, &ub, antialias);
1188 unbounded_op_data_t ub;
1189 ub.op = UNBOUNDED_SHOW_GLYPHS;
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/drm/
H A Dcairo-drm-intel-brw-structs.h559 unsigned char ub[4]; member
/dports/www/firefox/firefox-99.0/gfx/harfbuzz/src/
H A Dhb-cff-interp-common.hh293 byte_str_t (const hb_ubytes_t &ub) /* conversion from hb_ubytes_t */ in byte_str_t()
294 : hb_ubytes_t (ub) {} in byte_str_t()
/dports/www/firefox/firefox-99.0/dom/canvas/test/webgl-conf/checkout/conformance/ogles/GL/build/
H A DCorrectParse1_frag.frag14 uniform bool ub;
/dports/www/firefox/firefox-99.0/dom/canvas/test/webgl-conf/checkout/deqp/data/gles3/shaders/
H A Dfunctions.test4181 uniform float ub;
4188 if (ub+x > 0.0)
4191 return ub;
4214 uniform float ub;
4221 for (float z = 0.0; z < ub+x; z++)
4250 uniform mediump int ub;
4257 switch (ub + int(x))
/dports/www/firefox/firefox-99.0/dom/base/
H A DFragmentOrElement.cpp1190 RefPtr<ContentUnbinder> ub = sContentUnbinder; in UnbindAll() local
1192 while (ub) { in UnbindAll()
1193 ub->Run(); in UnbindAll()
1194 ub = ub->mNext; in UnbindAll()
/dports/www/firefox/firefox-99.0/devtools/client/debugger/test/mochitest/examples/react/build/
H A Dmain.js.map1ub=Va&&\"TextEvent\"in window&&!tb,vb=Va&&(!sb||tb&&8<tb&&11>=tb),wb=String.fromCharCode(32),xb={b…
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/mesa/main/
H A Dmacros.h172 #define UNCLAMPED_FLOAT_TO_UBYTE(ub, f) \
173 ub = ((GLubyte) _mesa_lroundevenf(CLAMP((f), 0.0F, 1.0F) * 255.0F))
174 #define CLAMPED_FLOAT_TO_UBYTE(ub, f) \
175 ub = ((GLubyte) _mesa_lroundevenf((f) * 255.0F))
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/uuid/src/
H A Dlib.rs1000 let ub = u.as_bytes(); in test_as_bytes() localVariable
1002 assert_eq!(ub.len(), 16); in test_as_bytes()
1003 assert!(!ub.iter().all(|&b| b == 0)); in test_as_bytes()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rand/src/distributions/
H A Duniform.rs1330 lb: T, ub: T, expected_single: &[T], expected_multiple: &[T], in value_stability()
1336 *x = T::Sampler::sample_single(lb, ub, &mut rng); in value_stability()
1340 let distr = Uniform::new(lb, ub); in value_stability()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/util/
H A Du_math.h382 ubyte_to_float(uint8_t ub) in ubyte_to_float() argument
384 return (float) ub * (1.0f / 255.0f); in ubyte_to_float()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/encoder/
H A Drdopt.c3902 int lb, ub, val; in rd_pick_palette_intra_sby() local
3905 lb = ub = src16[0]; in rd_pick_palette_intra_sby()
3907 lb = ub = src[0]; in rd_pick_palette_intra_sby()
3916 else if (val > ub) in rd_pick_palette_intra_sby()
3917 ub = val; in rd_pick_palette_intra_sby()
3927 else if (val > ub) in rd_pick_palette_intra_sby()
3928 ub = val; in rd_pick_palette_intra_sby()
3972 centroids[1] = ub; in rd_pick_palette_intra_sby()
3975 centroids[i] = lb + (2 * i + 1) * (ub - lb) / n / 2; in rd_pick_palette_intra_sby()
/dports/www/firefox-esr/firefox-91.8.0/testing/talos/talos/tests/devtools/addon/content/pages/custom/debugger/static/js/
H A Dmain.js.map1ub","xb","documentMode","yb","Bb","beforeInput","compositionEnd","compositionStart","compositionUp…
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/
H A DDEPS123 'src/third_party/ub-uiautomator/lib':
124 …Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + '00270549ce3161ae72ceb247…
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/tests/
H A Dlltest.c662 PRUint64 ua, ub; in ShiftCompileOnly() local
666 LL_USHR(ua, ub, 32); in ShiftCompileOnly()
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/third_party/libyuv/source/
H A Drow_msa.cc27 #define YUVTORGB_SETUP(yuvconst, ub, vr, ug, vg, bb, bg, br, yg) \ argument
29 ub = __msa_fill_w(yuvconst->kUVToB[0]); \
H A Drow_common.cc1320 int ub = -yuvconstants->kUVToRB[0]; in YuvPixel() local
1329 int ub = -yuvconstants->kUVToRB[0]; in YuvPixel()
1338 int ub = yuvconstants->kUVToB[0]; in YuvPixel()
1363 int ub = -yuvconstants->kUVToRB[0]; in YuvPixel8_16() local
1372 int ub = -yuvconstants->kUVToRB[0]; in YuvPixel8_16()
1381 int ub = yuvconstants->kUVToB[0]; in YuvPixel8_16()
1392 *b = (int)(-(u * ub) + y1 + bb); in YuvPixel8_16()
1407 int ub = -yuvconstants->kUVToRB[0]; in YuvPixel16() local
1416 int ub = -yuvconstants->kUVToRB[0]; in YuvPixel16()
1425 int ub = yuvconstants->kUVToB[0]; in YuvPixel16()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libyuv/libyuv/source/
H A Drow_msa.cc27 #define YUVTORGB_SETUP(yuvconst, ub, vr, ug, vg, bb, bg, br, yg) \ argument
29 ub = __msa_fill_w(yuvconst->kUVToB[0]); \

1...<<11121314151617181920>>...733