Searched refs:weight1 (Results 1 – 9 of 9) sorted by relevance
/external/dng_sdk/source/ |
D | dng_hue_sat_map.cpp | 263 real64 weight1) in Interpolate() argument 266 if (weight1 >= 1.0) in Interpolate() 282 if (weight1 <= 0.0) in Interpolate() 331 real32 w1 = (real32) weight1; in Interpolate()
|
D | dng_hue_sat_map.h | 228 real64 weight1);
|
/external/swiftshader/src/Shader/ |
D | VertexPipeline.cpp | 88 Float4 weight1; in transformBlend() local 95 case 3: weight1 = v[BlendWeight].y; in transformBlend() 107 weight1 = Float4(1.0f) - weight0; in transformBlend() 115 dst.x = pos0.x * weight0 + pos1.x * weight1; // FIXME: Vector4f operators in transformBlend() 116 dst.y = pos0.y * weight0 + pos1.y * weight1; in transformBlend() 117 dst.z = pos0.z * weight0 + pos1.z * weight1; in transformBlend() 118 dst.w = pos0.w * weight0 + pos1.w * weight1; in transformBlend() 122 weight2 = Float4(1.0f) - (weight0 + weight1); in transformBlend() 132 dst.x = pos0.x * weight0 + pos1.x * weight1 + pos2.x * weight2; in transformBlend() 133 dst.y = pos0.y * weight0 + pos1.y * weight1 + pos2.y * weight2; in transformBlend() [all …]
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | lstm_test.py | 195 weight1 = 1. 200 m0 = self._NextM(self._inputs, weight1, m_init, c_init) 201 c0 = self._NextC(self._inputs, weight1, m_init, c_init) 203 m1 = self._NextM(self._inputs, weight1, m0, c0) 204 c1 = self._NextC(self._inputs, weight1, m0, c0) 206 m2 = self._NextM(self._inputs, weight1, m1, c1)
|
/external/libavc/decoder/ |
D | ih264d_inter_pred.c | 1321 WORD32 weight1, weight2; in ih264d_motion_compensate_mp() local 1326 weight1 = (WORD16)(u4_wt_ofst_y & 0xffff); in ih264d_motion_compensate_mp() 1340 weight1, weight2, ofst1, in ih264d_motion_compensate_mp() 1346 weight1 = ((u4_wt_ofst_v & 0xffff) << 16) in ih264d_motion_compensate_mp() 1364 weight1, weight2, ofst1, ofst2, in ih264d_motion_compensate_mp()
|
/external/llvm/test/CodeGen/Mips/ |
D | delay-slot-fill-forward.ll | 25 @weight1 = external global i16, align 2 69 store i16 %conv88673, i16* @weight1, align 2, !tbaa !5
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_soa.c | 840 LLVMValueRef weight1, in lp_build_masklerp2d() argument 848 return lp_build_lerp(bld, weight1, val0, val1, 0); in lp_build_masklerp2d()
|
/external/skqp/site/user/api/ |
D | SkPath_Reference.md | 2332 …e="e88f554efacfa9f75f270fb1c0add5b4"><div>A 90 degree circular arc has the weight1 / sqrt(2).</div>
|
/external/skia/site/user/api/ |
D | SkPath_Reference.md | 2399 …e="e88f554efacfa9f75f270fb1c0add5b4"><div>A 90 degree circular arc has the weight1 / sqrt(2).</div>
|