HomeSort by relevance Sort by last modified time
    Searched defs:phi (Results 1 - 10 of 10) sorted by null

  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/generators/
RSAKeyPairGenerator.java 30 BigInteger p, q, n, d, e, pSub1, qSub1, phi; local
120 phi = p;
122 q = phi;
127 phi = pSub1.multiply(qSub1);
132 d = e.modInverse(phi);
  /dalvik/vm/compiler/
Loop.c 25 * Given the current simple natural loops, the phi node placement can be
37 * that need PHI nodes in B1.
54 /* Insert the PHI MIRs */
60 MIR *phi = dvmCompilerNew(sizeof(MIR), true); local
61 phi->dalvikInsn.opCode = kMirOpPhi;
62 phi->dalvikInsn.vA = i;
63 dvmCompilerPrependMIR(loopBody, phi);
489 /* Insert phi nodes to the loop body */
Dataflow.c 1266 MIR *phi; local
    [all...]
  /development/samples/GlobalTime/src/com/android/globaltime/
LatLongSphere.java 56 // phi is the latitude
57 float phi = PI * fj; local
58 float sinPhi = (float) Math.sin(phi);
59 float cosPhi = (float) Math.cos(phi);
GlobalTime.java 497 float phi = j * scaleH; local
498 cosPhi[j] = (float)Math.cos(phi);
499 sinPhi[j] = (float)Math.sin(phi);
1026 float phi = decl + Shape.PI_OVER_TWO; local
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
LivenessAnalyzer.java 160 // If s is a phi-function with V as it's ith argument.
161 PhiInsn phi = (PhiInsn) insn; local
164 phi.predBlocksForReg(regV, ssaMeth)) {
247 * Ensures that all the phi result registers for all the phis in the
251 * a the result of a dead-end phi might be assigned the same register
252 * as the result of another phi, and the phi removal move scheduler may
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-flow-inline.h 496 /* Return a use_operand_p pointer for argument I of PHI node GS. */
504 /* Return the tree operand for argument I of PHI node GS. */
513 /* Return a pointer to the tree operand for argument I of PHI node GS. */
521 /* Return the edge associated with argument I of phi node GS. */
529 /* Return the source location of gimple argument I of phi node GS. */
537 /* Return the source location of the argument on edge E of phi node GS. */
545 /* Set the source location of gimple argument I of phi node GS to LOC. */
553 /* Return TRUE if argument I of phi node GS has a location record. */
562 /* Return the PHI nodes for basic block BB, or NULL if there are no
563 PHI nodes. *
594 gimple phi; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-flow-inline.h 496 /* Return a use_operand_p pointer for argument I of PHI node GS. */
504 /* Return the tree operand for argument I of PHI node GS. */
513 /* Return a pointer to the tree operand for argument I of PHI node GS. */
521 /* Return the edge associated with argument I of phi node GS. */
529 /* Return the source location of gimple argument I of phi node GS. */
537 /* Return the source location of the argument on edge E of phi node GS. */
545 /* Set the source location of gimple argument I of phi node GS to LOC. */
553 /* Return TRUE if argument I of phi node GS has a location record. */
562 /* Return the PHI nodes for basic block BB, or NULL if there are no
563 PHI nodes. *
594 gimple phi; local
    [all...]
  /external/freetype/src/base/
ftstroke.c 899 FT_Angle phi, theta, rotate; local
914 phi = stroker->angle_in + theta;
932 FT_Vector_From_Polar( &delta, length, phi + rotate );
959 FT_Angle theta, phi; local
971 phi = stroker->angle_in;
976 phi = stroker->angle_in + theta + rotate;
995 phi );
1004 FT_Vector_From_Polar( &delta, length, phi + rotate );
1013 FT_Vector_From_Polar( &delta, length, phi - rotate );
1037 FT_Vector_From_Polar( &delta, length, phi );
1250 FT_Angle theta, phi, rotate; local
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 218 milliseconds