Home
last modified time | relevance | path

Searched refs:ax (Results 1 – 25 of 255) sorted by relevance

1234567891011

/third_party/cef/libcef/browser/osr/
Dosr_accessibility_util.cc44 for (unsigned i = static_cast<unsigned>(ax::mojom::Role::kMinValue) + 1; in ToCefValue()
45 i <= static_cast<unsigned>(ax::mojom::Role::kMaxValue); i++) { in ToCefValue()
47 value->SetString(index++, ToString(static_cast<ax::mojom::State>(i))); in ToCefValue()
71 void operator()(const std::pair<ax::mojom::IntAttribute, int32_t> attr) { in operator ()()
72 if (attr.first == ax::mojom::IntAttribute::kNone) in operator ()()
76 case ax::mojom::IntAttribute::kNone: in operator ()()
78 case ax::mojom::IntAttribute::kScrollX: in operator ()()
79 case ax::mojom::IntAttribute::kScrollXMin: in operator ()()
80 case ax::mojom::IntAttribute::kScrollXMax: in operator ()()
81 case ax::mojom::IntAttribute::kScrollY: in operator ()()
[all …]
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_msg.c88 ax, bx, cx, dx, si, di) \ argument
91 "=a"(ax), \
133 ax, bx, cx, dx, si, di) \ argument
139 "=a"(ax), \
157 ax, bx, cx, dx, si, di) \ argument
163 "=a"(ax), \
192 ax, bx, cx, dx, si, di) \ argument
200 "=a"(ax), \
219 ax, bx, cx, dx, si, di) \ argument
227 "=a"(ax), \
[all …]
/third_party/rust/crates/peeking_take_while/src/
Dlib.rs193 let mut ax = true; in not_fused() localVariable
195 ax = !ax; in not_fused()
196 ax in not_fused()
202 assert_eq!(ax, true); in not_fused()
208 let mut ax = true; in fused() localVariable
211 ax = !ax; in fused()
212 ax in fused()
217 assert_eq!(ax, false); in fused()
/third_party/skia/third_party/externals/expat/expat/
Dacinclude.m44 m4_include(conftools/ax-require-defined.m4)
5 m4_include(conftools/ax-check-compile-flag.m4)
6 m4_include(conftools/ax-check-link-flag.m4)
7 m4_include(conftools/ax-append-flag.m4)
8 m4_include(conftools/ax-append-compile-flags.m4)
9 m4_include(conftools/ax-append-link-flags.m4)
/third_party/rust/crates/minimal-lexical/scripts/
Dtimings.py94 fig, ax = plt.subplots()
107 ax.add_patch(patches.Rectangle(
114 ax.add_patch(patches.Rectangle(
123 ax.annotate(
147 ax.set_title(title)
148 ax.set_xlabel('Time (s)')
151 ax.set_yticks(list(range(1, len(timings) + 2)))
152 ax.yaxis.set_tick_params(which='both', length=0)
153 plt.setp(ax.get_yticklabels(), visible=False)
/third_party/musl/src/math/i386/
Dexp_ld.s12 fnstsw %ax
23 fnstsw %ax
45 mov 8(%esp),%ax
46 and $0x7fff,%ax
47 cmp $0x3fff+13,%ax
49 cmp $0x3fff+15,%ax
79 4: cmp $0x3fff-64,%ax
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/
Daz.txt495 "çərşənbə axşamı",
497 "cümə axşamı",
533 "çərşənbə axşamı",
535 "cümə axşamı",
545 evening1{"axşamüstü"}
549 night1{"axşam"}
555 evening1{"axşamüstü"}
559 night1{"axşam"}
565 evening1{"axşamüstü"}
569 night1{"axşam"}
[all …]
/third_party/cmsis/CMSIS/DSP/Include/
Darm_vec_math_f16.h53 f16x8_t ax = vabsq(x); in vrecip_medprec_f16() local
55 xinv.f = ax; in vrecip_medprec_f16()
62 b = 2.0f16 - xinv.f * ax; in vrecip_medprec_f16()
65 b = 2.0f16 - xinv.f * ax; in vrecip_medprec_f16()
68 b = 2.0f16 - xinv.f * ax; in vrecip_medprec_f16()
87 f16x8_t ax = vabsq(x); in vrecip_hiprec_f16() local
89 xinv.f = ax; in vrecip_hiprec_f16()
96 b = 2.0f16 - xinv.f * ax; in vrecip_hiprec_f16()
99 b = 2.0f16 - xinv.f * ax; in vrecip_hiprec_f16()
102 b = 2.0f16 - xinv.f * ax; in vrecip_hiprec_f16()
[all …]
Darm_vec_math.h52 f32x4_t ax = vabsq(x); in vrecip_medprec_f32() local
54 xinv.f = ax; in vrecip_medprec_f32()
60 b = 2.0f - xinv.f * ax; in vrecip_medprec_f32()
63 b = 2.0f - xinv.f * ax; in vrecip_medprec_f32()
66 b = 2.0f - xinv.f * ax; in vrecip_medprec_f32()
85 f32x4_t ax = vabsq(x); in vrecip_hiprec_f32() local
87 xinv.f = ax; in vrecip_hiprec_f32()
94 b = 2.0f - xinv.f * ax; in vrecip_hiprec_f32()
97 b = 2.0f - xinv.f * ax; in vrecip_hiprec_f32()
100 b = 2.0f - xinv.f * ax; in vrecip_hiprec_f32()
[all …]
/third_party/openssl/crypto/x509/
Dx509_trust.c253 X509_CERT_AUX *ax = x->aux; in obj_trust() local
256 if (ax && ax->reject) { in obj_trust()
257 for (i = 0; i < sk_ASN1_OBJECT_num(ax->reject); i++) { in obj_trust()
258 ASN1_OBJECT *obj = sk_ASN1_OBJECT_value(ax->reject, i); in obj_trust()
267 if (ax && ax->trust) { in obj_trust()
268 for (i = 0; i < sk_ASN1_OBJECT_num(ax->trust); i++) { in obj_trust()
269 ASN1_OBJECT *obj = sk_ASN1_OBJECT_value(ax->trust, i); in obj_trust()
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/
Dafangles.c49 FT_Fixed ax = dx;
53 if ( ax < 0 )
54 ax = -ax;
58 ax += ay;
60 if ( ax == 0 )
64 angle = ( AF_ANGLE_PI2 * dy ) / ( ax + ay );
/third_party/icu/icu4c/source/data/locales/
Daz.txt530 "çərşənbə axşamı",
532 "cümə axşamı",
568 "çərşənbə axşamı",
570 "cümə axşamı",
580 evening1{"axşamüstü"}
584 night1{"axşam"}
590 evening1{"axşamüstü"}
594 night1{"axşam"}
600 evening1{"axşamüstü"}
604 night1{"axşam"}
[all …]
/third_party/skia/third_party/externals/icu/source/data/locales/
Daz.txt530 "çərşənbə axşamı",
532 "cümə axşamı",
568 "çərşənbə axşamı",
570 "cümə axşamı",
580 evening1{"axşamüstü"}
584 night1{"axşam"}
590 evening1{"axşamüstü"}
594 night1{"axşam"}
600 evening1{"axşamüstü"}
604 night1{"axşam"}
[all …]
/third_party/skia/tests/
DPathOpsSimplifyTrianglesThreadedTest.cpp15 int ax = state.fA & 0x03; in testSimplifyTrianglesMain() local
38 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay)); in testSimplifyTrianglesMain()
47 pathStr.appendf(" path.moveTo(%d, %d);\n", ax, ay); in testSimplifyTrianglesMain()
72 int ax = a & 0x03; in DEF_TEST() local
83 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) { in DEF_TEST()
DPathOpsSimplifyDegenerateThreadedTest.cpp14 int ax = state.fA & 0x03; in testSimplifyDegeneratesMain() local
35 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay)); in testSimplifyDegeneratesMain()
44 pathStr.appendf(" path.moveTo(%d, %d);\n", ax, ay); in testSimplifyDegeneratesMain()
69 int ax = a & 0x03; in DEF_TEST() local
77 bool abcIsATriangle = (bx - ax) * (cy - ay) != (by - ay) * (cx - ax); in DEF_TEST()
/third_party/flutter/skia/tests/
DPathOpsSimplifyDegenerateThreadedTest.cpp14 int ax = state.fA & 0x03; in testSimplifyDegeneratesMain() local
36 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay)); in testSimplifyDegeneratesMain()
45 pathStr.appendf(" path.moveTo(%d, %d);\n", ax, ay); in testSimplifyDegeneratesMain()
70 int ax = a & 0x03; in DEF_TEST() local
78 bool abcIsATriangle = (bx - ax) * (cy - ay) != (by - ay) * (cx - ax); in DEF_TEST()
DPathOpsSimplifyTrianglesThreadedTest.cpp15 int ax = state.fA & 0x03; in testSimplifyTrianglesMain() local
39 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay)); in testSimplifyTrianglesMain()
48 pathStr.appendf(" path.moveTo(%d, %d);\n", ax, ay); in testSimplifyTrianglesMain()
75 int ax = a & 0x03; in DEF_TEST() local
86 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) { in DEF_TEST()
/third_party/flutter/skia/third_party/externals/sdl/src/libm/
De_pow.c110 double z, ax, z_h, z_l, p_h, p_l; local
177 ax = fabs(x);
181 z = ax; /* x is +-0,+-inf,+-1 */
225 ax *= two53;
227 GET_HIGH_WORD(ix, ax);
242 SET_HIGH_WORD(ax, ix);
245 u = ax - bp[k]; /* bp[0]=1.0, bp[1]=1.5 */
246 v = one / (ax + bp[k]);
254 t_l = ax - (t_h - bp[k]);
/third_party/jerryscript/jerry-libm/
Dpow.c123 double_accessor t1, ax, p_h, y1, t, z; in pow() local
231 ax.dbl = fabs (x); in pow()
237 z.dbl = ax.dbl; /* x is +-0,+-inf,+-1 */ in pow()
296 t.dbl = ax.dbl - one; /* t has 20 trailing zeros */ in pow()
313 ax.dbl *= two53; in pow()
315 ix = ax.as_int.hi; in pow()
335 ax.as_int.hi = ix; in pow()
338 u = ax.dbl - bp[k]; /* bp[0] = 1.0, bp[1] = 1.5 */ in pow()
339 v = one / (ax.dbl + bp[k]); in pow()
346 t_l = ax.dbl - (t_h.dbl - bp[k]); in pow()
/third_party/rust/crates/minimal-lexical/src/
Dlibm.rs65 let mut ax: f32; in powf() localVariable
174 ax = fabsf(x); in powf()
178 z = ax; in powf()
229 t = ax - 1.; /* t has 20 trailing zeros */ in powf()
247 ax *= TWO24; in powf()
249 ix = ax.to_bits() as i32; in powf()
266 ax = f32::from_bits(ix as u32); in powf()
269 u = ax - i!(BP, k as usize); /* bp[0]=1.0, bp[1]=1.5 */ in powf()
270 v = 1.0 / (ax + i!(BP, k as usize)); in powf()
278 t_l = ax - (t_h - i!(BP, k as usize)); in powf()
[all …]
/third_party/ffmpeg/libavcodec/
Dmobiclip.c244 int ax, ay; member
536 x = av_clip(ret.ax + ret.x, 0, ret.w - 1); in pget()
788 int w, int h, int ax, int ay, in block_fill() argument
799 bxy.ax = ax; in block_fill()
810 block[ax + x + (ay + y) * linesize] = val; in block_fill()
829 static int predict_intra(AVCodecContext *avctx, AVFrame *frame, int ax, int ay, in predict_intra() argument
839 block_fill(frame->data[plane], size, frame->linesize[plane], w, h, ax, ay, pick_above); in predict_intra()
842 block_fill(frame->data[plane], size, frame->linesize[plane], w, h, ax, ay, pick_left); in predict_intra()
848 uint8_t *top = frame->data[plane] + FFMAX(ay - 1, 0) * frame->linesize[plane] + ax; in predict_intra()
849 uint8_t *left = frame->data[plane] + ay * frame->linesize[plane] + FFMAX(ax - 1, 0); in predict_intra()
[all …]
/third_party/musl/porting/liteos_a/kernel/src/math/
Dnextafter.c6 uint64_t ax, ay; in nextafter() local
13 ax = ux.i & -1ULL/2; in nextafter()
15 if (ax == 0) { in nextafter()
19 } else if (ax > ay || ((ux.i ^ uy.i) & 1ULL<<63)) in nextafter()
Dnextafterf.c6 uint32_t ax, ay, e; in nextafterf() local
12 ax = ux.i & 0x7fffffff; in nextafterf()
14 if (ax == 0) { in nextafterf()
18 } else if (ax > ay || ((ux.i ^ uy.i) & 0x80000000)) in nextafterf()
/third_party/musl/src/math/
Dnextafterf.c6 uint32_t ax, ay, e; in nextafterf() local
12 ax = ux.i & 0x7fffffff; in nextafterf()
14 if (ax == 0) { in nextafterf()
18 } else if (ax > ay || ((ux.i ^ uy.i) & 0x80000000)) in nextafterf()
Dnextafter.c6 uint64_t ax, ay; in nextafter() local
13 ax = ux.i & -1ULL/2; in nextafter()
15 if (ax == 0) { in nextafter()
19 } else if (ax > ay || ((ux.i ^ uy.i) & 1ULL<<63)) in nextafter()

1234567891011