HomeSort by relevance Sort by last modified time
    Searched refs:F2 (Results 26 - 50 of 110) sorted by null

12 3 4 5

  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_vector.java 32 Float2 F2 = s.get_f2();
33 if (F2.x != 1.0f || F2.y != 2.0f) {
36 F2.x = 2.99f;
37 F2.y = 3.99f;
38 s.set_f2(F2);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_vector.java 32 Float2 F2 = s.get_f2();
33 if (F2.x != 1.0f || F2.y != 2.0f) {
36 F2.x = 2.99f;
37 F2.y = 3.99f;
38 s.set_f2(F2);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
UT_vector.java 32 Float2 F2 = s.get_f2();
33 if (F2.x != 1.0f || F2.y != 2.0f) {
36 F2.x = 2.99f;
37 F2.y = 3.99f;
38 s.set_f2(F2);
  /external/clang/test/CodeGen/
struct.c 32 } F2;
34 int fn3(F2 *c) {
56 void f2() { NB b; } function
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 159 const Function *F2)
160 : F1(F1), F2(F2), TD(TD) {}
191 const Function *F1, *F2;
376 // Check for function @f1 referring to itself and function @f2 referring to
379 if (V1 == F1 && V2 == F2)
381 if (V1 == F2 && V2 == F1)
388 // TODO: constant expressions with GEP or references to F1 or F2.
463 if (F1->getAttributes() != F2->getAttributes())
466 if (F1->hasGC() != F2->hasGC()
    [all...]
  /bionic/libc/arch-mips/include/machine/
regnum.h 83 #define F2 (FPBASE+2)
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 83 #define F2 (FPBASE+2)
  /external/clang/test/Parser/
cxx-class.cpp 63 void F2 {} // expected-error{{function definition does not declare parameters}}
  /external/llvm/lib/Support/
FileUtilities.cpp 209 OwningPtr<MemoryBuffer> F2;
210 if (error_code ec = MemoryBuffer::getFile(FileB.c_str(), F2)) {
218 const char *File2Start = F2->getBufferStart();
220 const char *File2End = F2->getBufferEnd();
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 83 #define F2 (FPBASE+2)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regnum.h 83 #define F2 (FPBASE+2)
  /external/v8/test/cctest/
test-assembler-x64.cc 78 typedef int (*F2)(int64_t x, int64_t y);
119 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
151 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
173 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
197 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
199 result = FUNCTION_CAST<F2>(buffer)(0x100000000l, 0x100000000l);
201 result = FUNCTION_CAST<F2>(buffer)(-0x100000000l, 0x100000000l);
235 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
264 int result = FUNCTION_CAST<F2>(buffer)(3, 2);
  /external/llvm/unittests/ExecutionEngine/JIT/
JITMemoryManagerTest.cpp 47 OwningPtr<Function> F2(makeFakeFunction());
49 uint8_t *FunctionBody2 = MemMgr->startFunctionBody(F2.get(), size);
51 MemMgr->endFunctionBody(F2.get(), FunctionBody2, FunctionBody2 + 1024);
92 OwningPtr<Function> F2(makeFakeFunction());
94 uint8_t *FunctionBody2 = MemMgr->startFunctionBody(F2.get(), size);
97 MemMgr->endFunctionBody(F2.get(), FunctionBody2, FunctionBody2 + bigFuncSize);
MultiJITTest.cpp 153 Function *F2 = EE2->FindFunctionNamed("foo2");
154 void *foo2 = EE2->getPointerToFunction(F2);
  /external/clang/test/SemaCXX/
MicrosoftExtensions.cpp 18 virtual void f2();
23 virtual void f2() throw(...);
71 } f2; member in struct:A::__anon6786
74 struct F2; // expected-warning {{types declared in an anonymous struct are a Microsoft extension}}
126 void f2(void);
129 __declspec(dllimport) void AAA::f2(void) { // expected-error {{dllimport attribute can be applied only to symbol}} function in class:AAA
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 158 Function *F2 = Function::Create(FT1, Function::ExternalLinkage);
169 CloneFunctionInto(F2, F1, VMap, false, Returns);
170 EXPECT_FALSE(F2->arg_begin()->hasNoCaptureAttr());
  /external/openfst/src/include/fst/
compose-filter.h 115 template <class F1, class F2>
118 PairFilterState() : f1_(F1::NoState()), f2_(F2::NoState()) {}
120 PairFilterState(const F1 &f1, const F2 &f2) : f1_(f1), f2_(f2) {}
141 const F2 &GetState2() const { return f2_; }
143 void SetState(const F1 &f1, const F2 &f2) {
145 f2_ = f2;
150 F2 f2_
431 bool f2 = internal::Final(fst2_, s2) != Weight::Zero(); local
    [all...]
  /external/v8/test/mjsunit/tools/
profile.js 69 'lib1-f1': 0x11110, 'lib1-f2': 0x11210,
70 'lib2-f1': 0x21110, 'lib2-f2': 0x21210,
71 'T: F1': 0x50110, 'T: F2': 0x50210, 'T: F3': 0x50410 };
77 this.profile.addStaticCode('lib1-f2', 0x11200, 0x11500);
80 this.profile.addStaticCode('lib2-f2', 0x21200, 0x21500);
82 this.profile.addCode('T', 'F2', 0x50200, 0x100);
107 this.enter('lib1-f2');
109 this.enter('T: F2');
121 this.enter('T: F2');
204 [['lib1-f1', 'lib1-f2'], 2, 15]
    [all...]
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCBaseInfo.h 33 case R2 : case X2 : case F2 : case V2 : case CR2: case CR0EQ: return 2;
  /external/v8/test/mjsunit/compiler/
inline-arguments.js 62 function F2() { F1.apply(this, arguments); }
65 F2(y);
  /external/valgrind/main/none/tests/s390x/
icm.stdout.exp 1 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 01 00 00 00 01 00 00 00 00 00 00 00 04 00 00 00 01 00 00 00 01 00 00 00 00 00 00 00 06 00 00 00 00 00 00 00 07 00 00 01 00 00 00 01 08 00 00 01 01 00 00 01 01 00 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 0B 00 00 01 00 00 00 01 0C 00 00 01 02 00 00 01 02 00 01 00 00 00 01 00 0E 00 01 00 02 00 01 00 02 00 01 02 00 00 01 02 10 00 01 02 3C 00 01 02 3C 00 00 00 00 00 00 00 12 00 00 00 00 00 00 00 13 00 00 3C 00 00 00 3C 14 00 00 3C 3D 00 00 3C 3D 00 3C 00 00 00 3C 00 16 00 3C 00 3D 00 3C 00 3D 00 3C 3D 00 00 3C 3D 18 00 3C 3D 3E 00 3C 3D 3E 3C 00 00 00 3C 00 00 1A 3C 00 00 3D 3C 00 00 3D 3C 00 3D 00 3C 00 3D 1C 3C 00 3D 3E 3C 00 3D 3E 3C 3D 00 00 3C 3D 00 1E 3C 3D 00 3E 3C 3D 00 3E 3C 3D 3E 00 3C 3D 3E 20 3C 3D 3E 78 3C 3D 3E 78 00 00 00 00 00 00 00 22 00 00 00 00 00 00 00 23 00 00 78 00 00 00 78 24 00 00 78 79 00 00 78 79 00 78 00 00 00 78 00 26 00 78 00 79 00 78 00 79 00 78 79 00 00 78 79 28 00 78 79 7A 00 78 79 7A 78 00 00 00 78 00 00 2A 78 00 00 79 78 00 00 79 78 00 79 00 78 00 79 2C 78 00 79 7A 78 00 79 7A 78 79 00 00 78 79 00 2E 78 79 00 7A 78 79 00 7A 78 79 7A 00 78 79 7A 30 78 79 7A B4 78 79 7A B4 00 00 00 00 00 00 00 32 00 00 B4 00 00 00 B4 33 00 00 B4 B5 00 00 B4 B5 00 B4 00 00 00 B4 00 35 00 B4 00 B5 00 B4 00 B5 00 B4 B5 00 00 B4 B5 37 00 B4 B5 B6 00 B4 B5 B6 B4 00 00 00 B4 00 00 39 B4 00 00 B5 B4 00 00 B5 B4 00 B5 00 B4 00 B5 3B B4 00 B5 B6 B4 00 B5 B6 B4 B5 00 00 B4 B5 00 3D B4 B5 00 B6 B4 B5 00 B6 B4 B5 B6 00 B4 B5 B6 3F B4 B5 B6 B7 B4 B5 B6 B7 00 00 00 F0 00 00 00 F0 00 00 00 00 00 00 00 42 00 00 F0 00 00 00 F0 43 00 00 F0 F1 00 00 F0 F1 00 F0 00 00 00 F0 00 45 00 F0 00 F1 00 F0 00 F1 00 F0 F1 00 00 F0 F1 47 00 F0 F1 F2 00 F0 F1 F2 F0 00 00 00 F0 00 00 49 F0 00 00 F1 F0 00 00 F1 F0 00 F1 00 F0 00 F1 4B F0 00 F1 F2 F0 00 F1 F2 F0 F1 00 00 F0 F1 00 4D F0 F1 00 F2 F0 F1 00 F2 F0 F1 F2 00 F0 F1 F2 4F F0 F1 F2 F3 F0 F1 F2 F3 00 00 00 FC 00 00 00 FC 00 00 00 00 00 00 00 52 00 00 FC 00 00 00 FC 53 00 00 FC FD 00 00 FC FD (…)
    [all...]
  /external/ceres-solver/docs/
powell.tex 61 \texttt{operator()}. Similarly we can define classes \texttt{F1,F2}
70 new ceres::AutoDiffCostFunction<F2, 1, 1, 1>(new F2), NULL, &x3, &x4);
78 \texttt{AutoDiffCostFunction} with \texttt{F1}, \texttt{F2}, \texttt{F3} and \texttt{F4} as template parameters. Second, each \texttt{ResidualBlock} only depends on the two parameters that the corresponding residual object depends on and not on all four parameters.
  /external/valgrind/unittest/
thread_wrappers.h 166 typedef void (*F2)(void *arg1, void *arg2);
179 (F2(f))(param1, param2);
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 159 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
164 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
  /external/chromium/testing/gmock/include/gmock/
gmock-actions.h 62 template <typename F1, typename F2>
322 template <typename F1, typename F2>
404 // Allows an Action<F2> object to pose as an Action<F1>, as long as F2
406 template <typename F1, typename F2>
412 explicit ActionAdaptor(const Action<F2>& from) : impl_(from.impl_) {}
419 const internal::linked_ptr<ActionInterface<F2> > impl_;
    [all...]

Completed in 382 milliseconds

12 3 4 5