/third_party/glfw/src/ |
H A D | wl_platform.h | 594 int32_t scale; member
|
/third_party/ffmpeg/tests/fate/ |
H A D | mov.mak | 139 fate-mov-cover-image: CMD = transcode mov $(TARGET_SAMPLES)/cover_art/Owner-iTunes_9.0.3.15.m4a mp4 "-map 0 -map 0:v -c:a copy -c:v:0 copy -filter:v:1 scale -c:v:1 png" "-map 0 -t 0.1 -c copy" "-show_entries stream_disposition=attached_pic:stream=index,codec_name"
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | RuleBasedNumberFormat.java | 1272 if (number.scale() == 0) { in format()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | RuleBasedNumberFormat.java | 1244 if (number.scale() == 0) { in format()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numbertest_decimalquantity.cpp | 664 compactLong.scale(Scale::powerOfTen(3));
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_dump_state.c | 209 trace_dump_member_array(float, state, scale); in trace_dump_viewport_state()
|
/third_party/skia/src/core/ |
H A D | SkPicturePlayback.cpp | 678 canvas->scale(sx, sy); in handleOp()
|
H A D | SkPathBuilder.cpp | 486 // Check if the radii are big enough to draw the arc, scale radii if not. in arcTo() 509 delta.scale(scaleFactor); in arcTo()
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | Matrix.cpp | 103 Matrix4 Matrix4::scale(const Vector3 &s) in scale() function in Matrix4
|
/third_party/skia/gm/ |
H A D | strokefill.cpp | 412 canvas->scale(50000.0f, 50000.0f); in DEF_SIMPLE_GM()
|
/kernel/linux/linux-5.10/arch/x86/events/intel/ |
H A D | core.c | 305 EVENT_ATTR_STR_HT(topdown-total-slots.scale, td_total_slots_scale, "4", "2"); 315 EVENT_ATTR_STR_HT(topdown-recovery-bubbles.scale, td_recovery_bubbles_scale, 1449 EVENT_ATTR_STR(topdown-total-slots.scale, td_total_slots_scale_slm, "2"); 1453 EVENT_ATTR_STR(topdown-fetch-bubbles.scale, td_fetch_bubbles_scale_slm, "2"); 1605 EVENT_ATTR_STR(topdown-total-slots.scale, td_total_slots_scale_glm, "3");
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/ |
H A D | ich8lan.c | 1014 u16 speed, duplex, scale = 0; in e1000_platform_pm_pch_lpt() local 1037 * a 3-bit encoded scale (only 0-5 are valid) multiplied by in e1000_platform_pm_pch_lpt() 1039 * 2^25*(2^10-1) ns. The scale is encoded as 0=2^0ns, in e1000_platform_pm_pch_lpt() 1048 scale++; in e1000_platform_pm_pch_lpt() 1051 if (scale > E1000_LTRV_SCALE_MAX) { in e1000_platform_pm_pch_lpt() 1052 e_dbg("Invalid LTR latency scale %d\n", scale); in e1000_platform_pm_pch_lpt() 1055 lat_enc = (u16)((scale << PCI_LTR_SCALE_SHIFT) | value); in e1000_platform_pm_pch_lpt()
|
/kernel/linux/linux-5.10/mm/ |
H A D | page_alloc.c | 8057 * scale factor in proportion to available memory, but in __setup_per_zone_wmarks() 8325 * Adaptive scale is meant to reduce sizes of hash tables on large memory 8326 * machines. As memory size is increased the scale is also increased but at 8328 * quadruples the scale is increased by one, which means the size of hash table 8348 int scale, in alloc_large_system_hash() 8377 scale++; in alloc_large_system_hash() 8381 /* limit to 1 bucket per 2^scale bytes of low memory */ in alloc_large_system_hash() 8382 if (scale > PAGE_SHIFT) in alloc_large_system_hash() 8383 numentries >>= (scale - PAGE_SHIFT); in alloc_large_system_hash() 8385 numentries <<= (PAGE_SHIFT - scale); in alloc_large_system_hash() 8345 alloc_large_system_hash(const char *tablename, unsigned long bucketsize, unsigned long numentries, int scale, int flags, unsigned int *_hash_shift, unsigned int *_hash_mask, unsigned long low_limit, unsigned long high_limit) alloc_large_system_hash() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/ |
H A D | ich8lan.c | 1023 u16 speed, duplex, scale = 0; in e1000_platform_pm_pch_lpt() local 1046 * a 3-bit encoded scale (only 0-5 are valid) multiplied by in e1000_platform_pm_pch_lpt() 1048 * 2^25*(2^10-1) ns. The scale is encoded as 0=2^0ns, in e1000_platform_pm_pch_lpt() 1057 scale++; in e1000_platform_pm_pch_lpt() 1060 if (scale > E1000_LTRV_SCALE_MAX) { in e1000_platform_pm_pch_lpt() 1061 e_dbg("Invalid LTR latency scale %d\n", scale); in e1000_platform_pm_pch_lpt() 1064 lat_enc = (u16)((scale << PCI_LTR_SCALE_SHIFT) | value); in e1000_platform_pm_pch_lpt()
|
/kernel/linux/linux-6.6/arch/x86/events/intel/ |
H A D | core.c | 389 EVENT_ATTR_STR_HT(topdown-total-slots.scale, td_total_slots_scale, "4", "2"); 399 EVENT_ATTR_STR_HT(topdown-recovery-bubbles.scale, td_recovery_bubbles_scale, 1639 EVENT_ATTR_STR(topdown-total-slots.scale, td_total_slots_scale_slm, "2"); 1643 EVENT_ATTR_STR(topdown-fetch-bubbles.scale, td_fetch_bubbles_scale_slm, "2"); 1795 EVENT_ATTR_STR(topdown-total-slots.scale, td_total_slots_scale_glm, "3");
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SamplerCore.cpp | 2589 const sw::float4 scale = state.textureFormat.getScale(); in getComponentScale() local 2594 return sw::float4(static_cast<uint16_t>(scale.x) << shift.x, in getComponentScale() 2595 static_cast<uint16_t>(scale.y) << shift.y, in getComponentScale() 2596 static_cast<uint16_t>(scale.z) << shift.z, in getComponentScale() 2597 static_cast<uint16_t>(scale.w) << shift.w); in getComponentScale() 2611 // Normalize all components using the gather component scale. in getGatherComponent()
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttinterp.c | 3186 exc->cvt[I] = FT_MulFix( args[1], exc->tt_metrics.scale ); in Ins_WCVTF() 4664 exc->tt_metrics.scale ); in Ins_SSW() 6957 FT_Fixed scale = 0; in _iup_worker_interpolate() local 6978 scale = FT_DivFix( SUB_LONG( cur2, cur1 ), in _iup_worker_interpolate() 6984 scale ) ); in _iup_worker_interpolate()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 3284 .minx = MAX2(-fabsf(vp->scale[0]) + vp->translate[0], 0), in crocus_fill_scissor_rect() 3285 .maxx = MIN2( fabsf(vp->scale[0]) + vp->translate[0], cso_fb->width) - 1, in crocus_fill_scissor_rect() 3286 .miny = MAX2(-fabsf(vp->scale[1]) + vp->translate[1], 0), in crocus_fill_scissor_rect() 3287 .maxy = MIN2( fabsf(vp->scale[1]) + vp->translate[1], cso_fb->height) - 1, in crocus_fill_scissor_rect() 3359 return copysignf(state->scale[axis], sign) + state->translate[axis]; in viewport_extent() 5975 state->scale[0], state->scale[1], 5984 vp.ViewportMatrixElementm00 = state->scale[0]; 5985 vp.ViewportMatrixElementm11 = state->scale[1]; 5986 vp.ViewportMatrixElementm22 = state->scale[ [all...] |
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngvalid.c | 6418 sample_scale(double sample_value, unsigned int scale) in sample_scale() argument 6420 sample_value = floor(sample_value * scale + .5); in sample_scale() 6425 else if (sample_value > scale) in sample_scale() 6426 sample_value = scale; in sample_scale() 6435 unsigned int scale = (1U<<that->sample_depth)-1; in image_transform_mod_end() local 6449 that->red = sample_scale(that->redf, scale); in image_transform_mod_end() 6472 that->green = sample_scale(that->greenf, scale); in image_transform_mod_end() 6476 that->blue = sample_scale(that->bluef, scale); in image_transform_mod_end() 6493 that->alpha = sample_scale(that->alphaf, scale); in image_transform_mod_end() 6498 that->alpha = scale; /* opaqu in image_transform_mod_end() [all...] |
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | isp.S | 1358 andi.l &0x3,%d2 # extract scale value 1360 lsl.l %d2,%d1 # shift index by scale 1473 rol.w &0x7,%d2 # rotate scale value into place 1474 andi.l &0x3,%d2 # extract scale value 1476 lsl.l %d2,%d1 # shift index by scale
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | isp.S | 1358 andi.l &0x3,%d2 # extract scale value 1360 lsl.l %d2,%d1 # shift index by scale 1473 rol.w &0x7,%d2 # rotate scale value into place 1474 andi.l &0x3,%d2 # extract scale value 1476 lsl.l %d2,%d1 # shift index by scale
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | psmouse-base.c | 485 static void psmouse_set_scale(struct psmouse *psmouse, enum psmouse_scale scale) in psmouse_set_scale() argument 488 scale == PSMOUSE_SCALE21 ? PSMOUSE_CMD_SETSCALE21 : in psmouse_set_scale()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_b0.c | 336 static const u32 scale = BIT(HW_ATL_TPS_DESC_RATE_Y_WIDTH); in hw_atl_b0_hw_init_tx_tc_rate_limit() local 422 const u32 rate = 10000U * scale / in hw_atl_b0_hw_init_tx_tc_rate_limit()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/nvidia/ |
H A D | nvidia.c | 413 state->scale = NV_RD32(par->PRAMDAC, 0x00000848) & 0xfff000ff; in nvidia_calc_regs() 419 state->scale |= (1 << 8); in nvidia_calc_regs()
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | cros_ec_commands.h | 2327 * scale. 2593 * By default scale is 1, it is encoded on 16bits: 2598 uint16_t scale[3]; member 2740 uint16_t scale[3]; member
|