Home
last modified time | relevance | path

Searched refs:float_max (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/tests/st/ops/gpu/
Dtest_gpu_convert_to_dynamic_shape_op.py73 float_max = finfo.max
74 x = np.random.uniform(low=float_min, high=float_max, size=12).astype(dtype)
/third_party/libsnd/src/
Dfloat32.c521 scale = (psf->float_int_mult == 0) ? 1.0 : 0x7FFF / psf->float_max ; in host_read_f2s()
552 scale = (psf->float_int_mult == 0) ? 1.0 : 2147483648.0f / psf->float_max ; in host_read_f2i()
760 scale = (psf->float_int_mult == 0) ? 1.0 : 0x7FFF / psf->float_max ; in replace_read_f2s()
790 scale = (psf->float_int_mult == 0) ? 1.0 : 0x7FFF / psf->float_max ; in replace_read_f2i()
Ddouble64.c570 scale = (psf->float_int_mult == 0) ? 1.0 : 0x7FFF / psf->float_max ; in host_read_d2s()
600 scale = (psf->float_int_mult == 0) ? 1.0 : 2147483648.0f / psf->float_max ; in host_read_d2i()
809 scale = (psf->float_int_mult == 0) ? 1.0 : 0x7FFF / psf->float_max ; in replace_read_d2s()
839 scale = (psf->float_int_mult == 0) ? 1.0 : 2147483648.0f / psf->float_max ; in replace_read_d2i()
Dogg_vorbis.c558 float inverse = 1.0 / psf->float_max ; in vorbis_rshort()
580 float inverse = 1.0 / psf->float_max ; in vorbis_rint()
Dogg_opus.c1162 { float inverse = 1.0 / psf->float_max ; in ogg_opus_read_s()
1199 { float inverse = 1.0 / psf->float_max ; in ogg_opus_read_i()
Dcommon.h446 float float_max ; member
Dsndfile.c1003 if (psf->float_int_mult && psf->float_max < 0.0) in sf_command()
1005 psf->float_max = (32768.0 / 32767.0) * psf_calc_signal_max (psf, SF_FALSE) ; in sf_command()
2969 psf->float_max = -1.0 ; in psf_open_file()