Home
last modified time | relevance | path

Searched defs:scale (Results 151 - 175 of 1068) sorted by relevance

12345678910>>...43

/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dexp.c33 double_t scale, y; in specialcase() local
76 double_t kd, z, r, r2, scale, tail, tmp; exp() local
[all...]
H A Dexp2.c31 double_t scale, y; in specialcase() local
74 double_t kd, r, r2, scale, tail, tmp; exp2() local
[all...]
/third_party/musl/src/math/
H A Dexp2.c31 double_t scale, y; in specialcase() local
74 double_t kd, r, r2, scale, tail, tmp; exp2() local
[all...]
H A Dexp.c33 double_t scale, y; in specialcase() local
76 double_t kd, z, r, r2, scale, tail, tmp; exp() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_decimalquantity.h361 int32_t scale; member in number::impl::DecimalQuantity
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_tile.c106 const float scale = 1.0f / 65535.0f; in z16_get_tile_rgba() local
135 const double scale = 1.0 / (double) 0xffffffff; in z32_get_tile_rgba() local
162 const double scale = 1.0 / ((1 << 24) - 1); in s8z24_get_tile_rgba() local
189 const double scale = 1.0 / ((1 << 24) - 1); in z24s8_get_tile_rgba() local
/third_party/mesa3d/src/util/
H A Dformat_rgb9e5.h109 union { float f; uint32_t u; } scale; in rgb9e5_to_float3() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryInputGeometryShaderTests.cpp95 const float scale = 0.3f; in genVertexAttribData() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryInputGeometryShaderTests.cpp95 const float scale = 0.3f; in genVertexAttribData() local
[all...]
/third_party/skia/src/core/
H A DSkDraw_text.cpp114 paintPaths(SkDrawableGlyphBuffer* drawables, SkScalar scale, SkPoint origin, const SkPaint& paint) const paintPaths() argument
H A DSkImageFilterTypes.cpp52 SkScalar scale = SkMatrixPriv::DifferentialAreaScale(ctm, SkPoint(representativePt)); in decomposeCTM() local
[all...]
H A DSkPaintPriv.cpp115 SkScalar scale = std::max(sx, sy); in ComputeResScaleForStroking() local
H A DSkBlitter_RGB565.cpp33 unsigned scale = coverage + (coverage >> 7); in D16_S32X_src_coverage() local
58 unsigned scale = coverage + (coverage >> 7); in D16_S32A_srcover_coverage() local
H A DSkCanvasPriv.h96 static void SetBackdropScaleFactor(SkCanvas::SaveLayerRec* rec, SkScalar scale) { in SetBackdropScaleFactor() argument
/third_party/skia/src/effects/
H A DSkEmbossMaskFilter.cpp20 SkScalar scale = SkScalarInvert(SkScalarSqrt(mag)); in normalize3() local
/third_party/skia/src/opts/
H A DSkBlitRow_opts.h106 __m128i scale = _mm_sub_epi32(_mm_set1_epi32(256), in SkPMSrcOver_SSE2() local
/third_party/skia/samplecode/
H A DSampleCusp.cpp54 static SkScalar linearToLoop(int speed, SkScalar phase, SkScalar scale) { in linearToLoop() argument
H A DSampleStrokePath.cpp79 SkScalar scale = dstWidth / bounds.width(); in scale_to_width() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DTextureStage.cpp121 short scale = iround(4095 * value); in setLuminanceScale() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_decimalquantity.h338 int32_t scale; member in number::impl::DecimalQuantity
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A Ddraw_call_perf_utils.cpp112 GLfloat scale = 0.5f; in SetupSimpleScaleAndOffsetProgram() local
115 glUniform1f(glGetUniformLocation(program, "uScale"), scale); in SetupSimpleScaleAndOffsetProgram() local
/third_party/optimized-routines/math/
H A Dexp2.c33 double_t scale, y; in specialcase() local
81 double_t kd, r, r2, scale, tail, tmp; exp2() local
[all...]
H A Dv_expf.c33 specialcase (v_f32_t poly, v_f32_t n, v_u32_t e, v_f32_t absn, v_u32_t cmp1, v_f32_t scale) in specialcase() argument
51 v_f32_t n, r, r2, scale, p, q, poly, absn, z; in expf() local
H A Dv_exp2f_1u.c46 v_f32_t n, r, scale, poly, absn; in exp2f_1u() local
/third_party/skia/tools/
H A Dskottie2movie.cpp80 float scale = 1; in main() local

Completed in 10 milliseconds

12345678910>>...43