Home
last modified time | relevance | path

Searched defs:sign (Results 76 - 100 of 765) sorted by relevance

12345678910>>...31

/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dcbrtl.c36 int sign = u.i.se & 0x8000; in cbrtl() local
H A Datanf.c44 uint32_t ix,sign; in atanf() local
H A D__tan.c71 int big, sign; in __tan() local
H A Dexpm1f.c35 int k, sign = u.i >> 31; in expm1f() local
H A Datanl.c135 unsigned sign = u.i.se >> 15; in atanl() local
H A Djn.c44 int nm1, i, sign; in jn() local
218 int nm1, sign, i; in yn() local
[all...]
H A Djnf.c22 int nm1, sign, i; in jnf() local
165 int nm1, sign, i; in ynf() local
[all...]
/third_party/musl/src/math/
H A Dsincosf.c32 unsigned n, sign; in sincosf() local
H A D__rem_pio2f.c49 int n, sign, e0; in __rem_pio2f() local
H A Datanl.c135 unsigned sign = u.i.se >> 15; in atanl() local
H A Dexpm1f.c35 int k, sign = u.i >> 31; in expm1f() local
H A Dtgamma.c114 int sign = u.i>>63; in tgamma() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dnumbertest_doubleconversion.cpp25 bool sign; in testDoubleConversionApi() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_util.h38 enum sq_tex_sign sign : 2; member
/third_party/optimized-routines/math/
H A Dmath_errf.c26 xflowf (uint32_t sign, float y) in xflowf() argument
33 __math_uflowf (uint32_t sign) in __math_uflowf() argument
42 __math_may_uflowf (uint32_t sign) in __math_may_uflowf() argument
49 __math_oflowf (uint32_t sign) in __math_oflowf() argument
55 __math_divzerof (uint32_t sign) in __math_divzerof() argument
[all...]
H A Dmath_err.c26 xflow (uint32_t sign, double y) in xflow() argument
33 __math_uflow (uint32_t sign) in __math_uflow() argument
42 __math_may_uflow (uint32_t sign) in __math_may_uflow() argument
49 __math_oflow (uint32_t sign) in __math_oflow() argument
55 __math_divzero (uint32_t sign) in __math_divzero() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_types_util.cpp226 int32_t sign = 0; in Unmarshalling() local
H A Dbig_integer.cpp28 BigInteger::BigInteger(int32_t sign, std::vector<uint64_t>&& trueForm) in BigInteger() argument
/test/xts/acts/kernel_lite/io_posix/src/
H A DIoTestStdlib.cpp53 int decpt, sign; in HWTEST_F() local
/third_party/ffmpeg/libavcodec/arm/
H A Daac.h73 VMUL2S(float *dst, const float *v, unsigned idx, unsigned sign, const float *scale) VMUL2S() argument
98 VMUL4S(float *dst, const float *v, unsigned idx, unsigned sign, const float *scale) VMUL4S() argument
/third_party/FreeBSD/lib/libc/arm/
H A D_fpmath.h44 unsigned int sign :1; member
/third_party/FreeBSD/lib/libc/aarch64/
H A D_fpmath.h34 unsigned int sign :1; member
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-double-to-string.cpp395 DoubleToAscii(double v, DtoaMode mode, int requested_digits, char* buffer, int buffer_length, bool* sign, int* length, int* point) DoubleToAscii() argument
[all...]
/third_party/libsnd/tests/
H A Dalaw_test.c194 int sign, exponent, mantissa ; in alaw_encode() local
221 int sign, exponent, mantissa, sample ; in alaw_decode() local
/third_party/jerryscript/jerry-libm/
H A Dsqrt.c107 int sign = (int) 0x80000000; in sqrt() local
[all...]

Completed in 8 milliseconds

12345678910>>...31