Home
last modified time | relevance | path

Searched refs:FLT_DIG (Results 1 – 25 of 31) sorted by relevance

12

/external/clang/test/Headers/
Dfloat.c90 #ifndef FLT_DIG
92 #elif FLT_DIG < 6
105 #if ((FLT_DIG > DBL_DIG) || (DBL_DIG > LDBL_DIG))
201 _Static_assert(FLT_DIG == __FLT_DIG__, "");
/external/llvm-project/clang/test/Headers/
Dfloat.c117 #ifndef FLT_DIG
119 #elif FLT_DIG < 6
132 #if ((FLT_DIG > DBL_DIG) || (DBL_DIG > LDBL_DIG))
228 _Static_assert(FLT_DIG == __FLT_DIG__, "");
/external/clang/lib/Headers/
Dfloat.h45 # undef FLT_DIG
93 #define FLT_DIG __FLT_DIG__ macro
/external/llvm-project/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp74 #ifndef FLT_DIG
75 #error FLT_DIG not defined
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp74 #ifndef FLT_DIG
75 #error FLT_DIG not defined
/external/libcxx/test/std/depr/depr.c.headers/
Dfloat_h.pass.cpp72 #ifndef FLT_DIG
73 #error FLT_DIG not defined
/external/libcxx/test/std/language.support/support.limits/c.limits/
Dcfloat.pass.cpp72 #ifndef FLT_DIG
73 #error FLT_DIG not defined
/external/llvm-project/clang/lib/Headers/
Dfloat.h43 # undef FLT_DIG
94 #define FLT_DIG __FLT_DIG__ macro
Dopencl-c-base.h167 #define FLT_DIG 6 macro
/external/dynamic_depth/internal/strings/
Dnumbers.cc525 assert(FLT_DIG < 10); in FloatToBuffer()
528 snprintf(buffer, kFastToBufferSize, "%.*g", FLT_DIG, value); in FloatToBuffer()
537 snprintf(buffer, kFastToBufferSize, "%.*g", FLT_DIG + 2, value); in FloatToBuffer()
/external/llvm-project/libclc/generic/include/clc/float/
Ddefinitions.h6 #define FLT_DIG 6 macro
/external/llvm-project/libcxx/include/support/win32/
Dlimits_msvc_win32.h28 #define __FLT_DIG__ FLT_DIG
/external/llvm-project/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Ddigits10.pass.cpp58 test<float, FLT_DIG>(); in main()
/external/libcxx/include/support/win32/
Dlimits_msvc_win32.h29 #define __FLT_DIG__ FLT_DIG
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Ddigits10.pass.cpp59 test<float, FLT_DIG>(); in main()
/external/tensorflow/tensorflow/core/platform/
Dnumbers.cc374 static_assert(FLT_DIG < 10, "FLT_DIG is too big"); in FloatToBuffer()
385 snprintf(buffer, kFastToBufferSize, "%.*g", FLT_DIG, value); in FloatToBuffer()
394 snprintf(buffer, kFastToBufferSize, "%.*g", FLT_DIG + 3, value); in FloatToBuffer()
/external/llvm-project/libcxx/include/
Dcfloat35 FLT_DIG
/external/libcxx/include/
Dcfloat36 FLT_DIG
/external/llvm-project/libcxx/include/support/ibm/
Dlimits.h53 #define __FLT_DIG__ FLT_DIG
/external/libcxx/include/support/ibm/
Dlimits.h54 #define __FLT_DIG__ FLT_DIG
/external/python/cpython2/Lib/plat-beos5/
DIN.py78 FLT_DIG = 6 variable
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dtextprinter.c178 TYPE(float, float, "%." STRINGIFY_MACROVAL(FLT_DIG) "g") in STRINGIFY_MACROVAL() argument
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_internal.cc448 static_assert(FLT_DIG < 10, "FLT_DIG is too big"); in AttrValueToPython()
451 s << std::setprecision(FLT_DIG) << value.f(); in AttrValueToPython()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc1385 GOOGLE_COMPILE_ASSERT(FLT_DIG < 10, FLT_DIG_is_too_big); in FloatToBuffer()
1399 snprintf(buffer, kFloatToBufferSize, "%.*g", FLT_DIG, value); in FloatToBuffer()
1408 snprintf(buffer, kFloatToBufferSize, "%.*g", FLT_DIG+3, value); in FloatToBuffer()
/external/protobuf/objectivec/
DGPBDictionary.m1073 //%[NSString stringWithFormat:@"%.*g", FLT_DIG, VALUE]
2491 …block([NSString stringWithFormat:@"%u", key], [NSString stringWithFormat:@"%.*g", FLT_DIG, value]);
4239 …block([NSString stringWithFormat:@"%d", key], [NSString stringWithFormat:@"%.*g", FLT_DIG, value]);
5987 …block([NSString stringWithFormat:@"%llu", key], [NSString stringWithFormat:@"%.*g", FLT_DIG, value…
7735 …block([NSString stringWithFormat:@"%lld", key], [NSString stringWithFormat:@"%.*g", FLT_DIG, value…
9527 block(key, [NSString stringWithFormat:@"%.*g", FLT_DIG, value]);
11193 block(@"false", [NSString stringWithFormat:@"%.*g", FLT_DIG, _values[0]]);
11196 block(@"true", [NSString stringWithFormat:@"%.*g", FLT_DIG, _values[1]]);

12