Searched refs:e18 (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/lib/libm/noieee_src/
H A Dn_pow.c206 if (y >= 7e18) { /* infinity */
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
H A Dnouveau_nvkm_engine_gr_nv50.c252 u32 e18 = nvkm_rd32(device, ustatus_addr + 0x10); local
260 if (e18 & 0x80000000) {
263 tp, e14, e10 | ((e18 >> 24) & 0x1f));
264 e18 &= ~0x1f000000;
265 } else if (e18 & 0xc) {
268 tp, e14, e10 | ((e18 >> 7) & 0x1f));
269 e18 &= ~0x00000f80;
282 nvkm_error(subdev, "TRAP_PROP - TP %d - e0c: %08x, e18: %08x, e1c: %08x, e20: %08x, e24: %08x\n",
283 tp, e0c, e18, e1c, e20, e24);
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Djson.d1784 j["rating"] = 1e18 - 65;
1785 assert(isClose(j.toString.parseJSON["rating"].floating, 1e18 - 65));
1787 j["rating"] = 1e18 - 64;
1788 assert(isClose(j.toString.parseJSON["rating"].floating, 1e18 - 64));
1791 j["rating"] = -1e18 + 65;
1792 assert(isClose(j.toString.parseJSON["rating"].floating, -1e18 + 65));
1794 j["rating"] = -1e18 + 64;
1795 assert(isClose(j.toString.parseJSON["rating"].floating, -1e18 + 64));
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dnested-types.cc117 E18 e18; member in struct:S10::S11::S12::S13::S14::S15::S16::S17::S18
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dnested-types.cc117 E18 e18; member in struct:S10::S11::S12::S13::S14::S15::S16::S17::S18
/netbsd-current/lib/libc/gdtoa/
H A Dmisc.c885 1e10, 1e11, 1e12, 1e13, 1e14, 1e15, 1e16, 1e17, 1e18, 1e19,
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/
H A Dgammafunction.d1067 assert(feqrel(betaIncompleteInv(0x1.ff1275ae5b939bcap-41, 4.6713e18, 0.0813601),
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
H A Dfast_float.h307 1e12, 1e13, 1e14, 1e15, 1e16, 1e17, 1e18, 1e19, 1e20, 1e21, 1e22};

Completed in 278 milliseconds