Home
last modified time | relevance | path

Searched defs:rmax (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/compiler/
Doperation-typer.cc222 double rmax = rhs->AsRange()->Max(); in MultiplyRanger() local
674 double const rmax = rhs->Max(); in NumberModulus() local
722 double rmax = rhs->Max(); in NumberBitwiseOr() local
759 double rmax = rhs->Max(); in NumberBitwiseAnd() local
790 double rmax = rhs->Max(); in NumberBitwiseXor() local
/external/valgrind/perf/
Dffbench.c244 double mapbase, mapscale, /* x, */ rmin, rmax, imin, imax; in main() local
/external/mesa3d/src/mesa/swrast/
Ds_points.c307 const GLfloat rmax = radius + 0.7071F; in smooth_point() local
/external/libvncserver/libvncserver/
Dcursor.c570 int rmax, rshift; in rfbShowCursor() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c1342 const float rmax = halfSize + 0.7071F; in sp_setup_point() local
/external/skia/fuzz/
DFuzzCanvas.cpp77 inline void fuzz_enum_range(Fuzz* fuzz, T* value, Min rmin, Max rmax) { in fuzz_enum_range()
/external/flac/libFLAC/
Dstream_encoder.c4040 FLAC__uint32 rmax; in precompute_partition_info_escapes_() local
/external/libxml2/
Dxmlschemas.c16815 xmlSchemaCheckParticleRangeOK(int rmin, int rmax, in xmlSchemaCheckParticleRangeOK()