Home
last modified time | relevance | path

Searched refs:rmax (Results 1 – 11 of 11) sorted by relevance

/external/valgrind/main/perf/
Dffbench.c244 double mapbase, mapscale, /* x, */ rmin, rmax, imin, imax; in main() local
281 rmin = 1e10; rmax = -1e10; in main()
292 rmax = max(r, rmax); in main()
298 rmin, rmax, imin, imax); in main()
303 mapscale = 255 / (rmax - rmin); in main()
/external/quake/quake/src/WinQuake/
Dpr_cmds.cpp135 vec3_t rmin, rmax; in SetMinMaxSize() local
151 VectorCopy (max, rmax); in SetMinMaxSize()
169 rmax[0] = rmax[1] = rmax[2] = -9999; in SetMinMaxSize()
190 if (transformed[l] > rmax[l]) in SetMinMaxSize()
191 rmax[l] = transformed[l]; in SetMinMaxSize()
200 VectorCopy (rmax, e->u.v.maxs); in SetMinMaxSize()
/external/bison/src/
Dvcg.h913 int rmax; member
Dvcg.c126 g->rmax = G_RMAX; in new_graph()
837 if (g->rmax != G_RMAX) in output_graph()
838 fprintf (fout, "\trmax:\t%d\n", g->rmax); in output_graph()
/external/qemu/
Dconsole.c1678 pf.rmax = 255; in qemu_different_endianness_pixelformat()
1694 pf.rmax = 255; in qemu_different_endianness_pixelformat()
1729 pf.rmax = 31; in qemu_default_pixelformat()
1743 pf.rmax = 31; in qemu_default_pixelformat()
1757 pf.rmax = 255; in qemu_default_pixelformat()
1771 pf.rmax = 255; in qemu_default_pixelformat()
Dconsole.h133 uint8_t rmax, gmax, bmax, amax; member
Dvnc.c1630 vs->clientds.pf.rmax = red_max; in set_pixel_format()
1665 vnc_write_u16(vs, vs->ds->surface->pf.rmax); /* red-max */ in pixel_format_message()
Dvnc-android.c1636 vs->clientds.pf.rmax = red_max; in set_pixel_format()
1671 vnc_write_u16(vs, vs->ds->surface->pf.rmax); /* red-max */ in pixel_format_message()
/external/qemu/hw/
Dgoldfish_fb.c172 pf->rbits, pf->rmask, pf->rshift, pf->rmax); in goldfish_fb_get_pixel_format()
/external/flac/libFLAC/
Dstream_encoder.c3869 FLAC__uint32 rmax; in precompute_partition_info_escapes_() local
3880 rmax = 0; in precompute_partition_info_escapes_()
3885 rmax |= ~r; in precompute_partition_info_escapes_()
3887 rmax |= r; in precompute_partition_info_escapes_()
3890 raw_bits_per_partition[partition] = rmax? FLAC__bitmath_ilog2(rmax) + 2 : 1; in precompute_partition_info_escapes_()
/external/libxml2/
Dxmlschemas.c16676 xmlSchemaCheckParticleRangeOK(int rmin, int rmax, in xmlSchemaCheckParticleRangeOK() argument
16682 (rmax > bmax)) in xmlSchemaCheckParticleRangeOK()