Searched refs:f2 (Results 251 - 275 of 831) sorted by relevance

<<11121314151617181920>>

/external/clang/test/CodeGenCXX/
H A Dmangle-extern-local.cpp21 int f2() { function in namespace:N
H A Dmangle-ms-arg-qualifiers.cpp192 void foo_fnptrbackref1(ArrayFunPtr f1, ArrayFunPtr f2) { } argument
196 void foo_fnptrbackref2(ArrayFunPtr f1, ConstFunPtr f2) { } argument
201 void foo_fnptrbackref3(ArrayFunPtr f1, NormalFunPtr f2) { } argument
205 void foo_fnptrbackref4(NormalFunPtr f1, ArrayFunPtr f2) { } argument
/external/clang/test/FixIt/
H A Ddereference-addressof.c12 void f2(int *aPtr, int a, float *bPtr, char c) { function
/external/clang/test/Index/
H A Dcomplete-exprs.c11 void f2() { f1(17); } function
65 // CHECK-CC7: FunctionDecl:{ResultType void}{TypedText f2}{LeftParen (}{RightParen )} (50)
/external/clang/test/Parser/
H A Dcxx-attributes.cpp6 virtual void f2(const char* a, ...) function in class:c
H A Dcxx-stmt.cpp13 void f2() function
/external/clang/test/Sema/
H A Dsentinel-attribute.c5 void f2(int a, ...) __attribute__ ((sentinel(1)));
H A Doffsetof.c20 x = __builtin_offsetof(struct external_sun3_core, X[42].f2); // expected-error {{no member named 'f2'}}
21 x = __builtin_offsetof(int, X[42].f2); // expected-error {{offsetof requires struct}}
25 int c[__builtin_offsetof(struct external_sun3_core, X[42].f2) == 344 ? 1 : -1]; // expected-error {{no member named 'f2'}}
/external/clang/test/SemaCXX/
H A Dqualified-id-lookup.cpp58 struct f2 { struct in namespace:N
61 void f2();
66 int i2 = N::f2::member;
67 typedef struct N::f2 type2;
H A Dlinkage-spec.cpp46 int f2(char *) function
53 int f2(int) function
55 return f2((char *)0);
H A Dtrailing-return-0x.cpp84 auto f2(T t) -> decltype(f2(&t)) {} // expected-note{{candidate template ignored}}
87 f2(0); // expected-error{{no matching function for call to 'f2'}}
H A Dusing-directive.cpp116 namespace N { void f2(int); }
120 void f3() { f2(1); }
123 void f4() { f2(1); }
H A Dwarn-unused-parameters.cpp6 T f2(T);
14 template<typename T> T X<T>::f2(T x) { return T(); } // expected-warning{{unused parameter 'x'}} function in class:X
22 x.f2(i);
/external/chromium_org/courgette/
H A Danalyze_mem_test20 | cut -d' ' -f2 \
61 | cut -d= -f2 \
83 | cut -d= -f2 \
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
H A Dp6-0x.cpp5 void f2() const volatile &&; // expected-error {{non-member function cannot have 'const volatile &&' qualifier}}
10 static void f2() &; // expected-error{{static member function cannot have '&' qualifier}}
41 func_type_lvalue f2; // expected-error{{non-member function of type 'func_type_lvalue' (aka 'void () &') cannot have '&' qualifier}}
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dpartial-ordering.cpp56 int &f2(T1, T2, Rest...);
58 float &f2(...);
61 int &ir1 = f2(1, 2.0, 'a');
/external/clang/test/CodeGen/
H A Dbitfield-2.c210 _Bool f2 : 1; member in struct:s5
219 return (a0->f0 = 0xF) ^ (a0->f1 = 0xF) ^ (a0->f2 = 0xF);
222 return (a0->f0 += 0xF) ^ (a0->f1 += 0xF) ^ (a0->f2 += 0xF);
231 res ^= g5.f0 ^ g5.f1 ^ g5.f2;
233 res ^= g5.f0 ^ g5.f1 ^ g5.f2;
297 int f2 : 4; member in struct:s8
304 return a0->f0 ^ a0 ->f2 ^ a0->f3;
307 return (a0->f0 = 0xFD) ^ (a0->f2 = 0xFD) ^ (a0->f3 = 0xFD);
310 return (a0->f0 += 0xFD) ^ (a0->f2 += 0xFD) ^ (a0->f3 += 0xFD);
319 res ^= g8.f0 ^ g8.f2
334 unsigned f2 : 7; member in struct:s9
[all...]
/external/clang/test/SemaTemplate/
H A Dpack-deduction.cpp9 template<typename ...T> int f2(P<X<T...>, T> ...a); // expected-note +{{conflicting types for parameter 'T'}}
18 int b1 = f2(P<X<int, double>, int>(), P<X<int, double>, double>());
19 int b2 = f2(P<X<int, double>, int>(), P<X<int, double>, double>(), P<X<int, double>, char>()); // expected-error {{no matching}}
/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A Dalloc_rfunction.pass.cpp72 std::function<int(int)> f2(std::allocator_arg, test_allocator<A>(), std::move(f));
75 assert(f2.target<A>());
76 assert(f2.target<int(*)(int)>() == 0);
/external/oprofile/libutil++/tests/
H A Dstring_filter_tests.cpp32 string_filter f2("ok", "");
33 check(f2, "ok", true);
34 check(f2, "no", false);
/external/llvm/test/MC/Mips/
H A Dmicromips-fpu-instructions.s20 # CHECK-EL: lwc1 $f2, 4($6) # encoding: [0x46,0x9c,0x04,0x00]
21 # CHECK-EL: ldc1 $f2, 4($6) # encoding: [0x46,0xbc,0x04,0x00]
22 # CHECK-EL: swc1 $f2, 4($6) # encoding: [0x46,0x98,0x04,0x00]
23 # CHECK-EL: sdc1 $f2, 4($6) # encoding: [0x46,0xb8,0x04,0x00]
28 # CHECK-EL: luxc1 $f2, $4($6) # encoding: [0x86,0x54,0x48,0x11]
29 # CHECK-EL: suxc1 $f2, $4($6) # encoding: [0x86,0x54,0x88,0x11]
64 # CHECK-EL: madd.s $f2, $f4, $f6, $f8 # encoding: [0x06,0x55,0x01,0x11]
65 # CHECK-EL: madd.d $f2, $f4, $f6, $f8 # encoding: [0x06,0x55,0x09,0x11]
66 # CHECK-EL: msub.s $f2, $f4, $f6, $f8 # encoding: [0x06,0x55,0x21,0x11]
67 # CHECK-EL: msub.d $f2,
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/
H A Dsparcv9_modes.pl46 ldd [$ivec + 8], %f2
48 faligndata %f0, %f2, %f0
49 faligndata %f2, %f4, %f2
55 ld [$ivec + 8], %f2
98 fxor %f14, %f2, %f2
108 std %f2, [$out + 8]
115 st %f2, [$ivec + 8]
123 std %f2, [
[all...]
/external/openfst/src/include/fst/
H A Dsigned-log-weight.h115 T f2 = w2.Value2().Value(); local
118 else if (f2 == FloatLimits<T>::PosInfinity())
120 else if (f1 == f2) {
122 return SignedLogWeightTpl<T>(w1.Value1(), (f2 - log(2.0F)));
125 } else if (f1 > f2) {
128 w1.Value1(), (f2 - log(1.0F + exp(f2 - f1))));
131 w2.Value1(), (f2 - log(1.0F - exp(f2 - f1))));
136 w2.Value1(), (f1 - log(1.0F + exp(f1 - f2))));
159 T f2 = w2.Value2().Value(); local
175 T f2 = w2.Value2().Value(); local
[all...]
H A Daccumulator.h116 double f2 = to_log_weight_(v).Value(); local
117 if (f1 > f2)
118 return to_weight_(f2 - LogPosExp(f1 - f2));
120 return to_weight_(f1 - LogPosExp(f2 - f1));
296 double f2 = to_log_weight_(v).Value(); local
297 if (f1 > f2)
298 return to_weight_(f2 - LogPosExp(f1 - f2));
300 return to_weight_(f1 - LogPosExp(f2
304 double f2 = to_log_weight_(v).Value(); local
313 LogMinus(double f1, double f2) argument
316 << " and f2 = " << f2; local
551 double f2 = to_log_weight_(v).Value(); local
559 double f2 = to_log_weight_(v).Value(); local
568 LogMinus(double f1, double f2) argument
571 << " and f2 = " << f2; local
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_rdft_mips.c272 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; local
283 "lwc1 %[f2], 8(%[a]) \n\t"
289 "add.s %[f8], %[f0], %[f2] \n\t"
290 "sub.s %[f0], %[f0], %[f2] \n\t"
291 "add.s %[f2], %[f4], %[f6] \n\t"
297 "add.s %[f7], %[f8], %[f2] \n\t"
298 "sub.s %[f8], %[f8], %[f2] \n\t"
299 "sub.s %[f2], %[f1], %[f4] \n\t"
307 "swc1 %[f2], 28(%[a]) \n\t"
316 "lwc1 %[f2], 4
521 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; local
807 float f0, f1, f2, f3, f4, f5, f6, f7, f8; local
865 float f0, f1, f2, f3, f4, f5, f6, f7, f8; local
929 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; local
1056 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; local
[all...]

Completed in 565 milliseconds

<<11121314151617181920>>