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

1 23 4

  /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...]
  /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)
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 83 #define F2 (FPBASE+2)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/
regnum.h 83 #define F2 (FPBASE+2)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/
regnum.h 83 #define F2 (FPBASE+2)
  /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/chromium_org/third_party/mesa/src/src/mesa/program/
prog_noise.c 241 #define F2 0.366025403f /* F2 = 0.5*(sqrt(3.0)-1.0) */
247 float s = (x + y) * F2; /* Hairy factor for 2D */
  /external/chromium_org/v8/test/cctest/
test-assembler-mips.cc 43 typedef Object* (*F2)(int x, int y, int p2, int p3, int p4);
69 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry());
249 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry());
443 __ cvt_d_w(f2, f14);
444 __ sdc1(f2, MemOperand(a0, OFFSET_OF(T, b)) );
    [all...]
  /external/clang/test/FixIt/
fixit.cpp 146 class F2 {
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 461 const Function *F2 = getParent(O2);
463 return !F1 || !F2 || F1 == F2;
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 168 const Function *F2)
169 : F1(F1), F2(F2), TD(TD) {}
200 const Function *F1, *F2;
384 // Check for function @f1 referring to itself and function @f2 referring to
387 if (V1 == F1 && V2 == F2)
389 if (V1 == F2 && V2 == F1)
396 // TODO: constant expressions with GEP or references to F1 or F2.
471 if (F1->getAttributes() != F2->getAttributes())
474 if (F1->hasGC() != F2->hasGC()
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 256 Function *F2 = makeReturnGlobal("F2", G, M);
258 reinterpret_cast<void(*)()>((intptr_t)JIT->getPointerToFunction(F2));
260 // F2() should increment G.
267 // F2() should *still* increment G.
  /external/mesa3d/src/mesa/program/
prog_noise.c 241 #define F2 0.366025403f /* F2 = 0.5*(sqrt(3.0)-1.0) */
247 float s = (x + y) * F2; /* Hairy factor for 2D */
  /external/v8/test/cctest/
test-assembler-mips.cc 43 typedef Object* (*F2)(int x, int y, int p2, int p3, int p4);
81 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry());
259 F2 f = FUNCTION_CAST<F2>(Code::cast(code)->entry());
447 __ cvt_d_w(f2, f14);
448 __ sdc1(f2, MemOperand(a0, OFFSET_OF(T, b)) );
    [all...]
  /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,
  /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/clang/test/Misc/
diag-template-diffing.cpp     [all...]
  /external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h 437 typedef void (*F2)(void *arg1, void *arg2);
450 (F2(f))(param1, param2);
  /external/chromium_org/third_party/sqlite/src/test/
threadtest3.c 138 #define F2(x, y, z) F1(z, x, y)
176 MD5STEP(F2, a, b, c, d, in[ 1]+0xf61e2562, 5);
177 MD5STEP(F2, d, a, b, c, in[ 6]+0xc040b340, 9);
178 MD5STEP(F2, c, d, a, b, in[11]+0x265e5a51, 14);
179 MD5STEP(F2, b, c, d, a, in[ 0]+0xe9b6c7aa, 20);
180 MD5STEP(F2, a, b, c, d, in[ 5]+0xd62f105d, 5);
181 MD5STEP(F2, d, a, b, c, in[10]+0x02441453, 9);
182 MD5STEP(F2, c, d, a, b, in[15]+0xd8a1e681, 14);
183 MD5STEP(F2, b, c, d, a, in[ 4]+0xe7d3fbc8, 20);
184 MD5STEP(F2, a, b, c, d, in[ 9]+0x21e1cde6, 5)
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 406 InductionMap::iterator F2 = IndMap.find(CmpReg2);
407 if (F2 != IndMapEnd) {
410 F = F2;
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
tclsqlite.c     [all...]
  /external/svox/pico/lib/
picopam.c 222 picoos_uint8 f2_overall_word; /* F2 */
314 #define F2 45
    [all...]
  /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 1003 milliseconds

1 23 4