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

1 23 4 5

  /external/ceres-solver/internal/ceres/
system_test.cc 186 // F = 1/2 (f1^2 + f2^2 + f3^2 + f4^2)
189 // f2 = sqrt(5) * (x3 - x4)
210 new AutoDiffCostFunction<F2, 1, 1, 1>(new F2), NULL, &x_[2], &x_[3]);
236 class F2 {
241 // f2 = sqrt(5) (x3 - x4)
  /external/clang/test/FixIt/
fixit.cpp 145 class F2 {
  /external/llvm/lib/Target/Sparc/
FPMover.cpp 63 SP::F0, SP::F2, SP::F4, SP::F6, SP::F8, SP::F10, SP::F12, SP::F14,
  /external/oprofile/module/ia64/
IA64entry.h 41 .spillsp f2, SW(F2)+16+(off); .spillsp f3, SW(F3)+16+(off); \
  /external/qemu/
curses_keys.h 461 { "F2", 0x10a },
  /external/v8/test/mjsunit/
debug-liveedit-patch-positions.js 42 "/*$*/ var y/*$*/ = F2(/*$*/ F1()/*$*/ , F1(/*$*/ )/*$*/ );\n" +
46 "function F2(x, y) { return x + y; }"
  /external/skia/gm/
dashing.cpp 306 static skiagm::GM* F2(void*) { return new Dashing3GM; }
310 static skiagm::GMRegistry gR2(F2);
strokes.cpp 246 static skiagm::GM* F2(void*) { return new Strokes3GM; }
250 static skiagm::GMRegistry R2(F2);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ComputeTest.java 106 Float2 f2 = new Float2(); local
107 f2.x = 1.0f;
108 f2.y = 2.0f;
109 f2 = new Float2(1.0f, 2.0f);
110 assertTrue(f2.x == 1.0f);
111 assertTrue(f2.y == 2.0f);
297 avtItem.f2.x = 1.0f;
298 avtItem.f2.y = 2.0f;
401 Float2 F2 = s.get_f2();
402 if (F2.x != 1.0f || F2.y != 2.0f)
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
FloatTest.java 123 Float f2 = new Float(90.8f); local
124 assertTrue("Returned incorrect byte value", f.byteValue() == 0 && f2.byteValue() == 90);
141 float f2 = values[j]; local
142 assertTrue("compare() " + f1 + " should be less " + f2,
143 Float.compare(f1, f2) == -1);
144 assertTrue("compare() " + f2 + " should be greater " + f1, Float
145 .compare(f2, f1) == 1);
146 Float F2 = new Float(f2);
147 assertTrue("compareTo() " + f1 + " should be less " + f2,
195 Float f2 = new Float(-0.876f); local
235 Float f2 = new Float(90.8f); local
283 Float f2 = new Float(90.8f); local
804 Float f2 = new Float(90.8f); local
951 float f2 = values[j]; local
971 Float f2 = new Float(8765.4321f); local
    [all...]
  /external/v8/test/cctest/
test-assembler-ia32.cc 44 typedef int (*F2)(int x, int y);
80 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry());
test-assembler-arm.cc 41 typedef Object* (*F2)(int x, int y, int p2, int p3, int p4);
77 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry());
  /external/dropbear/libtomcrypt/src/hashes/
sha1.c 41 #define F2(x,y,z) ((x & y) | (z & (x | y)))
76 #define FF2(a,b,c,d,e,i) e = (ROLc(a, 5) + F2(b,c,d) + e + W[i] + 0x8f1bbcdcUL); b = ROLc(b, 30);
  /external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h 437 typedef void (*F2)(void *arg1, void *arg2);
450 (F2(f))(param1, param2);
  /external/clang/test/SemaCXX/
warn-enum-compare.cpp 9 enum Foo {F1, F2, F3};
  /external/webkit/Source/WebCore/inspector/front-end/
KeyboardShortcut.js 68 F2: { code: 113, name: "F2" },
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
popuplib.js 55 'identifier_select' : 'http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select',
56 'namespace2' : 'http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0'
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 630 let f2 = define_function "Two" ty m in var
633 insist (Before f2 = function_succ f1);
634 insist (At_end m = function_succ f2);
636 insist (After f2 = function_end m);
637 insist (After f1 = function_pred f2);
855 let f2 = build_uitofp p2 float_type "F2" atentry in var
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 102 void AddOpt(LibFunc::Func F1, LibFunc::Func F2, LibCallOptimization* Opt);
139 void SimplifyLibCalls::AddOpt(LibFunc::Func F1, LibFunc::Func F2,
141 if (TLI->has(F1) && TLI->has(F2))
  /external/openfst/src/include/fst/
lookahead-filter.h 158 typedef typename M2::FST F2;
173 const F2 &GetFst() const { return *fst_; }
178 const F2 *fst_;
375 const FilterState2 &f2 = f_.GetState2(); local
376 const Weight &fweight = f2.GetWeight();
387 const FilterState2 &f2 = f_.GetState2(); local
388 const Weight &fweight = f2.GetWeight();
483 const FilterState2 &f2 = f_.GetState2(); local
484 const Label &flabel = f2.GetState();
499 const FilterState2 &f2 = f_.GetState2() local
522 const FilterState2 &f2 = f_.GetState2(); local
    [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 421 const Function *F2 = getParent(O2);
423 return !F1 || !F2 || F1 == F2;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 406 InductionMap::iterator F2 = IndMap.find(CmpReg2);
407 if (F2 != IndMapEnd) {
410 F = F2;
    [all...]
  /external/qemu/android/skin/
keyset.c 179 _KEYSYM1_(F2) \
516 "BUTTON_MENU F2, PageUp\n"
517 "BUTTON_STAR Shift-F2, PageDown\n"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ixjuser.h 215 hz698 = 0x6d3d, /* .46 F2 */
284 F2 = hz698,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ixjuser.h 215 hz698 = 0x6d3d, /* .46 F2 */
284 F2 = hz698,

Completed in 974 milliseconds

1 23 4 5