/external/clang/test/CodeGenCXX/ |
mangle-ms-return-qualifiers.cpp | 161 int S::* f8() { return 0; } function in class:S 162 // CHECK: "\01?f8@@YAPQS@@HXZ"
|
temporaries.cpp | 217 A f8() { function
|
/external/libjpeg-turbo/simd/ |
jsimd_mips_dspr2_asm.h | 67 #define f8 $f8 macro
|
/external/v8/test/mjsunit/harmony/ |
destructuring.js | 766 function f8({a = () => x}) { var x; return a(); } function 767 assertEquals(1, f8({})); 872 function f8({a = () => eval("'use strict'; x")}, x) { return a() } 873 assertEquals(4, f8({a: () => 4}, 5)); 978 function f8({x}) { { var g = () => x; var x = 2; } return g(); } 979 assertEquals(2, f8({x: 1})); 1058 function f8(x, ...a) { a = []; return arguments[1] } 1059 assertEquals(6, f8(5, 6));
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
pstats.py | 421 f8(tt), f8(ct), name) 424 substats = '%s(%r) %s' % (name, value, f8(self.stats[func][3])) 439 print >> self.stream, f8(tt), 443 print >> self.stream, f8(float(tt)/nc), 444 print >> self.stream, f8(ct), 448 print >> self.stream, f8(float(ct)/cc), 535 def f8(x): function
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
pstats.py | 421 f8(tt), f8(ct), name) 424 substats = '%s(%r) %s' % (name, value, f8(self.stats[func][3])) 439 print >> self.stream, f8(tt), 443 print >> self.stream, f8(float(tt)/nc), 444 print >> self.stream, f8(ct), 448 print >> self.stream, f8(float(ct)/cc), 535 def f8(x): function
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pstats.py | 421 f8(tt), f8(ct), name) 424 substats = '%s(%r) %s' % (name, value, f8(self.stats[func][3])) 439 print >> self.stream, f8(tt), 443 print >> self.stream, f8(float(tt)/nc), 444 print >> self.stream, f8(ct), 448 print >> self.stream, f8(float(ct)/cc), 535 def f8(x): function
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pstats.py | 421 f8(tt), f8(ct), name) 424 substats = '%s(%r) %s' % (name, value, f8(self.stats[func][3])) 439 print >> self.stream, f8(tt), 443 print >> self.stream, f8(float(tt)/nc), 444 print >> self.stream, f8(ct), 448 print >> self.stream, f8(float(ct)/cc), 535 def f8(x): function
|
/external/clang/test/Analysis/ |
dead-stores.c | 78 int f8(int *p) { function
|
pr22954.c | 135 int f8() { function [all...] |
malloc.c | 395 void f8() { function [all...] |
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/ |
p7-0x.cpp | 87 Agg<float> f8 = {1E50}; // expected-error {{constant expression evaluates to 1.000000e+50 which cannot be narrowed to type 'float'}} expected-note {{silence}} local
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_ppc_regs.h | 41 #define f8 8 macro
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
aec_core_mips.c | 345 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13; local 359 "mul.s %[f8], %[f0], %[f1] \n\t" 371 "sub.s %[f8], %[f8], %[f12] \n\t" 383 "nmsub.s %[f8], %[f8], %[f2], %[f3] \n\t" 392 "add.s %[f2], %[f2], %[f8] \n\t" 409 "mul.s %[f8], %[f0], %[f1] \n\t" 414 "sub.s %[f8], %[f8], %[f12] \n\t 465 float f0, f1, f2, f3, f4, f5, f6 ,f7, f8, f9, f10, f11, f12; local [all...] |
/system/bt/stack/smp/ |
aes.c | 83 #define f8(x) ((x << 3) ^ (((x >> 5) & 1) * WPOLY) ^ (((x >> 5) & 2) * WPOLY) \ macro 88 #define f9(x) (f8(x) ^ x) 89 #define fb(x) (f8(x) ^ f2(x) ^ x) 90 #define fd(x) (f8(x) ^ f4(x) ^ x) 91 #define fe(x) (f8(x) ^ f4(x) ^ f2(x))
|
/art/compiler/jni/ |
jni_compiler_test.cc | 1581 jfloat f8 = bit_cast<jfloat, jint>(18); local 1651 jfloat f8 = bit_cast<jfloat, jint>(18); local 1720 jfloat f8 = bit_cast<jfloat, jint>(18); local [all...] |
/external/clang/test/CodeGen/ |
arm64-arguments.c | 38 // CHECK: define void @f8() 40 struct s8 f8(void) {} function
|
ppc64le-aggregates.c | 12 struct f8 { float f[8]; }; struct 42 struct f8 func_f8(struct f8 x) { return x; } 99 // CHECK: %[[TMP:[^ ]+]] = load [8 x float], [8 x float]* getelementptr inbounds (%struct.f8, %struct.f8* @global_f8, i32 0, i32 0), align 4 101 struct f8 global_f8;
|
/external/v8/src/mips/ |
simulator-mips.h | 147 f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, enumerator in enum:v8::internal::Simulator::FPURegister
|
/external/v8/src/mips64/ |
simulator-mips64.h | 177 f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, enumerator in enum:v8::internal::Simulator::FPURegister
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
loopfilter_sse2.c | 370 const __m128i f8 = _mm_packus_epi16(_mm_srli_epi16(*f8_lo, 3), local 372 const __m128i result = _mm_and_si128(*flat, f8); [all...] |
/external/boringssl/src/crypto/curve25519/ |
curve25519.c | 298 int32_t f8 = f[8]; local 404 int64_t f8g0 = f8 * (int64_t) g0; 405 int64_t f8g1 = f8 * (int64_t) g1; 406 int64_t f8g2_19 = f8 * (int64_t) g2_19; 407 int64_t f8g3_19 = f8 * (int64_t) g3_19; 408 int64_t f8g4_19 = f8 * (int64_t) g4_19; 409 int64_t f8g5_19 = f8 * (int64_t) g5_19; 410 int64_t f8g6_19 = f8 * (int64_t) g6_19; 411 int64_t f8g7_19 = f8 * (int64_t) g7_19; 412 int64_t f8g8_19 = f8 * (int64_t) g8_19 524 int32_t f8 = f[8]; local 781 int32_t f8 = f[8]; local 4729 int32_t f8 = f[8]; local [all...] |
/external/skia/tests/ |
PathTest.cpp | 1827 SkPoint f8[] = {{0, 0}, {1, 0}, {1, 1}, {1, 0}}; \/\/ 'L' local 2004 SkPoint f8[] = {{0, 0}, {1, 0}, {1, 1}, {1, 0}}; \/\/ 'L' local [all...] |
/external/valgrind/memcheck/tests/ |
deep-backtrace.c | 8 int f8(int *p) { return f7(p); } function 9 int f9(int *p) { return f8(p); }
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
gtest.h | 1255 GTEST_BY_REF_(T8) f8, GTEST_BY_REF_(T9) f9) : f0_(f0), f1_(f1), f2_(f2), member in class:std::tr1::tuple [all...] |