Searched defs:f2 (Results 251 - 275 of 467) sorted by relevance

<<111213141516171819

/external/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
H A Dmove.pass.cpp47 void f2(std::ios_base::event ev, std::ios_base& stream, int index) function
H A Dswap.pass.cpp47 void f2(std::ios_base::event ev, std::ios_base& stream, int index) function
82 ios1.register_callback(f2, 5);
/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/
H A Dswap.pass.cpp77 std::function<int(int)> f2 = A(2); local
81 assert(f2.target<A>()->id() == 2);
82 swap(f1, f2);
86 assert(f2.target<A>()->id() == 1);
92 std::function<int(int)> f2 = g; local
96 assert(*f2.target<int(*)(int)>() == g);
97 swap(f1, f2);
101 assert(f2.target<A>()->id() == 1);
107 std::function<int(int)> f2 = A(1); local
111 assert(f2
122 std::function<int(int)> f2 = h; local
[all...]
/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/
H A Dswap.pass.cpp76 std::function<int(int)> f2 = A(2); local
80 assert(f2.target<A>()->id() == 2);
81 f1.swap(f2);
85 assert(f2.target<A>()->id() == 1);
91 std::function<int(int)> f2 = g; local
95 assert(*f2.target<int(*)(int)>() == g);
96 f1.swap(f2);
100 assert(f2.target<A>()->id() == 1);
106 std::function<int(int)> f2 = A(1); local
110 assert(f2
121 std::function<int(int)> f2 = h; local
[all...]
/external/libcxxabi/test/
H A Dcatch_class_03.cpp88 void f2() function
130 f2();
H A Dcatch_class_04.cpp87 void f2() function
128 f2();
H A Dcatch_pointer_reference.cpp120 void f2() function
432 f2();
H A Dcatch_ptr.cpp75 void f2() function
108 f2();
/external/oprofile/libpp/
H A Dsymbol_sort.cpp73 file_location const & f2 = rhs.sample.file_loc; local
74 int ret = debug_compare(f1.filename, f2.filename);
76 ret = f1.linenr - f2.linenr;
/external/speex/libspeex/
H A Dresample_sse.h108 __m128d f2 = _mm_cvtps_pd(_mm_movehl_ps(f,f)); local
121 sum2 = _mm_mul_pd(f2, sum2);
/external/aac/libFDK/include/
H A Dfixpoint_math.h260 * \param f2 secod factor
262 * \return mantissa of the product f1*f2
266 FIXP_DBL f2,
270 inline FIXP_DBL fMultNorm(FIXP_DBL f1, FIXP_DBL f2) argument
275 m = fMultNorm(f1, f2, &e);
/external/chromium_org/third_party/libsrtp/srtp/crypto/hash/
H A Dsha1.c62 #define f2(B,C,D) ((B & C) | (B & D) | (C & D)) macro
168 TEMP = S5(A) + f2(B,C,D) + E + W[t] + SHA_K2;
323 TEMP = S5(A) + f2(B,C,D) + E + W[t] + SHA_K2;
376 TEMP = S5(A) + f2(B,C,D) + E + W[t] + SHA_K2;
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dmergesort.c111 unsigned char *f1, *f2, *t, *b, *tp2, *q, *l1, *l2;
146 f2 = l1 = list1 + (p2 - list2);
150 while (f1 < l1 && f2 < l2) {
151 if ((*cmp)(f1, f2) <= 0) {
152 q = f2;
157 b = f2, t = l2;
201 ICOPY_LIST(f2, tp2, b);
204 CCOPY_LIST(f2, tp2, b);
210 ICOPY_ELT(f2, tp2, i);
213 CCOPY_ELT(f2, tp
279 unsigned char *f1, *f2, *s, *l2, *last, *p2; local
[all...]
/external/chromium_org/tools/json_schema_compiler/test/
H A Didl_schemas_unittest.cc171 FooType f2; local
172 EXPECT_TRUE(FooType::Populate(*serialized_foo.get(), &f2));
173 EXPECT_EQ(f1.x, f2.x);
/external/chromium_org/v8/src/compiler/
H A Dinstruction-selector.h70 Features(CpuFeature f1, CpuFeature f2) : bits_((1u << f1) | (1u << f2)) {} argument
/external/clang/test/Analysis/
H A Dcasts.c44 void f2(const char *str) { function
H A Duninit-const.cpp115 void f2(void) { function
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp6.cpp44 constexpr ConstexprCtor<int> f2() { return 0; } // ok function
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp3.cpp63 constexpr double (*f2)(short) = &f; member in namespace:PR13293
65 static_assert(S<short>::p == f2, "");
/external/clang/test/CodeGen/
H A Dbuiltins-nvptx.c149 void nvvm_math(float f1, float f2, double d1, double d2) { argument
151 float t1 = __nvvm_fmax_f(f1, f2);
153 float t2 = __nvvm_fmin_f(f1, f2);
157 float t4 = __nvvm_rcp_rn_f(f2);
H A Dfunction-attributes.c5 // CHECK: define void @f2(i8 signext %x) [[NUW]]
16 void f2(signed char x) { } function
H A Dle32-arguments.c20 // CHECK-LABEL: define void @f2(%struct.s2* noalias sret %agg.result)
21 s2 f2() { function
H A Dunion.c16 int f2( float __x ) { function
/external/clang/test/CodeGenCXX/
H A Dimplicit-copy-constructor.cpp100 void f2(const S a) { function in namespace:test4
H A Dmangle-ms-back-references.cpp6 void f2(const char* a, char* b) {} function
7 // CHECK: "\01?f2@@YAXPBDPAD@Z"

Completed in 8611 milliseconds

<<111213141516171819