Searched refs:one (Results 226 - 250 of 1174) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/
H A DAndroid.mk6 # end of each Android.mk, so that one Android.mk doesn't depend on variables
/external/eigen/unsupported/test/
H A Dspecial_functions.cpp8 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
70 ArrayType one = ArrayType::Constant(rows, cols, Scalar(1.0)); local
71 ArrayType a_m1 = a - one;
78 VERIFY_IS_APPROX(Eigen::igammac(a, zero), one); local
289 ArrayType one = ArrayType::Constant(32, Scalar(1.0)); local
297 ArrayType test = betainc(a, one, x);
303 ArrayType test = betainc(one, b, x);
304 ArrayType expected = one - (one - x).pow(b);
309 ArrayType test = betainc(a, b, x) + betainc(b, a, one
[all...]
/external/clang/test/Parser/
H A Dcxx-template-decl.cpp172 char one[1];
199 oneT L<k>::O<T>::Fun(U) { return one; }
204 oneT L<0>::O<char>::Fun(U) { return one; }
208 sassert(sizeof(L<0>::O<int>::Fun(0)) == sizeof(one));
209 sassert(sizeof(L<0>::O<char>::Fun(0)) == sizeof(one));
/external/gemmlowp/internal/
H A Dpack_sse.h55 __m128i one = _mm_set1_epi16(1); local
98 xmm2 = _mm_madd_epi16(xmm1, one);
104 xmm2 = _mm_madd_epi16(xmm1, one);
108 xmm2 = _mm_madd_epi16(xmm1, one);
112 xmm2 = _mm_madd_epi16(xmm1, one);
/external/pcre/dist2/
H A D132html217 # A comment that starts JOIN joins the next two lines together, with one
225 my($one,$two);
226 $one = <STDIN>;
228 $one =~ s/\s*\\e\s*$// if (defined($1));
229 chomp($one);
231 $_ = "$one $two";
/external/fdlibm/
H A De_pow.c72 one = 1.0, variable
113 i0 = ((*(int*)&one)>>29)^1; i1=1-i0;
119 if((iy|ly)==0) return one;
157 if(hy<0) return one/x; else return x;
171 if(hy<0) z = one/z; /* z = (1/|x|) */
187 s = one; /* s (sign of result -ve**odd) = -1 else = 1 */
188 if((n|(yisint-1))==0) s = -one;/* (-ve)**(odd int) */
196 /* over/underflow if x is not close to one */
201 t = ax-one; /* t has 20 trailing zeros */
225 v = one/(a
[all...]
/external/lzma/C/
H A DAesOpt.c113 __m128i one; local
114 one.m128i_u64[0] = 1;
115 one.m128i_u64[1] = 0;
123 ctr = _mm_add_epi64(ctr, one); m0 = _mm_xor_si128(ctr, t);
124 ctr = _mm_add_epi64(ctr, one); m1 = _mm_xor_si128(ctr, t);
125 ctr = _mm_add_epi64(ctr, one); m2 = _mm_xor_si128(ctr, t);
146 ctr = _mm_add_epi64(ctr, one);
/external/ltp/testcases/network/multicast/mc_commo/
H A Dmc_recv.c20 int s = 0, n = 0, one = 1; local
69 if (setsockopt(s, SOL_SOCKET, SO_REUSEADDR, &one, sizeof(one)) < 0) {
/external/python/cpython2/Lib/lib2to3/fixes/
H A Dfix_idioms.py81 # If we've matched one of the sort/sorted subpatterns above, we
113 one = results["while"]
114 one.replace(Name(u"True", prefix=one.prefix))
/external/python/cpython3/Lib/lib2to3/fixes/
H A Dfix_idioms.py81 # If we've matched one of the sort/sorted subpatterns above, we
113 one = results["while"]
114 one.replace(Name("True", prefix=one.prefix))
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dimage_ops.cc31 auto one = XlaHelpers::One(b, dtype); local
52 hue = b->Select(b->Lt(hue, zero), b->Add(hue, one), hue);
64 auto one = XlaHelpers::FloatLiteral(b, dtype, 1.0); local
71 auto dr = b->Clamp(zero, b->Sub(b->Abs(b->Sub(dh, three)), one), one);
72 auto dg = b->Clamp(zero, b->Sub(two, b->Abs(b->Sub(dh, two))), one);
73 auto db = b->Clamp(zero, b->Sub(two, b->Abs(b->Sub(dh, four))), one);
74 auto one_minus_s = b->Sub(one, saturation);
291 auto one = XlaHelpers::One(b, type); variable
294 hue = b->Rem(b->Add(hsv[0], delta), one);
[all...]
/external/tensorflow/tensorflow/contrib/resampler/kernels/
H A Dresampler_ops.cc49 const T one = static_cast<T>(1.0); local
96 (one - dx) * (one - dy) * get_data_point(cx, cy, chan);
97 const T img_fxcy = dx * (one - dy) * get_data_point(fx, cy, chan);
98 const T img_cxfy = (one - dx) * dy * get_data_point(cx, fy, chan);
226 const T one = static_cast<T>(1.0); local
292 grad_output_value * ((one - dy) * (img_cxcy - img_fxcy) +
297 grad_output_value * ((one - dx) * (img_cxcy - img_cxfy) +
303 grad_output_value * (one - dx) * (one
[all...]
/external/v8/src/compiler/
H A Dbasic-block-instrumentor.cc73 Node* one = graph->NewNode(common.Int32Constant(1)); local
87 Node* inc = graph->NewNode(machine.Int32Add(), load, one);
94 Node* to_insert[kArraySize] = {zero, one, base, load, inc, store};
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c255 * Do blending for a 2x2 quad for one color buffer.
270 static const float one[4] = { 1, 1, 1, 1 }; local
314 VEC4_SUB(diff, one, dest[3]);
362 VEC4_SUB(inv_comp, one, quadColor[0]); /* R */
364 VEC4_SUB(inv_comp, one, quadColor[1]); /* G */
366 VEC4_SUB(inv_comp, one, quadColor[2]); /* B */
373 VEC4_SUB(inv_alpha, one, quadColor[3]);
382 VEC4_SUB(inv_alpha, one, dest[3]);
391 VEC4_SUB(inv_comp, one, dest[0]); /* R */
393 VEC4_SUB(inv_comp, one, des
1031 static const float one[4] = { 1, 1, 1, 1 }; local
[all...]
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dfdct16x16_neon.c133 const int16x8_t one = vdupq_n_s16(1); local
134 a[0] = vshrq_n_s16(vaddq_s16(a[0], one), 2);
135 a[1] = vshrq_n_s16(vaddq_s16(a[1], one), 2);
136 a[2] = vshrq_n_s16(vaddq_s16(a[2], one), 2);
137 a[3] = vshrq_n_s16(vaddq_s16(a[3], one), 2);
138 a[4] = vshrq_n_s16(vaddq_s16(a[4], one), 2);
139 a[5] = vshrq_n_s16(vaddq_s16(a[5], one), 2);
140 a[6] = vshrq_n_s16(vaddq_s16(a[6], one), 2);
141 a[7] = vshrq_n_s16(vaddq_s16(a[7], one), 2);
142 a[8] = vshrq_n_s16(vaddq_s16(a[8], one),
[all...]
/external/python/cpython3/Objects/
H A Drangeobject.c165 PyObject *one = NULL; local
198 if ((one = PyLong_FromLong(1L)) == NULL)
204 if ((diff = PyNumber_Subtract(tmp1, one)) == NULL)
210 if ((result = PyNumber_Add(tmp2, one)) == NULL)
217 Py_DECREF(one);
225 Py_XDECREF(one);
440 PyObject *one; local
456 one = PyLong_FromLong(1);
457 if (!one)
459 cmp_result = PyObject_RichCompareBool(r0->length, one, Py_E
527 PyObject *one; local
1053 PyObject *one, *product, *new_index, *result; local
1180 PyObject *one, *sum, *diff, *product; local
[all...]
/external/ImageMagick/coders/
H A Dstegano.c97 (size_t) GetPixelIndex(image,q) | (one << (size_t) (i)) : \
98 (size_t) GetPixelIndex(image,q) & ~(one << (size_t) (i))),q)
124 one;
142 one=1;
254 % supports the saving of more than one frame to the same file or blob,
122 one; local
/external/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/
H A Dp3.cpp31 enum E1 { one }; enumerator in enum:bullet3::E1
/external/clang/test/CodeGen/
H A Dunion.c30 enum E9 { one, two }; enumerator in enum:E9
/external/clang/test/CodeGenCXX/
H A Ddebug-info-class.cpp61 int one; member in struct:A
/external/clang/test/Sema/
H A Dno-documentation-warn-tagdecl-specifier.c66 enum e4 { one }; enumerator in enum:e4
/external/curl/docs/cmdline-opts/
H A Dftp-method.d8 server. The method argument should be one of the following alternatives:
18 curl does one CWD with the full target directory and then operates on the file
H A Dretry.d11 When curl is about to retry a transfer, it will first wait one second and then
17 If this option is used several times, the last one will be used.
/external/libvncserver/libvncclient/
H A Dsockets.c324 int one = 1; local
349 (char *)&one, sizeof(one)) < 0) {
366 int one = 1; local
404 (char *)&one, sizeof(one)) < 0) {
507 int one = 1; local
529 (const char *)&one, sizeof(one)) < 0) {
569 if (p->ai_family == AF_INET6 && setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, (char *)&one, sizeo
621 int one = 1; local
[all...]
/external/mesa3d/docs/specs/
H A DMESA_texture_array.spec172 is used to specify a three-dimensional texture image. target must be one
173 one of TEXTURE_3D for a three-dimensional texture or
199 is used to specify a two-dimensional texture image. target must be one
201 one-dimensional array texture, or one of TEXTURE_CUBE_MAP_POSITIVE_X,
206 texture, PROXY_TEXTURE_1D_ARRAY_EXT for a one-dimensional proxy array
239 rather than from client memory. Currently, target must be one of
251 CopyTexSubImage2D must be one of TEXTURE_2D, TEXTURE_1D_ARRAY_EXT,
284 image array whose level is level_base. For a one-dimensional
285 texture or a one
[all...]

Completed in 746 milliseconds

1234567891011>>