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

1 2

  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
p1.cpp 16 int typedef f10(int n [[carries_dependency]]); // expected-error {{'[[carries_dependency]]' attribute only allowed on parameter in a function declaration}} typedef
  /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 49 int f10(void) { return f10_t(); } function
x86_64-arguments-nacl.c 49 // CHECK: define void @f10(i64 %a0.coerce)
51 void f10(struct s10 a0) {} function
arm-arguments.c 59 // APCS-GNU: define i32 @f10()
60 // AAPCS: define arm_aapcscc i32 @f10()
62 struct s10 f10(void) {} function
struct.c 93 void f10(range *p) { function
aarch64-arguments.c 47 // PCS: define [1 x i64] @f10()
49 struct s10 f10(void) {} function
  /external/clang/test/Analysis/
malloc-overflow.c 68 void * f10(int n) function
array-struct.c 90 void f10() { function
null-deref-ps.c 215 int* f10(int* p, signed char x, int y) { function
dead-stores.c 91 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
  /ndk/tests/device/test-stlport_shared-exception/jni/
registers1.cpp 37 float f10 = *fsrc++ + 1.0f; local
84 *fdest++ = f10;
  /ndk/tests/device/test-stlport_static-exception/jni/
registers1.cpp 37 float f10 = *fsrc++ + 1.0f; local
84 *fdest++ = f10;
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-cxx11-nowarn.cpp 89 Agg<float> f10 = {e40 - 5 * e39 + e30 - 5 * e39}; // OK local
p7-0x.cpp 88 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/Gallery2/jni_mosaic/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/Gallery2/jni_mosaic/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);

Completed in 384 milliseconds

1 2