Home
last modified time | relevance | path

Searched refs:FP_NAN (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dmath.h171 #define FP_NAN 0 macro
221 #define fpclassify(__x) (__builtin_fpclassify (FP_NAN, FP_INFINITE, \
241 __cy != FP_INFINITE && __cy != FP_NAN;}))
247 #define isnan(__x) (fpclassify(__x) == FP_NAN)
295 fpclassify(__a) == FP_NAN || fpclassify(__b) == FP_NAN;}))
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dmath.h171 #define FP_NAN 0 macro
221 #define fpclassify(__x) (__builtin_fpclassify (FP_NAN, FP_INFINITE, \
241 __cy != FP_INFINITE && __cy != FP_NAN;}))
247 #define isnan(__x) (fpclassify(__x) == FP_NAN)
295 fpclassify(__a) == FP_NAN || fpclassify(__b) == FP_NAN;}))
/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.hpp119 return (BOOST_FPCLASSIFY_PREFIX fpclassify(t) == (int)FP_NAN); in is_nan_helper()
167 return FP_NAN; in BOOST_NO_MACRO_EXPAND()
170 return FP_NAN; in BOOST_NO_MACRO_EXPAND()
173 return FP_NAN; in BOOST_NO_MACRO_EXPAND()
192 return FP_NAN; in BOOST_NO_MACRO_EXPAND()
237 return FP_NAN; in BOOST_NO_MACRO_EXPAND()
264 return FP_NAN; in BOOST_NO_MACRO_EXPAND()
H A Dnext.hpp180 if((fpclass == (int)FP_NAN) || (fpclass == (int)FP_INFINITE)) in float_next_imp()
227 if((fpclass == (int)FP_NAN) || (fpclass == (int)FP_INFINITE)) in float_next_imp()
310 if((fpclass == (int)FP_NAN) || (fpclass == (int)FP_INFINITE)) in float_prior_imp()
358 if((fpclass == (int)FP_NAN) || (fpclass == (int)FP_INFINITE)) in float_prior_imp()
684 if((fpclass == (int)FP_NAN) || (fpclass == (int)FP_INFINITE)) in float_advance_imp()
770 if((fpclass == (int)FP_NAN) || (fpclass == (int)FP_INFINITE)) in float_advance_imp()
/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.hpp49 # define FP_NAN 1 macro
191 return FP_NAN; in fpclassify_impl()
217 return FP_NAN; in fpclassify_impl()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/functions/
H A Dtrig.hpp92 case FP_NAN: in eval_sin()
248 case FP_NAN: in eval_cos()
447 case FP_NAN: in eval_asin()
564 case FP_NAN: in eval_acos()
620 case FP_NAN: in eval_atan()
729 case FP_NAN: in eval_atan2()
779 case FP_NAN: in eval_atan2()
H A Dpow.hpp208 if(type == (int)FP_NAN) in eval_exp()
353 case FP_NAN: in eval_log()
495 case FP_NAN: in eval_pow()
547 case FP_NAN: in eval_pow()
803 case FP_NAN: in sinhcosh()
/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.hpp992 case FP_NAN: in eval_fmod()
1000 case FP_NAN: in eval_fmod()
1096 case FP_NAN: in eval_fdim()
1103 case FP_NAN: in eval_fdim()
1127 case FP_NAN: in eval_fdim()
1134 case FP_NAN: in eval_fdim()
1158 case FP_NAN: in eval_fdim()
1165 case FP_NAN: in eval_fdim()
1186 case FP_NAN: in eval_trunc()
1205 if(c == (int)FP_NAN) in eval_modf()
[all …]
H A Dgeneric_interconvert.hpp163 else if(c == (int)FP_NAN) in generic_interconvert()
H A Dnumber_compare.hpp130 return eval_fpclassify(a.backend()) == FP_NAN; in is_unordered_value()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/machine/
H A Dieeefp.h134 (__cy = fpclassify(__y)) != FP_INFINITE && __cy != FP_NAN;}))
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/machine/
H A Dieeefp.h134 (__cy = fpclassify(__y)) != FP_INFINITE && __cy != FP_NAN;}))
/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.h916 FP_NAN = enumerator
917 # define FP_NAN 0 macro
918 FP_NAN,
947 # define fpclassify(x) __builtin_fpclassify (FP_NAN, FP_INFINITE, \
/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.h916 FP_NAN = enumerator
917 # define FP_NAN 0 macro
918 FP_NAN,
947 # define fpclassify(x) __builtin_fpclassify (FP_NAN, FP_INFINITE, \
/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.hpp222 case FP_NAN: in float_hash_value()
/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.hpp40 #define FP_NAN 3 macro
/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,
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,
845 return __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcmath25 FP_NAN // C99
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcmath25 FP_NAN // C99
/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-93038FP_NAN
3096 (fpclassify (x) != FP_NAN && fpclassify (x) != FP_INFINITE)
3118 (fpclassify (x) == FP_NAN)
H A Dlibc.info-173010 * FP_NAN: Floating Point Classes.
/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-93038FP_NAN
3096 (fpclassify (x) != FP_NAN && fpclassify (x) != FP_INFINITE)
3118 (fpclassify (x) == FP_NAN)

12