Home
last modified time | relevance | path

Searched refs:FLOAT_MIN (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dsoftfloat.h46 static const SoftFloat FLOAT_MIN = { 0x20000000, MIN_EXP}; variable
/third_party/ffmpeg/libavcodec/
H A Daacsbr_fixed.c435 sbr->gain[e][m] = av_add_sf(sbr->gain[e][m], FLOAT_MIN); in sbr_gain_calc()
/third_party/python/Lib/test/
H A Dtest_math.py22 FLOAT_MIN = sys.float_info.min variable
830 scale = FLOAT_MIN / 2.0 ** exp
1003 scale = FLOAT_MIN / 2.0 ** exp

Completed in 5 milliseconds