Searched defs:g2 (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/opl/ml/
H A Ddrmach.il.cpp73 .register %g2, #scratch
82 ldxa [%o0]ASI_MEM, %g2
90 stxa %g2, [%o1]ASI_MEM variable
/illumos-gate/usr/src/uts/sun4u/serengeti/ml/
H A Dsbdp.il.cpp73 .register %g2, #scratch
85 ldxa [%o0]ASI_MEM, %g2
93 stxa %g2, [%o1]ASI_MEM variable
/illumos-gate/usr/src/uts/sun4u/starfire/ml/
H A Ddrmach.il.cpp70 .register %g2, #scratch
82 ldxa [%o0]ASI_MEM, %g2
90 stxa %g2, [%o1]ASI_MEM variable
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vsincosf.c170 float g0, g1, g2, g3; local
239 g2 = (float)(one + z2 * (mhalf + z2 * (C0 + z2 *
254 g2 = -g2;
282 *s = g2;
286 *c = g2;
/illumos-gate/usr/src/lib/libm/common/C/
H A D__lgamma.c76 g2 = 3.338152967987029735917223e6, variable
243 p = g0+y*(g1+y*(g2+y*(g3+y*(g4+y*(g5+y*(g6+y*g7))))));
252 p = g0+y*(g1+y*(g2+y*(g3+y*(g4+y*(g5+y*(g6+y*g7))))));
/illumos-gate/usr/src/uts/common/os/
H A Dcred.c821 gid_t g2 = *(gid_t *)v2; local
823 if (g1 < g2)
825 else if (g1 > g2)
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c1286 int g1, g2; local
1326 g2 = is_generic(p2, ec2 - p2);
1328 if (g1 != g2) {
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c457 stmfGuid *g1 = (stmfGuid *)p1, *g2 = (stmfGuid *)p2; local
461 if (g1->guid[i] > g2->guid[i])
463 if (g1->guid[i] < g2->guid[i])
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c2985 BIGNUM *g2 = NULL, *q2 = NULL; local
2990 g2 = BN_new();
2991 BN_set_word(g2, DH_GENERATOR_2);
2992 if (!BN_cmp(g1, g2)) {
3003 BN_free(g2);

Completed in 103 milliseconds