| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/functional/hash/detail/ |
| H A D | float_functions.hpp | 78 template <typename Float> 80 typedef Float float_type; 81 inline Float operator()(Float x, int y) const { in operator ()() 86 template <typename Float> 88 typedef Float float_type; 89 inline Float operator()(Float x, int* y) const { in operator ()() 94 template <typename Float> 97 typedef Float type; 140 template <typename Float> struct call_ldexp 155 template <typename Float> struct call_frexp [all …]
|
| H A D | hash_float.hpp | 93 template <typename Float, unsigned digits, unsigned max_exponent> 97 std::numeric_limits<Float>::is_iec559 && 98 std::numeric_limits<Float>::digits == digits && 99 std::numeric_limits<Float>::radix == 2 && 100 std::numeric_limits<Float>::max_exponent == max_exponent); 103 template <typename Float> 104 inline std::size_t float_hash_impl(Float v, in float_hash_impl() argument 106 enable_binary_hash<Float, 24, 128>::value, in float_hash_impl() 113 template <typename Float> 114 inline std::size_t float_hash_impl(Float v, in float_hash_impl() argument [all …]
|
| /OK3568_Linux_fs/buildroot/toolchain/toolchain-external/toolchain-external-codescape-mti-mips/ |
| H A D | Config.in | 19 - MIPS32r2 - Big-Endian, Hard-Float, Legacy NaN, o32 ABI 23 - MIPS32r2 - Big-Endian, Hard-Float, 2008 NaN, o32 ABI 28 - MIPS32r2 - Big-Endian, Soft-Float, Legacy NaN, o32 ABI 32 - MIPS32r2 - Little-Endian, Hard-Float, Legacy NaN, o32 ABI 36 - MIPS32r2 - Little-Endian, Hard-Float, 2008 NaN, o32 ABI 41 - MIPS32r2 - Little-Endian, Soft-Float, Legacy NaN, o32 ABI 45 - MIPS32r2 - Little-Endian, Hard-Float, 2008 NaN, o32 ABI, 51 - MIPS32r2 - Little-Endian, Soft-Float, Legacy NaN, o32 ABI, 57 - MIPS64r2 - Big-Endian, Hard-Float, Legacy NaN, n32 ABI 62 - MIPS64r2 - Little-Endian, Hard-Float, Legacy NaN, n32 ABI [all …]
|
| /OK3568_Linux_fs/buildroot/toolchain/toolchain-external/toolchain-external-codescape-img-mips/ |
| H A D | Config.in | 18 - MIPS32r6 - Big-Endian, Hard-Float, 2008 NaN, o32 ABI 22 - MIPS32r6 - Big-Endian, Soft-Float, 2008 NaN, o32 ABI 26 - MIPS32r6 - Little-Endian, Hard-Float, 2008 NaN, o32 ABI 30 - MIPS32r6 - Little-Endian, Soft-Float, 2008 NaN, o32 ABI 34 - MIPS32r6 - Little-Endian, Hard-Float, 2008 NaN, o32 ABI, 40 - MIPS32r6 - Little-Endian, Soft-Float, 2008 NaN, o32 ABI, 46 - MIPS64r6 - Big-Endian, Hard-Float, 2008 NaN, n32 ABI 51 - MIPS64r6 - Little-Endian, Hard-Float, 2008 NaN, n32 ABI 56 - MIPS64r6 - Big-Endian, Hard-Float, 2008 NaN, n64 ABI 61 - MIPS64r6 - Little-Endian, Hard-Float, 2008 NaN, n64 ABI
|
| /OK3568_Linux_fs/buildroot/toolchain/toolchain-external/toolchain-external-codesourcery-mips/ |
| H A D | Config.in | 35 - MIPS32r2 - Big-Endian, Soft-Float, O32 38 - MIPS32r2 - Big-Endian, Soft-Float, O32, MIPS16 53 - MIPS32r2 - Little-Endian, Soft-Float, O32 56 - MIPS32r2 - Little-Endian, Soft-Float, O32, MIPS16 60 - MIPS32r2 - Little-Endian, Soft-Float, O32, microMIPS 68 - MIPS32r2 - uClibc, Big-Endian, Soft-Float, O32 74 - MIPS32r2 - uClibc, Little-Endian, Soft-Float, O32 80 - MIPS64r2 - Big-Endian, Soft-Float, N64 88 - MIPS64r2 - Little-Endian, Soft-Float, N64
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/java/com/rockchip/gpadc/demo/ |
| H A D | InferenceResult.java | 92 private final Float confidence; 98 final int id, final Float confidence, final RectF location) { in Recognition() 109 public Float getConfidence() { in getConfidence()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/ |
| H A D | rational_adaptor.hpp | 86 template <class Float> 87 typename enable_if<is_floating_point<Float>, rational_adaptor&>::type operator = (Float i) in operator =() 90 Float f = std::frexp(i, &e); in operator =() 91 f = std::ldexp(f, std::numeric_limits<Float>::digits); in operator =() 92 e -= std::numeric_limits<Float>::digits; in operator =()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/detail/ |
| H A D | bounds.hpp | 32 class Float class 49 typedef Float <N> impl_float ;
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | sf.c | 39 Linear_24 = 0x00003, Linear_32 = 0x40004, Float = 0x00004, Double = 0x00008 enumerator 50 if (encoding == SOX_ENCODING_FLOAT && size == 32) return Float; in ft_enc() 64 case Float : *size = 32; return SOX_ENCODING_FLOAT; in sox_enc()
|
| H A D | au.c | 35 Unspecified, Mulaw_8, Linear_8, Linear_16, Linear_24, Linear_32, Float, enumerator 59 if (encoding == SOX_ENCODING_FLOAT && size == 32) return Float; in ft_enc() 73 case Float : *size = 32; return SOX_ENCODING_FLOAT; in sox_enc()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/fsl/ |
| H A D | e500v2_power_isa.dtsi | 47 power-isa-sp.fd; // SPE.Embedded Float Scalar Double 48 power-isa-sp.fs; // SPE.Embedded Float Scalar Single 49 power-isa-sp.fv; // SPE.Embedded Float Vector
|
| H A D | e500v1_power_isa.dtsi | 47 power-isa-sp.fs; // SPE.Embedded Float Scalar Single 48 power-isa-sp.fv; // SPE.Embedded Float Vector
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/ |
| H A D | types.hpp | 42 Float = 0x1406 enumerator 97 Float = 0x1406, enumerator
|
| H A D | uniform.cpp | 111 assert(uniform.size == 1 && uniform.type == UniformDataType::Float); in verifyUniform() 138 uniform.type == UniformDataType::Float)); in verifyUniform() 146 uniform.type == UniformDataType::Float || in verifyUniform()
|
| H A D | attribute.hpp | 27 template <> struct DataTypeOf<float> : std::integral_constant<DataType, DataType::Float> {};
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/mips/ |
| H A D | tune-mips32r6.inc | 9 # Base Tunes (Hard Float) 20 # Soft Float
|
| H A D | tune-mips32.inc | 9 # Base Tunes (Hard Float) 20 # Soft Float
|
| H A D | tune-mips32r2.inc | 9 # Base Tunes (Hard Float) 20 # Soft Float
|
| H A D | tune-mips64r2.inc | 21 # MIPS 64r2 Soft Float 47 # MIPS 64r2 n32 and Soft Float 73 # MIPS 64r2 o32 and Soft Float
|
| H A D | tune-mips64r6.inc | 21 # Soft Float 47 # MIPS 64r6 n32 and Soft Float
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aorb/ |
| H A D | orb_algos.h | 8 typedef enum Byte { Uchar = 1, Float = 4, Rgb = 3} Byte; enumerator
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/audiorecorder/ |
| H A D | audiorecorder.cpp | 262 case QAudioFormat::Float: in getPeakValue() 316 case QAudioFormat::Float: in getBufferLevels()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/audiorecorder/ |
| H A D | audiorecorder.cpp | 290 case QAudioFormat::Float: in getPeakValue() 344 case QAudioFormat::Float: in getBufferLevels()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/audiorecorder/ |
| H A D | audiorecorder.cpp | 290 case QAudioFormat::Float: in getPeakValue() 344 case QAudioFormat::Float: in getBufferLevels()
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/arm/ |
| H A D | README | 32 two defined ABIs specificed, standard EABI and Hard Float (VFP) EABI.
|