Home
last modified time | relevance | path

Searched refs:max_weight (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dmkl_qmatmul_op.cc331 const float max_weight = context->input(6).flat<float>()(0); in ComputeOutputRangeForInt32() local
333 min_input, max_input, min_weight, max_weight, min_output_value, in ComputeOutputRangeForInt32()
390 const float max_weight = context->input(6).flat<float>()(0); in GetBiasHandle() local
412 std::max(std::abs(max_weight), std::abs(min_weight))); in GetBiasHandle()
430 std::max(std::abs(max_weight), std::abs(min_weight)); in GetBiasHandle()
/external/freetype/src/cache/
Dftcmanag.c386 manager->max_weight = max_bytes; in FTC_Manager_New()
548 manager->cur_weight, manager->max_weight, in FTC_Manager_Compress()
552 if ( manager->cur_weight < manager->max_weight || !first ) in FTC_Manager_Compress()
569 } while ( node && manager->cur_weight > manager->max_weight ); in FTC_Manager_Compress()
Dftcmanag.h97 FT_Offset max_weight; member
Dftccache.c433 if ( manager->cur_weight >= manager->max_weight ) in ftc_cache_add()
/external/u-boot/drivers/video/
Dstb_truetype.h1721 …d stbtt__fill_active_edges(unsigned char *scanline, int len, stbtt__active_edge *e, int max_weight) in stbtt__fill_active_edges() argument
1740 … scanline[i] = scanline[i] + (stbtt_uint8) ((x1 - x0) * max_weight >> STBTT_FIXSHIFT); in stbtt__fill_active_edges()
1743 …] = scanline[i] + (stbtt_uint8) (((STBTT_FIX - (x0 & STBTT_FIXMASK)) * max_weight) >> STBTT_FIXSHI… in stbtt__fill_active_edges()
1748 … scanline[j] = scanline[j] + (stbtt_uint8) (((x1 & STBTT_FIXMASK) * max_weight) >> STBTT_FIXSHIFT); in stbtt__fill_active_edges()
1753 scanline[i] = scanline[i] + (stbtt_uint8) max_weight; in stbtt__fill_active_edges()
1768 int max_weight = (255 / vsubsample); // weight per vertical scanline in stbtt__rasterize_sorted_edges() local
1847 stbtt__fill_active_edges(scanline, result->w, active, max_weight); in stbtt__rasterize_sorted_edges()
/external/mesa3d/src/imgui/
Dimstb_truetype.h2790 …d stbtt__fill_active_edges(unsigned char *scanline, int len, stbtt__active_edge *e, int max_weight) in stbtt__fill_active_edges() argument
2809 … scanline[i] = scanline[i] + (stbtt_uint8) ((x1 - x0) * max_weight >> STBTT_FIXSHIFT); in stbtt__fill_active_edges()
2812 …] = scanline[i] + (stbtt_uint8) (((STBTT_FIX - (x0 & STBTT_FIXMASK)) * max_weight) >> STBTT_FIXSHI… in stbtt__fill_active_edges()
2817 … scanline[j] = scanline[j] + (stbtt_uint8) (((x1 & STBTT_FIXMASK) * max_weight) >> STBTT_FIXSHIFT); in stbtt__fill_active_edges()
2822 scanline[i] = scanline[i] + (stbtt_uint8) max_weight; in stbtt__fill_active_edges()
2837 int max_weight = (255 / vsubsample); // weight per vertical scanline in stbtt__rasterize_sorted_edges() local
2918 stbtt__fill_active_edges(scanline, result->w, active, max_weight); in stbtt__rasterize_sorted_edges()