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

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
regress-85880.js 50 function f2() function
52 return f2.arguments;
55 actual = (f2() == null);
60 actual = (f2(0) == null);
84 f2();
regress-137181.js 68 function f2(x) function
75 actual = f2(0); // (bug: Rhino was returning -1)
  /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}}
attr-noreturn.cpp 23 void f2() { f1(f0); } function
46 f3(f2); // expected-error{{no matching function for call}}
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
  /external/compiler-rt/test/Unit/
enable_execute_stack_test.c 67 pfunc f2 = (pfunc)(uintptr_t)execution_buffer; local
68 if ((*f2)() != 2)
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/
definition-1.js 42 function f2() { f3 = function() { return "passed!" }; return f3(); } function
50 'function f2() { f3 = function { return "passed!" }; return f3() }; f2()',
52 f2() );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-185165.js 58 var f2; variable
59 eval("f2=" + s1);
60 var s2 = f2.toString();
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/
regress-154693.js 60 var f2 = f();
63 actual = (f1 != f2);
  /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();

Completed in 1525 milliseconds

1 2 3 4 5 67 8 91011>>