Home
last modified time | relevance | path

Searched refs:IMAG (Results 1 – 7 of 7) sorted by relevance

/external/ppp/pppd/
DNOTICE201 Alain.Durand@imag.fr, IMAG,
202 Jean-Luc.Richier@imag.fr, IMAG-LSR.
205 Alain.Durand@imag.fr, IMAG,
206 Jean-Luc.Richier@imag.fr, IMAG-LSR.
218 et en Automatique (INRIA), de l'IMAG, ou d'une personne morale
228 L'Institut d'Informatique et de Math�matiques Appliqu�es de Grenoble (IMAG)
241 and the name of INRIA, IMAG, or any contributor not be used in advertising
249 Grenoble's Institute of Computer Science and Applied Mathematics (IMAG)
252 The research unit in Software, Systems, Networks (LSR) is member of IMAG.
/external/antlr/runtime/ObjC/Framework/
DTreeAdaptor.m71 * rewrite rule as IMAG[$tokenLabel].
87 * rewrite rule as IMAG[$tokenLabel].
103 * rewrite rule as IMAG["IMAG"].
/external/clang/test/CodeGenObjC/
Dns_consume_null_check.m72 // CHECK-NEXT: [[IMAG:%.*]] = phi float [ [[IMAGCALL]], [[INVOKE_CONT]] ], [ 0.000000e+00, [[FORNUL…
76 // CHECK-NEXT: store float [[IMAG]], float* [[T1]]
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DTreeAdaptor.as150 * rewrite rule as IMAG[$tokenLabel] or IMAG[$tokenLabel, "IMAG"].
158 * rewrite rule as IMAG["IMAG"].
/external/tensorflow/tensorflow/cc/gradients/
Dmath_grad_test.cc87 IMAG, enumerator
185 case IMAG: in TestCWiseGrad()
512 TestCWiseGrad<complex64, float>(IMAG, x_fn); in TEST_F()
/external/python/cpython2/Modules/
Dcmathmodule.c1107 #define C(REAL, IMAG) p->real = REAL; p->imag = IMAG; ++p; in initcmath() argument
/external/python/cpython3/Modules/
Dcmathmodule.c1301 #define C(REAL, IMAG) p->real = REAL; p->imag = IMAG; ++p; in PyInit_cmath() argument