HomeSort by: relevance | last modified time | path
    Searched defs:float (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
floating_to_chars.cc 56 // This implementation crucially assumes float/double have the
142 struct floating_type_traits<float>
386 // Wrappers around float for std::{,b}float16_t promoted to float.
389 float x;
390 operator float() const { return x; }
394 float x;
395 operator float() const { return x; }
536 using mantissa_t = typename floating_type_traits<float>::mantissa_t;
537 constexpr int mantissa_bits = floating_type_traits<float>::mantissa_bits
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/
libgcc2.h 105 The conversion from long double to float suffers from double
146 typedef float HFtype __attribute__ ((mode (HF)));
147 typedef _Complex float HCtype __attribute__ ((mode (HC)));
150 typedef float SFtype __attribute__ ((mode (SF)));
151 typedef _Complex float SCtype __attribute__ ((mode (SC)));
154 typedef float DFtype __attribute__ ((mode (DF)));
155 typedef _Complex float DCtype __attribute__ ((mode (DC)));
158 typedef float XFtype __attribute__ ((mode (XF)));
159 typedef _Complex float XCtype __attribute__ ((mode (XC)));
163 typedef float TFtype __attribute__ ((mode (TF)))
184 #define float macro
    [all...]
libgcc2.c 2435 supported a native unsigned->float conversion. More often, we only
2544 supported a native unsigned->float conversion. More often, we only
2632 #undef float
2805 /* Half precision is handled with float precision.
2806 float is handled with double precision when double precision
2831 a limited number of tests and adjustments. float is handled
2961 #endif /* all complex float routines */
2984 #undef float
2599 #undef float macro
2950 #undef float macro
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcc2.h 102 The conversion from long double to float suffers from double
143 typedef float HFtype __attribute__ ((mode (HF)));
144 typedef _Complex float HCtype __attribute__ ((mode (HC)));
147 typedef float SFtype __attribute__ ((mode (SF)));
148 typedef _Complex float SCtype __attribute__ ((mode (SC)));
151 typedef float DFtype __attribute__ ((mode (DF)));
152 typedef _Complex float DCtype __attribute__ ((mode (DC)));
155 typedef float XFtype __attribute__ ((mode (XF)));
156 typedef _Complex float XCtype __attribute__ ((mode (XC)));
159 typedef float TFtype __attribute__ ((mode (TF)))
177 #define float macro
    [all...]
libgcc2.c 1691 supported a native unsigned->float conversion. More often, we only
1800 supported a native unsigned->float conversion. More often, we only
1888 #undef float
2061 /* Half precision is handled with float precision.
2062 float is handled with double precision when double precision
2087 a limited number of tests and adjustments. float is handled
2217 #endif /* all complex float routines */
2240 #undef float
1856 #undef float macro
2207 #undef float macro
  /src/external/public-domain/sqlite/dist/
sqlite3.c 5470 ** ^For example, if the internal representation is FLOAT and a text result
5480 ** <tr><td> NULL <td> FLOAT <td> Result is 0.0
5483 ** <tr><td> INTEGER <td> FLOAT <td> Convert from integer to float
5486 ** <tr><td> FLOAT <td> INTEGER <td> [CAST] to INTEGER
5487 ** <tr><td> FLOAT <td> TEXT <td> ASCII rendering of the float
5488 ** <tr><td> FLOAT <td> BLOB <td> [CAST] to BLOB
5490 ** <tr><td> TEXT <td> FLOAT <td> [CAST] to REAL
5493 ** <tr><td> BLOB <td> FLOAT <td> [CAST] to REA
13745 # define float macro
14657 # define float macro
    [all...]

Completed in 74 milliseconds