Home
last modified time | relevance | path

Searched refs:rescale (Results 1 – 25 of 38) sorted by relevance

12

/third_party/python/Lib/test/decimaltestdata/
Drescale.decTest2 -- rescale.decTest -- decimal rescale operation --
34 resx001 rescale 0 0 -> 0
35 resx002 rescale 1 0 -> 1
36 resx003 rescale 0.1 +2 -> 0E+2 Inexact Rounded
37 resx005 rescale 0.1 +1 -> 0E+1 Inexact Rounded
38 resx006 rescale 0.1 0 -> 0 Inexact Rounded
39 resx007 rescale 0.1 -1 -> 0.1
40 resx008 rescale 0.1 -2 -> 0.10
41 resx009 rescale 0.1 -3 -> 0.100
42 resx010 rescale 0.9 +2 -> 0E+2 Inexact Rounded
[all …]
Dinexact.decTest197 -- rescale
199 inx401 rescale 0 0 -> 0
200 inx402 rescale 1 0 -> 1
201 inx403 rescale 0.1 +2 -> 0E+2 Inexact Rounded
202 inx404 rescale 0.1 +1 -> 0E+1 Inexact Rounded
203 inx405 rescale 0.1 0 -> 0 Inexact Rounded
204 inx406 rescale 0.1 -1 -> 0.1
205 inx407 rescale 0.1 -2 -> 0.10
Dtestall.decTest65 dectest: rescale -- [obsolete]
/third_party/skia/third_party/externals/libjpeg-turbo/
Drdppm.c67 JSAMPLE *rescale; /* => maxval-remapping array, or NULL */ member
141 register JSAMPLE *rescale = source->rescale; in get_text_gray_row() local
147 *ptr++ = rescale[read_pbm_integer(cinfo, infile, maxval)]; in get_text_gray_row()
169 register JSAMPLE *rescale = source->rescale; in get_text_gray_rgb_row() local
187 GRAY_RGB_READ_LOOP(rescale[read_pbm_integer(cinfo, infile, maxval)], in get_text_gray_rgb_row()
190 GRAY_RGB_READ_LOOP(rescale[read_pbm_integer(cinfo, infile, maxval)],) in get_text_gray_rgb_row()
204 register JSAMPLE *rescale = source->rescale; in get_text_gray_cmyk_row() local
217 JSAMPLE gray = rescale[read_pbm_integer(cinfo, infile, maxval)]; in get_text_gray_cmyk_row()
243 register JSAMPLE *rescale = source->rescale; in get_text_rgb_row() local
261 RGB_READ_LOOP(rescale[read_pbm_integer(cinfo, infile, maxval)], in get_text_rgb_row()
[all …]
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_attribute_workarounds.c61 bool rescale = i < (wa_flags & BRW_ATTRIB_WA_COMPONENT_MASK); in apply_attr_wa_instr() local
62 comps[i] = nir_channel(b, rescale ? scaled : val, i); in apply_attr_wa_instr()
/third_party/skia/src/gpu/
DSurfaceContext.h159 std::unique_ptr<skgpu::SurfaceFillContext> rescale(const GrImageInfo& info,
DSurfaceContext.cpp601 tempFC = this->rescale(info, kTopLeft_GrSurfaceOrigin, srcRect, rescaleGamma, rescaleMode); in asyncRescaleAndReadPixels()
831 auto tempFC = this->rescale(info, in asyncRescaleAndReadPixelsYUV420()
1063 std::unique_ptr<skgpu::SurfaceFillContext> SurfaceContext::rescale(const GrImageInfo& info, in rescale() function in skgpu::SurfaceContext
/third_party/ffmpeg/libavcodec/
Dgdv.c130 static void rescale(GDVContext *gdv, uint8_t *dst, int w, int h, int scale_v, int scale_h) in rescale() function
487 rescale(gdv, gdv->frame, avctx->width, avctx->height, in gdv_decode_frame()
Dscpr3.c110 static void rescale(PixelModel3 *m, int *totfr) in rescale() function
142 rescale(m, totfr); in add_symbol()
186 rescale(m, &totfr); in decode_adaptive45()
814 rescale(&n, &totfr); in update_model4_to_5()
Dopus_silk.c705 float rescale = sf[i-1].gain / sf[i].gain; in silk_decode_frame() local
707 resptr[j] *= rescale; in silk_decode_frame()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_rescale_normal.txt29 The rescale factor is chosen so that in many cases normal vectors with unit
DEXT_vertex_weighting.txt456 matrix uniformly scales space, the rescale make sthe transformed normals
/third_party/openGLES/extensions/EXT/
DEXT_rescale_normal.txt29 The rescale factor is chosen so that in many cases normal vectors with unit
DEXT_vertex_weighting.txt456 matrix uniformly scales space, the rescale make sthe transformed normals
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DGLES1Shaders.inc153 float rescale = 1.0;
158 rescale = 1.0 / len;
160 result *= rescale;
/third_party/skia/third_party/externals/freetype/src/pshinter/
Dpshalgo.c2116 FT_Bool rescale = FALSE; in ps_hints_apply() local
2124 rescale = TRUE; in ps_hints_apply()
2170 if ( rescale ) in ps_hints_apply()
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/bn/
Darmv4-mont.S60 mov r0,r0,lsl#2 @ rescale r0 for byte count
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/bn/
Darmv4-mont.S60 mov r0,r0,lsl#2 @ rescale r0 for byte count
/third_party/mesa3d/src/mesa/main/
Dffvertex_prog.c812 struct ureg rescale = register_param1(p, STATE_NORMAL_SCALE); in get_transformed_normal() local
814 emit_op2( p, OPCODE_MUL, transformed_normal, 0, normal, rescale ); in get_transformed_normal()
/third_party/openGLES/extensions/ARB/
DARB_texture_cube_map.txt312 RESOLUTION: nf. The nf vector is the final normal, post-rescale
313 normal and post-normalize. In practice, the rescale normal and
DARB_vertex_blend.txt484 within each vertex unit independently. The rescale factor
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_cube_map.txt302 RESOLUTION: nf. The nf vector is the final normal, post-rescale
303 normal and post-normalize. In practice, the rescale normal and
DARB_vertex_blend.txt474 within each vertex unit independently. The rescale factor
/third_party/skia/site/docs/user/release/
Drelease_notes.md704 * New versions of SkSurface async-rescale-and read APIs that allow client to extend
/third_party/skia/
DRELEASE_NOTES.txt816 * New versions of SkSurface async-rescale-and read APIs that allow client to extend

12