Home
last modified time | relevance | path

Searched defs:is_float (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/type_traits/
Dis_float.hpp17 template <class T> struct is_float : public is_floating_point<T> {}; struct
/third_party/boost/boost/archive/
Dbasic_text_oprimitive.hpp144 struct is_float { struct in boost::archive::basic_text_oprimitive
151 >::type type;
/third_party/boost/libs/geometry/test/util/
Dtuples.cpp27 struct is_float struct
/third_party/libxkbcommon/src/xkbcomp/
Dscanner.c33 bool is_float = false, is_hex = false; in number() local
/third_party/boost/libs/geometry/test/algorithms/overlay/
Dtraverse.cpp779 static const bool is_float in test_all() local
/third_party/protobuf/src/google/protobuf/io/
Dtokenizer.cc429 bool is_float = false; in ConsumeNumber() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Ddescriptions.c826 gboolean is_float; in format_info_get_desc() local
/third_party/ffmpeg/libavfilter/
Daf_astats.c104 int is_float; member
/third_party/python/Modules/
D_json.c956 int is_float = 0; in _match_number_unicode() local
/third_party/ffmpeg/libswscale/
Dswscale_internal.h932 int alpha, int bits, const int big_endian, int is_float) in fillPlane32()
/third_party/flutter/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp151 static bool is_float(const Context& context, const Type& type) { in is_float() function
/third_party/ejdb/src/jbl/
Dbinn.c2885 BINN_PRIVATE BOOL is_float(char *p) { in is_float() function
/third_party/quickjs/
Dquickjs.c10019 static double js_strtod(const char *p, int radix, BOOL is_float) in js_strtod()
10168 BOOL is_float, has_legacy_octal; in js_atof2() local