Searched refs:compValue (Results 1 – 6 of 6) sorted by relevance
960 INT compValue; in calculateCompVector() local1001 compValue = ((INT)(LONG)tmp) >> 1; in calculateCompVector()1004 if (compValue > maxComp) in calculateCompVector()1005 compValue = maxComp; in calculateCompVector()1007 pEnvComp[scfBand-1] = compValue; in calculateCompVector()1020 compValue = ((INT)(LONG)tmp) >> 1; in calculateCompVector()1022 if (compValue > maxComp) in calculateCompVector()1023 compValue = maxComp; in calculateCompVector()1025 pEnvComp[scfBand+1] = compValue; in calculateCompVector()
168 int compValue = comp.compare(item, bestSoFar); in getBest() local169 if (compValue < 0) { in getBest()176 int compValue = comp.compare(item, bestSoFar); in getBest() local177 if (compValue > 0) { in getBest()
116 float compValue = .3f; //(should be lower than damp) in buildPlayer() local118 vehicle.setSuspensionCompression(compValue * 2.0f * FastMath.sqrt(stiffness)); in buildPlayer()
156 float compValue = 0.2f; //(lower than damp!) in buildPlayer() local174 player.setSuspensionCompression(compValue * 2.0f * FastMath.sqrt(stiffness)); in buildPlayer()
144 float compValue = .3f; //(should be lower than damp) in buildPlayer() local146 vehicle.setSuspensionCompression(compValue * 2.0f * FastMath.sqrt(stiffness)); in buildPlayer()
1452 UnicodeString compValue; in parse() local1453 compValue.append(LEFT_CURLY_BRACE); in parse()1454 itos(argNumber, compValue); in parse()1455 compValue.append(RIGHT_CURLY_BRACE); in parse()1456 if (0 != strValue.compare(compValue)) { in parse()