HomeSort by relevance Sort by last modified time
    Searched refs:ge (Results 176 - 200 of 647) sorted by null

1 2 3 4 5 6 78 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arc/
asl.s 44 asl.ge r0,0
flag.d 37 70: 0a 00 bf 1f 1fbf000a flag.ge 0x8000_0001
insn3.s 51 @OC@.ge.f 512,r2
mov.s 44 mov.ge r0,0
rlc.s 44 rlc.ge r0,0
sshift.s 51 @OC@.ge.f 512,r2
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/z8k/
ret-cc.d 22 18: 9e09 ret ge
  /external/ltp/testcases/kernel/include/
regen.sh 106 if [ ${jobs} -ge ${max_jobs} ] ; then
  /external/swiftshader/src/OpenGL/libGLES_CM/
Android.mk 65 ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 26 && echo O),O)
72 ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 25 && echo NMR1),NMR1)
  /external/swiftshader/src/OpenGL/libGLESv2/
Android.mk 72 ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 26 && echo O),O)
79 ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 25 && echo NMR1),NMR1)
  /external/v8/src/ic/arm/
ic-arm.cc 27 return ge;
  /external/v8/src/ic/arm64/
ic-arm64.cc 27 return ge;
  /external/v8/src/ic/ppc/
ic-ppc.cc 27 return ge;
  /prebuilts/misc/linux-x86/analyzer/bin/
cxx-syntax 87 if [ $len_m32 -ge $len_m64 ] ; then
116 test $WITH_SYNTAX_CHECK -ge 2 && echo '*** ERROR ***': `dirname $0`/analyzer++ $CLANG_FLAGS "$@" $CLANG_FLAGS_END
  /external/skia/src/shaders/gradients/
SkSweepGradient.cpp 143 const GrSweepGradient& ge = args.fFp.cast<GrSweepGradient>(); local
144 this->emitUniforms(args.fUniformHandler, ge);
163 ge, t.c_str(),
SkTwoPointConicalGradient_gpu.cpp 224 const Edge2PtConicalEffect& ge = args.fFp.cast<Edge2PtConicalEffect>(); local
226 this->emitUniforms(uniformHandler, ge);
279 ge,
507 const FocalOutside2PtConicalEffect& ge = args.fFp.cast<FocalOutside2PtConicalEffect>(); local
509 this->emitUniforms(uniformHandler, ge);
550 ge,
709 const FocalInside2PtConicalEffect& ge = args.fFp.cast<FocalInside2PtConicalEffect>(); local
711 this->emitUniforms(uniformHandler, ge);
733 ge,
960 const CircleInside2PtConicalEffect& ge = args.fFp.cast<CircleInside2PtConicalEffect>(); local
1198 const CircleOutside2PtConicalEffect& ge = args.fFp.cast<CircleOutside2PtConicalEffect>(); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
opc-a.d 184 3a0: 00 10 00 08 43 36 \[MII\] cmp\.ge\.or p2,p3=r0,r4
186 3ac: 00 20 0c c9 cmp\.ge\.and p2,p3=r0,r4
188 3b6: 30 00 10 84 74 60 cmp\.ge\.or\.andcm p3,p2=r0,r4
191 3c6: 20 00 10 86 64 40 cmp\.ge\.and p2,p3=r0,r4
193 3d0: 00 10 00 08 43 36 \[MII\] cmp\.ge\.or p2,p3=r0,r4
195 3dc: 00 20 0c e9 cmp\.ge\.or\.andcm p2,p3=r0,r4
209 426: 20 00 10 86 6c 40 cmp\.ge\.or p2,p3=r0,r4
211 430: 00 10 00 08 43 32 \[MII\] cmp\.ge\.and p2,p3=r0,r4
213 43c: 00 20 08 e9 cmp\.ge\.or\.andcm p3,p2=r0,r4
214 440: 00 10 00 08 43 32 \[MII\] cmp\.ge\.and p2,p3=r0,r
    [all...]
  /external/libjpeg-turbo/simd/
jdmrgext-altivec.c 51 rl, rh, gl, gh, bl, bh, re, ro, ge, go, be, bo; local
160 ge = vec_add(g_yl, ye);
167 ge = vec_add(g_yh, ye);
173 gl = vec_mergeh(ge, go);
174 gh = vec_mergel(ge, go);
196 * rgbx3 = Rc Gc Rd Gd Re Ge Rf Gf Bc Xc Bd Xd Be Xe Bf Xf
200 * rgb2 = Ba Rb Gb Bb Rc Gc Bc Rd Gd Bd Re Ge Be Rf Gf Bf
209 * rgbx3 = Rc Gc Rd Gd Re Ge Rf Gf Bc Xc Bd Xd Be Xe Bf Xf
214 * rgb3 = Rc Gc Bc Xc Rd Gd Bd Xd Re Ge Be Xe Rf Gf Bf Xf
  /external/mesa3d/src/loader/
loader_dri3_helper.c 208 xcb_present_generic_event_t *ge)
210 switch (ge->evtype) {
212 xcb_present_configure_notify_event_t *ce = (void *) ge;
220 xcb_present_complete_notify_event_t *ce = (void *) ge;
253 xcb_present_idle_notify_event_t *ie = (void *) ge;
271 free(ge);
278 xcb_present_generic_event_t *ge; local
284 ge = (void *) ev;
285 dri3_handle_present_event(draw, ge);
368 xcb_present_generic_event_t *ge; local
616 xcb_present_generic_event_t *ge = (void *) ev; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
versionpredicate.py 28 ">": operator.gt, ">=": operator.ge, "!=": operator.ne}
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/AArch64/
ModuleEntryPoint.S 80 b.ge _SetupStack
  /device/linaro/hikey/uefi-tools/
atf-build.sh 31 if [ "$MAJOR" -eq 1 -a "$MINOR" -ge 2 ]; then
  /external/f2fs-tools/scripts/
verify.sh 70 if [ $i -ge $1 ]; then
  /external/libmtp/
hotplug.sh.in 168 if [ "${MONTH}" -ge "08" ]; then
  /external/llvm/test/MC/ARM/
basic-thumb2-instructions-v8.s 88 it ge
93 @ CHECK-V8: it ge @ encoding: [0xa8,0xbf]

Completed in 604 milliseconds

1 2 3 4 5 6 78 91011>>