Searched defs:u1 (Results 1 - 25 of 130) sorted by relevance

123456

/external/python/cpython3/Objects/stringlib/
H A Dreplace.h9 Py_UCS4 u1, Py_UCS4 u2, Py_ssize_t maxcount)
21 if (*s != u1) {
23 /* search u1 in a dummy loop */
27 if (*s == u1)
30 /* if u1 was not found for attempts iterations,
34 s = memchr(s, u1, end - s);
39 STRINGLIB_CHAR ch1 = (STRINGLIB_CHAR) u1;
8 replace_1char_inplace(STRINGLIB_CHAR* s, STRINGLIB_CHAR* end, Py_UCS4 u1, Py_UCS4 u2, Py_ssize_t maxcount) argument
/external/clang/test/Parser/
H A Dcxx-friend.cpp19 int u1; member in union:U
/external/clang/test/SemaCXX/
H A Dcxx1y-initializer-aggregates.cpp5 constexpr U u1 = U(); member in namespace:in_class_init
8 static_assert(u1.d == 4.0, "");
/external/ltp/testcases/kernel/fs/fs-bench/
H A Dboxmuler.c8 double u1, u2, z; local
19 u1 = ((double)(random() % 1000000)) / 1000000;
21 z = sqrt(-2.0 * log(u1)) * cos(M_2PI * u2);
/external/ltp/testcases/kernel/syscalls/syscall/
H A Dsyscall01.c50 uid_t u1, u2; local
52 u1 = getuid();
55 if (u1 == u2) {
59 u1, u2);
/external/tensorflow/tensorflow/core/kernels/
H A Dcross_op_test.cc63 const float u1 = -0.669, u2 = -0.509, u3 = 0.125; local
66 const float s2 = u3 * v1 - u1 * v3;
67 const float s3 = u1 * v2 - u2 * v1;
69 AddInputFromArray<float>(TensorShape({3}), {u1, u2, u3});
H A Dcross_op.h37 auto u1 = in0_data.template chip<1>(0); local
46 s2.device(d) = u3 * v1 - u1 * v3;
47 s3.device(d) = u1 * v2 - u2 * v1;
/external/clang/test/CXX/class/class.static/class.static.data/
H A Dp3.cpp48 U<int> u1; variable
/external/clang/test/SemaTemplate/
H A Dfun-template-def.cpp24 T f1(T t1, U u1, int i1) argument
27 t2 = i1 + u1;
28 ++u1;
29 u1++;
30 int i2 = u1;
32 i1 = t1[u1];
35 i1(u1, t1); // error
36 u1(i1, t1);
43 new int(t1, u1);
44 new (t1, u1) in
[all...]
/external/libcxx/test/std/utilities/utility/pairs/pair.piecewise/
H A Dpiecewise_construct.pass.cpp39 B(double d, unsigned u1, unsigned u2) : d_(d), u1_(u1), u2_(u2) {} argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dcross_op.cc61 auto u1 = b->Slice(in0, starts, limits, strides); variable
73 auto s2 = b->Sub(b->Mul(u3, v1), b->Mul(u1, v3));
74 auto s3 = b->Sub(b->Mul(u1, v2), b->Mul(u2, v1));
/external/turbine/java/com/google/turbine/bytecode/
H A DByteReader.java48 public int u1() { method in class:ByteReader
/external/webrtc/webrtc/base/
H A Drandom.cc76 double u1 = static_cast<double>(NextOutput()) / 0xFFFFFFFFFFFFFFFFull; local
78 return mean + standard_deviation * sqrt(-2 * log(u1)) * cos(2 * kPi * u2);
/external/clang/test/CodeGen/
H A Dmcu-struct-return.c10 } u1; variable in typeref:union:U1
38 union U1 foo1() { return u1; }
H A Ddesignated-initializers.c84 // CHECK: @u1 = {{.*}} { i32 65535 }
85 union u_FFFF { char c; long l; } u1 = { .l = 0xFFFF }; variable in typeref:union:u_FFFF
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dfwd_txfm_sse2.c52 __m128i u0, u1, sum; local
55 u1 = _mm_add_epi16(in2, in3);
62 sum = _mm_add_epi16(u0, u1);
90 __m128i u0, u1; local
101 u1 = _mm_add_epi16(in2, in3);
109 sum = _mm_add_epi16(sum, u1);
111 u1 = _mm_add_epi16(in2, in3);
119 sum = _mm_add_epi16(sum, u1);
121 u1 = _mm_add_epi16(in2, in3);
129 sum = _mm_add_epi16(sum, u1);
159 __m128i u0, u1; local
[all...]
/external/mesa3d/src/glx/
H A Drender2.c44 __indirect_glMap1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, argument
68 __GLX_PUT_DOUBLE(4, u1);
82 __GLX_PUT_DOUBLE(8, u1);
111 __indirect_glMap1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, argument
140 __GLX_PUT_FLOAT(8, u1);
150 __GLX_PUT_FLOAT(12, u1);
174 __indirect_glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustr, argument
199 __GLX_PUT_DOUBLE(4, u1);
217 __GLX_PUT_DOUBLE(8, u1);
252 __indirect_glMap2f(GLenum target, GLfloat u1, GLfloa argument
[all...]
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Ddifradix2.c81 mpd_uint_t u0, u1, v0, v1; local
102 u1 = a[j+1];
108 a[j+1] = addmod(u1, v1, umod);
109 v1 = submod(u1, v1, umod);
129 u1 = a[m+r];
135 a[m+r] = addmod(u1, v1, umod);
136 v1 = submod(u1, v1, umod);
151 u1 = a[m+r+j];
157 a[m+r+j] = addmod(u1, v1, umod);
158 v1 = submod(u1, v
[all...]
H A Dtypearith.h128 _mpd_div_words(mpd_uint_t *q, mpd_uint_t *r, mpd_uint_t u1, mpd_uint_t u0, argument
139 assert(u1 < v);
147 un32 = (u1 << s) | t;
385 _mpd_div_words(mpd_uint_t *q, mpd_uint_t *r, mpd_uint_t u1, mpd_uint_t u0,
396 assert(u1 < v);
404 un32 = (u1 << s) | t;
/external/smali/util/src/main/java/org/jf/util/
H A DHex.java128 public static String u1(int v) { method in class:Hex
288 case 2: astr = Hex.u1(outOffset); break;
298 sb.append(Hex.u1(arr[offset]));
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_vertex.h57 GLfloat u1, v1; member in struct:__anon17301::__anon17302
66 GLfloat u1, v1, q1; member in struct:__anon17301::__anon17303
/external/swiftshader/third_party/LLVM/lib/Support/
H A DBlockFrequency.cpp26 uint64_t u1 = freq >> 32; local
34 t = u1 * N + k;
/external/ImageMagick/MagickCore/
H A Dresample.c328 double u1;
563 u1 = u0 + (v1-v0)*resample_filter->slope - resample_filter->Uwidth;
568 (void) FormatLocaleFile(stderr, "u1=%ld; uw=%ld\n", (long)u1, (long)uw);
580 long uu = ceil(u1); /* actual pixel location (for debug only) */
583 u = (ssize_t)ceil(u1); /* first pixel in scanline */
584 u1 += resample_filter->slope; /* start of next scan line */
939 * u1, the first column of the U factor of a singular decomposition
941 * to s1. It has entries u11 and u21. We compute u1 from the fact
953 * norm = 0. So, setting u1 t
324 double u1; local
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
H A DRotation.java307 * @param u1 first vector of the origin pair
309 * @param v1 desired image of u1 by the rotation
313 public Rotation(Vector3D u1, Vector3D u2, Vector3D v1, Vector3D v2) { argument
316 double u1u1 = Vector3D.dotProduct(u1, u1);
324 double u1x = u1.getX();
325 double u1y = u1.getY();
326 double u1z = u1.getZ();
332 // normalize v1 in order to have (v1'|v1') = (u1|u1)
[all...]
/external/boringssl/src/crypto/fipsmodule/ecdsa/
H A Decdsa.c241 EC_SCALAR r, s, u1, u2, s_inv_mont; local
262 // u1 = m * s^-1 mod order
265 // |s_inv_mont| is in Montgomery form while |m| and |r| are not, so |u1| and
268 if (!scalar_mod_mul_montgomery_loose(group, &u1, &m, &s_inv_mont) ||
278 if (!ec_point_mul_scalar_public(group, point, &u1, pub_key, &u2, ctx)) {

Completed in 3491 milliseconds

123456