| /third_party/musl/porting/liteos_a/kernel/src/math/ |
| H A D | cbrtl.c | 36 int sign = u.i.se & 0x8000; in cbrtl() local
|
| H A D | atanf.c | 44 uint32_t ix,sign; in atanf() local
|
| H A D | __tan.c | 71 int big, sign; in __tan() local
|
| H A D | expm1f.c | 35 int k, sign = u.i >> 31; in expm1f() local
|
| H A D | atanl.c | 135 unsigned sign = u.i.se >> 15; in atanl() local
|
| H A D | jn.c | 44 int nm1, i, sign; in jn() local 218 int nm1, sign, i; in yn() local [all...] |
| H A D | jnf.c | 22 int nm1, sign, i; in jnf() local 165 int nm1, sign, i; in ynf() local [all...] |
| /third_party/musl/src/math/ |
| H A D | sincosf.c | 32 unsigned n, sign; in sincosf() local
|
| H A D | __rem_pio2f.c | 49 int n, sign, e0; in __rem_pio2f() local
|
| H A D | atanl.c | 135 unsigned sign = u.i.se >> 15; in atanl() local
|
| H A D | expm1f.c | 35 int k, sign = u.i >> 31; in expm1f() local
|
| H A D | tgamma.c | 114 int sign = u.i>>63; in tgamma() local [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | numbertest_doubleconversion.cpp | 25 bool sign; in testDoubleConversionApi() local
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
| H A D | fd2_util.h | 38 enum sq_tex_sign sign : 2; member
|
| /third_party/optimized-routines/math/ |
| H A D | math_errf.c | 26 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 D | math_err.c | 26 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 D | rdb_types_util.cpp | 226 int32_t sign = 0; in Unmarshalling() local
|
| H A D | big_integer.cpp | 28 BigInteger::BigInteger(int32_t sign, std::vector<uint64_t>&& trueForm) in BigInteger() argument
|
| /test/xts/acts/kernel_lite/io_posix/src/ |
| H A D | IoTestStdlib.cpp | 53 int decpt, sign; in HWTEST_F() local
|
| /third_party/ffmpeg/libavcodec/arm/ |
| H A D | aac.h | 73 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.h | 44 unsigned int sign :1; member
|
| /third_party/FreeBSD/lib/libc/aarch64/ |
| H A D | _fpmath.h | 34 unsigned int sign :1; member
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | double-conversion-double-to-string.cpp | 395 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 D | alaw_test.c | 194 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 D | sqrt.c | 107 int sign = (int) 0x80000000; in sqrt() local [all...] |