| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | math.h | 34 # ifndef NAN 35 # define NAN (__builtin_nanf("")) macro 68 #if !defined(NAN) 75 #define NAN (__Nanf.__d) 77 #define NAN (0.0F/0.0F)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | math.h | 34 # ifndef NAN 35 # define NAN (__builtin_nanf("")) macro 68 #if !defined(NAN) 75 #define NAN (__Nanf.__d) 77 #define NAN (0.0F/0.0F)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/ |
| H A D | geometry_tile_data.cpp | 120 return Point<double>(NAN, NAN); in convertGeometry()
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | kernel_ex.S | 107 | nan bit; Store default NAN into fp0 321 orl #snaniop_mask,USER_FPSR(%a6) |set NAN, SNAN, AIOP 349 orl #snaniop_mask,USER_FPSR(%a6) |set NAN, SNAN, AIOP
|
| H A D | x_snan.S | 4 | fpsp_snan --- FPSP handler for signalling NAN exception 10 | If the dest data format is s, d, or x, then the SNAN bit in the NAN 11 | is set to one and the resulting non-signaling NAN (truncated if
|
| H A D | stwotox.S | 208 |--ENTRY POINT FOR 2**(X), HERE X IS FINITE, NON-ZERO, AND NOT NAN'S 312 |--ENTRY POINT FOR 10**(X), HERE X IS FINITE, NON-ZERO, AND NOT NAN'S
|
| H A D | get_op.S | 622 | if (ete =$7fff) then INF or NAN 626 | stag = NAN
|
| H A D | do_func.S | 485 fmovex QNAN,%fp1 |load NAN 487 fmovex QNAN,%fp0 |load NAN
|
| H A D | satan.S | 238 |--ENTRY POINT FOR ATAN(X), HERE X IS FINITE, NON-ZERO, AND NOT NAN'S
|
| /OK3568_Linux_fs/kernel/arch/m68k/math-emu/ |
| H A D | fp_util.S | 154 | infinities and NAN 199 | infinities and NAN
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | Kconfig | 137 bool "NAN Feature" 141 This is a configuration for NAN Feature.
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | Kconfig | 138 bool "NAN Feature" 142 This is a configuration for NAN Feature.
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | Kconfig | 147 bool "NAN Feature" 151 This is a configuration for NAN Feature.
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/support/ibm/ |
| H A D | limits.h | 31 #define __builtin_nan(__dummy) NAN
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/support/ibm/ |
| H A D | limits.h | 31 #define __builtin_nan(__dummy) NAN
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | complex | 998 return complex<_Tp>(_Tp(NAN), _Tp(NAN)); 1008 return complex<_Tp>(__rho, _Tp(NAN)); 1009 return complex<_Tp>(_Tp(NAN), _Tp(NAN)); 1074 __i = _Tp(NAN); 1243 return complex<_Tp>(__x.real(), _Tp(NAN)); 1245 return complex<_Tp>(__x.real(), _Tp(NAN)); 1258 return complex<_Tp>(abs(__x.real()), _Tp(NAN)); 1260 return complex<_Tp>(_Tp(NAN), __x.real());
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | complex | 998 return complex<_Tp>(_Tp(NAN), _Tp(NAN)); 1008 return complex<_Tp>(__rho, _Tp(NAN)); 1009 return complex<_Tp>(_Tp(NAN), _Tp(NAN)); 1074 __i = _Tp(NAN); 1243 return complex<_Tp>(__x.real(), _Tp(NAN)); 1245 return complex<_Tp>(__x.real(), _Tp(NAN)); 1258 return complex<_Tp>(abs(__x.real()), _Tp(NAN)); 1260 return complex<_Tp>(_Tp(NAN), __x.real());
|
| /OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/src/ |
| H A D | fpsp.S | 6346 #--ENTRY POINT FOR ATAN(X), HERE X IS FINITE, NON-ZERO, AND NOT NAN'S 8318 #--ENTRY POINT FOR LOG(X) FOR X FINITE, NON-ZERO, NOT NAN'S 8546 #--ENTRY POINT FOR LOG(1+X) FOR X FINITE, NON-ZERO, NOT NAN'S 9090 #--ENTRY POINT FOR 2**(X), HERE X IS FINITE, NON-ZERO, AND NOT NAN'S 9187 #--ENTRY POINT FOR 10**(X), HERE X IS FINITE, NON-ZERO, AND NOT NAN'S 10150 # nan bit; Store default NAN into fp0 # 10155 fmovm.x qnan(%pc),&0x80 # return default NAN in fp0 13123 # res{s,q}nan_1op() - set NAN result for monadic instruction # 13208 # res_{s,q}nan_1op() - set NAN result for monadic operation # 13422 # res_{s,q}nan_1op() - set NAN result for monadic operation # [all …]
|
| /OK3568_Linux_fs/app/lvgl_demo/cJSON/ |
| H A D | cJSON.c | 80 #ifndef NAN 82 #define NAN sqrt(-1.0) macro 84 #define NAN 0.0/0.0 macro 113 return (double) NAN; in cJSON_GetNumberValue()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/ |
| H A D | cJSON.cpp | 80 #ifndef NAN 82 #define NAN sqrt(-1.0) macro 84 #define NAN 0.0/0.0 macro 115 return (double) NAN; in cJSON_GetNumberValue()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | sha_perf.c | 104 return NAN; in stddev()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/ |
| H A D | halbtc_def.c | 80 case_role(NAN); in id_to_str()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/ |
| H A D | halbtc_def.c | 80 case_role(NAN); in id_to_str()
|
| /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 | 98 # define NAN (__builtin_nanf ("")) macro 103 # define NAN (0.0f / 0.0f)
|
| /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 | 98 # define NAN (__builtin_nanf ("")) macro 103 # define NAN (0.0f / 0.0f)
|