HomeSort by relevance Sort by last modified time
    Searched defs:rx (Results 151 - 175 of 207) sorted by null

1 2 3 4 5 67 8 9

  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
SkeletonControl.java 351 float rx = 0, ry = 0, rz = 0, rnx = 0, rny = 0, rnz = 0; local
357 rx += (mat.m00 * vtx + mat.m01 * vty + mat.m02 * vtz + mat.m03) * weight;
370 posBuf[idxPositions++] = rx;
473 float rx = 0, ry = 0, rz = 0, rnx = 0, rny = 0, rnz = 0, rtx = 0, rty = 0, rtz = 0; local
479 rx += (mat.m00 * vtx + mat.m01 * vty + mat.m02 * vtz + mat.m03) * weight;
497 posBuf[idxPositions++] = rx;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.c 1000 LLVMValueRef rx, ry, rz; local
    [all...]
  /external/pixman/pixman/
pixman-bits-image.c 385 int rx = j; local
396 repeat (repeat_mode, &rx, width);
399 pixel = get_pixel (image, rx, ry, FALSE);
403 pixel = get_pixel (image, rx, ry, TRUE);
483 int rx = j; local
493 repeat (repeat_mode, &rx, width);
496 pixel = get_pixel (image, rx, ry, FALSE);
500 pixel = get_pixel (image, rx, ry, TRUE);
809 int rx = j; local
822 repeat (repeat_mode, &rx, bits->width)
    [all...]
  /external/qemu/android/skin/
trackball.c 321 double rx = x0/radius; local
323 double rz = sqrt( 1.0 - rx*rx - ry*ry );
329 coord->f[0] = FIX16_FROM_FLOAT(rx);
341 double lx = LIGHT_X - rx;
345 double cosphi = lir*(lx*rx + ly*ry + lz*rz);
  /external/skia/bench/
PathBench.cpp 719 SkScalar rx = SkMinScalar(rect.width(), xIn); local
723 arcRect.set(-rx, -ry, rx, ry);
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp 608 int rx = video->currPic->pitch; local
609 int rx2 = rx << 1;
610 int rx3 = rx2 + rx;
671 offset2[4] = rx + 1;
673 offset2[6] = rx + 3;
675 offset2[8] = rx;
678 offset2[11] = rx + 2 ;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 540 Int rx = video->currVop->pitch; local
541 Int rx2 = rx << 1;
542 Int rx3 = rx2 + rx;
603 offset2[4] = rx + 1;
605 offset2[6] = rx + 3;
607 offset2[8] = rx;
610 offset2[11] = rx + 2 ;
    [all...]
  /frameworks/native/opengl/libagl/
matrix.cpp 726 const GLfixed rx = rhs->x; local
728 lhs->x = mla2a(rx, m[ 0], ry, m[ 4], m[12]);
729 lhs->y = mla2a(rx, m[ 1], ry, m[ 5], m[13]);
730 lhs->z = mla2a(rx, m[ 2], ry, m[ 6], m[14]);
731 lhs->w = mla2a(rx, m[ 3], ry, m[ 7], m[15]);
736 const GLfixed rx = rhs->x; local
739 lhs->x = mla3a(rx, m[ 0], ry, m[ 4], rz, m[ 8], m[12]);
740 lhs->y = mla3a(rx, m[ 1], ry, m[ 5], rz, m[ 9], m[13]);
741 lhs->z = mla3a(rx, m[ 2], ry, m[ 6], rz, m[10], m[14]);
742 lhs->w = mla3a(rx, m[ 3], ry, m[ 7], rz, m[11], m[15])
747 const GLfixed rx = rhs->x; local
762 const GLfixed rx = rhs->x; local
776 const GLfixed rx = rhs->x; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib2.py 834 rx = re.compile('(?:.*,)*[ \t]*([^ \t]+)[ \t]+' variable in class:AbstractBasicAuthHandler
865 mo = AbstractBasicAuthHandler.rx.search(authreq)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib2.py 834 rx = re.compile('(?:.*,)*[ \t]*([^ \t]+)[ \t]+' variable in class:AbstractBasicAuthHandler
865 mo = AbstractBasicAuthHandler.rx.search(authreq)
    [all...]
  /bionic/libc/kernel/arch-mips/asm/ip32/
mace.h 244 volatile unsigned long rx; member in struct:mace_ps2port
  /development/ndk/platforms/android-9/arch-mips/include/asm/ip32/
mace.h 244 volatile unsigned long rx; member in struct:mace_ps2port
  /external/bluetooth/bluedroid/btif/src/
btif_media_task.c 231 long long rx; member in struct:__anon3396
295 cur_stat.rx+=len;
310 APPL_TRACE_WARNING4("tput rx:%d, tx:%d (bytes/s) (tot : rx %d, tx %d bytes)",
311 (cur_stat.rx*1000000)/((now_us - cur_stat.ts_prev_us)),
316 cur_stat.rx = 0;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext.cpp 1662 int rx = SkMin32(SkScalarRound(rect.width()), size.width()); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.c 2124 const float rx = 0.25F * (s[0] + s[1] + s[2] + s[3]); local
    [all...]
  /external/kernel-headers/original/asm-mips/ip32/
mace.h 239 volatile unsigned long rx; member in struct:mace_ps2port
  /external/kernel-headers/original/linux/
serial_core.h 202 __u32 rx; member in struct:uart_icount
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 2124 const float rx = 0.25F * (s[0] + s[1] + s[2] + s[3]); local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
priv_storage.h 426 or rx mapping for one binary.
449 Bool rx, rw, ro; /* memory access flags for this mapping */ member in struct:_DebugInfoMapping
538 either (size of all rx maps == 0 && cfsi == NULL) (the degenerate case)
541 (0) size of at least one rx mapping > 0
542 (1) no two DebugInfos with some rx mapping of size > 0
543 have overlapping rx mappings
545 [avma,+size) of one rx mapping; that is, the former
548 [avma,+size) of that rx mapping.
803 /* Cached last rx mapping matched and returned by ML_(find_rx_mapping).
875 /* Helper function for the most often needed searching for an rx
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
synclink.h 212 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:mgsl_icount
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
synclink.h 212 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:mgsl_icount
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
synclink.h 212 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:mgsl_icount
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ip32/
mace.h 244 volatile unsigned long rx; member in struct:mace_ps2port
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ip32/
mace.h 244 volatile unsigned long rx; member in struct:mace_ps2port
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ip32/
mace.h 244 volatile unsigned long rx; member in struct:mace_ps2port

Completed in 1140 milliseconds

1 2 3 4 5 67 8 9