HomeSort by relevance Sort by last modified time
    Searched defs:f10 (Results 1 - 25 of 29) sorted by null

1 2

  /external/v8/test/mjsunit/compiler/
loopcount.js 89 function f10(x) { function
92 f10(42);
  /external/clang/test/Sema/
pragma-unused.c 47 int f10(int x) { function
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 30 float f10 = 0.0f; local
  /external/clang/test/CodeGen/
switch.c 137 // CHECK: define i32 @f10()
149 int f10() { function
function-attributes.c 44 int f10(void) { return f10_t(); } function
arm-arguments.c 58 // APCS-GNU: define i32 @f10()
59 // AAPCS: define arm_aapcscc i32 @f10()
61 struct s10 f10(void) {} function
struct.c 93 void f10(range *p) { function
x86_64-arguments.c 58 // CHECK: define void @f10(i64 %a0.coerce)
60 void f10(struct s10 a0) {} function
x86_32-arguments-darwin.c 65 // CHECK: float @f10()
69 } f10(void) { while (1) {} } function
  /external/clang/test/Analysis/
malloc-overflow.c 68 void * f10(int n) function
array-struct.c 91 void f10() { function
null-deref-ps.c 215 int* f10(int* p, signed char x, int y) { function
dead-stores.c 92 int f10() { function
  /external/llvm/test/MC/ELF/
cfi.s 59 f10: label
  /external/v8/test/mjsunit/harmony/
block-let-crankshaft.js 34 var functions = [ f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14,
85 function f10(x) { function
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 88 Agg<float> f10 = {e40 - 5 * e39 + e30 - 5 * e39}; // OK local
p7-cxx11-nowarn.cpp 89 Agg<float> f10 = {e40 - 5 * e39 + e30 - 5 * e39}; // OK local
  /packages/apps/Camera/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);
  /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);
  /packages/apps/Camera/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);
  /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);
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Matrix3f.java 993 float f10 = m12 * m20 - m10 * m22; local
1003 m10 = f10;
    [all...]
Matrix4f.java 1499 float f10 = -m10 * fB5 + m12 * fB2 - m13 * fB1; local
    [all...]
  /external/v8/src/mips/
simulator-mips.h 169 f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, enumerator in enum:v8::internal::Simulator::FPURegister
assembler-mips.h 219 "f10",
296 const FPURegister f10 = { 10 }; member in namespace:v8::internal
    [all...]

Completed in 1469 milliseconds

1 2