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

  /external/srec/tools/cmd/
pht_to_short.pl 18 ($trash,$lph,$sph,$num_states) = split(/\s+/);
19 $lph_for_sph{$sph} = $lph;
20 $sph_for_lph{$lph} = $sph;
24 $sph = $lph = "&";
25 $lph_for_sph{$sph} = $lph;
26 $sph_for_lph{$lph} = $sph;
28 $sph = "#"; $lph = "iwt";
29 $lph_for_sph{$sph} = $lph;
30 $sph_for_lph{$lph} = $sph;
pht_to_long.pl 24 ($trash,$lph,$sph,$num_states) = split(/\s+/);
25 $lph_for_sph{$sph} = $lph;
51 foreach $sph (@sphlist) {
52 $lph = $lph_for_sph{$sph};
54 warn "error: unknown sph $sph in $word $pron\n" ;
55 $lph = "($sph)";
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/
SweepSphere.java 427 SweepSphere sph = (SweepSphere) other; local
429 CollisionResult result = collideWithSweepSphere(sph);

Completed in 930 milliseconds