| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/math/ |
| H A D | fpclassify.hpp | 50 # define FP_NORMAL 2 macro 185 return FP_NORMAL; in fpclassify_impl() 210 return FP_NORMAL; in fpclassify_impl()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | math.h | 175 #define FP_NORMAL 4 macro 222 FP_NORMAL, FP_SUBNORMAL, \ 249 #define isnormal(__x) (fpclassify(__x) == FP_NORMAL)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | math.h | 175 #define FP_NORMAL 4 macro 222 FP_NORMAL, FP_SUBNORMAL, \ 249 #define isnormal(__x) (fpclassify(__x) == FP_NORMAL)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/ |
| H A D | fpclassify.hpp | 187 return FP_NORMAL; in BOOST_NO_MACRO_EXPAND() 208 return t == 0 ? FP_ZERO : FP_NORMAL; in BOOST_NO_MACRO_EXPAND() 232 if(a < traits::exponent) return FP_NORMAL; in BOOST_NO_MACRO_EXPAND() 258 if(a < traits::exponent) return FP_NORMAL; in BOOST_NO_MACRO_EXPAND()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/special_functions/detail/ |
| H A D | fp_traits.hpp | 35 #ifndef FP_NORMAL 38 #define FP_NORMAL 1 macro
|
| /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 | math.h | 928 FP_NORMAL = enumerator 929 # define FP_NORMAL 4 macro 930 FP_NORMAL 948 FP_NORMAL, FP_SUBNORMAL, FP_ZERO, x) 984 # define isnormal(x) (fpclassify (x) == FP_NORMAL)
|
| /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 | math.h | 928 FP_NORMAL = enumerator 929 # define FP_NORMAL 4 macro 930 FP_NORMAL 948 FP_NORMAL, FP_SUBNORMAL, FP_ZERO, x) 984 # define isnormal(x) (fpclassify (x) == FP_NORMAL)
|
| /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 | hash_float.hpp | 224 case FP_NORMAL: in float_hash_value()
|
| /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 | cmath | 538 { return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, 543 { return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, 548 { return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, 557 { return __x != 0 ? FP_NORMAL : FP_ZERO; } 845 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL,
|
| /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 | cmath | 538 { return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, 543 { return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, 548 { return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, 557 { return __x != 0 ? FP_NORMAL : FP_ZERO; } 845 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/functions/ |
| H A D | pow.hpp | 498 case FP_NORMAL: in eval_pow()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | cmath | 26 FP_NORMAL // C99
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | cmath | 26 FP_NORMAL // C99
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/ |
| H A D | default_ops.hpp | 972 return eval_is_zero(arg) ? FP_ZERO : FP_NORMAL; in eval_fpclassify() 1724 return fpclassify BOOST_PREVENT_MACRO_SUBSTITUTION(arg) == (int)FP_NORMAL; in BOOST_PREVENT_MACRO_SUBSTITUTION()
|
| /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 | cmath | 313 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL,
|
| /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 | cmath | 313 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL,
|
| /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/share/info/ |
| H A D | libc.info-9 | 3059 ‘FP_NORMAL’ 3109 (fpclassify (x) == FP_NORMAL)
|
| H A D | libc.info-17 | 3012 * FP_NORMAL: Floating Point Classes.
|
| H A D | libc.info-13 | 8469 ‘FP_NORMAL’
|
| /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/share/info/ |
| H A D | libc.info-9 | 3059 ‘FP_NORMAL’ 3109 (fpclassify (x) == FP_NORMAL)
|
| H A D | libc.info-17 | 3012 * FP_NORMAL: Floating Point Classes.
|
| H A D | libc.info-13 | 8469 ‘FP_NORMAL’
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gcc.info | 43425 'FP_INFINITE', 'FP_NORMAL', 'FP_SUBNORMAL' and 'FP_ZERO'. The
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gcc.info | 43425 'FP_INFINITE', 'FP_NORMAL', 'FP_SUBNORMAL' and 'FP_ZERO'. The
|