/third_party/musl/src/math/ |
H A D | cosf.c | 30 unsigned n, sign; in cosf() local
|
H A D | lrint.c | 57 uint64_t sign = asuint64(x) & (1ULL << 63); in lrint() local
|
H A D | sinf.c | 30 int n, sign; in sinf() local
|
H A D | tanf.c | 30 unsigned n, sign; in tanf() local
|
H A D | __tan.c | 71 int big, sign; in __tan() local
|
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 | atan.c | 66 uint32_t ix,sign; in atan() local
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | lrint.c | 57 uint64_t sign = asuint64(x) & (1ULL << 63); in lrint() local
|
H A D | cosf.c | 30 unsigned n, sign; in cosf() local
|
H A D | tanf.c | 30 unsigned n, sign; in tanf() local
|
H A D | sincosf.c | 32 unsigned n, sign; in sincosf() local
|
H A D | atan.c | 66 uint32_t ix,sign; in atan() local
|
/third_party/musl/porting/uniproton/kernel/src/stdlib/ |
H A D | bsearch.c | 6 int sign;
in bsearch() local
|
/third_party/musl/src/stdlib/ |
H A D | fcvt.c | 6 char *fcvt(double x, int n, int *dp, int *sign) in fcvt() argument
|
H A D | ecvt.c | 5 char *ecvt(double x, int n, int *dp, int *sign) in ecvt() argument
|
H A D | bsearch.c | 6 int sign; in bsearch() local
|
/third_party/musl/porting/liteos_m/kernel/src/stdlib/ |
H A D | bsearch.c | 6 int sign;
in bsearch() local
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_packed_float.c | 31 unsigned sign:1; member
|
/third_party/optimized-routines/math/ |
H A D | erff.c | 34 uint32_t sign = ix >> 31; in erff() local
|
H A D | sincosf.c | 56 int sign = xi >> 31; in sincosf() local
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_minifloat.h | 37 float sign = (imm & 0x80) ? -1.0 : 1.0; in agx_minifloat_decode() local 54 unsigned sign = signbit(f) ? 0x80 : 0; in agx_minifloat_encode() local
|
/third_party/musl/porting/liteos_m/kernel/src/math/ |
H A D | sqrt.c | 86 int32_t sign = (int)0x80000000; in sqrt() local [all...] |
/third_party/musl/porting/liteos_a/kernel/src/locale/ |
H A D | __mo_lookup.c | 25 int sign = strcmp(s, (char *)p + os); in __mo_lookup() local
|
/third_party/musl/src/locale/ |
H A D | __mo_lookup.c | 25 int sign = strcmp(s, (char *)p + os); in __mo_lookup() local
|