Searched defs:f0 (Results 201 - 225 of 282) sorted by relevance

1234567891011>>

/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
281 "lwc1 %[f0], 0(%[a]) \n\t"
289 "add.s %[f8], %[f0], %[f2] \n\t"
290 "sub.s %[f0], %[f0], %[f2] \n\t"
303 "sub.s %[f3], %[f0], %[f5] \n\t"
304 "add.s %[f0], %[f0], %[f5] \n\t"
312 "swc1 %[f0], 24(%[a]) \n\t"
314 "lwc1 %[f0], 3
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
924 const float f0 = 0.5f; local
1051 const float f0 = 0.5f; local
[all...]
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dproxies.js1474 var f0 = function() {} function
1475 f0.prototype = o1
1484 assertFalse(o1 instanceof f0)
1489 assertFalse(p1 instanceof f0)
1494 assertTrue(p2 instanceof f0)
1499 assertTrue(p3 instanceof f0)
1504 assertTrue(o2 instanceof f0)
1525 var f0 = Proxy.createFunction(handler(o0), function() {})
1532 assertFalse(null instanceof f0)
1533 assertFalse(o0 instanceof f0)
[all...]
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp2-0x.cpp21 template<typename T> void f0(T) { function in namespace:N0
25 template<> void f0(NonDefaultConstructible) { } function in namespace:N0
28 f0(NDC);
31 template<> void f0(int);
32 template<> void f0(long);
35 template<> void N0::f0(int) { } // okay function in class:N0
38 template<> void N0::f0(long) { } // expected-error{{does not enclose namespace}} function in class:N1::N0
41 template<> void N0::f0(double) { } function in class:N0
/external/clang/test/CodeGen/
H A Darm-aapcs-vfp.c99 // CHECK: define arm_aapcs_vfpcc <16 x i8> @f0(%struct.int8x16x4_t %{{.*}})
100 // CHECK64: define <16 x i8> @f0(<16 x i8> %{{.*}}, <16 x i8> %{{.*}}, <16 x i8> %{{.*}}, <16 x i8> %{{.*}})
101 int8x16_t f0(int8x16x4_t v4) { function
H A Dbitfield-2.c19 int f0 : 24;
26 return a0->f0;
29 return (a0->f0 = 1);
32 return (a0->f0 += 1);
41 res ^= g0.f0;
43 res ^= g0.f0;
63 signed f0 : 10;
87 res ^= g1.f0 ^ g1.f1;
89 res ^= g1.f0 ^ g1.f1;
108 unsigned long long f0
140 long long f0 : 32; member in struct:s3
177 unsigned f0 : 16; member in struct:s4
208 unsigned f0 : 2; member in struct:s5
240 _Bool f0 : 2; member in struct:s6
282 int f0 : 5; member in struct:s7
295 char f0 : 4; member in struct:s8
332 unsigned f0 : 7; member in struct:s9
[all...]
H A Dconst-init.c23 struct { } *f0; member in struct:s2::__anon18634
24 } f0; member in union:s2
27 int g0 = (int)(&(((union s2 *) 0)->f0.f0) - 0);
108 struct g20_s0 *f0, **f1; member in struct:g20_s1
111 static struct g20_s1 l0 = { ((void*) 0), &l0.f0 };
H A Dx86_64-arguments-nacl.c18 // CHECK: define { i64, i64 } @f0()
19 struct PP_Var f0() { function
66 struct s13_0 { long long f0[3]; }; member in struct:s13_0
67 struct s13_1 { long long f0[2]; }; member in struct:s13_1
/external/clang/test/CodeGenCXX/
H A Dmangle-template.cpp8 void f0(T<x> a0) {} function in namespace:test1
13 void f0(float) {} function in namespace:test1
16 void f1(t1<f0> a0) {}
21 void f0(float) {} function in namespace:test2
25 void f1(t1<f0> a0) {}
68 void f0(T<&A::im0> a0) {} function in namespace:test6
H A Dreferences.cpp155 void f0(s1 a) { s1 b = a; } function
H A Dtemp-order.cpp45 static unsigned f0(bool val = false) { function
161 print("f0", f0());
162 if (f0() != ORDER3(3, 7, 2))
H A Dx86_32-arguments.cpp63 s0_1 f0() { return s0_1(); } function
/external/clang/test/Sema/
H A Dexpr-address-of.c40 void f0() { function
64 register struct { int f0[10]; } x4; member in struct:__anon19108
65 int *_dummy4 = &x4.f0[2]; // expected-error {{address of register variable requested}}
H A Dswitch.c85 int f0(int var) { function
/external/clang/test/SemaCXX/
H A Dc99-variable-length-array.cpp112 void f0() { function in struct:rdar8021385::B
H A Dmember-expr.cpp25 int f0; member in struct:A
28 A *f0();
30 int f0(B *b) { function
31 return b->f0->f0; // expected-error{{did you mean to call it with no arguments}}
/external/clang/test/SemaTemplate/
H A Dinstantiate-init.cpp8 X0 f0(T t, U u) { function
14 f0(ip, fp);
15 f0(ip, dp); // expected-note{{instantiation}}
48 void f0() function in namespace:PR6657
55 f0<int>();
H A Dinstantiate-local-class.cpp3 void f0() { function
12 template void f0<int>();
H A Dinstantiate-method.cpp134 int f0( ) function in struct:PR6947::X
151 pc.f0();
H A Dmember-template-access-expr.cpp3 U f0(T t) { function
18 int i = f0<int>(x);
19 int &ir = f0<int&>(x);
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_bvgraph_test.cc176 uptr f0 = 1; local
181 EXPECT_FALSE(g.isReachable(f0, target));
186 g.addEdge(f0, f1);
189 EXPECT_FALSE(g.isReachable(f0, target));
195 EXPECT_TRUE(g.isReachable(f0, target));
199 EXPECT_EQ(g.findPath(f0, target, path, ARRAY_SIZE(path)), 3U);
200 EXPECT_EQ(path[0], f0);
208 EXPECT_TRUE(g.isReachable(f0, target));
/external/gtest/include/gtest/internal/
H A Dgtest-tuple.h211 explicit tuple(GTEST_BY_REF_(T0) f0) : f0_(f0) {}
243 explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1) : f0_(f0),
286 explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1,
287 GTEST_BY_REF_(T2) f2) : f0_(f0), f1_(f1), f2_(f2) {}
323 explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1,
324 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3) : f0_(f0), f1_(f1), f2_(f2),
364 explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1,
366 GTEST_BY_REF_(T4) f4) : f0_(f0), f1
611 explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, member in class:std::tr1::tuple
670 make_tuple(const T0& f0) argument
675 make_tuple(const T0& f0, const T1& f1) argument
680 make_tuple(const T0& f0, const T1& f1, const T2& f2) argument
685 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3) argument
691 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4) argument
697 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5) argument
703 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6) argument
709 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7) argument
715 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7, const T8& f8) argument
722 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7, const T8& f8, const T9& f9) argument
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-tuple.h189 explicit tuple(GTEST_BY_REF_(T0) f0) : f0_(f0) {}
221 explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1) : f0_(f0),
264 explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1,
265 GTEST_BY_REF_(T2) f2) : f0_(f0), f1_(f1), f2_(f2) {}
301 explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1,
302 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3) : f0_(f0), f1_(f1), f2_(f2),
342 explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1,
344 GTEST_BY_REF_(T4) f4) : f0_(f0), f1
589 explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, member in class:std::tr1::tuple
648 make_tuple(const T0& f0) argument
653 make_tuple(const T0& f0, const T1& f1) argument
658 make_tuple(const T0& f0, const T1& f1, const T2& f2) argument
663 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3) argument
669 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4) argument
675 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5) argument
681 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6) argument
687 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7) argument
693 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7, const T8& f8) argument
700 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7, const T8& f8, const T9& f9) argument
[all...]
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-tuple.h189 explicit tuple(GTEST_BY_REF_(T0) f0) : f0_(f0) {}
221 explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1) : f0_(f0),
264 explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1,
265 GTEST_BY_REF_(T2) f2) : f0_(f0), f1_(f1), f2_(f2) {}
301 explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1,
302 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3) : f0_(f0), f1_(f1), f2_(f2),
342 explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1,
344 GTEST_BY_REF_(T4) f4) : f0_(f0), f1
589 explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, member in class:std::tr1::tuple
648 make_tuple(const T0& f0) argument
653 make_tuple(const T0& f0, const T1& f1) argument
658 make_tuple(const T0& f0, const T1& f1, const T2& f2) argument
663 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3) argument
669 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4) argument
675 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5) argument
681 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6) argument
687 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7) argument
693 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7, const T8& f8) argument
700 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7, const T8& f8, const T9& f9) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_emit.cpp501 struct brw_reg f0 = brw_flag_reg(); local
514 brw_MOV(p, f0, brw_imm_uw(0xffff));
529 brw_AND(p, g1, f0, g1);
543 brw_NOT(p, f0, brw_mask_reg(1)); /* IMASK */
544 brw_AND(p, g0, f0, g0);
635 * into the flags register (f0.0).
642 struct brw_reg f0 = brw_flag_reg(); local
648 brw_MOV(p, f0, g1);
/external/opencv/cxcore/src/
H A Dcxrand.cpp165 worktype f0, f1; \
172 f0 = cast_macro1( t0.f * p[i + 12] + p[i] ); \
174 arr[i] = cast_macro2(f0); \
181 f0 = cast_macro1( t0.f * p[i + 14] + p[i + 2] ); \
183 arr[i+2] = cast_macro2(f0); \
195 worktype f0; \
200 f0 = cast_macro1( t0.f * p[i + 12] + p[i] ); \
201 arr[i] = cast_macro2(f0); \
224 double f0, f1; local
231 f0
254 double f0; local
[all...]

Completed in 1402 milliseconds

1234567891011>>