Searched refs:f0 (Results 201 - 225 of 508) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/mjsunit/
H A Dapply.js30 function f0() { function
38 assertSame(this, f0.apply(), "1-0");
40 assertSame(this, f0.apply(this), "2a");
41 assertSame(this, f0.apply(this, new Array(1)), "2b");
42 assertSame(this, f0.apply(this, new Array(2)), "2c");
43 assertSame(this, f0.apply(this, new Array(4242)), "2d");
45 assertSame(this, f0.apply(null), "3a");
46 assertSame(this, f0.apply(null, new Array(1)), "3b");
47 assertSame(this, f0.apply(null, new Array(2)), "3c");
48 assertSame(this, f0
[all...]
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp2.cpp19 template<typename T> void f0(T) { // expected-note{{here}} function in namespace:N0
23 template<> void f0(NonDefaultConstructible) { } function in namespace:N0
26 f0(NDC);
29 template<> void f0(int);
30 template<> void f0(long);
33 template<> void N0::f0(int) { } // okay function in class:N0
36 template<> void N0::f0(long) { } // expected-error{{does not enclose namespace}} function in class:N1::N0
39 template<> void N0::f0(double); // expected-warning{{C++11 extension}}
40 template<> void N0::f0(double) { } function in class:N0
H A Dp1.cpp18 template<typename T> void f0(T) { function
22 template<> void f0(NonDefaultConstructible) { } function
25 f0(NDC);
/external/llvm/test/MC/SystemZ/
H A Dinsn-bad.s14 #CHECK: adb %f0, -1
16 #CHECK: adb %f0, 4096
18 adb %f0, -1
19 adb %f0, 4096
22 #CHECK: aeb %f0, -1
24 #CHECK: aeb %f0, 4096
26 aeb %f0, -1
27 aeb %f0, 4096
243 #CHECK: axbr %f0, %f2
245 #CHECK: axbr %f2, %f0
[all...]
H A Dinsn-good-z196.s138 #CHECK: cdlfbr %f0, 0, %r0, 0 # encoding: [0xb3,0x91,0x00,0x00]
139 #CHECK: cdlfbr %f0, 0, %r0, 15 # encoding: [0xb3,0x91,0x0f,0x00]
140 #CHECK: cdlfbr %f0, 0, %r15, 0 # encoding: [0xb3,0x91,0x00,0x0f]
141 #CHECK: cdlfbr %f0, 15, %r0, 0 # encoding: [0xb3,0x91,0xf0,0x00]
145 cdlfbr %f0, 0, %r0, 0
146 cdlfbr %f0, 0, %r0, 15
147 cdlfbr %f0, 0, %r15, 0
148 cdlfbr %f0, 15, %r0, 0
152 #CHECK: cdlgbr %f0, 0, %r0, 0 # encoding: [0xb3,0xa1,0x00,0x00]
153 #CHECK: cdlgbr %f0,
[all...]
/external/clang/test/CodeGen/
H A Darm64-arguments.c3 // CHECK: define signext i8 @f0()
4 char f0(void) { function
11 struct s1 { char f0; }; member in struct:s1
15 struct s2 { short f0; }; member in struct:s2
19 struct s3 { int f0; }; member in struct:s3
23 struct s4 { struct s4_0 { int f0; } f0; }; member in struct:s4
27 struct s5 { struct { } f0; int f1; }; member in struct:s5
31 struct s6 { int f0[1]; }; member in struct:s6
35 struct s7 { struct { int : 0; } f0; }; member in struct:s7
39 struct s8 { struct { int : 0; } f0[1]; }; member in struct:s8
43 struct s9 { int f0; int : 0; }; member in struct:s9
47 struct s10 { int f0; int : 0; int : 0; }; member in struct:s10
51 struct s11 { int : 0; int f0; }; member in struct:s11
55 union u12 { char f0; short f1; int f2; }; member in union:u12
60 struct s13 { float f0; }; member in struct:s13
63 union u14 { float f0; }; member in union:u14
73 struct s17 { short f0 : 13; char f1 : 4; }; member in struct:s17
77 struct s18 { short f0; char f1 : 4; }; member in struct:s18
81 struct s19 { int f0; struct s8 f1; }; member in struct:s19
85 struct s20 { struct s8 f1; int f0; }; member in struct:s20
89 struct s21 { struct {} f1; int f0 : 4; }; member in struct:s21
106 struct s28 { _Complex char f0; }; member in struct:s28
110 struct s29 { _Complex short f0; }; member in struct:s29
114 struct s30 { _Complex int f0; }; member in struct:s30
[all...]
H A Dmangle.c8 void __attribute__((__overloadable__)) f0(int a) {} function
10 void __attribute__((__overloadable__)) f0(long b) {} function
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
/external/clang/test/CXX/expr/
H A Dp9.cpp12 __typeof__(0 + 0.0f) f0;
13 float &fr = f0;
/external/clang/test/CXX/temp/temp.spec/
H A Dno-body.cpp23 template<typename T> void f0(T) { } function
39 template<> void f0<int>(int) { } // expected-error {{no function template matches function template specialization 'f0'}} function in namespace:exp_spec
/external/clang/test/Sema/
H A Dattr-availability-ios.c3 void f0(int) __attribute__((availability(ios,introduced=2.0,deprecated=2.1))); // expected-note {{'f0' has been explicitly marked deprecated here}}
14 f0(0); // expected-warning{{'f0' is deprecated: first deprecated in iOS 2.1}}
H A Dattr-availability-macosx.c3 void f0(int) __attribute__((availability(macosx,introduced=10.4,deprecated=10.6)));
11 f0(0);
H A Dwarn-unused-function.c9 static int f0() { return 17; } // expected-warning{{not needed and will not be emitted}} function
10 int x = sizeof(f0());
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}}
/external/clang/test/SemaTemplate/
H A Dexplicit-specialization-member.cpp6 void f0(T);
10 template<> void X0<char>::f0(char);
H A Dtemp_func_order.cpp3 int &f0(T);
6 float &f0(T*);
9 int &ir = f0(i);
10 float &fr = f0(ip);
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>();
/external/clang/test/Modules/Inputs/
H A Dmodule_private_left.h7 int &f0(int);
/external/clang/test/SemaCXX/
H A Dwarn-unused-parameters.cpp4 T f0(T x);
12 template<typename T> T X<T>::f0(T x) { return x; } function in class:X
20 x.f0(i);
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/
H A Dsparcv9_modes.pl44 ldd [$ivec + 0], %f0 ! load ivec
48 faligndata %f0, %f2, %f0
53 ld [$ivec + 0], %f0
97 fxor %f12, %f0, %f0 ! ^= ivec
107 std %f0, [$out + 0]
113 st %f0, [$ivec + 0]
122 std %f0, [$ivec + 0] ! write out ivec
133 faligndata %f0,
[all...]
/external/valgrind/main/none/tests/mips32/
H A DMoveIns.stdout.exp2 mfc1 $t1, $f0 :: fs 4.676074, rt 0x4095a266
30 mtc1 $t1, $f0 :: fs 4.676074, rt 0x4095a266
58 mov.s $f0, $f0 :: fs 0.000000, rt 0x0
59 mov.s $f0, $f1 :: fs 456.248962, rt 0x43e41fde
86 mov.d $f0, $f0 ::fs 11600973572943642624.000000, rt 0x0
87 mov.d $f0, $f0 ::fs -0.007813, rt 0x40400000
88 mov.d $f0,
[all...]
/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/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
H A Dp3.cpp12 friend void f0(int);
16 F0 f0() { return S0().member_func(); } function in namespace:N
18 N::F0 f0_var = N::f0();
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
H A Dp1.cpp10 void f0(const T&, const U&);
25 void X0<T, U>::f0(const T&, const U&) { // expected-note{{previous definition}} function in class:X0
47 // FIXME: error message should probably say, "redefinition of 'X0<T, U>::f0'"
48 // rather than just "redefinition of 'f0'"
50 void X0<T, U>::f0(const T&, const U&) { // expected-error{{redefinition}} function in class:X0

Completed in 6133 milliseconds

1234567891011>>