| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | softfloat.hpp | 314 …n(bool sign) const { softdouble x; x.v = (v & ((1ULL << 63) - 1)) | ((uint_fast64_t)(sign) << 63);… in setSign() 321 x.v = (v & 0x800FFFFFFFFFFFFF) | ((uint_fast64_t)((e + 1023) & 0x7FF) << 52); in setExp() 331 uint_fast64_t vv = (v & 0x000FFFFFFFFFFFFF) | ((uint_fast64_t)(1023) << 52); in getFrac() 348 static softdouble inf() { return softdouble::fromRaw( (uint_fast64_t)(0x7FF) << 52 ); } in inf() 352 static softdouble one() { return softdouble::fromRaw( (uint_fast64_t)( 1023) << 52 ); } in one() 354 static softdouble min() { return softdouble::fromRaw( (uint_fast64_t)( 0x01) << 52 ); } in min() 356 static softdouble eps() { return softdouble::fromRaw( (uint_fast64_t)( 1023 - 52 ) << 52 ); } in eps() 358 static softdouble max() { return softdouble::fromRaw( ((uint_fast64_t)(0x7FF) << 52) - 1 ); } in max()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | softfloat.hpp | 314 …n(bool sign) const { softdouble x; x.v = (v & ((1ULL << 63) - 1)) | ((uint_fast64_t)(sign) << 63);… in setSign() 321 x.v = (v & 0x800FFFFFFFFFFFFF) | ((uint_fast64_t)((e + 1023) & 0x7FF) << 52); in setExp() 331 uint_fast64_t vv = (v & 0x000FFFFFFFFFFFFF) | ((uint_fast64_t)(1023) << 52); in getFrac() 348 static softdouble inf() { return softdouble::fromRaw( (uint_fast64_t)(0x7FF) << 52 ); } in inf() 352 static softdouble one() { return softdouble::fromRaw( (uint_fast64_t)( 1023) << 52 ); } in one() 354 static softdouble min() { return softdouble::fromRaw( (uint_fast64_t)( 0x01) << 52 ); } in min() 356 static softdouble eps() { return softdouble::fromRaw( (uint_fast64_t)( 1023 - 52 ) << 52 ); } in eps() 358 static softdouble max() { return softdouble::fromRaw( ((uint_fast64_t)(0x7FF) << 52) - 1 ); } in max()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | softfloat.hpp | 314 …n(bool sign) const { softdouble x; x.v = (v & ((1ULL << 63) - 1)) | ((uint_fast64_t)(sign) << 63);… in setSign() 321 x.v = (v & 0x800FFFFFFFFFFFFF) | ((uint_fast64_t)((e + 1023) & 0x7FF) << 52); in setExp() 331 uint_fast64_t vv = (v & 0x000FFFFFFFFFFFFF) | ((uint_fast64_t)(1023) << 52); in getFrac() 348 static softdouble inf() { return softdouble::fromRaw( (uint_fast64_t)(0x7FF) << 52 ); } in inf() 352 static softdouble one() { return softdouble::fromRaw( (uint_fast64_t)( 1023) << 52 ); } in one() 354 static softdouble min() { return softdouble::fromRaw( (uint_fast64_t)( 0x01) << 52 ); } in min() 356 static softdouble eps() { return softdouble::fromRaw( (uint_fast64_t)( 1023 - 52 ) << 52 ); } in eps() 358 static softdouble max() { return softdouble::fromRaw( ((uint_fast64_t)(0x7FF) << 52) - 1 ); } in max()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/ |
| H A D | cstdint.hpp | 97 typedef ::uintfast64_t uint_fast64_t; typedef 134 using ::uint_fast64_t; 177 typedef uint64_t uint_fast64_t; typedef 316 typedef ::boost::ulong_long_type uint_fast64_t; typedef 328 typedef unsigned long uint_fast64_t; typedef 340 __extension__ typedef unsigned long long uint_fast64_t; typedef 352 typedef unsigned __int64 uint_fast64_t; typedef
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | cstdint | 133 uint_fast64_t 181 using::uint_fast64_t;
|
| H A D | atomic | 516 typedef atomic<uint_fast64_t> atomic_uint_fast64_t; 1865 typedef atomic<uint_fast64_t> atomic_uint_fast64_t;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | cstdint | 133 uint_fast64_t 181 using::uint_fast64_t;
|
| H A D | atomic | 516 typedef atomic<uint_fast64_t> atomic_uint_fast64_t; 1865 typedef atomic<uint_fast64_t> atomic_uint_fast64_t;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | stdint.h | 75 typedef unsigned long int uint_fast64_t; typedef 80 typedef unsigned long long int uint_fast64_t; typedef
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | stdint.h | 75 typedef unsigned long int uint_fast64_t; typedef 80 typedef unsigned long long int uint_fast64_t; typedef
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/ |
| H A D | stdint.h | 107 typedef uint64_t uint_fast64_t; typedef
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | random | 48 #include <cstdint> // For uint_fast32_t, uint_fast64_t, uint_least32_t
|
| H A D | cstdint | 73 using ::uint_fast64_t;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | random | 48 #include <cstdint> // For uint_fast32_t, uint_fast64_t, uint_least32_t
|
| H A D | cstdint | 73 using ::uint_fast64_t;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | stdint.h | 87 typedef uint64_t uint_fast64_t; typedef
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | stdint.h | 87 typedef uint64_t uint_fast64_t; typedef
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/ |
| H A D | 0002-boost-Backport-clang-support.patch | 477 +typedef ::uintfast64_t uint_fast64_t; 514 + using ::uint_fast64_t; 557 + typedef uint64_t uint_fast64_t; 696 + typedef ::boost::ulong_long_type uint_fast64_t; 708 + typedef unsigned long uint_fast64_t; 720 + __extension__ typedef unsigned long long uint_fast64_t; 732 + typedef unsigned __int64 uint_fast64_t;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/ |
| H A D | cstdint | 90 using ::uint_fast64_t;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/ |
| H A D | cstdint | 90 using ::uint_fast64_t;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/msinttypes/ |
| H A D | stdint.h | 157 typedef uint64_t uint_fast64_t; typedef
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/ |
| H A D | stdint-gcc.h | 78 typedef __UINT_FAST64_TYPE__ uint_fast64_t; typedef
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/ |
| H A D | stdint-gcc.h | 78 typedef __UINT_FAST64_TYPE__ uint_fast64_t; typedef
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | random.h | 1582 uint_fast64_t, in _GLIBCXX_VISIBILITY() 1593 typedef subtract_with_carry_engine<uint_fast64_t, 48, 5, 12> in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | random.h | 1582 uint_fast64_t, in _GLIBCXX_VISIBILITY() 1593 typedef subtract_with_carry_engine<uint_fast64_t, 48, 5, 12> in _GLIBCXX_VISIBILITY()
|