Searched refs:vd2 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/lib/libm/src/
H A Ds_cbrtl.c113 volatile double vd2 = 0x1.0p32; local
115 #define vd ((long double)vd2 + vd1)
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbol.d2510 auto vd2 = s2.isVarDeclaration(); // existing declaration
2511 if (vd && vd2)
2516 if ((vd.storage_class ^ vd2.storage_class) & STC.static_)
2520 const i2 = vd2._init && !vd2._init.isVoidInitializer();
2527 vd2.storage_class |= STC.extern_; // so toObjFile() won't emit it
2528 sds.symtab.update(vd); // replace vd2 with the definition
2540 return vd2;

Completed in 77 milliseconds