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

1 2 34 5

  /external/compiler-rt/lib/tsan/rtl/
tsan_ppc_regs.h 42 #define f9 9 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
361 "mul.s %[f9], %[f4], %[f5] \n\t"
376 "sub.s %[f9], %[f9], %[f11] \n\t"
387 "nmsub.s %[f9], %[f9], %[f6], %[f7] \n\t"
396 "add.s %[f6], %[f6], %[f9] \n\t"
432 [f9] "=&f" (f9), [f10] "=&f" (f10), [f11] "=&f" (f11),
465 float f0, f1, f2, f3, f4, f5, f6 ,f7, f8, f9, f10, f11, f12 local
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue6889.go 20 f9 = f8 * 9
21 f10 = f9 * 10
19 f9 = f8 * 9 const
  /prebuilts/go/darwin-x86/test/
live.go 136 // ignoring block assignments used to cause "live at entry to f9: x"
141 func f9() bool { func
  /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:__anon37737
  /art/compiler/jni/
jni_compiler_test.cc 2006 jfloat f9 = bit_cast<jfloat, jint>(19); local
2076 jfloat f9 = bit_cast<jfloat, jint>(19); local
2145 jfloat f9 = bit_cast<jfloat, jint>(19); local
    [all...]
  /dalvik/dx/tests/141-invoke-polymorphic-varhandles/
VarHandleDexTest.java 137 Float f9 = (Float) vf.getAndBitwiseOrAcquire(t, expectedValue, newValue); local
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
SmmCis.h 355 UINT64 f9[2]; member in struct:__anon7132
  /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/skia/tests/
PathTest.cpp 1982 SkPoint f9[] = {{1, 0}, {8, 0}, {8, 8}, {0, 8}, {0, 0}, {2, 0}}; \/\/ overlaps local
    [all...]
  /external/skqp/tests/
PathTest.cpp 1982 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 

Completed in 886 milliseconds

1 2 34 5