Home
last modified time | relevance | path

Searched refs:softfloat (Results 1 – 16 of 16) sorted by relevance

/third_party/astc-encoder/Source/UnitTest/
Dtest_softfloat.cpp32 TEST(softfloat, FP16NormalNumbers) in TEST() argument
39 TEST(softfloat, FP16DenormalNumbers) in TEST() argument
46 TEST(softfloat, FP16Zero) in TEST() argument
53 TEST(softfloat, FP16Infinity) in TEST() argument
60 TEST(softfloat, FP16NaN) in TEST() argument
/third_party/ffmpeg/libavcodec/
Ddcaenc.h32 } softfloat; typedef
53 static const softfloat stepsize_inv[27] = {
63 static const softfloat scalefactor_inv[128] = {
149 static inline int32_t quantize_value(int32_t value, softfloat quant) in quantize_value()
Ddcaadpcm.h47 softfloat quant, int32_t scale_factor, int32_t step_size,
Ddcaadpcm.c184 softfloat quant, int32_t scale_factor, int32_t step_size, in ff_dcaadpcm_do_real()
Ddcaenc.c79 softfloat lfe_quant;
95 softfloat quant[MAX_CHANNELS][DCAENC_SUBBANDS];
613 softfloat *quant) in calc_one_scale()
617 softfloat our_quant; in calc_one_scale()
/third_party/alsa-lib/
Dconfigure.ac217 dnl Check for softfloat...
218 AC_MSG_CHECKING(for softfloat)
219 AC_ARG_WITH(softfloat, optwith
220 AS_HELP_STRING([--with-softfloat],
223 y|yes) softfloat=yes ;;
224 *) softfloat=no ;;
226 if test "$softfloat" = "yes" ; then
234 if test "$softfloat" != "yes"; then
400 test "$softfloat" = "yes" && build_alisp="no"
565 if test "$softfloat" = "yes"; then
DINSTALL102 If your machine does not have FP unit, you should use '--with-softfloat'
/third_party/ffmpeg/libavutil/tests/
D.gitignore46 /softfloat
/third_party/mesa3d/src/util/
Dmeson.build108 'softfloat.c',
109 'softfloat.h',
/third_party/ffmpeg/libavutil/
DMakefile249 softfloat \
/third_party/musl/
DWHATSNEW1151 - support for mips softfloat ABI variant
2315 - fmaf rounded wrong on archs without FE_TOWARDZERO (all softfloat archs)
/third_party/libffi/
DChangeLog2991 mips: fix MIPS softfloat build issue
2994 fix MIPS softfloat build issue with current binutils"
DChangeLog.old1335 softfloat powerpc variants.
/third_party/mesa3d/ohos/
Ddependency_inputs.gni6706 "../src/util/softfloat.c",
6707 "../src/util/softfloat.h",
/third_party/mesa3d/docs/relnotes/
D19.3.0.rst2999 - util: add softfloat functions to operate with doubles and floats
D21.1.0.rst258 - softfloat: Silence a warning at -Og