Home
last modified time | relevance | path

Searched defs:floating_point (Results 1 – 11 of 11) sorted by relevance

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/binary/
Dbinary.hpp176 struct floating_point struct
184 struct floating_point<32> struct
186 enum { size = 4 };
187 typedef float type;
191 struct floating_point<64> struct
193 enum { size = 8 };
194 typedef double type;
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/binary/
Dbinary.hpp177 struct floating_point struct
185 struct floating_point<32> struct
187 typedef float type;
191 struct floating_point<64> struct
193 typedef double type;
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__concepts/
Darithmetic.h39 concept floating_point = is_floating_point_v<_Tp>; variable
/external/cronet/tot/third_party/libc++/src/include/__concepts/
Darithmetic.h39 concept floating_point = is_floating_point_v<_Tp>; variable
/external/cronet/stable/third_party/libc++/src/include/__concepts/
Darithmetic.h39 concept floating_point = is_floating_point_v<_Tp>; variable
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__concepts/
Darithmetic.h39 concept floating_point = is_floating_point_v<_Tp>; variable
/external/fmtlib/test/
Dcompile-fp-test.cc27 TEST(compile_time_formatting_test, floating_point) { in TEST() argument
/external/ComputeLibrary/tests/framework/instruments/
DMeasurement.h213 double floating_point; member
/external/pdfium/third_party/lcms/src/
Dcmsplugin.c173 cmsFloat32Number floating_point; in _cmsReadFloat32Number() member
313 cmsFloat32Number floating_point; in _cmsWriteFloat32Number() member
/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dsgtree.hpp206 static const bool floating_point = true; member
266 static const bool floating_point = FloatingPoint; member in boost::intrusive::sgtree_impl
Dbstree.hpp74 static const bool floating_point = true; //For sgtree member