/external/eigen/unsupported/Eigen/src/Splines/ |
D | SplineFitting.h | 227 static SplineType Interpolate(const PointArrayType& pts, DenseIndex degree); 239 …static SplineType Interpolate(const PointArrayType& pts, DenseIndex degree, const KnotVectorType& … 290 …SplineType SplineFitting<SplineType>::Interpolate(const PointArrayType& pts, DenseIndex degree, co… in Interpolate() function 322 SplineType SplineFitting<SplineType>::Interpolate(const PointArrayType& pts, DenseIndex degree) in Interpolate() function 326 return Interpolate(pts, degree, chord_lengths); in Interpolate()
|
/external/dng_sdk/source/ |
D | dng_gain_map.cpp | 59 real32 Interpolate () const in Interpolate() function in dng_gain_map_interpolator 276 real32 dng_gain_map::Interpolate (int32 row, in Interpolate() function in dng_gain_map 288 return interp.Interpolate (); in Interpolate() 581 real32 gain = interp.Interpolate (); in ProcessArea()
|
D | dng_1d_table.h | 73 real32 Interpolate (real32 x) const in Interpolate() function
|
D | dng_mosaic_info.h | 178 virtual void Interpolate (dng_host &host,
|
D | dng_hue_sat_map.h | 226 static dng_hue_sat_map * Interpolate (const dng_hue_sat_map &map1,
|
D | dng_gain_map.h | 123 real32 Interpolate (int32 row,
|
D | dng_mosaic_info.cpp | 1003 void Interpolate (dng_pixel_buffer &srcBuffer, 1029 void dng_bilinear_interpolator::Interpolate (dng_pixel_buffer &srcBuffer, in Interpolate() function in dng_bilinear_interpolator 1915 interpolator->Interpolate (srcBuffer, in InterpolateGeneric() 1959 void dng_mosaic_info::Interpolate (dng_host &host, in Interpolate() function in dng_mosaic_info
|
D | dng_reference.cpp | 1528 vEncoded = encodeTable->Interpolate (Pin_real32 (v)); in RefBaselineHueSatMap() 1616 v = hasTable ? decodeTable->Interpolate (vEncoded) : vEncoded; in RefBaselineHueSatMap() 1719 real32 y = table.Interpolate (x); in RefBaseline1DTable() 1755 rr = table.Interpolate (r);\ in RefBaselineRGBTone() 1756 bb = table.Interpolate (b);\ in RefBaselineRGBTone() 1799 rr = table.Interpolate (r); in RefBaselineRGBTone() 1800 gg = table.Interpolate (g); in RefBaselineRGBTone()
|
D | dng_hue_sat_map.cpp | 261 dng_hue_sat_map * dng_hue_sat_map::Interpolate (const dng_hue_sat_map &map1, in Interpolate() function in dng_hue_sat_map
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_two_side.c | 81 ts->front_color_interp[decl->Semantic.Index] = decl->Interp.Interpolate; in xform_decl() 110 decl.Declaration.Interpolate = 1; in emit_prolog() 115 decl.Interp.Interpolate = ts->front_color_interp[i]; in emit_prolog()
|
D | tgsi_transform.h | 142 decl.Declaration.Interpolate = 1; in tgsi_transform_input_decl() 148 decl.Interp.Interpolate = interp; in tgsi_transform_input_decl() 163 decl.Declaration.Interpolate = 1; in tgsi_transform_output_decl() 169 decl.Interp.Interpolate = interp; in tgsi_transform_output_decl()
|
D | tgsi_build.c | 107 declaration.Interpolate = 0; in tgsi_default_declaration() 142 declaration.Interpolate = interpolate; in tgsi_build_declaration() 218 di.Interpolate = TGSI_INTERPOLATE_CONSTANT; in tgsi_default_declaration_interp() 235 di.Interpolate = interpolate; in tgsi_build_declaration_interp() 423 full_decl->Declaration.Interpolate, in tgsi_build_full_declaration() 458 if (full_decl->Declaration.Interpolate) { in tgsi_build_full_declaration() 467 *di = tgsi_build_declaration_interp(full_decl->Interp.Interpolate, in tgsi_build_full_declaration()
|
D | tgsi_emulate.c | 54 assert(decl->Declaration.Interpolate); in transform_decl()
|
/external/eigen/unsupported/test/ |
D | splines.cpp | 214 const Spline2d spline = SplineFitting<Spline2d>::Interpolate(points,3); in check_global_interpolation2d() 226 const Spline2d spline = SplineFitting<Spline2d>::Interpolate(points,3,chord_lengths); in check_global_interpolation2d()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_sampledfunc.cpp | 106 Interpolate(inputs[i], m_pDomains[i * 2], m_pDomains[i * 2 + 1], in v_Call() 154 Interpolate(encoded, 0, (float)m_SampleMax, m_DecodeInfo[j].decode_min, in v_Call()
|
D | cpdf_function.h | 40 float Interpolate(float x,
|
D | cpdf_stitchfunc.cpp | 86 input = Interpolate(input, m_pBounds[i], m_pBounds[i + 1], m_pEncode[i * 2], in v_Call()
|
D | cpdf_function.cpp | 128 float CPDF_Function::Interpolate(float x, in Interpolate() function in CPDF_Function
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_build.c | 107 declaration.Interpolate = 0; in tgsi_default_declaration() 142 declaration.Interpolate = interpolate; in tgsi_build_declaration() 208 di.Interpolate = TGSI_INTERPOLATE_CONSTANT; in tgsi_default_declaration_interp() 225 di.Interpolate = interpolate; in tgsi_build_declaration_interp() 412 full_decl->Declaration.Interpolate, in tgsi_build_full_declaration() 447 if (full_decl->Declaration.Interpolate) { in tgsi_build_full_declaration() 456 *di = tgsi_build_declaration_interp(full_decl->Interp.Interpolate, in tgsi_build_full_declaration()
|
D | tgsi_scan.c | 286 info->input_interpolate[reg] = (ubyte)fulldecl->Interp.Interpolate; in tgsi_scan_shader() 302 switch (fulldecl->Interp.Interpolate) { in tgsi_scan_shader()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_pstipple.c | 293 decl.Declaration.Interpolate = 1; in pstip_transform_prolog() 294 decl.Interp.Interpolate = TGSI_INTERPOLATE_LINEAR; in pstip_transform_prolog()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 136 unsigned Interpolate : 1; /**< any interpolation info? */ member 159 unsigned Interpolate : 4; /**< one of TGSI_INTERPOLATE_x */ member
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 136 unsigned Interpolate : 1; /**< any interpolation info? */ member 159 unsigned Interpolate : 4; /**< one of TGSI_INTERPOLATE_x */ member
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_vs_draw.c | 97 decl.Declaration.Interpolate = 1; in emit_output() 102 decl.Interp.Interpolate = interp; in emit_output()
|
/external/walt/ios/WALT/ |
D | DragLatencyController.mm | 52 static std::vector<T> Interpolate(const std::vector<S>& x, function 151 std::vector<CGFloat> laserYs = Interpolate(ts, touchTs, touchYs); 372 std::vector<CGFloat> ly = Interpolate(lt, ft, fy);
|