Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dgenerate_real_test.cc158 for (int j = 1; j < FLT_MANT_DIG && i - j >= 0; ++j) { in TEST()
163 for (int j = FLT_MANT_DIG; i - j >= 0; ++j) { in TEST()
458 constexpr int kDig = (64 - FLT_MANT_DIG); in TEST()
477 static_assert(FLT_MANT_DIG == 24, in TEST()
/third_party/musl/porting/uniproton/kernel/include/
Dfloat.h18 #define FLT_MANT_DIG 24 macro
/third_party/musl/ndk_musl_include/
Dfloat.h18 #define FLT_MANT_DIG 24 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfloat.h18 #define FLT_MANT_DIG 24 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfloat.h18 #define FLT_MANT_DIG 24 macro
/third_party/musl/include/
Dfloat.h18 #define FLT_MANT_DIG 24 macro
/third_party/musl/libc-test/src/api/
Dfloat.c10 C(FLT_MANT_DIG) in f()
/third_party/skia/src/utils/
DSkFloatUtils.h46 static const int digits = FLT_MANT_DIG;
/third_party/flutter/skia/src/utils/
DSkFloatUtils.h46 static const int digits = FLT_MANT_DIG;
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_arit.c473 precision = error ? -log2(error/fabs(ref)) : FLT_MANT_DIG; in test_unary()
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dfloatscan.c436 bits = FLT_MANT_DIG; in __floatscan()
/third_party/musl/porting/uniproton/kernel/src/internal/
Dfloatscan.c436 bits = FLT_MANT_DIG; in __floatscan()
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dfloatscan.c436 bits = FLT_MANT_DIG; in __floatscan()
/third_party/musl/src/internal/
Dfloatscan.c436 bits = FLT_MANT_DIG; in __floatscan()
/third_party/ffmpeg/libavutil/
Davsscanf.c620 bits = FLT_MANT_DIG; in fffloatscan()
/third_party/libxml2/
Dtrio.c2716 : (int)floor(FLT_MANT_DIG / TrioLogarithmBase(base));
2744 precision = FLT_MANT_DIG;