Home
last modified time | relevance | path

Searched defs:lhi (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/src/math/
Dpow.c337 double_t lhi = asdouble(asuint64(hi) & -1ULL << 27); in pow() local
/third_party/musl/porting/liteos_a/kernel/src/math/
Dpow.c337 double_t lhi = asdouble(asuint64(hi) & -1ULL << 27); in pow() local
/third_party/musl/porting/uniproton/kernel/src/math/
Dpow.c337 double_t lhi = asdouble(asuint64(hi) & -1ULL << 27); in pow() local
/third_party/musl/porting/liteos_m/kernel/src/math/
Dpow.c337 double_t lhi = asdouble(asuint64(hi) & -1ULL << 27); in pow() local
/third_party/optimized-routines/math/
Dpow.c367 double_t lhi = asdouble (asuint64 (hi) & -1ULL << 27); in pow() local
/third_party/libxml2/
Dxmlschemastypes.c2151 unsigned long *lmi, unsigned long *lhi) { in xmlSchemaParseUInt()
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlschemastypes.c2117 unsigned long *lmi, unsigned long *lhi) { in xmlSchemaParseUInt()