Lines Matching refs:point

142 (and at some point byte-string labels). This includes detection of
154 unsigned 64-bit integer, signed 64-bit integer, floating-point number,
271 By default, all QCBOR floating-point features are enabled:
276 * Preferred serialization of floating-point
277 * Floating point dates
279 to/from floating-point
281 If full floating-point is not needed, the following #defines can be
290 * Floating-point hardware and floating-point instructions
294 For most limited environments, this removes enough floating-point
311 * Decoding floating-point format dates are not handled
314 to and from float-point.
318 requires floating-point conversion or functions are called that
319 request floating-point conversion, an error code like
323 defining this is to remove dependency on floating point hardware and
331 half-precision floating-point.
333 With this defined, single and double-precision floating-point
335 of floating-point to and from integers, big numbers and
336 such is also supported. Floating-point dates are still
342 encode floating-point numbers.
346 This eliminates floating point support completely (along with related function
348 point operations completely, and the usage soft floating point ABI is not
354 which float-point related code is generated. For example,
356 floating-point hardware and instructions, to use software
367 If you are using CMake, it can also be used to configure the floating-point
402 Encoding of floating-point brings in a little more code as does
492 See the discussion above on floating-point.
538 * Máté Tóth-Pál for float-point disabling and other