HomeSort by relevance Sort by last modified time
    Searched defs:fx (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/clang/test/CodeGenCXX/
debug-info-fn-template.cpp 9 T fx(XF<T> xi) { function
15 template int fx(XF<int>);
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue6703a.go 11 func fx() int { func
16 var x = fx // ERROR "initialization loop|depends upon itself"
issue6703b.go 11 func fx() int { func
16 var x = fx() // ERROR "initialization loop|depends upon itself"
  /prebuilts/go/linux-x86/test/fixedbugs/
issue6703a.go 11 func fx() int { func
16 var x = fx // ERROR "initialization loop|depends upon itself"
issue6703b.go 11 func fx() int { func
16 var x = fx() // ERROR "initialization loop|depends upon itself"
  /external/syslinux/com32/modules/
gpxecmd.c 41 struct s_PXENV_FILE_EXEC *fx; local
43 fx = lmalloc(sizeof *fx);
44 if (!fx)
47 q = (char *)(fx + 1);
49 fx->Status = 1;
50 fx->Command.offs = OFFS(q);
51 fx->Command.seg = SEG(q);
60 pxe_call(PXENV_FILE_EXEC, fx);
sanboot.c 41 struct s_PXENV_FILE_EXEC *fx; local
43 fx = lmalloc(sizeof *fx);
44 if (!fx)
47 q = (char *)(fx + 1);
49 fx->Status = 1;
50 fx->Command.offs = OFFS(q);
51 fx->Command.seg = SEG(q);
61 pxe_call(PXENV_FILE_EXEC, fx);
  /external/eigen/Eigen/src/Core/arch/NEON/
MathFunctions.h 23 Packet4f tmp, fx; local
44 fx = vmlaq_f32(p4f_half, x, p4f_cephes_LOG2EF);
47 tmp = vcvtq_f32_s32(vcvtq_s32_f32(fx));
50 Packet4ui mask = vcgtq_f32(tmp, fx);
53 fx = vsubq_f32(tmp, vreinterpretq_f32_u32(mask));
55 tmp = vmulq_f32(fx, p4f_cephes_exp_C1);
56 Packet4f z = vmulq_f32(fx, p4f_cephes_exp_C2);
78 mm = vcvtq_s32_f32(fx);
  /external/skia/src/effects/gradients/
SkClampRange.cpp 77 void SkClampRange::initFor1(SkGradFixed fx) {
79 if (fx <= 0) {
81 } else if (fx < kFracMax_SkGradFixed) {
83 fFx1 = fx;
102 int64_t fx = fx0; local
108 !sk_64_sadd_check(fx, count_times_dx, &ex)) {
115 if ((uint64_t)(fx | ex) <= kFracMax_SkGradFixed) {
121 if (fx <= 0 && ex <= 0) {
126 if (fx >= kFracMax_SkGradFixed && ex >= kFracMax_SkGradFixed) {
139 fx -= dx
    [all...]
  /external/skia/src/image/
SkImageShaderContext.h 31 float fx[8]; member in struct:SkImageShaderContext
  /prebuilts/go/darwin-x86/test/ken/
slicearray.go 13 var fx [10]float64 var
26 fy = fx[0:]
95 fy = fx[lb:hb]
97 fy = fx[lb:10]
99 fy = fx[lb:]
101 fy = fx[:hb]
103 fy = fx[0:hb]
105 fy = fx[0:10]
107 fy = fx[0:]
109 fy = fx[:10
    [all...]
sliceslice.go 13 var fx []float64 var
86 fy = fx[lb:hb]
88 fy = fx[lb:10]
90 fy = fx[lb:]
92 fy = fx[:hb]
94 fy = fx[0:hb]
96 fy = fx[0:10]
98 fy = fx[0:]
100 fy = fx[:10]
102 fy = fx[:
    [all...]
  /prebuilts/go/linux-x86/test/ken/
slicearray.go 13 var fx [10]float64 var
26 fy = fx[0:]
95 fy = fx[lb:hb]
97 fy = fx[lb:10]
99 fy = fx[lb:]
101 fy = fx[:hb]
103 fy = fx[0:hb]
105 fy = fx[0:10]
107 fy = fx[0:]
109 fy = fx[:10
    [all...]
sliceslice.go 13 var fx []float64 var
86 fy = fx[lb:hb]
88 fy = fx[lb:10]
90 fy = fx[lb:]
92 fy = fx[:hb]
94 fy = fx[0:hb]
96 fy = fx[0:10]
98 fy = fx[0:]
100 fy = fx[:10]
102 fy = fx[:
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cbrtl.c 40 float ft, fx; local
92 fx = x;
93 GET_FLOAT_WORD(hx, fx);
  /external/eigen/Eigen/src/Core/arch/ZVector/
MathFunctions.h 49 Packet2d tmp, fx; local
55 fx = pmadd(p2d_cephes_LOG2EF, x, p2d_half);
57 fx = vec_floor(fx);
59 tmp = pmul(fx, p2d_cephes_exp_C1);
60 Packet2d z = pmul(fx, p2d_cephes_exp_C2);
80 emm0 = vec_ctsl(fx, 0);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test_tmp.h 56 const float fx = (float) ix; local
60 const float z0 = quads[0]->posCoef->a0[2] + dzdx * fx + dzdy * fy;
  /external/skia/src/core/
SkBitmapProcState_matrix_template.h 23 SkFractionalInt fx; local
28 fx = mapper.fractionalIntX();
40 const SkFixed fixedFx = SkFractionalIntToFixed(fx);
52 a = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
53 b = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
59 a = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
60 b = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx
87 SkFractionalInt fx = mapper.fractionalIntX(); local
    [all...]
SkBitmapProcState_matrix.h 60 SkFractionalInt fx; local
68 // now initialize fx
69 fx = mapper.fractionalIntX();
73 const SkFixed fixedFx = SkFractionalIntToFixed(fx);
81 SkFixed fixedFx = SkFractionalIntToFixed(fx);
83 fx += dx;
100 SkFixed fx = mapper.fixedX(); local
110 *xy++ = PACK_FILTER_X_NAME(fx, maxX, oneX PREAMBLE_ARG_X);
111 fx += dx;
SkBitmapProcState_shaderproc.h 28 SkFixed fx; local
46 // now initialize fx
47 fx = mapper.fixedX();
55 unsigned subX = EXTRACT_LOW_BITS(fx, maxX);
56 unsigned x0 = TILEX_PROCF(fx, maxX);
57 unsigned x1 = TILEX_PROCF((fx + oneX), maxX);
67 fx += dx;
  /external/skia/tests/
ClampRangeTest.cpp 35 const SkGradFixed fx, SkGradFixed dx, int count) {
38 // If dx is large, fx will overflow if updated naively. So we use more bits.
39 int64_t bigfx = fx;
58 static void test_range(SkFixed fx, SkFixed dx, int count) {
59 const SkGradFixed gfx = SkFixedToGradFixed(fx);
91 SkFixed fx = rand.nextS() >> 1; local
94 SkFixed dx = (sx - fx) / count;
95 test_range(fx, dx, count);
102 SkFixed fx = rand.nextS();
105 test_range(fx, dx, count)
    [all...]
PathOpsSimplifyDegenerateThreadedTest.cpp 27 int fx = f & 0x03; local
30 != (ey - dy) * (fx - dx)) {
42 path.lineTo(SkIntToScalar(fx), SkIntToScalar(fy));
51 pathStr.appendf(" path.lineTo(%d, %d);\n", fx, fy);
PathOpsSimplifyTrianglesThreadedTest.cpp 31 int fx = f & 0x03; local
33 if ((ex - dx) * (fy - dy) == (ey - dy) * (fx - dx)) {
45 path.lineTo(SkIntToScalar(fx), SkIntToScalar(fy));
54 pathStr.appendf(" path.lineTo(%d, %d);\n", fx, fy);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_cull.c 67 const float fx = v1[0] - v2[0]; local
71 header->det = ex * fy - ey * fx;
  /external/mesa3d/src/mesa/swrast/
s_aalinetemp.h 40 const GLfloat fx = (GLfloat) ix; local
60 line->span.array->z[i] = (GLuint) solve_plane(fx, fy, line->zPlane);
62 line->span.array->rgba[i][RCOMP] = solve_plane_chan(fx, fy, line->rPlane);
63 line->span.array->rgba[i][GCOMP] = solve_plane_chan(fx, fy, line->gPlane);
64 line->span.array->rgba[i][BCOMP] = solve_plane_chan(fx, fy, line->bPlane);
65 line->span.array->rgba[i][ACOMP] = solve_plane_chan(fx, fy, line->aPlane);
73 const GLfloat invQ = solve_plane_recip(fx, fy, line->attrPlane[attr][3]);
76 attribArray[i][c] = solve_plane(fx, fy, line->attrPlane[attr][c]) * invQ;
85 const GLfloat invW = solve_plane_recip(fx, fy, line->wPlane);
88 attribArray[i][c] = solve_plane(fx, fy, line->attrPlane[attr][c]) * invW
    [all...]

Completed in 345 milliseconds

1 2 3 4 5