Home
last modified time | relevance | path

Searched defs:sign (Results 51 - 75 of 699) sorted by relevance

12345678910>>...28

/third_party/musl/src/math/
H A Dcosf.c30 unsigned n, sign; in cosf() local
H A Dlrint.c57 uint64_t sign = asuint64(x) & (1ULL << 63); in lrint() local
H A Dsinf.c30 int n, sign; in sinf() local
H A Dtanf.c30 unsigned n, sign; in tanf() local
H A D__tan.c71 int big, sign; in __tan() local
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 Datan.c66 uint32_t ix,sign; in atan() local
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dlrint.c57 uint64_t sign = asuint64(x) & (1ULL << 63); in lrint() local
H A Dcosf.c30 unsigned n, sign; in cosf() local
H A Dtanf.c30 unsigned n, sign; in tanf() local
H A Dsincosf.c32 unsigned n, sign; in sincosf() local
H A Datan.c66 uint32_t ix,sign; in atan() local
/third_party/musl/porting/uniproton/kernel/src/stdlib/
H A Dbsearch.c6 int sign; in bsearch() local
/third_party/musl/src/stdlib/
H A Dfcvt.c6 char *fcvt(double x, int n, int *dp, int *sign) in fcvt() argument
H A Decvt.c5 char *ecvt(double x, int n, int *dp, int *sign) in ecvt() argument
H A Dbsearch.c6 int sign; in bsearch() local
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
H A Dbsearch.c6 int sign; in bsearch() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_packed_float.c31 unsigned sign:1; member
/third_party/optimized-routines/math/
H A Derff.c34 uint32_t sign = ix >> 31; in erff() local
H A Dsincosf.c56 int sign = xi >> 31; in sincosf() local
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_minifloat.h37 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 Dsqrt.c86 int32_t sign = (int)0x80000000; in sqrt() local
[all...]
/third_party/musl/porting/liteos_a/kernel/src/locale/
H A D__mo_lookup.c25 int sign = strcmp(s, (char *)p + os); in __mo_lookup() local
/third_party/musl/src/locale/
H A D__mo_lookup.c25 int sign = strcmp(s, (char *)p + os); in __mo_lookup() local

Completed in 7 milliseconds

12345678910>>...28