HomeSort by relevance Sort by last modified time
    Searched defs:one (Results 351 - 375 of 597) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/boringssl/src/crypto/bn/
bn_test.c 465 fprintf(stderr, "Left shift one test failed!\n");
542 fprintf(stderr, "Right shift one test failed!\n");
1090 BIGNUM *a, *b, *d, *e, *one; local
1097 one = BN_new();
1098 BN_one(one);
1118 for (; !BN_is_zero(b); BN_sub(b, b, one))
1130 BN_free(one);
1382 /* One byte short should fail. */
1393 /* Pad up one byte extra. */
  /external/chromium_org/third_party/boringssl/src/ssl/
d1_pkt.c 128 { const union { long one; char little; } is_endian = {1}; member in union:__anon16305
521 * When it finishes, one packet has been decoded and can be found in
693 * 'type' is one of the following:
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Utility/
TypeConversion.c 325 int one = 1; int little = (int)*(unsigned char*)&one; local
496 int one = 1; int little = (int)*(unsigned char *)&one; variable
608 int one = 1; int is_little = (int)*(unsigned char *)&one; variable
  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsgtst.c 93 /* Keep the #if above in sync with the one below that has the same "add platforms here .." comment. */
196 int32_t one=0; local
243 umsg_parse(formatter,result,resultLength,&count,&ec,one,two,d2);
255 umsg_parse(formatter,result,resultLength,&count,&ec,&one,&two,&d2);
752 u_uastrcpy(pattern, "The disk {1} contains {0,choice,0#no files|1#one file|1<{0,number} files}");
798 u_uastrcpy(expected, "The disk MyDisk contains one file");
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
plurfmts.cpp 277 pluralFmt.applyPattern(UNICODE_STRING_SIMPLE("one{one} other{not one}"), status);
281 UnicodeString one = UNICODE_STRING_SIMPLE("one"); local
282 UnicodeString notOne = UNICODE_STRING_SIMPLE("not one");
287 numResult = one;
337 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}");
348 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}")
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_blend.c 255 * 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, dest[1]); /* G *
1031 static const float one[4] = { 1, 1, 1, 1 }; local
    [all...]
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
omxSP_FFTInv_CCSToR_F32_Sfs_s.S 133 @// one must be the same as dScale[0]!
135 #define one S4.F32 define
263 VMOV one, 1.0
264 VDIV one, one, fN @ one = dScale[0] = 1 / fftSize
  /external/chromium_org/third_party/skia/src/effects/
SkColorMatrixFilter.cpp 140 int32_t one = SK_Fixed1; local
149 one >>= bits;
154 (array[18] - one) | array[19]);
164 int32_t needsScale = (array[SkColorMatrix::kR_Scale] - one) |
165 (array[SkColorMatrix::kG_Scale] - one) |
166 (array[SkColorMatrix::kB_Scale] - one);
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_matrix_neon.h 233 SkFixed one PREAMBLE_PARAM_Y) {
236 return (i << 14) | (TILEY_PROCF((f + one), max));
240 SkFixed one PREAMBLE_PARAM_X) {
243 return (i << 14) | (TILEX_PROCF((f + one), max));
247 SkFixed one PREAMBLE_PARAM_X) {
251 wide_one = vdupq_n_s32(one);
268 SkFixed one PREAMBLE_PARAM_X) {
272 wide_one = vdupq_n_s32(one);
297 const SkFixed one = s.fFilterOneX; local
310 fx = SkScalarToFractionalInt(pt.fX) - (SkFixedToFractionalInt(one) >> 1)
    [all...]
SkBitmapProcState_opts_SSE2.cpp 237 SkFixed one) {
240 return (i << 14) | SkClampMax((f + one) >> 16, max);
253 const SkFixed one = s.fFilterOneX; local
265 fx = SkScalarToFixed(pt.fX) - (one >> 1);
312 *xy++ = ClampX_ClampY_pack_filter(fx, maxX, one);
320 __m128i wide_one = _mm_set1_epi32(one);
343 // SkClampMax(((f+one))>>16,max)
361 *xy++ = ClampX_ClampY_pack_filter(fx, maxX, one);
531 // SkClampMax(((f+one))>>16,max)
  /external/chromium_org/tools/site_compare/
site_compare.py 28 import commands.compare2 # compare one page in two versions of same browser namespace
39 """Invoke one or more browsers over one or more URLs, scraping renders.
  /external/clang/test/Sema/
ms_class_layout.cpp 18 char one; member in class:A
186 // CHECK-NEXT: 12 | char one
208 // CHECK-NEXT: 76 | char one
238 // CHECK-NEXT: 92 | char one
269 // CHECK-NEXT: 92 | char one
  /external/clang/test/SemaCXX/
cxx0x-initializer-constructor.cpp 3 struct one { char c[1]; }; struct
134 one ov1(B); // expected-note {{not viable: cannot convert initializer list}}
139 static_assert(sizeof(ov1({{1, 1.0}, 2, {3, 4}})) == sizeof(one), "bad overload");
143 one ov2(int);
145 static_assert(sizeof(ov2({1})) == sizeof(one), "bad overload"); // list -> int ranks as identity
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
InsnFormat.java 226 * Add one to properly represent a list-final
270 * the uninterpreted bits; one of: {@code 4 8 16 32 64}
449 RegisterSpec one = list.get(i); local
450 if (one.getReg() != next) {
453 next += one.getCategory();
586 * Writes one code unit to the given output destination.
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Quaternion.h 8 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
418 static const Scalar one = Scalar(1) - machine_epsilon<Scalar>(); local
425 if (absD>=one)
  /external/fdlibm/
e_pow.c 72 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/(ax+bp[k])
    [all...]
s_erf.c 42 * is close to one. The interval is chosen because the fix
45 * guarantee the error is less than one ulp for erf.
118 one = 1.00000000000000000000e+00, /* 0x3FF00000, 0x00000000 */ variable
203 return (double)(1-i)+one/x; /* ieee_erf(+-inf)=+-1 */
214 s = one+z*(qq1+z*(qq2+z*(qq3+z*(qq4+z*qq5))));
219 s = ieee_fabs(x)-one;
221 Q = one+s*(qa1+s*(qa2+s*(qa3+s*(qa4+s*(qa5+s*qa6)))));
225 if(hx>=0) return one-tiny; else return tiny-one;
228 s = one/(x*x)
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalLoadingCacheTest.java 89 Object one = new Object(); local
90 cache.getUnchecked(one);
103 cache.getUnchecked(one);
149 Object one = new Object(); local
150 assertNull(map.put(one, one));
151 assertSame(one, map.get(one));
152 assertTrue(map.containsKey(one));
153 assertTrue(map.containsValue(one));
189 Object one = new Object(); local
212 Object one = new Object(); local
272 Object one = new Object(); local
    [all...]
  /external/guava/guava-tests/test/com/google/common/primitives/
CharsTest.java 320 List<Character> one = Arrays.asList((char) 1); local
321 assertTrue(Arrays.equals(ARRAY1, Chars.toArray(one)));
DoublesTest.java 304 List<Double> one = Arrays.asList((double) 1); local
305 assertTrue(Arrays.equals(ARRAY1, Doubles.toArray(one)));
FloatsTest.java 296 List<Float> one = Arrays.asList((float) 1); local
297 assertTrue(Arrays.equals(ARRAY1, Floats.toArray(one)));
IntsTest.java 323 List<Integer> one = Arrays.asList((int) 1); local
324 assertTrue(Arrays.equals(ARRAY1, Ints.toArray(one)));
LongsTest.java 303 List<Long> one = Arrays.asList((long) 1); local
304 assertTrue(Arrays.equals(ARRAY1, Longs.toArray(one)));
ShortsTest.java 330 List<Short> one = Arrays.asList((short) 1); local
331 assertTrue(Arrays.equals(ARRAY1, Shorts.toArray(one)));
  /external/icu/icu4c/source/test/cintltst/
cmsgtst.c 93 /* Keep the #if above in sync with the one below that has the same "add platforms here .." comment. */
196 int32_t one=0; local
243 umsg_parse(formatter,result,resultLength,&count,&ec,one,two,d2);
255 umsg_parse(formatter,result,resultLength,&count,&ec,&one,&two,&d2);
752 u_uastrcpy(pattern, "The disk {1} contains {0,choice,0#no files|1#one file|1<{0,number} files}");
798 u_uastrcpy(expected, "The disk MyDisk contains one file");
    [all...]

Completed in 1702 milliseconds

<<11121314151617181920>>