Home
last modified time | relevance | path

Searched refs:e (Results 1 – 5 of 5) sorted by relevance

/DragonOS-0.1.3/user/libs/libc/src/math/
Dround.c18 int e = u.i >> 52 & 0x7ff; in round() local
21 if (e >= 0x3ff + 52) in round()
25 if (e < 0x3ff - 1) in round()
/DragonOS-0.1.3/kernel/src/common/math/
Dround.c20 int e = u.i >> 52 & 0x7ff; in round() local
23 if (e >= 0x3ff + 52) in round()
27 if (e < 0x3ff - 1) in round()
/DragonOS-0.1.3/
Dbochsrc38 logprefix: %t%e%d
/DragonOS-0.1.3/docs/introduction/
Dbuild_system.md114 echo -e "[source.crates-io] \n \
/DragonOS-0.1.3/kernel/src/libs/
Dlz4.c438 BYTE *const e = (BYTE *)dstEnd; in LZ4_wildCopy8() local
445 } while (d < e); in LZ4_wildCopy8()
500 BYTE *const e = (BYTE *)dstEnd; in LZ4_wildCopy32() local
508 } while (d < e); in LZ4_wildCopy32()