Lines Matching refs:pow
201 if ($truncatednumber <= pow(2, 30)) {
216 if ($floatnum <= pow(2, 30)) {
306 …$biasedexponent = pow(2, $exponentbits - 1) - 1 + $normalizedbinary['exponent']; // (127 or 102…
358 return pow(2, ($exponent - 16382)) * DecimalBinary2Float($fractionstring);
362 if (($exponent == (pow(2, $exponentbits) - 1)) && ($fraction != 0)) {
365 } elseif (($exponent == (pow(2, $exponentbits) - 1)) && ($fraction == 0)) {
380 …$floatvalue = pow(2, (-1 * (pow(2, $exponentbits - 1) - 2))) * DecimalBinary2Float($fractionstring…
385 …$floatvalue = pow(2, ($exponent - (pow(2, $exponentbits - 1) - 1))) * (1 + DecimalBinary2Float($fr…
402 $intvalue += ord($byteword[$i]) * pow(256, ($bytewordlen - 1 - $i));
485 $decvalue += ((int) substr($binstring, strlen($binstring) - $i - 1, 1)) * pow(2, $i);
977 …igEndian2Int(substr($rawdata, 0, 1)) + (float) (BigEndian2Int(substr($rawdata, 1, 1)) / pow(2, 8));
984 …gEndian2Int(substr($rawdata, 0, 2)) + (float) (BigEndian2Int(substr($rawdata, 2, 2)) / pow(2, 16));
992 …in2Dec(substr($binarystring, 0, 2)) + (float) (Bin2Dec(substr($binarystring, 2, 30)) / pow(2, 30));
1282 if (($number > (0 - pow(2, $maxbits - 1))) && ($number <= pow(2, $maxbits - 1))) {
1286 if (($number >= 0) && ($number <= pow(2, $maxbits))) {
2027 …$ThisFileInfo['mpeg']['audio']['LAME']['mp3_gain_factor'] = pow(2, ($ThisFileInfo['mpeg']['audio']…