HomeSort by relevance Sort by last modified time
    Searched refs:f2 (Results 151 - 175 of 931) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
lsp_az.cpp 94 F1(z) and F2(z), and Lsp_Az, which converts LSP to LPC by multiplying
95 F1(z) by 1+z^(-1) and F2(z) by 1-z^(-1), then calculating A(z) = (F1(z) +
96 F2(z))/2.
160 This function finds the polynomial F1(z) or F2(z) from the LSPs. If the LSP
162 address 1, F2(z) is computed.
168 F2(z) = product ( 1 - 2 lsp[i] z^-1 + z^-2 )
438 (1) Find the coefficients of F1(z) and F2(z) (see Get_lsp_pol)
439 (2) Multiply F1(z) by 1+z^{-1} and F2(z) by 1-z^{-1}
440 (3) A(z) = ( F1(z) + F2(z) ) / 2
461 Word32 f1[6], f2[6]
518 Word32 f2[6]; local
    [all...]
  /external/clang/test/SemaTemplate/
temp_func_order.cpp 29 int &f2(T);
32 float &f2(A<T, U>);
35 double &f2(A<T, T>);
38 int &ir = f2(i);
39 float &fr = f2(aif);
40 double &dr = f2(aii);
  /external/clang/test/CXX/class/class.mem/
p2.cpp 48 void f2() throw(A2<T>);
53 void f2() throw(A2<T>);
  /external/clang/test/CXX/special/class.copy/
p33-0x.cpp 45 void f2(int i) { function in namespace:PR10142
56 template void f2<X>(int); // expected-note{{in instantiation of function template specialization 'PR10142::f2<PR10142::X>' requested here}}
  /external/clang/test/CodeGen/
conditional.c 70 // CHECK: call {{.*}} @f2(
71 int f2(void);
73 f2() ? (void)0 : (void)0;
  /external/clang/test/CodeGenCXX/
mangle-unnamed.cpp 19 inline int f2() { function
25 int f3() { return f2(); }
  /external/clang/test/Sema/
attr-availability-ios.c 5 void f2(int) __attribute__((availability(ios,introduced=2.0,deprecated=3.0))); // expected-note {{'f2' declared here}}
16 f2(0); // expected-warning{{'f2' is deprecated: first deprecated in iOS 3.0}}
attr-availability-macosx.c 5 void f2(int) __attribute__((availability(macosx,introduced=10.4,deprecated=10.5))); // expected-note {{'f2' declared here}}
13 f2(0); // expected-warning{{'f2' is deprecated: first deprecated in OS X 10.5}}
vector-cast.c 33 void f2(t2 X); // expected-note{{passing argument to parameter 'X' here}}
36 f2(Y); // expected-warning {{incompatible vector types passing 't3' to parameter of type 't2'}}
warn-unused-function.c 6 static void f2() {} function
7 static void f1() {f2();} // expected-warning{{unused}}
  /external/clang/test/SemaCXX/
attr-nonnull.cpp 27 __attribute__((nonnull(2))) void f2(int i, int * const &p);
31 f2(0, 0); // expected-warning{{null passed to a callee which requires a non-null argument}}
borland-extensions.cpp 11 int _pascal f2();
28 i = f2();
constructor.cpp 68 void f2();
82 void A::S::f2() {} function in class:A::S
warn-unused-value.cpp 28 void b(Foo f1, Foo f2) {
29 NOP(f1 == f2); // expected-warning {{expression result unused}}
  /external/compiler-rt/test/Unit/
enable_execute_stack_test.c 67 pfunc f2 = (pfunc)(uintptr_t)execution_buffer; local
68 if ((*f2)() != 2)
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh990323-2.cpp 35 void f2() function
68 f2();
eh990323-4.cpp 35 void f2() function
69 f2();
ice990323-2.cpp 16 void f2() function
50 f2();
  /ndk/tests/device/test-stlport_static-exception/jni/
eh990323-2.cpp 35 void f2() function
68 f2();
eh990323-4.cpp 35 void f2() function
69 f2();
ice990323-2.cpp 16 void f2() function
50 f2();
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 22 float f2 = 0.0f; local
  /external/chromium_org/tools/telemetry/telemetry/page/
page_set_unittest.py 35 with tempfile.NamedTemporaryFile(delete=False) as f2:
36 f2.write(simple_set % f.name.replace('\\', '\\\\'))
38 ps = page_set.PageSet.FromFile(f2.name)
41 os.remove(f2.name)
  /external/chromium_org/v8/test/mjsunit/
elide-double-hole-check-1.js 41 function f2(a, i) { function
45 assertEquals(0.5, f2(a2_b, 0));
46 assertEquals(0.5, f2(a2_b, 0));
47 %OptimizeFunctionOnNextCall(f2);
48 assertEquals(0.5, f2(a2_b, 0));
49 assertEquals(NaN, f2(a2_b, 1));
51 assertEquals(2, f2(a2_b, 1));
52 assertEquals(0.5, f2(a2_b, 0));
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p13.cpp 24 int (...f2)(int); // expected-error{{only function and template parameters can be parameter packs}}

Completed in 4885 milliseconds

1 2 3 4 5 67 8 91011>>