Home
last modified time | relevance | path

Searched refs:div_r (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-div.c72 static div_func * const div_r [3] = in testmain() local
110 div_r[j] (r, a, b); in testmain()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dopover.d133 case EXP.div: return Id.div_r; in opId_r()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dopover.c139 void visit(DivExp *) { id = Id::div_r; } in opId_r()