HomeSort by relevance Sort by last modified time
    Searched refs:f4 (Results 76 - 100 of 415) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/sparc/
xform.S 85 fmuls %f0, M3, %f4 ! FGM Group
95 fmuls %f8, M3, %f12 ! FGM Group f4 available
96 fadds %f4, M15, %f4 ! FGA
97 st %f4, [%g2 + 0x0c] ! LSU
118 fmuls %f0, M3, %f4 ! FGM Group
125 fadds %f4, M15, %f4 ! FGA Group
126 st %f4, [%g2 + 0x0c] ! LSU
203 fadds %f2, M13, %f4 ! FGA Group f2 availabl
    [all...]
  /external/mesa3d/src/mesa/sparc/
xform.S 85 fmuls %f0, M3, %f4 ! FGM Group
95 fmuls %f8, M3, %f12 ! FGM Group f4 available
96 fadds %f4, M15, %f4 ! FGA
97 st %f4, [%g2 + 0x0c] ! LSU
118 fmuls %f0, M3, %f4 ! FGM Group
125 fadds %f4, M15, %f4 ! FGA Group
126 st %f4, [%g2 + 0x0c] ! LSU
203 fadds %f2, M13, %f4 ! FGA Group f2 availabl
    [all...]
  /external/clang/test/CXX/except/except.spec/
p5-virtual.cpp 31 virtual void f4() throw(A);
67 virtual void f4() throw(B1);
p1.cpp 32 void f4() noexcept (1 < 2) { }
  /external/clang/test/Sema/
attr-availability.c 28 void f4(int) __attribute__((availability(ios,deprecated=3.0)));
29 void f4(int) __attribute__((availability(ios,introduced=4.0))); // expected-warning {{feature cannot be deprecated in iOS version 3.0 before it was introduced in version 4.0; attribute ignored}}
function-redecl.c 132 void f4(); // expected-note {{previous declaration is here}}
133 void f4(enum incomplete_enum); // expected-error {{conflicting types for 'f4'}}
alias-redefinition.c 18 void f4() {} function
19 void fun4(void) __attribute((alias("f4")));
attr-ownership.c 6 void *f4(void) __attribute__((ownership_returns(foo)));
no-documentation-warn-tagdecl-specifier.c 23 struct s4* f4(void);
pragma-unused.c 22 void f4(void) { function
private-extern.c 42 void f4() { function
string-init.c 42 long f4[] = U"a"; // expected-error{{array initializer must be an initializer list}} local
vla.c 48 int f4(int a[*][*]);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-smi-math-floor-round.js 60 function f4(o) { function
64 assertEquals(2, f4(o));
65 assertEquals(2, f4(o));
66 %OptimizeFunctionOnNextCall(f4);
67 assertEquals(2, f4(o));
  /external/clang/test/CodeGen/
stdcall-fastcall.c 6 void __attribute__((fastcall)) f4(void) { function
7 // CHECK-LABEL: define x86_fastcallcc void @f4()
26 void (__attribute__((fastcall)) *pf4)(void) = f4;
31 f4(); f5(); f6();
32 // CHECK: call x86_fastcallcc void @f4()
blocks.c 48 // CHECK-LABEL: define void @f4()
49 void f4(void) {
  /external/clang/test/SemaCXX/
warn-bool-conversion.cpp 39 static void f4() __attribute__((weak_import));
65 b = S2::f4;
66 if (S2::f4) {}
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
StructPadTest.java 29 Float4 F4 = new Float4(1.0f, 2.0f, 3.0f, 4.0f);
32 S.set_f4(0, F4, true);
37 I.f4 = S.get_f4(0);
  /external/chromium_org/third_party/skia/include/core/
SkEndian.h 173 #define SK_UINT8_BITFIELD(f0, f1, f2, f3, f4, f5, f6, f7) \
178 SK_OT_BYTE f4 : 1; \
183 #define SK_UINT8_BITFIELD(f0, f1, f2, f3, f4, f5, f6, f7) \
187 SK_OT_BYTE f4 : 1; \
  /external/clang/test/Analysis/
cxx-crashes.cpp 20 void *f4(int* w) { function
method-call.cpp 37 void f4() { function
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
p1.cpp 10 [[carries_dependency]] int (*f4)(); // expected-error {{'carries_dependency' attribute only applies to functions, methods, and parameters}} variable
  /external/clang/test/CodeGenCXX/
mangle-unnamed.cpp 39 int f4() { return A().a(); } function
  /external/clang/test/PCH/
types.c 43 float4 f4 = { 1.0, 2.0, 3.0, 4.0 }; variable
  /external/clang/test/Parser/
cxx-default-args.cpp 28 void f4(bool a = 1 < 0, bool b = 2 > 0 );

Completed in 288 milliseconds

1 2 34 5 6 7 8 91011>>