HomeSort by relevance Sort by last modified time
    Searched defs:f10 (Results 51 - 75 of 84) sorted by null

1 23 4

  /external/clang/test/CodeGen/
arm-arguments.c 59 // APCS-GNU-LABEL: define i32 @f10()
60 // AAPCS-LABEL: define arm_aapcscc i32 @f10()
62 struct s10 f10(void) {} function
struct.c 93 void f10(range *p) { function
x86_32-arguments-darwin.c 65 // CHECK: float @f10()
69 } f10(void) { while (1) {} } function
x86_64-arguments.c 62 // CHECK-LABEL: define void @f10(i64 %a0.coerce)
64 void f10(struct s10 a0) {} function
arm64-arguments.c 46 // CHECK: define i64 @f10()
48 struct s10 f10(void) {} function
  /external/clang/test/CodeGenCXX/
mangle-ms-return-qualifiers.cpp 167 int S::* __restrict f10() { return 0; } function
168 // CHECK: "\01?f10@@YAPIQS@@HXZ"
  /external/libjpeg-turbo/simd/
jsimd_mips_dspr2_asm.h 69 #define f10 $f10 macro
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities.h 469 unsigned char f10 = v[ceil_y][floor_x]; local
475 return (unsigned char)(f00*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl);
  /art/test/626-checker-arm64-scratch-register/src/
Main.java 160 float f10 = b10 ? 0.0f : 1.0f; local
176 f10 /= 1000.0f;
219 f10 /= 100.0f;
258 f10 /= 12.0f;
  /external/clang/test/Analysis/
dead-stores.c 91 int f10() { function
pr22954.c 155 int f10() { function
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 91 Agg<float> f10 = {e40 - 5 * e39 + e30 - 5 * e39}; // OK local
  /external/compiler-rt/lib/tsan/rtl/
tsan_ppc_regs.h 43 #define f10 10 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
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
488 "mul.s %[f10], %[f3], %[f2] \n\t"
495 "add.s %[f8], %[f8], %[f10] \n\t"
520 "mul.s %[f10], %[f3], %[f2] \n\t"
521 "add.s %[f8], %[f8], %[f10] \n\t"
530 [f9] "=&f" (f9), [f10] "=&f" (f10), [f11] "=&f" (f11)
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.h 517 unsigned char f10 = v[ceil_y][3*floor_x+offset]; local
523 return (unsigned char)(f00*(1-yl)*(1-xl) + f10*yl*(1-xl) + f01*(1-yl)*xl + f11*yl*xl);
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue6889.go 21 f10 = f9 * 10
22 f11 = f10 * 11
20 f10 = f9 * 10 const
  /prebuilts/go/darwin-x86/test/
live.go 150 // leading to "live at entry to f10: ~r1" (unnamed result).
152 func f10() string { func
  /prebuilts/go/linux-x86/test/fixedbugs/
issue6889.go 21 f10 = f9 * 10
22 f11 = f10 * 11
20 f10 = f9 * 10 const
  /prebuilts/go/linux-x86/test/
live.go 150 // leading to "live at entry to f10: ~r1" (unnamed result).
152 func f10() string { func
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/protocol/ia64/
eficontext.h 109 UINT64 f10[2]; member in struct:__anon34311
  /art/compiler/jni/
jni_compiler_test.cc 2008 jfloat f10 = bit_cast<jfloat, jint>(20); local
2078 jfloat f10 = bit_cast<jfloat, jint>(20); local
2147 jfloat f10 = bit_cast<jfloat, jint>(20); local
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
SmmCis.h 356 UINT64 f10[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
  /art/test/439-npe/src/
Main.java 685 float f10 = 50.0f; local
765 f9 += f10;
766 f10 += f11;
832 System.out.println("f10=" + f10);

Completed in 538 milliseconds

1 23 4