Home
last modified time | relevance | path

Searched defs:sign (Results 1 – 25 of 253) sorted by relevance

1234567891011

/OK3568_Linux_fs/kernel/arch/x86/math-emu/
H A Dfpu_trig.c156 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 Dreg_ld_str.c39 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 Dreg_convert.c19 int sign = getsign(a); in FPU_to_exp16() local
H A Dreg_mul.c36 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 Dieeefp.h24 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 Dieeefp.h24 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 Ddenormal.c47 int sign, exponent; in sgl_denormalize() local
88 int sign, exponent; in dbl_denormalize() local
/OK3568_Linux_fs/kernel/lib/mpi/
H A Dmpicoder.c118 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 Dmpi-inv.c35 int sign; in mpi_invm() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/pauth/
H A Dpac.c39 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 Dg72x.c271 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 Draw.c69 #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 Drk730.c146 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 Drk_codec_digital.c86 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 Ddemo_rsa.c277 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 Drsa.c60 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 Dfsp_vpd.h14 u64 sign; /* Offset 0x0000 */ member
40 u64 sign; /* Offset 0x0000 */ member
/OK3568_Linux_fs/u-boot/lib/
H A Dstdlib.c13 int sign; in atol() local
/OK3568_Linux_fs/kernel/arch/arm/vfp/
H A Dvfp.h144 #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 Dcrypto_v1.c212 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 Dvsprintf.c195 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 Dmath.hpp61 … 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 Dcpp_int.hpp246 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 Discsi_ibft_find.c38 char *sign; member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dec_key.h285 int (*sign)(const uint8_t *digest, size_t digest_len, uint8_t *sig, member

1234567891011