Searched defs:one (Results 126 - 150 of 342) sorted by relevance

1234567891011>>

/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 Dfunction-redecl.c127 enum e0 {one}; enumerator in enum:e0
/external/clang/test/SemaCXX/
H A Dcxx0x-initializer-references.cpp3 struct one { char c; }; struct
39 one f(const int&);
42 one g(int&); // expected-note {{passing argument}}
57 one f(const int&);
61 static_assert(sizeof(f({1})) == sizeof(one), "bad overload resolution");
63 one g(int&);
68 one h(const int&);
H A Dcxx0x-initializer-scalars.cpp3 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/eigen/bench/
H A Dquat_slerp.cpp26 static const Scalar one = Scalar(1) - dummy_precision<Scalar>(); local
29 if (absD>=one)
48 static const Scalar one = Scalar(1) - epsilon<Scalar>(); local
55 if (absD>=one)
/external/fdlibm/
H A Dk_rem_pio2.c52 * precison, one may have to do something like:
159 one = 1.0, variable
233 z = one - z;
234 if(carry!=0) z -= ieee_scalbn(one,q0);
270 fw = ieee_scalbn(one,q0);
/external/icu/icu4c/source/test/cintltst/
H A Dchashtst.c98 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) !
157 static const UChar one[4] = {0x006F, 0x006E, 0x0065, 0}; /* L"one" */ local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dlistformattertest.cpp22 one("Alice", -1, US_INV), two("Bob", -1, US_INV),
37 void ListFormatterTest::CheckFourCases(const char* locale_string, UnicodeString one, UnicodeString two, argument
45 UnicodeString input1[] = {one};
48 UnicodeString input2[] = {one, two};
51 UnicodeString input3[] = {one, two, three};
54 UnicodeString input4[] = {one, two, three, four};
58 UBool ListFormatterTest::RecordFourCases(const Locale& locale, UnicodeString one, UnicodeString two, argument
66 UnicodeString input1[] = {one};
68 UnicodeString input2[] = {one, two};
70 UnicodeString input3[] = {one, tw
[all...]
/external/libcxx/test/algorithms/alg.modifying.operations/alg.unique/
H A Dunique_pred.pass.cpp126 int one = 1; local
137 ib[1].reset(&one);
155 id[2].reset(&one);
165 ie[2].reset(&one);
176 ig[2].reset(&one);
177 ig[3].reset(&one);
187 ih[1].reset(&one);
188 ih[2].reset(&one);
198 ii[1].reset(&one);
199 ii[2].reset(&one);
[all...]
/external/libcxxabi/test/
H A Dtest_vector1.cpp66 void *one, *two, *three; local
69 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, NULL, NULL );
73 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, NULL );
78 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, my_construct, my_destruct );
82 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, my_destruct );
87 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, NULL, NULL );
91 __cxxabiv1::__cxa_vec_delete ( one, 40, 8, NULL );
96 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, my_construct, my_destruct );
100 __cxxabiv1::__cxa_vec_delete ( one, 40, 8, my_destruct );
110 void *one, *tw local
151 void *one, *two, *three; local
208 void *one, *two, *three; local
[all...]
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITEventListenerTestCommon.h108 Value* one = ConstantInt::get(GlobalContext, APInt(32, 1)); local
111 Arg = Builder.CreateMul(Arg, Builder.CreateAdd(Arg, one));
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_type.h164 LLVMValueRef one; member in struct:lp_build_context
/external/openssl/crypto/ocsp/
H A Docsp_prn.c140 OCSP_ONEREQ *one = NULL; local
156 one = sk_OCSP_ONEREQ_value(inf->requestList, i);
157 cid = one->reqCert;
161 one->singleRequestExtensions, flags, 8))
H A Docsp_srv.c82 OCSP_CERTID *OCSP_onereq_get0_id(OCSP_ONEREQ *one) argument
84 return one->reqCert;
/external/skia/experimental/Intersection/
H A DIntersections.h58 int insert(double one, double two, const _Point& pt);
61 void insertCoincident(double one, double two, const _Point& pt) { argument
62 int index = insertSwap(one, two, pt);
71 int insertSwap(double one, double two, const _Point& pt) { argument
73 return insert(two, one, pt);
75 return insert(one, two, pt);
130 unsigned short fIsCoincident[2]; // bit arrays, one bit set for each coincident T
139 void remove(double one, double two, const _Point& startPt, const _Point& endPt);
/external/skia/gm/
H A Darithmode.cpp85 const SkScalar one = SK_Scalar1; local
88 0, 0, 0, one,
89 0, one, 0, 0,
90 0, 0, one, 0,
91 0, one, one, 0,
92 0, one, -one, 0,
93 0, one/2, one/
[all...]
/external/skia/src/core/
H A DSkBitmapProcState_matrix.h37 SkFixed one PREAMBLE_PARAM_Y) {
40 return (i << 14) | (TILEY_PROCF((f + one), max));
44 SkFixed one PREAMBLE_PARAM_X) {
47 return (i << 14) | (TILEX_PROCF((f + one), max));
59 const SkFixed one = s.fFilterOneX; local
72 fx = SkScalarToFractionalInt(pt.fX) - (SkFixedToFractionalInt(one) >> 1);
84 *xy++ = PACK_FILTER_X_NAME(fixedFx, maxX, one PREAMBLE_ARG_X);
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
H A Dll.S52 # saves one instruction on any future load from memory
146 addi 4,17,1 # restore (plus one because r17 is decremented)
223 addi 16,DATA_BEGIN,(one-data_begin)-1
377 subi 14,14,1 # point to one less than null
524 one: .ascii "One \0" label
/external/valgrind/main/memcheck/tests/
H A Dwrap6.c115 /* Returns one, in a way that gcc probably can't constant fold out */
117 volatile int one_actual_return_value = 0; /* the value one() returns */
120 int one ( void ) function
133 { register int len = one(); \
/external/chromium_org/chrome/browser/prefs/
H A Dprefs_syncable_service_unittest.cc133 sync_pb::EntitySpecifics one; local
134 sync_pb::PreferenceSpecifics* pref_one = one.mutable_preference();
139 one,
638 // The pref value should be the one dictated by policy.
671 // The pref value should still be the one dictated by policy.
697 // The pref value should be the one dictated by policy.
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_store_unittest.cc11 const SBFullHash kHash1 = SBFullHashForString("one");
71 // means that byte-ordering issues can come up. To test this, |one|
72 // and |two| differ in the prefix, while |one| and |onetwo| have the
74 SBFullHash one, onetwo, two; local
75 memset(&one, 0, sizeof(one));
78 one.prefix = 1;
79 one.full_hash[sizeof(SBPrefix)] = 1;
85 EXPECT_TRUE(SBAddPrefixHashLess(SBAddFullHash(11, one),
88 SBAddFullHash(10, one)));
123 SBFullHash one, onetwo, two; local
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/sha/
H A Dsha1.c202 long one; member in union:__anon11651
H A Dsha256.c204 * is left one. This is why you might notice that rotation coefficients
239 long one; member in union:__anon11652
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
H A Ddxbc.h83 uint32_t one; member in struct:dxbc_container_header

Completed in 807 milliseconds

1234567891011>>