HomeSort by relevance Sort by last modified time
    Searched defs:minval (Results 26 - 32 of 32) sorted by null

12

  /external/python/cpython2/Modules/
audioop.c 32 fbound(double val, double minval, double maxval)
36 else if (val < minval + 1)
37 val = minval;
774 double factor, fval, maxval, minval; local
784 minval = (double) minvals[size];
797 val = (int)floor(fbound(fval, minval, maxval));
810 double fac1, fac2, fval, maxval, minval; local
825 minval = (double) minvals[size];
841 val1 = (int)floor(fbound(fval, minval, maxval));
854 double fac1, fac2, fval, maxval, minval; local
905 int len1, len2, size, val1 = 0, val2 = 0, minval, maxval, newval; local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
arc-opc.c 618 long minval, maxval;
635 minval = -(1 << (operand->bits - 1));
640 minval = 0;
643 if ((cond_p && !limm_p) || (value < minval || value > maxval))
661 if ((value < minval || value > maxval))
616 long minval, maxval; local
    [all...]
  /bionic/libc/tzcode/
localtime.c 225 int_fast32_t minval = -1 - maxval; local
233 If the result would be minval - 1, return minval. */
235 result += minval;
248 int_fast64_t minval = -TWOS_COMPLEMENT(int_fast64_t) - maxval; local
256 If the result would be minval - 1, return minval. */
258 result += minval;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.h 2436 tree minval; variable
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 3183 milliseconds

12