Home
last modified time | relevance | path

Searched refs:Double (Results 1 – 25 of 102) sorted by relevance

12345

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Dieee754.h23 class Double {
25 Double() {} in Double() function
26 Double(double d) : d_(d) {} in Double() function
27 Double(uint64_t u) : u_(u) {} in Double() function
34 return Double(u_ + 1).Value(); in NextPositiveDouble()
H A Dstrtod.h55 const Double db(b); in CheckWithinHalfULP()
180 const unsigned effectiveSignificandSize = Double::EffectiveSignificandSize(64 + v.e); in StrtodDiyFp()
209 Double a(approx); in StrtodBigInteger()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dstringify.hpp42 writer.Double(v); in stringify()
63 writer.Double(v[0]); in stringify()
64 writer.Double(v[1]); in stringify()
71 writer.Double(v[0]); in stringify()
72 writer.Double(v[1]); in stringify()
73 writer.Double(v[2]); in stringify()
74 writer.Double(v[3]); in stringify()
/OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/
H A Dblockmap.rst16 | 13 | Double-indirect block: (file blocks ``$block_size``/4 + 12 to (``$block_siz…
19 | | | Double Indirect Block Offset | Where It Points …
38 | | | | | Double Indirect Block Offset | Where…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqt_conversion.hpp82 if (value.type() == QVariant::Int || value.type() == QVariant::Double) { in toNumber()
90 if (value.type() == QVariant::Int || value.type() == QVariant::Double) { in toDouble()
116 } else if (value.canConvert(QVariant::Double)) { in toValue()
H A Dqt_geojson.cpp94 case QMetaType::Double: in asMapboxGLPropertyValue()
120 case QMetaType::Double: in asMapboxGLFeatureIdentifier()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dwriter.h184 bool Double(double d) { Prefix(kNumberType); return EndValue(WriteDouble(d)); } in Double() function
318 if (internal::Double(d).IsNanOrInf()) { in WriteDouble()
321 if (internal::Double(d).IsNan()) { in WriteDouble()
326 if (internal::Double(d).Sign()) { in WriteDouble()
511 if (internal::Double(d).IsNanOrInf()) { in WriteDouble()
515 if (internal::Double(d).IsNan()) { in WriteDouble()
520 if (internal::Double(d).Sign()) { in WriteDouble()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsf.c39 Linear_24 = 0x00003, Linear_32 = 0x40004, Float = 0x00004, Double = 0x00008 enumerator
51 if (encoding == SOX_ENCODING_FLOAT && size == 64) return Double; in ft_enc()
65 case Double : *size = 64; return SOX_ENCODING_FLOAT; in sox_enc()
H A Dau.c36 Double, Indirect, Nested, Dsp_core, Dsp_data_8, Dsp_data_16, Dsp_data_24, enumerator
60 if (encoding == SOX_ENCODING_FLOAT && size == 64) return Double; in ft_enc()
74 case Double : *size = 64; return SOX_ENCODING_FLOAT; in sox_enc()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dgroup_by_layout.cpp24 writer.Double(layer.baseImpl->minZoom); in layoutKey()
25 writer.Double(layer.baseImpl->maxZoom); in layoutKey()
/OK3568_Linux_fs/buildroot/package/python-ujson/
H A D0004-Pseiderer-add-nios2-and-xtensa-001.patch19 …tils.h:119:2: error: #error Target architecture was not detected as supported by Double-Conversion.
20 #error Target architecture was not detected as supported by Double-Conversion.
43 Double-conversion tested with:
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dedac.rst60 * Double-channel
83 * Double-Ranked stick
88 * Double-sided stick
90 **DEPRECATED TERM**, see :ref:`Double-Ranked stick <doubleranked>`.
94 "Double-sided" is irrespective of the memory devices being mounted on
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dsint.S12 | Input: (Entry points sint and sintrz) Double-extended
15 | (Entry point sintdo) Double-extended number X in
17 | (Entry point sintd) Double-extended denormalized
H A Dsacos.S8 | Input: Double-extended number X in location pointed to
H A Dsasin.S8 | Input: Double-extended number X in location pointed to
/OK3568_Linux_fs/buildroot/package/whetstone/
H A DConfig.in4 C Converted Whetstone Double Precision Benchmark
/OK3568_Linux_fs/buildroot/package/libolm/
H A DConfig.in6 libolm is an implementation of the Double Ratchet
/OK3568_Linux_fs/buildroot/arch/
H A DConfig.in.arc35 - Double-precision FPU
50 - Double-precision FPU
H A DConfig.in.riscv59 bool "Double-precision Floating-point (D)"
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/marvell/
H A Darmada-8040-mcbin.dts11 model = "Marvell 8040 MACCHIATOBin Double-shot";
/OK3568_Linux_fs/external/common_algorithm/audio/
H A DChangelog.txt11 - Add support Double Talk Detection(DTD)
/OK3568_Linux_fs/buildroot/package/boost/
H A D0003-math-make-no-atomics-a-soft-failure-in-bernoulli_details_hpp.patch46 // Double-checked locking pattern, lets us access cached already cached values
64 // Double-checked locking pattern, lets us access cached already cached values
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Ddtoa.cpp86 rapidjson::internal::Double d(value); in dtoa()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio-tools/
H A D0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch46 # Double-check to see if -latomic actually can solve the problem.
/OK3568_Linux_fs/kernel/Documentation/driver-api/usb/
H A Dtypec.rst43 Double Prime end "port0-plug1". The parent of a cable will always be the port,
104 and one or two plugs, depending if there is CC Double Prime controller present
106 Double Prime communication, should only have one plug registered. For more

12345