| /OK3568_Linux_fs/kernel/arch/x86/math-emu/ |
| H A D | fpu_trig.c | 156 u_char sign; in convert_l2reg() local 358 u_char sign; in fxtract() local 511 u_char sign; in frndint_() local 814 u_char sign = st0_sign ^ st1_sign; in do_fprem() local 878 u_char sign; in do_fprem() local 1025 u_char sign; in fyl2x() local 1098 u_char sign; in fyl2x() local 1141 u_char sign = getsign(st1_ptr); in fyl2x() local 1229 u_char sign = getsign(st1_ptr); in fpatan() local 1270 u_char sign = getsign(st1_ptr); in fpatan() local [all …]
|
| H A D | reg_ld_str.c | 39 static u_char normalize_no_excep(FPU_REG *r, int exp, int sign) in normalize_no_excep() 213 int sign; in FPU_load_int64() local 304 int sign; in FPU_load_bcd() local 901 u_char sign = (getsign(st0_ptr) == SIGN_NEG) ? 0x80 : 0; in FPU_store_bcd() local
|
| H A D | reg_convert.c | 19 int sign = getsign(a); in FPU_to_exp16() local
|
| H A D | reg_mul.c | 36 u_char sign = (getsign(a) ^ getsign(b)); in FPU_mul() local
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | ieeefp.h | 24 unsigned int sign : 1; member 34 unsigned int sign : 1; member 103 unsigned int sign : 1; member 110 unsigned int sign:1; member 130 unsigned int sign : 1; member 138 unsigned int sign:1; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | ieeefp.h | 24 unsigned int sign : 1; member 34 unsigned int sign : 1; member 103 unsigned int sign : 1; member 110 unsigned int sign:1; member 130 unsigned int sign : 1; member 138 unsigned int sign:1; member
|
| /OK3568_Linux_fs/kernel/arch/parisc/math-emu/ |
| H A D | denormal.c | 47 int sign, exponent; in sgl_denormalize() local 88 int sign, exponent; in dbl_denormalize() local
|
| /OK3568_Linux_fs/kernel/lib/mpi/ |
| H A D | mpicoder.c | 118 int sign = 0; in mpi_fromstr() local 251 int *sign) in mpi_read_buffer() 310 void *mpi_get_buffer(MPI a, unsigned *nbytes, int *sign) in mpi_get_buffer() 355 int *sign) in mpi_write_to_sgl()
|
| H A D | mpi-inv.c | 35 int sign; in mpi_invm() local
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/pauth/ |
| H A D | pac.c | 39 void sign_specific(struct signatures *sign, size_t val) in sign_specific() 47 void sign_all(struct signatures *sign, size_t val) in sign_all() 70 int n_same_single_set(struct signatures *sign, int nkeys) in n_same_single_set()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | g72x.c | 271 int reconstruct(int sign, int dqln, int y) in reconstruct() 499 int tandem_adjust_alaw(int sr, int se, int y, int i, int sign, short const *qtab) in tandem_adjust_alaw() 541 int tandem_adjust_ulaw(int sr, int se, int y, int i, int sign, short const *qtab) in tandem_adjust_ulaw()
|
| H A D | raw.c | 69 #define READ_SAMPLES_FUNC(type, size, sign, ctype, uctype, cast) \ argument 97 #define WRITE_SAMPLES_FUNC(type, size, sign, ctype, uctype, cast) \ argument
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | rk730.c | 146 unsigned int sign = snd_soc_component_read(component, RK730_DADC_SR_ACL); in rk730_adc_vol_get() local 175 unsigned int val, val_mask, sign, sign_mask; in rk730_adc_vol_put() local 208 unsigned int sign = snd_soc_component_read(component, RK730_DDAC_SR_LMT); in rk730_dac_vol_get() local 237 unsigned int val, val_mask, sign, sign_mask; in rk730_dac_vol_put() local
|
| H A D | rk_codec_digital.c | 86 unsigned int sign = snd_soc_component_read(component, ADCVOGP); in rk_codec_digital_adc_vol_get() local 126 unsigned int val, val_mask, sign, sign_mask; in rk_codec_digital_adc_vol_put() local 168 unsigned int sign = snd_soc_component_read(component, DACVOGP); in rk_codec_digital_dac_vol_get() local 196 unsigned int val, val_mask, sign; in rk_codec_digital_dac_vol_put() local
|
| /OK3568_Linux_fs/external/security/librkcrypto/demo/ |
| H A D | demo_rsa.c | 277 uint8_t *sign = NULL; in demo_rsa_sign_data() local 335 uint8_t *sign = NULL; in demo_rsa_sign_digest() local
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | rsa.c | 60 int sign; in rsa_enc() local 99 int sign; in rsa_dec() local
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/arch-queensbay/fsp/ |
| H A D | fsp_vpd.h | 14 u64 sign; /* Offset 0x0000 */ member 40 u64 sign; /* Offset 0x0000 */ member
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | stdlib.c | 13 int sign; in atol() local
|
| /OK3568_Linux_fs/kernel/arch/arm/vfp/ |
| H A D | vfp.h | 144 #define vfp_sign_negate(sign) (sign ^ 0x8000) argument 151 u16 sign; member 256 u16 sign; member
|
| /OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/ |
| H A D | crypto_v1.c | 212 u8 *sign, u8 *output) in rockchip_crypto_rsa_verify() 270 u8 *sign, u8 *output) in rockchip_crypto_rsa_verify()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/ |
| H A D | vsprintf.c | 195 unsigned long long get_number(int sign, int qualifier, va_list *ap) in get_number() 310 char sign; in vsnprintf() local
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/ |
| H A D | math.hpp | 61 … template <> BOOST_QVM_INLINE_TRIVIAL float sign<float>( float x ) { return x<0 ? -1.f : +1.f; } in sign() function 83 … template <> BOOST_QVM_INLINE_TRIVIAL double sign<double>( double x ) { return x<0 ? -1.0 : +1.0; } in sign() function
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/ |
| H A D | cpp_int.hpp | 246 BOOST_MP_FORCEINLINE bool sign()const BOOST_NOEXCEPT { return m_sign; } in sign() function 247 void sign(bool b) BOOST_NOEXCEPT in sign() function 471 BOOST_MP_FORCEINLINE BOOST_CONSTEXPR bool sign()const BOOST_NOEXCEPT { return m_sign; } in sign() function 472 BOOST_MP_FORCEINLINE void sign(bool b) BOOST_NOEXCEPT in sign() function 622 BOOST_MP_FORCEINLINE BOOST_CONSTEXPR bool sign()const BOOST_NOEXCEPT { return false; } in sign() function 623 …BOOST_MP_FORCEINLINE void sign(bool b) BOOST_MP_NOEXCEPT_IF((Checked == unchecked)) { if(b) negat… in sign() function 812 BOOST_MP_FORCEINLINE bool sign()const BOOST_NOEXCEPT { return m_sign; } in sign() function 813 BOOST_MP_FORCEINLINE void sign(bool b) BOOST_NOEXCEPT in sign() function 969 BOOST_MP_FORCEINLINE BOOST_CONSTEXPR bool sign()const BOOST_NOEXCEPT { return false; } in sign() function 970 BOOST_MP_FORCEINLINE void sign(bool b) BOOST_MP_NOEXCEPT_IF((Checked == unchecked)) in sign() function
|
| /OK3568_Linux_fs/kernel/drivers/firmware/ |
| H A D | iscsi_ibft_find.c | 38 char *sign; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | ec_key.h | 285 int (*sign)(const uint8_t *digest, size_t digest_len, uint8_t *sig, member
|