HomeSort by relevance Sort by last modified time
    Searched refs:fx (Results 76 - 100 of 212) sorted by null

1 2 34 5 6 7 8 9

  /external/skia/src/shaders/gradients/
SkLinearGradient.h 47 template <bool, bool> void shade4_dx_clamp(SkPMColor dstC[], int count, float fx, float dx,
  /external/deqp/modules/gles3/functional/
es3fPrimitiveRestartTests.cpp 277 float fx = -1.0f + 2.0f * ((float)col + 0.5f) / (float)numRows; local
280 m_positions.push_back(fx);
313 float fx = centerX + 0.9f * deFloatCos((float)i*2.0f*DE_PI / (float)numVertices) / (float)numCols; local
316 m_positions.push_back(fx);
344 float fx = -0.9f + 1.8f * (float)(i/2*2) / numStrips; local
347 m_positions.push_back(fx);
385 float fx = centerX + 0.9f * deFloatCos((float)i*2.0f*DE_PI / (float)numArcVertices) / (float)numCols; local
388 m_positions.push_back(fx);
416 float fx = -0.9f + 1.8f * ((float)(i/3) + (i%3 == 2 ? 0.8f : 0.0f)) * 3 / numRows; local
419 m_positions.push_back(fx);
    [all...]
  /external/pdfium/core/fpdfdoc/
csection.cpp 198 FX_FLOAT fx,
202 fx - m_SecInfo.rcSection.left,
209 CPVT_WordPlace CSection::SearchWordPlace(FX_FLOAT fx,
228 if (fx >
243 if (fx > pWord->fWordX + m_pVT->GetWordWidth(*pWord) * VARIABLETEXT_HALF) {
  /external/pdfium/third_party/lcms2-2.6/src/
cmsintrp.c 342 cmsFloat32Number fx, fy, local
351 x0 = (int) _cmsQuickFloor(px); fx = px - (cmsFloat32Number) x0;
367 dx0 = LERP(fx, d00, d10);
368 dx1 = LERP(fx, d01, d11);
392 cmsS15Fixed16Number fx, fy; local
402 fx = _cmsToFixedDomain((int) Input[0] * p -> Domain[0]);
403 x0 = FIXED_TO_INT(fx);
404 rx = FIXED_REST_TO_INT(fx); // Rest in 0..1.0 domain
454 cmsFloat32Number fx, fy, fz, local
467 x0 = (int) _cmsQuickFloor(px); fx = px - (cmsFloat32Number) x0
523 cmsS15Fixed16Number fx, fy, fz; local
698 cmsS15Fixed16Number fx, fy, fz; local
835 cmsS15Fixed16Number fx, fy, fz; local
    [all...]
  /external/freetype/src/autofit/
afhints.c 353 point->fx,
849 point->fx = (FT_Short)vec->x;
854 end->fx = (FT_Short)outline->points[endpoint].x;
869 out_x = point->fx - prev->fx;
942 out_x = point->fx - prev->fx;
991 out_x += next->fx - point->fx;
1050 in_x = point->fx - prev_v->fx
    [all...]
  /external/opencv/cv/src/
cvundistort.cpp 53 float fx = intrinsic_matrix[0], fy = intrinsic_matrix[4]; local
54 float ifx = 1.f/fx, ify = 1.f/fy;
69 float _x = fx*(x*kr + p1*_2xy + p2*(r2 + 2*x2)) + x0;
106 float fx, float fy, float cx, float cy, float k1, float k2, uchar *pBuffer );
193 float u0, v0, fx, fy, ifx, ify, x0, y0, k1, k2, k3, p1, p2; local
231 fx = a[0]; fy = a[4];
232 ifx = 1.f/fx; ify = 1.f/fy;
248 double _x = fx*(x*kr + p1*_2xy + p2*(r2 + 2*x2)) + x0;
277 double fx, fy, u0, v0, k1, k2, k3, p1, p2; local
341 fx = a[0]; fy = a[4]
379 double A[3][3], RR[3][3], k[5]={0,0,0,0,0}, fx, fy, ifx, ify, cx, cy; local
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
primtypes.swg 209 double fx = floor(x);
211 double rd = ((x - fx) < 0.5) ? fx : cx; /* simple rint */
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
UnivariateRealSolverImpl.java 202 * @param fx the result to set
205 protected final void setResult(final double x, final double fx,
208 this.functionValue = fx;
  /external/google-benchmark/test/
register_benchmark_test.cc 110 CustomFixture fx; local
111 benchmark::RegisterBenchmark("custom_fixture", fx);
  /external/mesa3d/src/mesa/tnl/
t_vb_texgen.c 109 GLfloat u[3], two_nu, fx, fy, fz; local
113 fx = f[i][0] = u[0] - norm[0] * two_nu;
116 m[i] = fx * fx + fy * fy + (fz + 1.0F) * (fz + 1.0F);
137 GLfloat u[3], two_nu, fx, fy, fz; local
142 fx = f[i][0] = u[0] - norm[0] * two_nu;
145 m[i] = fx * fx + fy * fy + (fz + 1.0F) * (fz + 1.0F);
  /hardware/qcom/audio/voice_processing/
voice_processing.c 320 struct effect_s *fx)
322 ALOGW_IF(effect_release(fx) != 0, " session_release_effect() failed for id %d", fx->id);
324 session->created_msk &= ~(1<<fx->id);
697 ALOGW("lib_create: fx not found uuid: %08x", uuid->timeLow);
727 struct effect_s *fx = (struct effect_s *)interface; local
731 if (session == fx->session) {
732 session_release_effect(fx->session, fx);
757 ALOGV("lib_get_descriptor() got fx %s", desc->name)
    [all...]
  /external/skia/experimental/docs/
interpolatorFunctions.js 34 var fx = interp_cubic_coords(x1, x2, x3, x4, (t1+t2*2)/3);
40 var nx = fx * 27 - ax - dx * 8;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_curses.py 170 fx = tempfile.TemporaryFile()
173 f = fx.file
175 f = fx
179 fx.close()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_curses.py 170 fx = tempfile.TemporaryFile()
173 f = fx.file
175 f = fx
179 fx.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 170 fx = tempfile.TemporaryFile()
173 f = fx.file
175 f = fx
179 fx.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 170 fx = tempfile.TemporaryFile()
173 f = fx.file
175 f = fx
179 fx.close()
  /external/clang/test/OpenMP/
atomic_read_codegen.c 20 float fv, fx; variable
129 fv = fx;
195 ulv = fx;
atomic_write_codegen.c 20 float fv, fx; variable
129 fx = fv;
218 fx = ulv;
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_Icon.cpp 32 FX_FLOAT fx = 0.0f; local
34 GetImageOffset(fx, fy);
42 sAppStream << fHScale << " 0 0 " << fVScale << " " << rcPlate.left + fx
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
opc-f.s 531 fcvt.fx f4 = f5
532 fcvt.fx.s0 f4 = f5
533 fcvt.fx.s1 f4 = f5
534 fcvt.fx.s2 f4 = f5
535 fcvt.fx.s3 f4 = f5
537 fcvt.fx.trunc f4 = f5
538 fcvt.fx.trunc.s0 f4 = f5
539 fcvt.fx.trunc.s1 f4 = f5
540 fcvt.fx.trunc.s2 f4 = f5
541 fcvt.fx.trunc.s3 f4 = f
    [all...]
  /external/eigen/Eigen/src/Core/arch/AVX/
MathFunctions.h 302 Packet4d tmp, fx; local
307 fx = pmadd(p4d_cephes_LOG2EF, x, p4d_half);
310 fx = _mm256_floor_pd(fx);
315 tmp = pmul(fx, p4d_cephes_exp_C1);
316 Packet4d z = pmul(fx, p4d_cephes_exp_C2);
342 __m128i emm0 = _mm256_cvtpd_epi32(fx);
  /toolchain/binutils/binutils-2.25/gas/config/
tc-m32c.c 1063 tc_gen_reloc (asection *sec, fixS *fx)
1065 if (fx->fx_r_type == BFD_RELOC_M32C_RL_JUMP
1066 || fx->fx_r_type == BFD_RELOC_M32C_RL_1ADDR
1067 || fx->fx_r_type == BFD_RELOC_M32C_RL_2ADDR)
1074 *reloc->sym_ptr_ptr = symbol_get_bfdsym (fx->fx_addsy);
1075 reloc->address = fx->fx_frag->fr_address + fx->fx_where;
1076 reloc->howto = bfd_reloc_type_lookup (stdoutput, fx->fx_r_type);
1077 reloc->addend = fx->fx_offset;
1081 return gas_cgen_tc_gen_reloc (sec, fx);
    [all...]
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_tritmp.h 134 GLfloat fx = VERT_X(v[1]) - VERT_X(v[2]); local
136 GLfloat cc = ex*fy - ey*fx;
235 GLfloat b = ez*fx - ex*fz;
359 GLfloat fx = VERT_X(v[3]) - VERT_X(v[1]); local
361 GLfloat cc = ex*fy - ey*fx;
467 GLfloat b = ez*fx - ex*fz;
  /external/pdfium/core/fxcrt/
fx_basic_coords.cpp 351 FX_FLOAT fx = a * dx;
353 return FXSYS_sqrt(fx * fx + fy * fy);
357 FX_FLOAT fx = a * dx + c * dy;
359 return FXSYS_sqrt(fx * fx + fy * fy);
  /external/mesa3d/src/mesa/swrast_setup/
ss_tritmp.h 55 GLfloat fx = v[1]->attrib[VARYING_SLOT_POS][0] - v[2]->attrib[VARYING_SLOT_POS][0]; local
57 GLfloat cc = ex*fy - ey*fx;
146 const GLfloat dzdy = fabsf((ez * fx - ex * fz) * oneOverArea);

Completed in 770 milliseconds

1 2 34 5 6 7 8 9