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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/auxiliary/util/
u_texture.c 48 float rx, ry, rz; local
62 rx = 1;
67 rx = -1;
72 rx = sc;
77 rx = sc;
82 rx = sc;
87 rx = -sc;
92 rx = ry = rz = 0;
96 out_str[0] = rx; /*s*/
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 189 void setLiveReg(int rx, DomainValue *DV);
190 void kill(int rx);
191 void force(int rx, unsigned domain);
266 /// Set LiveRegs[rx] = dv, updating reference counts.
267 void ExeDepsFix::setLiveReg(int rx, DomainValue *dv) {
268 assert(unsigned(rx) < NumRegs && "Invalid index");
271 if (LiveRegs[rx].Value == dv)
273 if (LiveRegs[rx].Value)
274 release(LiveRegs[rx].Value);
275 LiveRegs[rx].Value = retain(dv)
652 int rx = *i; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
atm_eni.h 24 int tx, rx; member in struct:eni_multipliers
  /development/ndk/platforms/android-21/include/linux/
atm_eni.h 24 int tx,rx; member in struct:eni_multipliers
  /external/kernel-headers/original/uapi/linux/
atm_eni.h 14 int tx,rx; /* values are in percent and must be > 100 */ member in struct:eni_multipliers
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
atm_eni.h 14 int tx,rx; /* values are in percent and must be > 100 */ member in struct:eni_multipliers
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
atm_eni.h 14 int tx,rx; /* values are in percent and must be > 100 */ member in struct:eni_multipliers
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
atm_eni.h 24 int tx,rx; member in struct:eni_multipliers
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
atm_eni.h 24 int tx,rx; member in struct:eni_multipliers
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
atm_eni.h 24 int tx,rx; member in struct:eni_multipliers
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
atm_eni.h 24 int tx,rx; member in struct:eni_multipliers
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
atm_eni.h 24 int tx,rx; member in struct:eni_multipliers
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
atm_eni.h 24 int tx,rx; member in struct:eni_multipliers
  /external/skia/src/svg/parser/
SkSVGEllipse.cpp 18 SVG_ATTRIBUTE(rx),
27 SkScalar cx, cy, rx, ry; local
30 SkParse::FindScalar(f_rx.c_str(), &rx);
33 left = cx - rx;
35 right = cx + rx;
  /bionic/libm/upstream-freebsd/lib/msun/src/
catrig.c 146 * rx = Re(casinh(z)) = -Im(cacos(y + I*x)).
153 do_hard_work(double x, double y, double *rx, int *B_is_usable, double *B,
175 * rx = log1p(Am1 + sqrt(Am1*(A+1)))
182 *rx = sqrt(x);
189 *rx = log1p(Am1 + sqrt(Am1 * (A + 1)));
195 *rx = x / sqrt((1 - y) * (1 + y));
200 *rx = log1p((y - 1) + sqrt((y - 1) * (y + 1)));
203 *rx = log(A + sqrt(A * A - 1));
277 double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; local
323 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y)
358 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; local
433 double rx, ry; local
569 double x, y, ax, ay, rx, ry; local
    [all...]
catrigf.c 88 do_hard_work(float x, float y, float *rx, int *B_is_usable, float *B,
103 *rx = sqrtf(x);
106 *rx = log1pf(Am1 + sqrtf(Am1 * (A + 1)));
108 *rx = x / sqrtf((1 - y) * (1 + y));
110 *rx = log1pf((y - 1) + sqrtf((y - 1) * (y + 1)));
113 *rx = logf(A + sqrtf(A * A - 1));
148 float x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; local
184 do_hard_work(ax, ay, &rx, &B_is_usable, &B, &sqrt_A2my2, &new_y);
189 return (cpackf(copysignf(rx, x), copysignf(ry, y)));
203 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x local
263 float rx, ry; local
341 float x, y, ax, ay, rx, ry; local
    [all...]
  /external/libvncserver/x11vnc/
winattr_t.h 49 int rx, ry; member in struct:winattr
  /external/libvncserver/libvncclient/
corre.c 33 HandleCoRREBPP (rfbClient* client, int rx, int ry, int rw, int rh)
49 FillRectangle(client, rx, ry, rw, rh, pix);
64 FillRectangle(client, rx+x, ry+y, w, h, pix);
rre.c 33 HandleRREBPP (rfbClient* client, int rx, int ry, int rw, int rh)
48 FillRectangle(client, rx, ry, rw, rh, pix);
62 FillRectangle(client, rx+subrect.x, ry+subrect.y, subrect.w, subrect.h, pix);
hextile.c 33 HandleHextileBPP (rfbClient* client, int rx, int ry, int rw, int rh)
44 for (x = rx; x < rx+rw; x += 16) {
46 if (rx+rw - x < 16)
47 w = rx+rw - x;
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad_halfpel.cpp 24 int AVCSAD_MB_HalfPel_C(uint8 *ref,uint8 *blk,int dmin,int width,int rx,int xh,int yh,void *extra_info)
25 int AVCSAD_MB_HP_HTFM_Collect(uint8 *ref,uint8 *blk,int dmin,int width,int rx,int xh,int yh,void *extra_info)
26 int AVCSAD_MB_HP_HTFM(uint8 *ref,uint8 *blk,int dmin,int width,int rx,int xh,int yh,void *extra_info)
27 int AVCSAD_Blk_HalfPel_C(uint8 *ref,uint8 *blk,int dmin,int width,int rx,int xh,int yh,void *extra_info)
77 int rx = dmin_rx & 0xFFFF; local
83 p3 = ref + rx;
84 p4 = ref + rx + 1;
101 p1 += rx;
102 p3 += rx;
103 p2 += rx;
118 int rx = dmin_rx & 0xFFFF; local
153 int rx = dmin_rx & 0xFFFF; local
186 int rx = dmin_rx & 0xFFFF; local
268 int rx = dmin_rx & 0xFFFF; local
349 int rx = dmin_rx & 0xFFFF; local
429 int rx = dmin_rx & 0xFFFF; local
497 int rx = dmin_rx & 0xFFFF; local
563 int rx = dmin_rx & 0xFFFF; local
    [all...]
  /system/bt/stack/rfcomm/
port_utils.c 128 memset (&p_port->rx, 0, sizeof (p_port->rx));
216 while ((p_buf = (BT_HDR *)GKI_dequeue (&p_port->rx.queue)) != NULL)
219 p_port->rx.queue_size = 0;
505 /* update rx credits */
519 && !p_port->rx.user_fc
527 p_port->rx.peer_fc = FALSE;
536 p_port->rx.peer_fc = TRUE;
538 /* if queue count reached credit rx max, set peer fc */
539 else if (GKI_queue_length(&p_port->rx.queue) >= p_port->credit_rx_max
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
compileall.py 22 force=0, rx=None, quiet=0):
52 if not compile_file(fullname, ddir, force, rx, quiet):
58 if not compile_dir(fullname, maxlevels - 1, dfile, force, rx,
63 def compile_file(fullname, ddir=None, force=0, rx=None, quiet=0):
80 if rx is not None:
81 mo = rx.search(fullname)
188 rx = None
197 rx = re.compile(a)
215 force, rx, quiet):
218 if not compile_file(arg, ddir, force, rx, quiet)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
compileall.py 22 force=0, rx=None, quiet=0):
52 if not compile_file(fullname, ddir, force, rx, quiet):
58 if not compile_dir(fullname, maxlevels - 1, dfile, force, rx,
63 def compile_file(fullname, ddir=None, force=0, rx=None, quiet=0):
80 if rx is not None:
81 mo = rx.search(fullname)
188 rx = None
197 rx = re.compile(a)
215 force, rx, quiet):
218 if not compile_file(arg, ddir, force, rx, quiet)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_halfpel.cpp 24 Int SAD_MB_HalfPel_C(UChar *ref,UChar *blk,Int dmin,Int width,Int rx,Int xh,Int yh,void *extra_info)
25 Int SAD_MB_HP_HTFM_Collect(UChar *ref,UChar *blk,Int dmin,Int width,Int rx,Int xh,Int yh,void *extra_info)
26 Int SAD_MB_HP_HTFM(UChar *ref,UChar *blk,Int dmin,Int width,Int rx,Int xh,Int yh,void *extra_info)
27 Int SAD_Blk_HalfPel_C(UChar *ref,UChar *blk,Int dmin,Int width,Int rx,Int xh,Int yh,void *extra_info)
228 Int rx = dmin_rx & 0xFFFF; local
236 p3 = ref + rx;
237 p4 = ref + rx + 1;
254 p1 += rx;
255 p3 += rx;
256 p2 += rx;
269 Int rx = dmin_rx & 0xFFFF; local
305 Int rx = dmin_rx & 0xFFFF; local
340 Int rx = dmin_rx & 0xFFFF; local
419 Int rx = dmin_rx & 0xFFFF; local
497 Int rx = dmin_rx & 0xFFFF; local
574 Int rx = dmin_rx & 0xFFFF; local
642 Int rx = dmin_rx & 0xFFFF; local
708 Int rx = dmin_rx & 0xFFFF; local
    [all...]

Completed in 1855 milliseconds

1 2 3 4 5 6 7 8 91011>>