Home
last modified time | relevance | path

Searched refs:uy (Results 1 – 25 of 189) sorted by relevance

12345678

/external/mesa3d/src/mesa/math/
Dm_norm_tmp.h63 const GLfloat ux = from[0], uy = from[1], uz = from[2]; in TAG() local
64 tx = ux * m0 + uy * m1 + uz * m2; in TAG()
65 ty = ux * m4 + uy * m5 + uz * m6; in TAG()
66 tz = ux * m8 + uy * m9 + uz * m10; in TAG()
92 const GLfloat ux = from[0], uy = from[1], uz = from[2]; in TAG() local
93 tx = ux * m0 + uy * m1 + uz * m2; in TAG()
94 ty = ux * m4 + uy * m5 + uz * m6; in TAG()
95 tz = ux * m8 + uy * m9 + uz * m10; in TAG()
130 const GLfloat ux = from[0], uy = from[1], uz = from[2]; in TAG() local
132 ty = uy * m5 ; in TAG()
[all …]
/external/tensorflow/tensorflow/compiler/xla/
Doverflow_util.h35 const uint64 uy = y; in MultiplyWithoutOverflow() local
36 const uint64 uxy = ux * uy; in MultiplyWithoutOverflow()
39 if (TF_PREDICT_FALSE((ux | uy) >> 32 != 0)) { in MultiplyWithoutOverflow()
45 if (ux != 0 && uxy / ux != uy) return -1; in MultiplyWithoutOverflow()
65 const U uy = y; in OverflowSafeAdd() local
66 const U usum = ux + uy; in OverflowSafeAdd()
/external/tensorflow/tensorflow/core/util/
Doverflow.h31 const uint64 uy = y; in MultiplyWithoutOverflow() local
32 const uint64 uxy = ux * uy; in MultiplyWithoutOverflow()
35 if (TF_PREDICT_FALSE((ux | uy) >> 32 != 0)) { in MultiplyWithoutOverflow()
41 if (ux != 0 && uxy / ux != uy) return -1; in MultiplyWithoutOverflow()
/external/deqp-deps/glslang/Test/
D300BuiltIns.frag9 uint uy;
35 uvec4 uv = min(uv4y, uy);
39 uvec2 u11 = max(uv2x, uy);
63 vec2 v20 = unpackSnorm2x16(uy);
65 vec2 v16 = unpackUnorm2x16(uy);
67 vec2 v18 = unpackHalf2x16(uy);
D150.frag85 uint uy;
90 vec2 v20 = unpackSnorm2x16(uy);
92 vec2 v16 = unpackUnorm2x16(uy);
94 vec2 v18 = unpackHalf2x16(uy);
/external/angle/third_party/glslang/src/Test/
D300BuiltIns.frag9 uint uy;
35 uvec4 uv = min(uv4y, uy);
39 uvec2 u11 = max(uv2x, uy);
63 vec2 v20 = unpackSnorm2x16(uy);
65 vec2 v16 = unpackUnorm2x16(uy);
67 vec2 v18 = unpackHalf2x16(uy);
/external/OpenCL-CTS/test_common/harness/
Dmsvc9.c37 union{ cl_uint u; float f; }ux, uy; in copysignf() local
40 uy.f = y; in copysignf()
42 ux.u = (ux.u & 0x7fffffffU) | (uy.u & 0x80000000U); in copysignf()
49 union{ cl_ulong u; double f; }ux, uy; in copysign() local
52 uy.f = y; in copysign()
54 ux.u = (ux.u & 0x7fffffffffffffffULL) | (uy.u & 0x8000000000000000ULL); in copysign()
65 }ux, uy; in copysignl() local
68 uy.f = y; in copysignl()
70 ux.u.sexp = (ux.u.sexp & 0x7fff) | (uy.u.sexp & 0x8000); in copysignl()
/external/libchrome/base/numerics/
Dchecked_math_impl.h31 UnsignedDst uy = static_cast<UnsignedDst>(y); in CheckedAddImpl() local
32 UnsignedDst uresult = static_cast<UnsignedDst>(ux + uy); in CheckedAddImpl()
37 ? static_cast<SignedDst>((uresult ^ ux) & (uresult ^ uy)) >= 0 in CheckedAddImpl()
38 : uresult >= uy; // Unsigned is either valid or underflow. in CheckedAddImpl()
91 UnsignedDst uy = static_cast<UnsignedDst>(y);
92 UnsignedDst uresult = static_cast<UnsignedDst>(ux - uy);
97 ? static_cast<SignedDst>((uresult ^ ux) & (ux ^ uy)) >= 0
151 const UnsignedDst uy = SafeUnsignedAbs(y);
152 UnsignedDst uresult = static_cast<UnsignedDst>(ux * uy);
159 return uy <= UnsignedDst(!std::is_signed<T>::value || is_negative) ||
[all …]
/external/u-boot/post/lib_powerpc/fpu/
Dmul-subnormal-single-1.c45 tstmul (unsigned int ux, unsigned int uy, unsigned int ur) in tstmul() argument
48 float y = u2f (uy); in tstmul()
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D70c6ac144a624deb63bc98e1453985c3.0000446f.honggfuzz.cov19 …����-MA����5�)��Fh0:D�T���p����S�Es?���LJ�.v"�*C�]7��N�"��G-��{%m�)p�uy^BKA��ʬ<��}m׉�W(Y��…
26 …����-MA����5�)��Fh0:D�T���p����S�Es?���LJ�.v"�*C�]7��N�"��G-��{%m�)p�uy^BKA��ʬ<��}m׉�W(Y��…
33 …����-MA����5�)��Fh0:D�T���p����S�Es?���LJ�.v"�*C�]7��N�"��G-��{%m�)p�uy^BKA��ʬ<��}m׉�W(Y��…
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D70c6ac144a624deb63bc98e1453985c3.0000446f.honggfuzz.cov19 …����-MA����5�)��Fh0:D�T���p����S�Es?���LJ�.v"�*C�]7��N�"��G-��{%m�)p�uy^BKA��ʬ<��}m׉�W(Y��…
26 …����-MA����5�)��Fh0:D�T���p����S�Es?���LJ�.v"�*C�]7��N�"��G-��{%m�)p�uy^BKA��ʬ<��}m׉�W(Y��…
33 …����-MA����5�)��Fh0:D�T���p����S�Es?���LJ�.v"�*C�]7��N�"��G-��{%m�)p�uy^BKA��ʬ<��}m׉�W(Y��…
/external/pdfium/third_party/base/numerics/
Dsafe_math_impl.h67 auto uy = static_cast<UnsignedDst>(y);
68 auto uresult = static_cast<UnsignedDst>(ux + uy);
73 ? static_cast<SignedDst>((uresult ^ ux) & (uresult ^ uy)) >= 0
74 : uresult >= uy; // Unsigned is either valid or underflow.
118 auto uy = static_cast<UnsignedDst>(y);
119 auto uresult = static_cast<UnsignedDst>(ux - uy);
124 ? static_cast<SignedDst>((uresult ^ ux) & (ux ^ uy)) >= 0
169 const UnsignedDst uy = SafeUnsignedAbs(y);
170 auto uresult = static_cast<UnsignedDst>(ux * uy);
177 return uy <= UnsignedDst(!std::is_signed<T>::value || is_negative) ||
[all …]
/external/mesa3d/src/mesa/sparc/
Dnorm.S51 ld [%o5 + 0x04], %f1 ! uy = from[1]
116 ld [%o5 + 0x04], %f1 ! uy = from[1]
190 ld [%o5 + 0x04], %f1 ! uy = from[1]
237 ld [%o5 + 0x04], %f1 ! uy = from[1]
296 ld [%o5 + 0x04], %f1 ! uy = from[1]
353 ld [%o5 + 0x04], %f1 ! uy = from[1]
403 ld [%o5 + 0x04], %f1 ! uy = from[1]
445 ld [%o5 + 0x04], %f1 ! uy = from[1]
502 ld [%o5 + 0x04], %f5 ! uy = from[1]
538 ld [%o5 + 0x04], %f5 ! uy = from[1]
[all …]
/external/deqp-deps/glslang/Test/baseResults/
D300BuiltIns.frag.out54 0:35 'uy' ( global mediump uint)
78 0:39 'uy' ( global mediump uint)
167 0:63 'uy' ( global mediump uint)
177 0:65 'uy' ( global mediump uint)
187 0:67 'uy' ( global mediump uint)
198 0:? 'uy' ( global mediump uint)
261 0:35 'uy' ( global mediump uint)
285 0:39 'uy' ( global mediump uint)
374 0:63 'uy' ( global mediump uint)
384 0:65 'uy' ( global mediump uint)
[all …]
D150.frag.out193 0:90 'uy' ( global uint)
203 0:92 'uy' ( global uint)
213 0:94 'uy' ( global uint)
445 0:? 'uy' ( global uint)
538 0:? 'uy' ( global uint)
/external/angle/third_party/glslang/src/Test/baseResults/
D300BuiltIns.frag.out54 0:35 'uy' ( global mediump uint)
78 0:39 'uy' ( global mediump uint)
167 0:63 'uy' ( global mediump uint)
177 0:65 'uy' ( global mediump uint)
187 0:67 'uy' ( global mediump uint)
198 0:? 'uy' ( global mediump uint)
261 0:35 'uy' ( global mediump uint)
285 0:39 'uy' ( global mediump uint)
374 0:63 'uy' ( global mediump uint)
384 0:65 'uy' ( global mediump uint)
[all …]
/external/angle/src/common/third_party/base/anglebase/numerics/
Dsafe_math_impl.h163 UnsignedDst uy = static_cast<UnsignedDst>(y);
164 UnsignedDst uresult = static_cast<UnsignedDst>(ux + uy);
169 if (HasSignBit(BinaryComplement(static_cast<UnsignedDst>((uresult ^ ux) & (uresult ^ uy)))))
193 UnsignedDst uy = static_cast<UnsignedDst>(y);
194 UnsignedDst uresult = static_cast<UnsignedDst>(ux - uy);
199 if (HasSignBit(BinaryComplement(static_cast<UnsignedDst>((uresult ^ ux) & (ux ^ uy)))))
/external/icu/icu4c/source/data/translit/
Dtlh_tlh_FONIPA.txt23 uy → uɪ\u032F; # similar to English ‹gooey› but in on syllable
Dpl_pl_FONIPA.txt18 $vowel = [ aąeęioóuy ];
/external/cldr/common/testData/transforms/
Dhe-Latn-t-he-m0-bgn.txt91 עִלּוּי֬ ‘ilּuy֬
/external/ImageMagick/PerlMagick/t/reference/composite/
DPlus.miff15 …}ɂyĀy�v�~u�~u�|r�~w�~w�|v�}v�~w�~x��v��{ɸ����pyox~uw~tx}qw|svztvztv{uuxsu|uy�{z�z���������������…
/external/cldr/tools/java/org/unicode/cldr/util/data/
Dsouthamerica1715 # http://www.armada.mil.uy/ContenidosPDFs/sohma/web/almanaque/almanaque_2018.pdf#page=36
1721 # http://www.impo.com.uy/diariooficial/
1732 # https://www.impo.com.uy/diariooficial/1908/06/18/12
1733 # https://www.impo.com.uy/diariooficial/1920/04/27/9
1746 # https://www.impo.com.uy/diariooficial/1923/07/02/2
1747 # https://www.impo.com.uy/diariooficial/1926/03/10/2
1748 # https://www.impo.com.uy/diariooficial/1926/03/18/2
1754 # http://www.impo.com.uy/diariooficial/1933/10/27/6
1805 # http://www.impo.com.uy/diariooficial/1941/08/04/1
1812 # http://www.impo.com.uy/diariooficial/1942/12/16/3
[all …]
/external/python/cryptography/vectors/cryptography_vectors/x509/PKITS_data/smime/
DSignedOverlappingPoliciesTest6.eml26 R2ind4R/fSTyrw7eszphTfev/5eBa95JdOVqxfPC5M+Cri2NIZEtTSll0ybxk/uy
/external/icu/icu4c/source/data/locales/
Dkhq.txt170uy",
Dtwq.txt163uy",

12345678