HomeSort by relevance Sort by last modified time
    Searched refs:f1 (Results 426 - 450 of 744) sorted by null

<<11121314151617181920>>

  /external/clang/test/SemaCXX/
linkage2.cpp 73 shared_future<int&> f1 = get_future<int&>(); local
warn-unused-filescoped.cpp 4 static void f1(); // expected-warning{{unused}}
uninitialized.cpp 303 auto f1 = [] (int x, int y) { int z; return x + y + z; }; // expected-warning{{variable 'z' is uninitialized when used here}} expected-note {{initialize the variable 'z' to silence this warning}} local
304 return f1(1, 2);
372 F f1, f2; member in struct:__anon6928::G
374 G(char (*)[1]) : f1(f1) {} // expected-warning {{field 'f1' is uninitialized when used here}}
375 G(char (*)[2]) : f2(f1) {}
378 G(char (*)[4]) : f1(f1.*ptr) {} // expected-warning {{field 'f1' is uninitialized when used here}
    [all...]
  /external/clang/test/SemaTemplate/
dependent-template-recover.cpp 9 t->f1<int const, 2>(); // expected-error{{use 'template' keyword to treat 'f1' as a dependent template name}}
fun-template-def.cpp 19 T f1(T t1, U u1, int i1) function
temp_explicit.cpp 56 void f1(X3<int&>); // okay, Inner, not instantiated
  /external/libffi/src/powerpc/
aix.S 60 .set f1,1
158 lfd f1,-16-(13*8)(r28)
204 stfd f1,0(r30)
207 stfs f1,0(r30)
aix_closure.S 60 .set f1,1
130 stfd f1, 56(r1)
195 lfd f1,0(r5)
200 lfs f1,0(r5)
darwin.S 111 lfd f1,-16-(13*8)(r28)
161 stfd f1,0(r30)
168 stfd f1,0(r30)
173 stfs f1,0(r30)
darwin_closure.S 78 stfd f1,56(r1)
150 lfs f1,0(r5)
157 lfd f1,0(r5)
164 lfd f1,0(r5)
  /external/v8/test/mjsunit/tools/
codemap.js 75 codeMap.addStaticCode(0x1510, newCodeEntry(0x30, 'lib1-f1'));
77 codeMap.addStaticCode(0x15520, newCodeEntry(0x100, 'lib2-f1'));
80 assertEntry(codeMap, 'lib1-f1', 0x1510);
81 assertEntry(codeMap, 'lib1-f1', 0x1510 + 0x15);
82 assertEntry(codeMap, 'lib1-f1', 0x1510 + 0x30 - 1);
91 assertEntry(codeMap, 'lib2-f1', 0x15520);
92 assertEntry(codeMap, 'lib2-f1', 0x15520 + 0x80);
93 assertEntry(codeMap, 'lib2-f1', 0x15520 + 0x100 - 1);
  /external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
update_html_tags_from_sources.sh 30 grep -v "^#" $src_dir/Source/WebCore/html/HTMLAttributeNames.in | cut -d" " -f1 | \
32 grep -v "^#" $src_dir/Source/WebCore/html/HTMLTagNames.in | cut -d" " -f1 | \
43 egrep -o '"@.*?\"' $src_dir/Source/WebCore/css/CSSParser.cpp | cut -d\" -f2 | cut -d"{" -f1 | \
49 | cut -d\( -f2 | cut -d, -f1 | cut -d\) -f1 > ${tmp_prefix}.html-tags
54 | cut -d: -f3 | cut -d\) -f1 | cut -d, -f1 | xargs -n1 -I{} grep "({}," $src_dir/parser/html/nsHtml5AtomList.h \
56 egrep "^ [a-z-]+," $src_dir/layout/style/nsCSSPropList.h | cut -d, -f1 \
59 | cut -d, -f1 > ${tmp_prefix}.css-values
79 | cut -d\" -f2 | cut -d" " -f1 > ${tmp_prefix}.css-atrule
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
az_lsp.cpp 57 4. Used NC in the definition of f1 and f2 arrays.
149 - The polynomial F(z) (F1(z) or F2(z)) is given by
356 f1[i] = a[i] + a[11-i] - f1[i-1] ; i=1,...,5
359 The roots of F1(z) and F2(z) are found using Chebyshev polynomial evaluation.
389 Word16 f1[M / 2 + 1], f2[M / 2 + 1];
393 * find the sum and diff. pol. F1(z) and F2(z) *
394 * F1(z) <--- F1(z)/(1+z**-1) & F2(z) <--- F2(z)/(1-z**-1) *
396 * f1[0] = 1.0;
583 Word16 f1[NC + 1]; local
    [all...]
  /frameworks/native/include/ui/
Fence.h 79 // becomes signaled when both f1 and f2 are signaled (even if f1 or f2 is
82 static sp<Fence> merge(const String8& name, const sp<Fence>& f1,
  /external/ceres-solver/internal/ceres/
trust_region_minimizer_test.cc 101 double f1 = x1 + 10.0 * x2; local
107 << "f1=" << f1 << ", "
112 *cost = (f1*f1 + f2*f2 + f3*f3 + f4*f4) / 2.0;
117 residuals[0] = f1;
  /external/openfst/src/include/fst/
lookahead-filter.h 126 typedef typename M1::FST F1;
141 const F1 &GetFst() const { return *fst_; }
146 const F1 *fst_;
366 const FilterState1 &f1 = filter_.FilterArc(arc1, arc2); local
367 if (f1 == FilterState1::NoState())
371 return FilterState(f1, FilterState2(Weight::One()));
379 return FilterState(f1, FilterState2(lweight));
505 const FilterState1 &f1 = filter_.FilterArc(arc1, arc2); local
506 if (f1 == FilterState1::NoState())
510 return FilterState(f1, FilterState2(kNoLabel))
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuRuntimeStubs.cpp 69 static void SC_debugFv2(const char *s, float f1, float f2) {
70 ALOGD("float x2 %s {%f, %f}", s, f1, f2);
72 static void SC_debugFv3(const char *s, float f1, float f2, float f3) {
73 ALOGD("float x3 %s {%f, %f, %f}", s, f1, f2, f3);
75 static void SC_debugFv4(const char *s, float f1, float f2, float f3, float f4) {
76 ALOGD("float x4 %s {%f, %f, %f, %f}", s, f1, f2, f3, f4);
  /cts/tools/vm-tests-tf/src/dot/junit/format/f1/d/
T_f1_1.d 16 .class public dot.junit.format.f1.d.T_f1_1
T_f1_10.d 16 .class public dot.junit.format.f1.d.T_f1_10
T_f1_11.d 16 .class public dot.junit.format.f1.d.T_f1_11
T_f1_12.d 16 .class public dot.junit.format.f1.d.T_f1_12
T_f1_2.d 16 .class public dot.junit.format.f1.d.T_f1_2
T_f1_3.d 16 .class public dot.junit.format.f1.d.T_f1_3
T_f1_4.d 16 .class public dot.junit.format.f1.d.T_f1_4
T_f1_5.d 16 .class public dot.junit.format.f1.d.T_f1_5

Completed in 587 milliseconds

<<11121314151617181920>>