Home
last modified time | relevance | path

Searched refs:FP_NORMAL (Results 1 – 24 of 24) sorted by relevance

/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 Dfpclassify.hpp50 # 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 Dmath.h175 #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 Dmath.h175 #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 Dfpclassify.hpp187 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 Dfp_traits.hpp35 #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 Dmath.h928 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 Dmath.h928 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 Dhash_float.hpp224 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 Dcmath538 { 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 Dcmath538 { 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 Dpow.hpp498 case FP_NORMAL: in eval_pow()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcmath26 FP_NORMAL // C99
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcmath26 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 Ddefault_ops.hpp972 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 Dcmath313 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 Dcmath313 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 Dlibc.info-93059FP_NORMAL
3109 (fpclassify (x) == FP_NORMAL)
H A Dlibc.info-173012 * FP_NORMAL: Floating Point Classes.
H A Dlibc.info-138469FP_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 Dlibc.info-93059FP_NORMAL
3109 (fpclassify (x) == FP_NORMAL)
H A Dlibc.info-173012 * FP_NORMAL: Floating Point Classes.
H A Dlibc.info-138469FP_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 Dgcc.info43425 '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 Dgcc.info43425 'FP_INFINITE', 'FP_NORMAL', 'FP_SUBNORMAL' and 'FP_ZERO'. The