Searched refs:softfloat (Results 1 – 16 of 16) sorted by relevance
/third_party/astc-encoder/Source/UnitTest/ |
D | test_softfloat.cpp | 32 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/ |
D | dcaenc.h | 32 } 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()
|
D | dcaadpcm.h | 47 softfloat quant, int32_t scale_factor, int32_t step_size,
|
D | dcaadpcm.c | 184 softfloat quant, int32_t scale_factor, int32_t step_size, in ff_dcaadpcm_do_real()
|
D | dcaenc.c | 79 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/ |
D | configure.ac | 217 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
|
D | INSTALL | 102 If your machine does not have FP unit, you should use '--with-softfloat'
|
/third_party/ffmpeg/libavutil/tests/ |
D | .gitignore | 46 /softfloat
|
/third_party/mesa3d/src/util/ |
D | meson.build | 108 'softfloat.c', 109 'softfloat.h',
|
/third_party/ffmpeg/libavutil/ |
D | Makefile | 249 softfloat \
|
/third_party/musl/ |
D | WHATSNEW | 1151 - support for mips softfloat ABI variant 2315 - fmaf rounded wrong on archs without FE_TOWARDZERO (all softfloat archs)
|
/third_party/libffi/ |
D | ChangeLog | 2991 mips: fix MIPS softfloat build issue 2994 fix MIPS softfloat build issue with current binutils"
|
D | ChangeLog.old | 1335 softfloat powerpc variants.
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 6706 "../src/util/softfloat.c", 6707 "../src/util/softfloat.h",
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.3.0.rst | 2999 - util: add softfloat functions to operate with doubles and floats
|
D | 21.1.0.rst | 258 - softfloat: Silence a warning at -Og
|