HomeSort by relevance Sort by last modified time
    Searched refs:t64 (Results 1 - 8 of 8) sorted by null

  /external/valgrind/none/tests/s390x/
lpr.c 55 void t64(unsigned long value) function
84 t64(0); t64(1); t64(-1);
85 t64(INT_MAX); t64(INT_MIN); t64(UINT_MAX);
86 t64(LONG_MAX); t64(LONG_MIN); t64(ULONG_MAX)
    [all...]
  /external/opencv3/modules/calib3d/src/
upnp.cpp 473 double t64 = pow( m[1][9], 2 ); local
496 *P.ptr<double>(1,3) = t29 + t64 - 2 * m[1][9] * m[1][3];
510 *P.ptr<double>(3,3) = -2 * m[1][9] * m[1][6] + t64 + t28;
524 *P.ptr<double>(5,3) = t64 - 2 * m[1][12] * m[1][9] + t99;
  /external/valgrind/VEX/priv/
guest_amd64_toIR.c 5646 IRTemp t64 = newTemp(Ity_I64); local
11544 IRTemp t64 = newTemp(Ity_I64); local
28350 IRTemp t64 = newTemp(Ity_I64); local
28367 IRTemp t64 = newTemp(Ity_I64); local
28384 IRTemp t64 = newTemp(Ity_I64); local
28401 IRTemp t64 = newTemp(Ity_I64); local
28421 IRTemp t64 = newTemp(Ity_I64); local
28436 IRTemp t64 = newTemp(Ity_I64); local
29108 IRTemp t64 = newTemp(Ity_I64); local
29131 IRTemp t64 = newTemp(Ity_I64); local
29146 IRTemp t64 = newTemp(Ity_I64); local
29167 IRTemp t64 = newTemp(Ity_I64); local
29225 IRTemp t64 = newTemp(Ity_I64); local
29252 IRTemp t64 = newTemp(Ity_I64); local
29281 IRTemp t64 = newTemp(Ity_I64); local
29306 IRTemp t64 = newTemp(Ity_I64); local
    [all...]
guest_ppc_toIR.c 893 static IRExpr* mkQNarrow64Sto32 ( IRExpr* t64 )
898 vassert(typeOfIRExpr(irsb->tyenv, t64) == Ity_I64);
900 assign( hi32, unop(Iop_64HIto32, t64));
901 assign( lo32, unop(Iop_64to32, t64));
915 static IRExpr* mkQNarrow64Uto32 ( IRExpr* t64 )
920 vassert(typeOfIRExpr(irsb->tyenv, t64) == Ity_I64);
922 assign( hi32, unop(Iop_64HIto32, t64));
923 assign( lo32, unop(Iop_64to32, t64));
926 /* if (top 32 bits of t64 are 0) */
2096 IRTemp t64; local
    [all...]
guest_x86_toIR.c 4091 IRTemp t64 = newTemp(Ity_I64); local
8747 IRTemp t64 = newTemp(Ity_I64); local
    [all...]
guest_arm64_toIR.c 2107 IRTemp t64 = newTemp(Ity_I64); local
2116 IRTemp t64 = newTemp(Ity_I64); local
2122 IRTemp t64 = newTemp(Ity_I64); local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 36392 sqlite3_int64 t64; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 36410 sqlite3_int64 t64; local
    [all...]

Completed in 779 milliseconds