/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/ |
D | NordsieckStepInterpolator.java | 61 private double[] scaled; field in NordsieckStepInterpolator 85 if (interpolator.scaled != null) { in NordsieckStepInterpolator() 86 scaled = interpolator.scaled.clone(); in NordsieckStepInterpolator() 130 this.scaled = scaledDerivative; in reinitialize() 146 for (int i = 0; i < scaled.length; ++i) { in rescale() 147 scaled[i] *= ratio; in rescale() 210 stateVariation[j] += scaled[j] * normalizedAbscissa; in computeInterpolatedStateAndDerivatives() 213 (interpolatedDerivatives[j] + scaled[j] * normalizedAbscissa) / x; in computeInterpolatedStateAndDerivatives() 231 if (scaled == null) { in writeExternal() 236 out.writeDouble(scaled[j]); in writeExternal() [all …]
|
/external/google-benchmark/src/ |
D | string_util.cc | 51 double scaled = val; in ToExponentAndMantissa() local 53 scaled /= one_k; in ToExponentAndMantissa() 54 if (scaled <= big_threshold) { in ToExponentAndMantissa() 55 mantissa_stream << scaled; in ToExponentAndMantissa() 65 double scaled = val; in ToExponentAndMantissa() local 67 scaled *= one_k; in ToExponentAndMantissa() 68 if (scaled >= small_threshold) { in ToExponentAndMantissa() 69 mantissa_stream << scaled; in ToExponentAndMantissa()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
D | AdamsMoultonIntegrator.java | 237 interpolator.reinitialize(stepStart, stepSize, scaled, nordsieck); in integrate() 264 updateHighOrderDerivativesPhase2(scaled, predictedScaled, nordsieckTmp); in integrate() 295 scaled = correctedScaled; in integrate() 307 interpolator.reinitialize(stepStart, stepSize, scaled, nordsieck); in integrate() 350 private final double[] scaled; field in AdamsMoultonIntegrator.Corrector 363 public Corrector(final double[] previous, final double[] scaled, final double[] state) { in Corrector() argument 365 this.scaled = scaled; in Corrector() 398 after[i] += previous[i] + scaled[i]; in end()
|
D | AdamsBashforthIntegrator.java | 217 interpolator.reinitialize(stepStart, stepSize, scaled, nordsieck); in integrate() 270 updateHighOrderDerivativesPhase2(scaled, predictedScaled, nordsieckTmp); in integrate() 276 scaled = predictedScaled; in integrate() 278 interpolator.reinitialize(stepEnd, stepSize, scaled, nordsieck); in integrate() 289 interpolator.reinitialize(stepStart, stepSize, scaled, nordsieck); in integrate()
|
/external/webrtc/webrtc/examples/peerconnection/client/linux/ |
D | main_wnd.cc | 405 uint32_t* scaled = reinterpret_cast<uint32_t*>(draw_buffer_.get()); in OnRedraw() local 409 scaled[x] = scaled[x + 1] = image[c]; in OnRedraw() 412 uint32_t* prev_line = scaled; in OnRedraw() 413 scaled += width * 2; in OnRedraw() 414 memcpy(scaled, prev_line, (width * 2) * 4); in OnRedraw() 417 scaled += width * 2; in OnRedraw() 423 scaled = reinterpret_cast<uint32_t*>(draw_buffer_.get()); in OnRedraw() 425 scaled += (width * 2) - (local_renderer->width() / 2); in OnRedraw() 427 scaled -= 10; in OnRedraw() 429 scaled += (height * width * 4) - in OnRedraw() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | precision.cpp | 228 double scaled; in initVisibleDigits() local 230 scaled = value * gPower10[i]; in initVisibleDigits() 231 if (scaled > MAX_INT64_IN_DOUBLE || scaled < -MAX_INT64_IN_DOUBLE) { in initVisibleDigits() 234 if (scaled == floor(scaled)) { in initVisibleDigits() 240 if (n >= 0 && initVisibleDigits(scaled, -n, digits, status)) { in initVisibleDigits() 245 if (scaled == 0.0 && uprv_isNegative(scaled)) { in initVisibleDigits()
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/viewport/ |
D | ScalingViewport.java | 55 Vector2 scaled = scaling.apply(getWorldWidth(), getWorldHeight(), screenWidth, screenHeight); in update() local 56 int viewportWidth = Math.round(scaled.x); in update() 57 int viewportHeight = Math.round(scaled.y); in update()
|
D | ExtendViewport.java | 64 Vector2 scaled = Scaling.fit.apply(worldWidth, worldHeight, screenWidth, screenHeight); in update() local 67 int viewportWidth = Math.round(scaled.x); in update() 68 int viewportHeight = Math.round(scaled.y); in update()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/ |
D | MultistepIntegrator.java | 65 protected double[] scaled; field in MultistepIntegrator 334 scaled = interpolator.getInterpolatedDerivatives().clone(); in handleStep() 336 scaled[j] *= stepSize; in handleStep() 349 nordsieck = initializeHighOrderDerivatives(scaled, multistep); in handleStep()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_aos.c | 154 LLVMValueRef shifted, casted, scaled, masked; in lp_build_unpack_arith_rgba_aos() local 246 scaled = LLVMBuildFMul(builder, casted, LLVMConstVector(scales, 4), ""); in lp_build_unpack_arith_rgba_aos() 248 scaled = casted; in lp_build_unpack_arith_rgba_aos() 250 return scaled; in lp_build_unpack_arith_rgba_aos() 271 LLVMValueRef shifted, casted, scaled, unswizzled; in lp_build_pack_rgba_aos() local 329 scaled = LLVMBuildFMul(builder, unswizzled, LLVMConstVector(scales, 4), ""); in lp_build_pack_rgba_aos() 331 scaled = unswizzled; in lp_build_pack_rgba_aos() 333 …casted = LLVMBuildFPToSI(builder, scaled, LLVMVectorType(LLVMInt32TypeInContext(gallivm->context),… in lp_build_pack_rgba_aos()
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cf2ft.c | 259 FT_Bool* scaled ) in cf2_getScaleAndHintFlag() argument 265 *scaled = decoder->builder.glyph->scaled; in cf2_getScaleAndHintFlag() 349 FT_Bool scaled; in cf2_decoder_parse_charstrings() local 367 &scaled ); in cf2_decoder_parse_charstrings() 372 if ( scaled && !driver->no_stem_darkening ) in cf2_decoder_parse_charstrings() 388 if ( scaled ) in cf2_decoder_parse_charstrings()
|
/external/freetype/src/cff/ |
D | cf2ft.c | 259 FT_Bool* scaled ) in cf2_getScaleAndHintFlag() argument 265 *scaled = decoder->builder.glyph->scaled; in cf2_getScaleAndHintFlag() 349 FT_Bool scaled; in cf2_decoder_parse_charstrings() local 367 &scaled ); in cf2_decoder_parse_charstrings() 372 if ( scaled && !driver->no_stem_darkening ) in cf2_decoder_parse_charstrings() 388 if ( scaled ) in cf2_decoder_parse_charstrings()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/ |
D | cf2ft.c | 259 FT_Bool* scaled ) in cf2_getScaleAndHintFlag() argument 265 *scaled = decoder->builder.glyph->scaled; in cf2_getScaleAndHintFlag() 349 FT_Bool scaled; in cf2_decoder_parse_charstrings() local 367 &scaled ); in cf2_decoder_parse_charstrings() 372 if ( scaled && !driver->no_stem_darkening ) in cf2_decoder_parse_charstrings() 388 if ( scaled ) in cf2_decoder_parse_charstrings()
|
/external/skia/experimental/docs/ |
D | animationCommon.js | 176 var scaled = action.range[0] + (action.range[1] - action.range[0]) * value; 196 scaled = action.func(scaled, action.funcParams); 198 if (targetObject[targetField] != scaled) { 204 targetObject[targetField] = scaled;
|
/external/eigen/bench/btl/libs/gmm/ |
D | gmm_interface.hh | 106 gmm::add(gmm::scaled(X,coef), Y); in axpy() 110 gmm::add(gmm::scaled(X,a), gmm::scaled(Y,b), Y); in axpby()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64Schedule.td | 49 def WriteLDIdx : SchedWrite; // Load from a register index (maybe scaled). 50 def WriteSTIdx : SchedWrite; // Store to a register index (maybe scaled). 60 // scaled. Subtargets can use this to dynamically select resources and
|
/external/autotest/client/deps/glbench/src/ |
D | yuv2rgb_1.glslf | 122 * coordinate is scaled by 2/3 to map from the Y texels, scaled by 1/6 123 * and shifted down 2/3 to map from the U texels, and scaled by 1/6 125 * texels the 'x' coordinate is scaled by 1/2 always and shifted right
|
/external/gemmlowp/internal/ |
D | pack_SSE.h | 49 std::uint16_t scaled = in SSERequantize() local 52 raw_src_ui8_ptr[i] = (scaled + rounding_offset) / 255; in SSERequantize()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
D | btConvexHullShape.cpp | 68 btVector3 scaled = vec * m_localScaling; in localGetSupportingVertexWithoutMargin() local 69 …int index = (int) scaled.maxDot( &m_unscaledPoints[0], m_unscaledPoints.size(), maxDot); // FIXME:… in localGetSupportingVertexWithoutMargin()
|
/external/skia/samplecode/ |
D | SampleQuadStroker.cpp | 416 SkPath scaled; in draw_stroke() local 421 path.transform(matrix, &scaled); in draw_stroke() 423 scaled = path; in draw_stroke() 425 canvas->drawPath(scaled, paint); in draw_stroke() 426 draw_points(canvas, scaled, SKELETON_COLOR, true); in draw_stroke() 429 draw_ribs(canvas, scaled, width, 0xFF00FF00); in draw_stroke() 433 draw_t_divs(canvas, scaled, width, 0xFF3F3F00); in draw_stroke()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/ |
D | aflatin2.c | 566 FT_Pos scaled; in af_latin2_metrics_scale_dim() local 573 scaled = FT_MulFix( blue->shoot.org, scaler->y_scale ); in af_latin2_metrics_scale_dim() 585 fitted = ( scaled + threshold ) & ~63; in af_latin2_metrics_scale_dim() 588 if ( scaled != fitted ) in af_latin2_metrics_scale_dim() 590 scale = FT_MulDiv( scale, fitted, scaled ); in af_latin2_metrics_scale_dim() 593 scaled / 64.0, fitted / 64.0, in af_latin2_metrics_scale_dim() 594 ( fitted * 1.0 ) / scaled )); in af_latin2_metrics_scale_dim() 1601 FT_Pos scaled; in af_latin2_snap_width() local 1621 scaled = FT_PIX_ROUND( reference ); in af_latin2_snap_width() 1625 if ( width < scaled + 48 ) in af_latin2_snap_width() [all …]
|
/external/freetype/src/autofit/ |
D | aflatin2.c | 566 FT_Pos scaled; in af_latin2_metrics_scale_dim() local 573 scaled = FT_MulFix( blue->shoot.org, scaler->y_scale ); in af_latin2_metrics_scale_dim() 585 fitted = ( scaled + threshold ) & ~63; in af_latin2_metrics_scale_dim() 588 if ( scaled != fitted ) in af_latin2_metrics_scale_dim() 590 scale = FT_MulDiv( scale, fitted, scaled ); in af_latin2_metrics_scale_dim() 593 scaled / 64.0, fitted / 64.0, in af_latin2_metrics_scale_dim() 594 ( fitted * 1.0 ) / scaled )); in af_latin2_metrics_scale_dim() 1585 FT_Pos scaled; in af_latin2_snap_width() local 1605 scaled = FT_PIX_ROUND( reference ); in af_latin2_snap_width() 1609 if ( width < scaled + 48 ) in af_latin2_snap_width() [all …]
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.vertex_arrays.multiple_attributes.txt | 44 are used as x coordinate and second and fourth as y. These values are also scaled to 45 range from -1.0 to 1.0. Other attributes are multiplied component wise and are scaled
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.vertex_arrays.multiple_attributes.txt | 44 are used as x coordinate and second and fourth as y. These values are also scaled to 45 range from -1.0 to 1.0. Other attributes are multiplied component wise and are scaled
|
/external/llvm/test/CodeGen/ARM/ |
D | lsr-scale-addr-mode.ll | 2 ; Should use scaled addressing mode.
|