HomeSort by: relevance | last modified time | path
    Searched defs:fx (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/via/
via_video.c 96 drm_via_futex_t *fx = data; local
104 if (fx->lock >= VIA_NR_XVMC_LOCKS)
107 lock = (volatile int *)XVMCLOCKPTR(sAPriv, fx->lock);
109 switch (fx->func) {
112 spin_lock(&dev_priv->decoder_lock[fx->lock]);
113 DRM_SPIN_WAIT_ON(ret, &dev_priv->decoder_queue[fx->lock],
114 &dev_priv->decoder_lock[fx->lock],
115 (fx->ms / 10) * (HZ / 100),
116 *lock != fx->val);
117 spin_unlock(&dev_priv->decoder_lock[fx->lock])
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid128_logb.c 32 int_float f64, fx; variable
44 // fx ~ CX
45 fx.d = (float) CX.w[1] * f64.d + (float) CX.w[0];
46 bin_expon_cx = ((fx.i >> 23) & 0xff) - 0x7f;
bid128_rem.c 34 int_float f64, fx; variable
178 // fx ~ CX
179 fx.d = (float) CX.w[1] * f64.d + (float) CX.w[0];
180 bin_expon_cx = ((fx.i >> 23) & 0xff) - 0x7f;
bid128_sqrt.c 39 int_float fx, f64; variable
93 // fx ~ CX
94 fx.d = (float) CX.w[1] * f64.d + (float) CX.w[0];
95 bin_expon_cx = ((fx.i >> 23) & 0xff) - 0x7f;
302 int_float fx, f64;
364 // fx ~ CX
365 fx.d = (float) CX.w[1] * f64.d + (float) CX.w[0];
366 bin_expon_cx = ((fx.i >> 23) & 0xff) - 0x7f;
bid128_div.c 42 int_float fx, fy, f64; variable
154 // fx ~ CX, fy ~ CY
155 fx.d = (float) CX.w[1] * f64.d + (float) CX.w[0];
158 bin_index = (fy.i - fx.i) >> 23;
194 fx.d = (float) CQ.w[1] * f64.d + (float) CQ.w[0];
196 bin_expon = (fx.i - 0x3f800000) >> 23;
493 int_float fx, fy, f64;
615 // fx ~ CX, fy ~ CY
616 fx.d = (float) CX.w[1] * f64.d + (float) CX.w[0];
619 bin_index = (fy.i - fx.i) >> 23
    [all...]
bid64_sqrt.c 220 int_float fx, f64; local
283 // fx ~ CX
284 fx.d = (float) CX.w[1] * f64.d + (float) CX.w[0];
285 bin_expon_cx = ((fx.i >> 23) & 0xff) - 0x7f;
bid_sqrt_macros.h 56 int_float fx, f64, fm64; local
bid64_div.c 525 int_float fx, fy, f64; local
634 // fx ~ CX, fy ~ CY
635 fx.d = (float) CX.w[1] * f64.d + (float) CX.w[0];
638 bin_index = (fy.i - fx.i) >> 23;
666 fx.d = (float) CQ.w[1] * f64.d + (float) CQ.w[0];
668 bin_expon = (fx.i - 0x3f800000) >> 23;
939 int_float fx, fy, f64; variable
1057 // fx ~ CX, fy ~ CY
1058 fx.d = (float) CX.w[1] * f64.d + (float) CX.w[0];
1061 bin_index = (fy.i - fx.i) >> 23
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid128_logb.c 32 int_float f64, fx; variable
44 // fx ~ CX
45 fx.d = (float) CX.w[1] * f64.d + (float) CX.w[0];
46 bin_expon_cx = ((fx.i >> 23) & 0xff) - 0x7f;
bid128_rem.c 34 int_float f64, fx; variable
178 // fx ~ CX
179 fx.d = (float) CX.w[1] * f64.d + (float) CX.w[0];
180 bin_expon_cx = ((fx.i >> 23) & 0xff) - 0x7f;
bid128_sqrt.c 39 int_float fx, f64; variable
93 // fx ~ CX
94 fx.d = (float) CX.w[1] * f64.d + (float) CX.w[0];
95 bin_expon_cx = ((fx.i >> 23) & 0xff) - 0x7f;
302 int_float fx, f64;
364 // fx ~ CX
365 fx.d = (float) CX.w[1] * f64.d + (float) CX.w[0];
366 bin_expon_cx = ((fx.i >> 23) & 0xff) - 0x7f;
bid128_div.c 42 int_float fx, fy, f64; variable
154 // fx ~ CX, fy ~ CY
155 fx.d = (float) CX.w[1] * f64.d + (float) CX.w[0];
158 bin_index = (fy.i - fx.i) >> 23;
194 fx.d = (float) CQ.w[1] * f64.d + (float) CQ.w[0];
196 bin_expon = (fx.i - 0x3f800000) >> 23;
493 int_float fx, fy, f64;
615 // fx ~ CX, fy ~ CY
616 fx.d = (float) CX.w[1] * f64.d + (float) CX.w[0];
619 bin_index = (fy.i - fx.i) >> 23
    [all...]
bid64_sqrt.c 220 int_float fx, f64; local
283 // fx ~ CX
284 fx.d = (float) CX.w[1] * f64.d + (float) CX.w[0];
285 bin_expon_cx = ((fx.i >> 23) & 0xff) - 0x7f;
bid_sqrt_macros.h 56 int_float fx, f64, fm64; local
bid64_div.c 525 int_float fx, fy, f64; local
634 // fx ~ CX, fy ~ CY
635 fx.d = (float) CX.w[1] * f64.d + (float) CX.w[0];
638 bin_index = (fy.i - fx.i) >> 23;
666 fx.d = (float) CQ.w[1] * f64.d + (float) CQ.w[0];
668 bin_expon = (fx.i - 0x3f800000) >> 23;
939 int_float fx, fy, f64; variable
1057 // fx ~ CX, fy ~ CY
1058 fx.d = (float) CX.w[1] * f64.d + (float) CX.w[0];
1061 bin_index = (fy.i - fx.i) >> 23
    [all...]
  /src/lib/libm/src/
s_cbrtl.c 41 float ft, fx; local
93 fx = x;
94 GET_FLOAT_WORD(hx, fx);
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
register_benchmark_test.cc 112 CustomFixture fx; local
113 benchmark::RegisterBenchmark("custom_fixture", fx);
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
register_benchmark_test.cc 110 CustomFixture fx; local
111 benchmark::RegisterBenchmark("custom_fixture", fx);
  /src/games/hack/
hack.unix.c 449 int fx = u.ux, fy = u.uy; local
451 if (dist(fx, fy) < dist(doors[tmp].x, doors[tmp].y)) {
452 fx = doors[tmp].x;
460 tmp = fx;
461 fx = md->mx;
467 while (fx != md->mx || fy != md->my) {
468 int dx, dy, nfx = fx, nfy = fy, d1,
471 tmp_at(fx, fy);
472 d1 = DIST(fx, fy, md->mx, md->my);
476 d2 = DIST(fx + dx, fy + dy, md->mx, md->my)
    [all...]
hack.vault.c 104 xchar fx, fy, ftyp; member in struct:fakecorridor
131 fcx = egd->fakecorr[fcbeg].fx;
155 if (g_at(egd->fakecorr[fci].fx, egd->fakecorr[fci].fy))
258 egd->fakecorr[0].fx = x;
294 if (egd->fakecorr[i].fx == nx &&
358 fcp->fx = nx;
  /src/lib/libedit/
refresh.c 492 * the line. fx and sx is the number of characters inserted or deleted
497 re_clear_eol(EditLine *el, int fx, int sx, int diff)
500 ELRE_DEBUG(1, (__F, "re_clear_eol sx %d, fx %d, diff %d\n",
501 sx, fx, diff));
503 if (fx < 0)
504 fx = -fx;
507 if (fx > diff)
508 diff = fx;
546 int fx, sx local
    [all...]
  /src/sys/arch/sh3/sh3/
db_disasm.c 356 int rn, fx; local
359 fx = (insn & 0x00f0) >> 4;
361 switch (fx) {
377 } /* end of switch (fx) */
425 int n1, fx; local
431 fx = (insn & 0x00f0) >> 4;
432 switch (fx) {
444 } /* end of switch (fx) */
719 int rn, fx; local
722 fx = (insn & 0x00f0) >> 4
743 int rn, fx; local
858 int rn, fx; local
878 int rn, fx; local
992 int rn, fx; local
1016 int rn, fx; local
1081 int rm, fx; local
    [all...]
  /src/external/bsd/am-utils/dist/amd/
opts.c 549 char *fx; local
570 fx = strchr(arg, ')');
571 if (fx == NULL || fx == arg) {
575 *fx = '\0';
  /src/sys/arch/amiga/dev/
grf_clreg.h 52 unsigned short fx; /* font x dimension */ member in struct:grfcltext_mode
grf_cvreg.h 51 unsigned short fx; /* font x dimension */ member in struct:grfcvtext_mode

Completed in 50 milliseconds

1 2