Home
last modified time | relevance | path

Searched refs:ax (Results 1 - 25 of 105) sorted by relevance

12345

/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_msg.c79 * @ax: [OUT] value of AX register
88 ax, bx, cx, dx, si, di) \
91 "=a"(ax), \
120 * @ax: [OUT] value of AX register
133 ax, bx, cx, dx, si, di) \
139 "=a"(ax), \
157 ax, bx, cx, dx, si, di) \
163 "=a"(ax), \
192 ax, bx, cx, dx, si, di) \
200 "=a"(ax), \
308 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si = 0, di = 0; vmw_open_channel() local
338 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di; vmw_close_channel() local
369 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di, bp; vmw_send_msg() local
[all...]
/third_party/FreeBSD/lib/msun/ld128/
H A Ds_erfl.c194 long double ax,R,S,P,Q,s,y,z,r; in erfl() local
206 ax = fabsl(x); in erfl()
207 if(ax < 0.84375) { in erfl()
208 if(ax < 0x1p-40L) { in erfl()
209 if(ax < 0x1p-16373L) in erfl()
221 if(ax < 1.25) { in erfl()
222 s = ax-one; in erfl()
229 if (ax >= 9) { /* inf>|x|>= 9 */ in erfl()
232 s = one/(ax*ax); in erfl()
256 long double ax,R,S,P,Q,s,y,z,r; erfcl() local
[all...]
/third_party/littlefs/scripts/
H A Dplotmpl.py779 s.ax = fig.add_subplot(gs[
818 ax = s.ax
821 ax.plot([x for x,_ in dats], [y for _,y in dats],
828 ax.set_xscale('symlog')
829 ax.xaxis.set_minor_locator(mpl.ticker.NullLocator())
831 ax.set_yscale('symlog')
832 ax.yaxis.set_minor_locator(mpl.ticker.NullLocator())
834 ax.set_xlim(
845 ax
[all...]
/third_party/rust/crates/peeking_take_while/src/
H A Dlib.rs193 let mut ax = true; in not_fused() variables
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() variables
211 ax = !ax; in fused()
212 ax in fused()
217 assert_eq!(ax, fals in fused()
[all...]
/third_party/astc-encoder/Test/
H A Dastc_test_result_plot.py176 ax = axs
178 ax = axs[i]
180 ax = axs[i, j]
185 ax.set_title(title, y=0.97, backgroundcolor="white")
186 ax.set_xlabel('Coding performance (MTex/s)')
187 ax.set_ylabel('PSNR (dB)')
197 ax.set_title("%s vs. %s" % (title, tag), y=0.97, backgroundcolor="white")
198 ax.set_xlabel('Performance scaling')
199 ax.set_ylabel('PSNR delta (dB)')
213 ax
[all...]
/third_party/rust/crates/minimal-lexical/scripts/
H A 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/ltp/testcases/kernel/kvm/
H A Dbootstrap_x86.S19 .section .init.protected_mode, "ax"
59 .section .init.memlayout, "ax"
123 movw %dx, %ax
131 mov %ax, %ss
146 movw %dx, %ax
153 mov $4 * 8, %ax
154 ltr %ax
206 mov %cs, %ax
207 movw %ax, (%edi)
208 mov %ds, %ax
[all...]
H A Dbootstrap_x86_64.S20 .section .init.protected_mode, "ax"
65 .section .init.memlayout, "ax"
257 mov $2 * 8, %ax
258 ltr %ax
310 mov %cs, %ax
311 movw %ax, (%rdi)
312 mov %ds, %ax
313 movw %ax, 2(%rdi)
314 mov %es, %ax
315 movw %ax,
[all...]
/third_party/musl/src/math/i386/
H A 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
H A Dexpl.s13 mov 12(%esp), %ax
14 or $0x8000, %ax
15 sub $0xbfdf, %ax
16 cmp $45, %ax
18 test %ax, %ax
/third_party/notofonts/scripts/
H A Dissue-stats.py138 fig, ax = plt.subplots()
139 bars = ax.bar(labels, values)
140 ax.bar_label(bars)
166 fig, ax = plt.subplots()
167 bars = ax.bar(labels, values)
168 ax.bar_label(bars)
175 fig, ax = plt.subplots()
176 bars = ax.bar(months, release_count_per_month)
177 ax.bar_label(bars)
/third_party/node/deps/openssl/openssl/crypto/x509/
H A 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/openssl/crypto/x509/
H A 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/skia/tests/
H A 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()
H A 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()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A 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()
H A 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/
H A 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()
H A 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/x32/
H A Dexpl.s13 mov 16(%esp), %ax
14 or $0x8000, %ax
15 sub $0xbfdf, %ax
16 cmp $45, %ax
18 test %ax, %ax
H A Dexp2l.s37 mov 8(%esp),%ax
38 and $0x7fff,%ax
39 cmp $0x3fff+13,%ax
41 cmp $0x3fff+15,%ax
69 4: cmp $0x3fff-64,%ax
/third_party/musl/src/math/x86_64/
H A Dexpl.s13 mov 16(%rsp), %ax
14 or $0x8000, %ax
15 sub $0xbfdf, %ax
16 cmp $45, %ax
18 test %ax, %ax
H A Dexp2l.s37 mov 8(%rsp),%ax
38 and $0x7fff,%ax
39 cmp $0x3fff+13,%ax
41 cmp $0x3fff+15,%ax
69 4: cmp $0x3fff-64,%ax
/third_party/vk-gl-cts/framework/common/
H A DtcuTexVerifierUtil.cpp78 const float ax = de::abs(x); in getPossibleCubeFaces() local
87 if (ay+ey < ax-ex && az+ez < ax-ex) in getPossibleCubeFaces()
92 else if (ax+ex < ay-ey && az+ez < ay-ey) in getPossibleCubeFaces()
97 else if (ax+ex < az-ez && ay+ey < az-ez) in getPossibleCubeFaces()
105 if (ax > ex) in getPossibleCubeFaces()
/third_party/jerryscript/jerry-libm/
H A Dlog1p.c110 int k, hx, hu, ax; in log1p() local
113 ax = hx & 0x7fffffff; in log1p()
119 if (ax >= 0x3ff00000) in log1p()
133 if (ax < 0x3e200000) in log1p()
136 && (ax < 0x3c900000)) /* |x| < 2**-54 */ in log1p()

Completed in 10 milliseconds

12345