/external/icu/icu4c/source/test/cintltst/ |
chashtst.c | 98 static const char one[4] = {0x6F, 0x6E, 0x65, 0}; /* "one" */ local 118 _put(hash, one, 1, 0); 122 _put(hash, one, -1, 1); 125 _put(hash, one, 100, -1); 129 _get(hash, one, 100); 134 if(_compareChars((void*)one, (void*)three) == TRUE || 135 _compareChars((void*)one, (void*)one2) != TRUE || 136 _compareChars((void*)one, (void*)one) != TRUE | 157 static const UChar one[4] = {0x006F, 0x006E, 0x0065, 0}; \/* L"one" *\/ local [all...] |
/libcore/jsr166-tests/src/test/java/jsr166/ |
ExchangerTest.java | 27 assertSame(one, e.exchange(two)); 28 assertSame(two, e.exchange(one)); 32 assertSame(two, e.exchange(one)); 33 assertSame(one, e.exchange(two)); 47 assertSame(one, e.exchange(two, LONG_DELAY_MS, MILLISECONDS)); 48 assertSame(two, e.exchange(one, LONG_DELAY_MS, MILLISECONDS)); 52 assertSame(two, e.exchange(one, LONG_DELAY_MS, MILLISECONDS)); 53 assertSame(one, e.exchange(two, LONG_DELAY_MS, MILLISECONDS)); 69 e.exchange(one); 113 * If one exchanging thread is interrupted, another succeeds [all...] |
AtomicReferenceFieldUpdaterTest.java | 73 x = one; 74 assertSame(one, a.get(this)); 87 x = one; 88 assertSame(one, a.get(this)); 101 x = one; 102 assertTrue(a.compareAndSet(this, one, two)); 112 * compareAndSet in one thread enables another waiting for value 116 x = one; 127 assertTrue(a.compareAndSet(this, one, two)); 140 x = one; [all...] |
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
CodeSignerTest.java | 2 * Licensed to the Apache Software Foundation (ASF) under one or more 84 CodeSigner one = new CodeSigner(cpath, ts); local 91 assertTrue(one.equals(one)); 92 assertTrue(one.equals(two)); 93 assertTrue(two.equals(one)); 94 assertFalse(one.equals(three)); 95 assertFalse(three.equals(one)); 100 assertFalse( one.equals(null) ); 101 assertFalse( one.equals(new Object()) ) [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_asinf.c | 23 one = 1.0000000000e+00, /* 0x3F800000 */ variable 48 if(huge+x>one) return x;/* return x with inexact if x!=0*/ 52 q = one+t*qS1; 57 w = one-fabsf(x); 60 q = one+t*qS1;
|
e_sqrtf.c | 23 static const float one = 1.0, tiny=1.0e-30; variable 76 z = one-tiny; /* trigger inexact flag */ 77 if (z>=one) { 78 z = one+tiny; 79 if (z>one)
|
e_atanh.c | 41 static const double one = 1.0, huge = 1e300; variable 60 t = 0.5*log1p(t+t*x/(one-x)); 62 t = 0.5*log1p((x+x)/(one-x));
|
e_atanhf.c | 22 static const float one = 1.0, huge = 1e30; variable 41 t = (float)0.5*log1pf(t+t*x/(one-x)); 43 t = (float)0.5*log1pf((x+x)/(one-x));
|
e_atanhl.c | 51 static const double one = 1.0, huge = 1e300; variable 70 t = 0.5*log1pl(t+t*x/(one-x)); 72 t = 0.5*log1pl((x+x)/(one-x));
|
e_cosh.c | 41 static const double one = 1.0, half=0.5, huge = 1.0e300; variable 59 w = one+t; 61 return one+(t*t)/(w+w);
|
k_cos.c | 60 one = 1.00000000000000000000e+00, /* 0x3FF00000, 0x00000000 */ variable 77 w = one-hz; 78 return w + (((one-w)-hz) + (z*r-x*y));
|
e_acosf.c | 23 one = 1.0000000000e+00, /* 0x3F800000 */ variable 52 q = one+z*qS1; 56 z = (one+x)*(float)0.5; 58 q = one+z*qS1; 65 z = (one-x)*(float)0.5; 72 q = one+z*qS1;
|
s_atan.c | 20 * is further reduced to one of the following intervals and the 70 one = 1.0, variable 91 if(huge+x>one) return x; /* raise inexact */ 98 id = 0; x = (2.0*x-one)/(2.0+x); 100 id = 1; x = (x-one)/(x+one); 104 id = 2; x = (x-1.5)/(one+1.5*x);
|
/external/chromium_org/third_party/skia/tests/ |
PathOpsQuadParameterizationTest.cpp | 40 for (int one = 0; one < quadsCount; ++one) { 43 REPORTER_ASSERT(reporter, point_on_parameterized_curve(*quads[one], 46 REPORTER_ASSERT(reporter, SkDQuadImplicit::Match(*quads[one], *quads[two]));
|
/external/clang/test/SemaCXX/ |
cxx0x-initializer-scalars.cpp | 3 struct one { char c[1]; }; struct 77 one overloaded(int); 80 static_assert(sizeof(overloaded({0})) == sizeof(one), "bad overload"); 110 one f(std::initializer_list<int>); 114 static_assert(sizeof(f({0})) == sizeof(one), "bad overload");
|
/external/fdlibm/ |
e_cosh.c | 38 static const double one = 1.0, half=0.5, huge = 1.0e300; variable 40 static double one = 1.0, half=0.5, huge = 1.0e300; variable 64 w = one+t; 66 return one+(t*t)/(w+w); 79 lx = *( (((*(unsigned*)&one)>>29)) + (unsigned*)&x);
|
/external/libcxxabi/test/ |
test_guard.cpp | 65 int one() { function in namespace:test3 71 static int a = one(); 105 int one() { function in namespace:test5 111 static int a = one(); 115 static int a = one();
|
/external/skia/tests/ |
PathOpsQuadParameterizationTest.cpp | 40 for (int one = 0; one < quadsCount; ++one) { 43 REPORTER_ASSERT(reporter, point_on_parameterized_curve(*quads[one], 46 REPORTER_ASSERT(reporter, SkDQuadImplicit::Match(*quads[one], *quads[two]));
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
test_guard.cpp | 68 int one() { function in namespace:test3 74 static int a = one(); 109 int one() { function in namespace:test5 115 static int a = one(); 119 static int a = one();
|
/ndk/sources/cxx-stl/gabi++/tests/ |
test_vector1.cpp | 86 void *one, *two, *three; local 89 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, NULL, NULL ); 93 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, NULL ); 98 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, my_construct, my_destruct ); 102 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, my_destruct ); 107 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, NULL, NULL ); 111 __cxxabiv1::__cxa_vec_delete ( one, 40, 8, NULL ); 116 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, my_construct, my_destruct ); 120 __cxxabiv1::__cxa_vec_delete ( one, 40, 8, my_destruct ); 130 void *one, *two, *three local 171 void *one, *two, *three; local 228 void *one, *two, *three; local [all...] |
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-406.js | 48 function one() { return 1; } function 50 assertFalse(typeof(0) == "zero" && one() < 0); 51 assertFalse(typeof(0) == "zero" && one() > 0); 52 assertFalse(typeof(0) != "zero" && one() < 0); 53 assertTrue(typeof(0) != "zero" && one() > 0); 55 assertFalse(typeof(0) == "zero" || one() < 0); 56 assertTrue(typeof(0) == "zero" || one() > 0); 57 assertTrue(typeof(0) != "zero" || one() < 0); 58 assertTrue(typeof(0) != "zero" || one() > 0); 61 assertFalse(one() < 0 && typeof(0) == "zero") [all...] |
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
k_cosl.c | 33 one = 1.0; variable 59 w = one-hz; 60 return w + (((one-w)-hz) + (z*r-x*y));
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
listformattertest.h | 44 UnicodeString one, 51 UnicodeString one, 60 const UnicodeString one; member in class:ListFormatterTest
|
/external/clang/test/Analysis/ |
templates.cpp | 20 static const T one; member in class:MyClass 23 template<class T> const T MyClass<T>::one = static_cast<T>(1); member in class:MyClass 27 useBlock(^{ mPtr = new MyClass<T> (MyClass<T>::one); });
|
/external/icu/icu4c/source/test/intltest/ |
listformattertest.h | 44 UnicodeString one, 51 UnicodeString one, 60 const UnicodeString one; member in class:ListFormatterTest
|