Searched defs:f2 (Results 226 - 250 of 277) sorted by relevance

1234567891011>>

/external/clang/test/Analysis/
H A Dmisc-ps-region-store.cpp475 char f2[1]; member in struct:__anon3540
481 if (V.f2[0] != 2)
H A Dmalloc.c21 void f2() { function
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-0x.cpp21 float f2 { 7 }; // OK: 7 can be exactly represented as a float
75 Agg<float> f2 = {d}; // expected-error {{non-constant-expression cannot be narrowed from type 'double' to 'float'}} expected-note {{override}} local
118 Agg<double> f2 = {c}; // expected-error {{ cannot be narrowed }} expected-note {{override}} local
H A Dp7-cxx11-nowarn.cpp22 float f2 { 7 }; // OK: 7 can be exactly represented as a float
76 Agg<float> f2 = {d}; // expected-warning {{non-constant-expression cannot be narrowed from type 'double' to 'float'}} expected-note {{override}} local
119 Agg<double> f2 = {c}; // expected-warning {{ cannot be narrowed }} expected-note {{override}} local
/external/dbus/dbus/
H A Ddbus-sha.c101 #define f2(x,y,z) ( x ^ y ^ z ) /* Rounds 20-39 */ macro
206 subRound (A, B, C, D, E, f2, K2, expand ( eData, 20) );
207 subRound (E, A, B, C, D, f2, K2, expand ( eData, 21) );
208 subRound (D, E, A, B, C, f2, K2, expand ( eData, 22) );
209 subRound (C, D, E, A, B, f2, K2, expand ( eData, 23) );
210 subRound (B, C, D, E, A, f2, K2, expand ( eData, 24) );
211 subRound (A, B, C, D, E, f2, K2, expand ( eData, 25) );
212 subRound (E, A, B, C, D, f2, K2, expand ( eData, 26) );
213 subRound (D, E, A, B, C, f2, K2, expand ( eData, 27) );
214 subRound (C, D, E, A, B, f2, K
[all...]
/external/openfst/src/include/fst/
H A Dcompose-filter.h120 PairFilterState(const F1 &f1, const F2 &f2) : f1_(f1), f2_(f2) {} argument
143 void SetState(const F1 &f1, const F2 &f2) { argument
145 f2_ = f2;
431 bool f2 = internal::Final(fst2_, s2) != Weight::Zero(); local
432 alleps2_ = na2 == ne2 && !f2;
H A Dlookahead-filter.h375 const FilterState2 &f2 = f_.GetState2(); local
376 const Weight &fweight = f2.GetWeight();
387 const FilterState2 &f2 = f_.GetState2(); local
388 const Weight &fweight = f2.GetWeight();
483 const FilterState2 &f2 = f_.GetState2(); local
484 const Label &flabel = f2.GetState();
499 const FilterState2 &f2 = f_.GetState2(); local
500 const Label &flabel = f2.GetState();
522 const FilterState2 &f2 = f_.GetState2(); local
523 const Label &flabel = f2
[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/tcpdump/
H A Dprint-smb.c179 const char *f1 = NULL, *f2 = NULL; local
217 f2 = fn->descript.req_f2;
223 f2 = fn->descript.rep_f2;
233 smb_fdata(data, f2 ? f2 : "Data=\n", data + dcnt, unicodestr);
339 const char *f1, *f2, *f3, *f4; local
351 f2 = "|Name=[S]\n";
361 f2 = "|Unknown ";
373 smb_fdata(data1 + 2, f2, maxbuf - (paramlen + datalen), unicodestr);
401 const char *f1 = NULL, *f2 local
442 const char *f1 = NULL, *f2 = NULL; local
487 const char *f1 = NULL, *f2 = NULL; local
841 const char *f1, *f2; local
[all...]
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_bookmark_unittest.cc578 int64 f2 = adds.AddFolder(L"Server Folder A", bookmark_bar_id(), f1); local
580 bookmark_bar_id(), f2);
609 // Mess with u2, and move it into empty folder f2
613 int64 u2_old_parent = mods.ModifyPosition(u2, f2, 0);
617 int64 f1_old_parent = mods.ModifyPosition(f1, f2, u2);
620 int64 u3_old_parent = mods.ModifyPosition(u3, f2, f1);
671 int64 f2 = adds.AddFolder(L"f2", f1, 0); // + f2 local
672 int64 u3 = adds.AddURL( L"u3", url, f2,
[all...]
/external/clang/test/CodeGen/
H A Dx86_32-arguments-darwin.c13 // CHECK: define i32 @f2()
14 int f2(void) { function
H A Dx86_64-arguments.c15 // CHECK: define i32 @f2()
16 int f2(void) { function
138 int f2; member in struct:f23S
208 struct S0 { char f0[8]; char f2; char f3; char f4; }; member in struct:S0
/external/clang/test/CodeGenCXX/
H A Dmangle.cpp255 template <int i> void f2(int (*)[+i]) { }; function in namespace:Expressions
256 template void f2<1>(int (*)[1]);
754 template<class T> auto f2(T p)->decltype(p) { return 0; }
763 template int f2(int);
810 void f2(int (&)[N + sizeof(int*)]) {} function in namespace:test34
813 template void f2<4>(int (&)[4 + sizeof(int*)]);
/external/clang/test/SemaCXX/
H A Dnew-delete.cpp52 foo* f2 = new foo[2]; local
H A Doverloaded-operator.cpp75 float &f2 = (enum1 == e2); local
215 float &f2 = ctfd((short int)1, 1.0f); local
/external/clang/test/SemaTemplate/
H A Dtemp_arg_nontype.cpp144 Baz<E(0)> f2; // This too. member in namespace:ns
/external/kernel-headers/original/linux/
H A Dtelephony.h232 * the LineJACK has received a wink from the telco switch. The f0, f1, f2
249 unsigned int f2:1; member in struct:phone_except
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml630 let f2 = define_function "Two" ty m in var
633 insist (Before f2 = function_succ f1);
634 insist (At_end m = function_succ f2);
636 insist (After f2 = function_end m);
637 insist (After f1 = function_pred f2);
855 let f2 = build_uitofp p2 float_type "F2" atentry in var
1021 ignore (build_fadd f1 f2 "build_fadd" b);
1025 ignore (build_fsub f1 f2 "build_fsub" b);
1029 ignore (build_fmul f1 f2 "build_fmul" b);
1033 ignore (build_fdiv f1 f2 "build_fdi
[all...]
/external/opencv/cvaux/src/
H A Dcvlmeds.cpp366 icvGetCoef( double *f1, double *f2, double *a2, double *a1, double *a0 ) argument
371 if( !f1 || !f2 || !a0 || !a1 || !a2 )
377 G[i] = f1[i] - f2[i];
387 *a0 = icvDet( f2 );
392 *a2 += f2[i] * icvMinor( G, (int) (i % 3), (int) (i / 3) );
393 *a1 += G[i] * icvMinor( f2, (int) (i % 3), (int) (i / 3) );
1596 icvGetCoof( double *f1, double *f2, double *a2, double *a1, double *a0 )
1601 if( !f1 || !f2 || !a0 || !a1 || !a2 )
1607 G[i] = f1[i] - f2[i];
1617 *a0 = icvDet( f2 );
[all...]
/external/skia/tests/
H A DPathTest.cpp451 SkPoint f2[] = {{0, 0}, {1, 1}, {0, 1}, {1, 0}}; // diagonal local
467 sizeof(f1), sizeof(f2), sizeof(f3), sizeof(f4), sizeof(f5), sizeof(f6),
473 f1, f2, f3, f4, f5, f6, f7, f8,
/external/v8/src/mips/
H A Dsimulator-mips.h169 f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, enumerator in enum:v8::internal::Simulator::FPURegister
/external/yaffs2/yaffs2/direct/
H A Ddtest.c256 sprintf(fn,"%s/%s",path,"f2");
343 sprintf(fn[2],"%s/%s",path,"f2");
1434 int f2; local
1476 int f2; local
1497 f2 = yaffs_freespace(mountpt);
1505 printf("%d\n%d\n%d\n%d\n",f0, f1,f2,f3);
/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp267 constexpr float f2 = 1e38f * 3.4029f; // expected-error {{constant expression}} expected-note {{floating point arithmetic produces an infinity}} member in namespace:UndefinedBehavior::Overflow
/external/icu4c/test/intltest/
H A Dnumrgts.cpp2021 UnicodeString f2, temp; local
2033 f2 = df->format(d2, f2, pos);
2037 if (f2 != UnicodeString("-0.0")) {
2038 errln(UnicodeString("") + d2 + UnicodeString(" x \"") + df->toPattern(temp) + "\" is formatted as \"" + f2 + '"');
2418 DecimalFormat f2(pat, symb, status);
2423 if (*df != f2) {
2427 "\" -> \"" + f2.toPattern(p) + "\"");
2437 f2.applyLocalizedPattern(pat, status);
2446 f2
[all...]
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientstub.c1538 int f2 = (flags & kDNSServiceFlagsRegistrationDomains) != 0; local
1539 if (f1 + f2 != 1) return kDNSServiceErr_BadParam;
1627 int f2 = (flags & kDNSServiceFlagsUnique) != 0; local
1628 if (f1 + f2 != 1) return kDNSServiceErr_BadParam;

Completed in 418 milliseconds

1234567891011>>