/external/v8/test/mjsunit/ |
for-in-opt.js | 134 %DeoptimizeFunction(f5); 153 function f5() { function 161 f5(); f5(); f5(); 162 %OptimizeFunctionOnNextCall(f5); 166 f5();
|
global-infinity-strict.js | 36 function f5() { return Infinity == (1/0); } function 37 test(true, f5);
|
global-infinity.js | 27 function f5() { return Infinity == (1/0); } function 28 test(true, f5);
|
global-nan-strict.js | 36 function f5() { return NaN == (0/0); } function 37 test(false, f5);
|
global-nan.js | 27 function f5() { return NaN == (0/0); } function 28 test(false, f5);
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
catch_pointer_reference.pass.cpp | 192 void f5() function 435 f5();
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
insns-c674x-pcrel.s | 83 f5: label 91 bpos .S2 f5,b2 92 [!b1] bpos .S2 f5+4,b2
|
unwind-1.s | 79 f5: label
|
unwind-2.s | 79 f5: label
|
/external/clang/test/Analysis/ |
uninit-const.cpp | 95 void f5(void) { function
|
uninit-vals-ps.c | 54 int f5(void) { function
|
/external/clang/test/CodeGen/ |
exprs.c | 90 struct f5_a f5() {return ((union f5_z)f5_a).y;} function
|
wasm-arguments.c | 49 // WEBASSEMBLY32: define void @f5(i8 signext %a, i16 signext %b) 50 // WEBASSEMBLY64: define void @f5(i8 signext %a, i16 signext %b) 51 void f5(char a, short b) {} function
|
x86_64-arguments-nacl.c | 28 // CHECK-LABEL: define double @f5() 29 long double f5(void) { function
|
/external/clang/test/CodeGenCXX/ |
debug-info-line.cpp | 65 void f5() { function
|
temp-order.cpp | 107 static unsigned f5() { function 186 print("f5", f5()); 187 if (f5() != ORDER4(5, 3, 7, 2))
|
visibility-inlines-hidden.cpp | 11 static void f5() { } function in struct:X0 23 static void f5() { } function in struct:X1 47 X0::f5(); 59 X1<int>::f5();
|
/external/clang/test/Sema/ |
complex-int.c | 69 int f5[(3.0i == -(-3.0i) ? ((void)3.0, __extension__ (1.0i - 1.0)) : 0) == 1.0i - 1.0 ? 1 : -1]; variable
|
private-extern.c | 47 void f5() { function
|
string-init.c | 43 long f5[] = L"a"; // expected-error{{array initializer must be an initializer list}} local
|
/external/clang/test/SemaCXX/ |
exceptions.cpp | 181 void f5() { function in namespace:HandlerInversion
|
/external/llvm/test/MC/ELF/ |
cfi.s | 29 f5: label
|
/external/v8/test/mjsunit/harmony/ |
default-parameters.js | 31 function f5(x, y = () => x) { return x + y(); } function 32 assertEquals(8, f5(4)); 33 assertEquals(8, f5(4, undefined)); 34 assertEquals(6, f5(4, () => 2)); 96 function f5(a = () => x) { var x; return a(); } 97 assertEquals(1, f5()); 148 function f5(a = () => eval("x")) { var x; return a(); } 149 assertEquals(1, f5()); 270 function f5(a = () => eval("x"), x) { return a() } 271 assertEquals(4, f5(() => 4, 5)) [all...] |
destructuring.js | 752 function f5({a = x}) { function x() {}; return a; } function 753 assertEquals(1, f5({})); 863 function f5({a = () => x}, x) { return a() } 864 assertEquals(4, f5({a: () => 4}, 5)); 972 function f5({x}, g = () => x) { var x = 2; return g(); } 973 assertEquals(1, f5({x: 1})); 1052 function f5(x, ...a) { arguments[0] = 0; return x } 1053 assertEquals(6, f5(6, {}));
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
aec_rdft_mips.c | 272 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; local 286 "lwc1 %[f5], 20(%[a]) \n\t" 295 "add.s %[f3], %[f5], %[f7] \n\t" 296 "sub.s %[f5], %[f5], %[f7] \n\t" 303 "sub.s %[f3], %[f0], %[f5] \n\t" 304 "add.s %[f0], %[f0], %[f5] \n\t" 319 "lwc1 %[f5], 52(%[a]) \n\t" 328 "add.s %[f2], %[f5], %[f7] \n\t" 329 "sub.s %[f5], %[f5], %[f7] \n\t 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 929 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; local 1056 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; local [all...] |