HomeSort by relevance Sort by last modified time
    Searched refs:ft2 (Results 1 - 25 of 55) sorted by null

1 2 3

  /art/runtime/interpreter/mterp/mips/
op_cmpl_double.S 23 cmp.ult.d ft2, ft0, ft1
25 bc1nez ft2, .L${opcode}_finish
26 cmp.ult.d ft2, ft1, ft0
28 bc1nez ft2, .L${opcode}_finish
29 cmp.eq.d ft2, ft0, ft1
31 bc1nez ft2, .L${opcode}_finish
op_cmpl_float.S 30 cmp.ult.s ft2, ft0, ft1 # Is ft0 < ft1
32 bc1nez ft2, .L${opcode}_finish
33 cmp.ult.s ft2, ft1, ft0
35 bc1nez ft2, .L${opcode}_finish
36 cmp.eq.s ft2, ft0, ft1
38 bc1nez ft2, .L${opcode}_finish
op_double_to_int.S 15 cmp.ule.d ft2, fa1, fa0
17 bc1nez ft2, .L${opcode}_set_vreg_f
21 cmp.ule.d ft2, fa0, fa1
23 bc1nez ft2, .L${opcode}_set_vreg_f
26 cmp.un.d ft2, fa0, fa1
28 bc1nez ft2, .L${opcode}_set_vreg_f
op_double_to_long.S 8 cmp.ule.d ft2, fa1, fa0
11 bc1nez ft2, .L${opcode}_set_vreg
15 cmp.ule.d ft2, fa0, fa1
18 bc1nez ft2, .L${opcode}_set_vreg
21 cmp.un.d ft2, fa0, fa1
24 bc1nez ft2, .L${opcode}_set_vreg
op_float_to_int.S 10 cmp.ule.s ft2, fa1, fa0
12 bc1nez ft2, .L${opcode}_set_vreg_f
15 cmp.ule.s ft2, fa0, fa1
17 bc1nez ft2, .L${opcode}_set_vreg_f
20 cmp.un.s ft2, fa0, fa1
22 bc1nez ft2, .L${opcode}_set_vreg_f
op_float_to_long.S 7 cmp.ule.s ft2, fa1, fa0
10 bc1nez ft2, .L${opcode}_set_vreg
13 cmp.ule.s ft2, fa0, fa1
16 bc1nez ft2, .L${opcode}_set_vreg
19 cmp.un.s ft2, fa0, fa1
22 bc1nez ft2, .L${opcode}_set_vreg
  /frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/media/
VideoExampleActivity.java 38 FragmentTransaction ft2 = getFragmentManager().beginTransaction(); local
39 ft2.add(R.id.videoFragment, new VideoConsumptionExampleFragment(), VideoConsumptionExampleFragment.TAG);
40 ft2.commit();
  /external/dexmaker/src/dx/java/com/android/dx/cf/code/
Merger.java 30 * @param ft2 {@code non-null;} another frame type
33 public static TypeBearer mergeType(TypeBearer ft1, TypeBearer ft2) {
34 if ((ft1 == null) || ft1.equals(ft2)) {
36 } else if (ft2 == null) {
40 Type type2 = ft2.getType();
  /external/lzma/CPP/Common/
MyWindows.cpp 131 LONG CompareFileTime(const FILETIME* ft1, const FILETIME* ft2)
133 if (ft1->dwHighDateTime < ft2->dwHighDateTime) return -1;
134 if (ft1->dwHighDateTime > ft2->dwHighDateTime) return 1;
135 if (ft1->dwLowDateTime < ft2->dwLowDateTime) return -1;
136 if (ft1->dwLowDateTime > ft2->dwLowDateTime) return 1;
MyWindows.h 202 MY_EXTERN_C LONG CompareFileTime(const FILETIME* ft1, const FILETIME* ft2);
  /dalvik/dx/src/com/android/dx/cf/code/
Merger.java 148 * @param ft2 {@code non-null;} another frame type
151 public static TypeBearer mergeType(TypeBearer ft1, TypeBearer ft2) {
152 if ((ft1 == null) || ft1.equals(ft2)) {
154 } else if (ft2 == null) {
158 Type type2 = ft2.getType();
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fpregdef.h 39 #define ft2 $f8 macro
82 #define ft2 $f6 macro
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
fpregdef.h 39 #define ft2 $f8 macro
82 #define ft2 $f6 macro
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/
fpregdef.h 39 #define ft2 $f8 macro
82 #define ft2 $f6 macro
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/
fpregdef.h 39 #define ft2 $f8 macro
82 #define ft2 $f6 macro
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/
fpregdef.h 39 #define ft2 $f8 macro
82 #define ft2 $f6 macro
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/
fpregdef.h 39 #define ft2 $f8 macro
82 #define ft2 $f6 macro
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/
fpregdef.h 39 #define ft2 $f8 macro
82 #define ft2 $f6 macro
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/
fpregdef.h 39 #define ft2 $f8 macro
82 #define ft2 $f6 macro
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/
fpregdef.h 39 #define ft2 $f8 macro
82 #define ft2 $f6 macro
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
fpregdef.h 39 #define ft2 $f8 macro
82 #define ft2 $f6 macro
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/
freetype.mk 278 --prefix=ft2 \
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 793 const FILETIME *ft2 = NULL; local
795 ft2 = &dirItems.Items[pair2.DirIndex].MTime;
797 ft2 = &arcItems[pair2.ArcIndex].MTime;
798 if (ft2)
800 if (::CompareFileTime(&ft, ft2) < 0)
801 ft = *ft2;
    [all...]
  /external/clang/test/CodeGenCXX/
mangle.cpp 92 template<typename T> void ft2(T t, void (*)(T), void (*)(T)) { } function
106 ft2<char>(1, 0, 0);
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/amiga/
smakefile 108 -delete ft2$(CPU).lib

Completed in 1132 milliseconds

1 2 3