HomeSort by relevance Sort by last modified time
    Searched full:soft (Results 101 - 125 of 2287) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/test/CodeGen/Mips/
simplebr.ll 1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -mips16-hard-float -mattr=+soft-float -relocation-model=static < %s | FileCheck %s -check-prefix=CHECK-STATIC16
34 attributes #0 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="true" }
35 attributes #1 = { "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="true" }
mips16_32_1.ll 13 attributes #0 = { nounwind "less-precise-fpmad"="false" "mips16" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
tail16.ll 1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -mattr=+soft-float -mips16-hard-float -relocation-model=pic < %s | FileCheck %s
  /external/skia/src/pdf/
SkPDFGraphicState.h 49 /** Make a graphic state that only sets the passed soft mask. The
52 * @param sMask The form xobject to use as a soft mask.
62 /** Get a graphic state that only unsets the soft mask. The reference
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
MixInSoft_D32C31_SAT.c 46 SOFT MIXING
56 /* Soft mixing has to be applied */
81 use of the core soft mix function which can change the Current value! */
  /frameworks/base/docs/html/training/keyboard-input/
index.jd 22 <em>soft input method</em>&mdash;when a text field in your UI receives focus.
39 <dd>Learn how to show certain soft input methods, such as those designed for phone numbers, web
44 <dd>Learn how to specify when to show the soft input method and how
  /external/clang/test/Driver/
linux-as.c 6 // CHECK-ARM: as{{(.exe)?}}" "-mfloat-abi=soft"
11 // CHECK-ARM-MCPU: as{{(.exe)?}}" "-mfloat-abi=soft" "-mcpu=cortex-a8"
16 // CHECK-ARM-MFPU: as{{(.exe)?}}" "-mfloat-abi=soft" "-mfpu=neon"
21 // CHECK-ARM-MARCH: as{{(.exe)?}}" "-mfloat-abi=soft" "-march=armv7-a"
26 // CHECK-ARM-ALL: as{{(.exe)?}}" "-mfloat-abi=soft" "-march=armv7-a" "-mcpu=cortex-a8" "-mfpu=neon"
31 // CHECK-ARMEB-ALL: as{{(.exe)?}}" "-mfloat-abi=soft" "-march=armebv7-a" "-mcpu=cortex-a8" "-mfpu=neon"
36 // CHECK-THUMB-ALL: as{{(.exe)?}}" "-mfloat-abi=soft" "-march=thumbv7-a" "-mcpu=cortex-a8" "-mfpu=neon"
41 // CHECK-THUMBEB-ALL: as{{(.exe)?}}" "-mfloat-abi=soft" "-march=thumbebv7-a" "-mcpu=cortex-a8" "-mfpu=neon"
46 // CHECK-ARM-TARGET: as{{(.exe)?}}" "-mfpu=neon" "-mfloat-abi=soft" "-mcpu=cortex-a8"
51 // CHECK-ARMEB-TARGET: as{{(.exe)?}}" "-mfpu=neon" "-mfloat-abi=soft" "-mcpu=cortex-a8
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.h 59 m_maxDisplacement(1000.f),//avoid soft body from 'exploding' so use some upper threshold of maximum motion that a node can travel per frame
69 ///The btSoftBody is an class to simulate cloth and volumetric soft bodies.
76 // The solver object that handles this soft body
106 SContacts, ///Soft contacts solver
137 RVSmask = 0x000f, ///Rigid versus soft mask
138 SDF_RS = 0x0001, ///SDF based rigid vs soft
139 CL_RS = 0x0002, ///Cluster vs convex rigid vs soft
141 SVSmask = 0x0030, ///Rigid versus soft mask
142 VF_SS = 0x0010, ///Vertex vs face soft vs soft handlin
    [all...]
  /art/runtime/verifier/
verify_mode.h 29 kSoftFail, // Force a soft fail, punting to the interpreter with access checks.
  /art/test/966-default-conflict/src/
Iface2.java 18 // has a soft-conflict on the sayHi method if it did.
  /development/ndk/platforms/android-3/arch-arm/include/asm/
fpstate.h 53 struct fp_soft_struct soft; member in union:fp_state
  /external/droiddriver/src/io/appium/droiddriver/actions/view/
CloseKeyboardAction.java 38 * Closes soft keyboard. Based on the <a href="https://code.google.com/p/android-test-kit/wiki/Espresso">Espresso</a>
50 * delay for the soft keyboard to finish closing</a>
73 // Soft keyboard is not shown if hideSoftInputFromWindow returned false
93 // Wait for the soft keyboard to finish closing
  /external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-arabic/script-arabic/language-urdu/crulp/ligatures/
README 8 releasing a soft copy of these ligatures in Unicode format. CRULP has
  /external/llvm/test/CodeGen/Hexagon/
base-offset-addr.ll 15 attributes #0 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
  /external/llvm/test/CodeGen/X86/
soft-fp.ll 1 ; RUN: llc < %s -march=x86 -mattr=+mmx,+sse,+soft-float \
3 ; RUN: llc < %s -march=x86-64 -mattr=+mmx,+sse2,+soft-float \
9 ; RUN: llc < %s -mtriple=x86_64-gnux32 -mattr=+mmx,+sse2,+soft-float | FileCheck %s
46 ; soft-float means no SSE instruction and passing fp128 as pair of i64.
  /external/llvm/test/MC/Mips/
module-softfloat.s 12 # CHECK-OBJ: FP ABI: Soft float (0x3)
set-softfloat-hardfloat-bad.s 1 # RUN: not llvm-mc %s -triple=mips-unknown-linux -mcpu=mips32 -mattr=+soft-float 2>%t1
  /external/valgrind/none/tests/
allexec_prepare_prereq 3 # prepare the hard or soft link allexec32 and allexec64
  /packages/apps/Launcher2/src/com/android/launcher2/
FolderEditText.java 30 // Catch the back button on the soft keyboard so that we can just close the activity
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm/
fpstate.h 53 struct fp_soft_struct soft; member in union:fp_state
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/asm/
fpstate.h 53 struct fp_soft_struct soft; member in union:fp_state
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/asm/
fpstate.h 53 struct fp_soft_struct soft; member in union:fp_state
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/asm/
fpstate.h 53 struct fp_soft_struct soft; member in union:fp_state
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/asm/
fpstate.h 53 struct fp_soft_struct soft; member in union:fp_state
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/asm/
fpstate.h 53 struct fp_soft_struct soft; member in union:fp_state

Completed in 2360 milliseconds

1 2 3 45 6 7 8 91011>>