HomeSort by relevance Sort by last modified time
    Searched defs:f9 (Results 76 - 98 of 98) sorted by null

1 2 34

  /prebuilts/go/linux-x86/test/fixedbugs/
issue6889.go 20 f9 = f8 * 9
21 f10 = f9 * 10
19 f9 = f8 * 9 const
  /prebuilts/go/linux-x86/test/
live.go 136 // ignoring block assignments used to cause "live at entry to f9: x"
141 func f9() bool { func
  /system/bt/stack/smp/
aes.cc 91 #define f9(x) (f8(x) ^ (x)) macro
227 static const uint_8t gfmul_9[256] = mm_data(f9);
313 #define gfm_9(x) f9(x)
  /external/clang/test/CodeGen/
ppc64le-aggregates.c 13 struct f9 { float f[9]; }; struct
44 // CHECK: define void @func_f9(%struct.f9* noalias sret %agg.result, [5 x i64] %x.coerce)
45 struct f9 func_f9(struct f9 x) { return x; }
107 // CHECK: call void @llvm.memcpy.p0i8.p0i8.i64(i8* %[[TMP2]], i8* bitcast (%struct.f9* @global_f9 to i8*), i64 36, i32 4, i1 false)
109 // CHECK: call void @func_f9(%struct.f9* sret %{{[^ ]+}}, [5 x i64] %[[TMP3]])
110 struct f9 global_f9;
x86_64-arguments.c 59 // CHECK-LABEL: define i64 @f9()
60 struct s9 { int a; int b; int : 0; } f9(void) { while (1) {} } function
arm64-arguments.c 42 // CHECK: define i64 @f9()
44 struct s9 f9(void) {} function
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/protocol/ia64/
eficontext.h 108 UINT64 f9[2]; member in struct:__anon34311
  /art/compiler/jni/
jni_compiler_test.cc 2007 jfloat f9 = bit_cast<jfloat, jint>(19); local
2077 jfloat f9 = bit_cast<jfloat, jint>(19); local
2146 jfloat f9 = bit_cast<jfloat, jint>(19); local
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
SmmCis.h 355 UINT64 f9[2]; member in struct:__anon8173
  /external/v8/src/mips/
simulator-mips.h 180 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 189 f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, enumerator in enum:v8::internal::Simulator::FPURegister
  /external/valgrind/VEX/priv/
host_s390_isel.c 2691 HReg op1_hi, op1_lo, op2_hi, op2_lo, f9, f11, f12, f13, f14, f15; local
2778 HReg op1_hi, op1_lo, op2, f9, f11, f13, f15; local
    [all...]
  /art/test/439-npe/src/
Main.java 684 float f9 = 49.0f; local
764 f8 += f9;
765 f9 += f10;
831 System.out.println("f9=" + f9);
  /external/boringssl/src/crypto/curve25519/
curve25519.c 289 int32_t f9 = f[9]; local
313 int32_t f9_2 = 2 * f9;
404 int64_t f9g0 = f9 * (int64_t) g0;
406 int64_t f9g2_19 = f9 * (int64_t) g2_19;
408 int64_t f9g4_19 = f9 * (int64_t) g4_19;
410 int64_t f9g6_19 = f9 * (int64_t) g6_19;
412 int64_t f9g8_19 = f9 * (int64_t) g8_19;
515 int32_t f9 = f[9]; local
528 int32_t f9_38 = 38 * f9; /* 1.959375*2^30 */
538 int64_t f0f9_2 = f0_2 * (int64_t) f9;
766 int32_t f9 = f[9]; local
4752 int32_t f9 = f[9]; local
    [all...]
  /external/skia/tests/
PathTest.cpp 2002 SkPoint f9[] = {{1, 0}, {8, 0}, {8, 8}, {0, 8}, {0, 0}, {2, 0}}; \/\/ overlaps local
    [all...]
  /external/valgrind/memcheck/tests/
deep-backtrace.c 9 int f9(int *p) { return f8(p); } function
10 int f10(int *p) { return f9(p); }
  /libcore/benchmarks/src/benchmarks/
ImtConflictBenchmark.java 816 default void f9() {} method in interface:ImtConflictBenchmark.I0
    [all...]
  /art/test/083-compiler-regressions/src/
Main.java 5356 float f9 = 9; local
    [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 593 milliseconds

1 2 34