/third_party/python/Lib/test/decimaltestdata/ |
D | rescale.decTest | 2 -- 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 …]
|
D | inexact.decTest | 197 -- 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
|
D | testall.decTest | 65 dectest: rescale -- [obsolete]
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | rdppm.c | 67 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/ |
D | brw_nir_attribute_workarounds.c | 61 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/ |
D | SurfaceContext.h | 159 std::unique_ptr<skgpu::SurfaceFillContext> rescale(const GrImageInfo& info,
|
D | SurfaceContext.cpp | 601 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/ |
D | gdv.c | 130 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()
|
D | scpr3.c | 110 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()
|
D | opus_silk.c | 705 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/ |
D | EXT_rescale_normal.txt | 29 The rescale factor is chosen so that in many cases normal vectors with unit
|
D | EXT_vertex_weighting.txt | 456 matrix uniformly scales space, the rescale make sthe transformed normals
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_rescale_normal.txt | 29 The rescale factor is chosen so that in many cases normal vectors with unit
|
D | EXT_vertex_weighting.txt | 456 matrix uniformly scales space, the rescale make sthe transformed normals
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | GLES1Shaders.inc | 153 float rescale = 1.0; 158 rescale = 1.0 / len; 160 result *= rescale;
|
/third_party/skia/third_party/externals/freetype/src/pshinter/ |
D | pshalgo.c | 2116 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/ |
D | armv4-mont.S | 60 mov r0,r0,lsl#2 @ rescale r0 for byte count
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/bn/ |
D | armv4-mont.S | 60 mov r0,r0,lsl#2 @ rescale r0 for byte count
|
/third_party/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 812 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/ |
D | ARB_texture_cube_map.txt | 312 RESOLUTION: nf. The nf vector is the final normal, post-rescale 313 normal and post-normalize. In practice, the rescale normal and
|
D | ARB_vertex_blend.txt | 484 within each vertex unit independently. The rescale factor
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_texture_cube_map.txt | 302 RESOLUTION: nf. The nf vector is the final normal, post-rescale 303 normal and post-normalize. In practice, the rescale normal and
|
D | ARB_vertex_blend.txt | 474 within each vertex unit independently. The rescale factor
|
/third_party/skia/site/docs/user/release/ |
D | release_notes.md | 704 * New versions of SkSurface async-rescale-and read APIs that allow client to extend
|
/third_party/skia/ |
D | RELEASE_NOTES.txt | 816 * New versions of SkSurface async-rescale-and read APIs that allow client to extend
|