Home
last modified time | relevance | path

Searched refs:b_intval (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/mess/mame-mame0226/3rdparty/bimg/3rdparty/astc/
H A Dastc_color_quantize.cpp997 int b_intval = (int)floor(b_fval * mode_scale + 0.5f); in quantize_hdr_rgbo3() local
1000 if (g_intval >= gb_intcutoff || b_intval >= gb_intcutoff) in quantize_hdr_rgbo3()
1006 int b_lowbits = b_intval & 0x1f; in quantize_hdr_rgbo3()
1039 bit2 = (b_intval >> 6) & 1; in quantize_hdr_rgbo3()
1069 bit3 = (b_intval >> 5) & 1; in quantize_hdr_rgbo3()
1091 b_intval = (b_intval & ~0x1f) | (b_uquantval & 0x1f); in quantize_hdr_rgbo3()
1094 b_fval = b_intval * mode_rscale; in quantize_hdr_rgbo3()
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/3rdparty/astc/
H A Dastc_color_quantize.cpp997 int b_intval = (int)floor(b_fval * mode_scale + 0.5f); in quantize_hdr_rgbo3() local
1000 if (g_intval >= gb_intcutoff || b_intval >= gb_intcutoff) in quantize_hdr_rgbo3()
1006 int b_lowbits = b_intval & 0x1f; in quantize_hdr_rgbo3()
1039 bit2 = (b_intval >> 6) & 1; in quantize_hdr_rgbo3()
1069 bit3 = (b_intval >> 5) & 1; in quantize_hdr_rgbo3()
1091 b_intval = (b_intval & ~0x1f) | (b_uquantval & 0x1f); in quantize_hdr_rgbo3()
1094 b_fval = b_intval * mode_rscale; in quantize_hdr_rgbo3()
/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DMathStructure-calculate.cc5857 bool b_intval = CALCULATOR->usesIntervalArithmetic(); in calculatesub() local
5869 if(i == 0 && !b_intval) fix_intervals(mtest, eo2, &b_failed); in calculatesub()