HomeSort by relevance Sort by last modified time
    Searched full:math (Results 801 - 825 of 2517) sorted by null

<<31323334353637383940>>

  /external/dropbear/libtommath/
bn_mp_read_radix.c 15 * Tom St Denis, tomstdenis@gmail.com, http://math.libtomcrypt.com
bn_mp_reduce.c 15 * Tom St Denis, tomstdenis@gmail.com, http://math.libtomcrypt.com
bn_mp_sub_d.c 15 * Tom St Denis, tomstdenis@gmail.com, http://math.libtomcrypt.com
bn_mp_toradix_n.c 15 * Tom St Denis, tomstdenis@gmail.com, http://math.libtomcrypt.com
bn_s_mp_add.c 15 * Tom St Denis, tomstdenis@gmail.com, http://math.libtomcrypt.com
bn_s_mp_mul_digs.c 15 * Tom St Denis, tomstdenis@gmail.com, http://math.libtomcrypt.com
bn_s_mp_mul_high_digs.c 15 * Tom St Denis, tomstdenis@gmail.com, http://math.libtomcrypt.com
bn_s_mp_sqr.c 15 * Tom St Denis, tomstdenis@gmail.com, http://math.libtomcrypt.com
bn_s_mp_sub.c 15 * Tom St Denis, tomstdenis@gmail.com, http://math.libtomcrypt.com
  /external/iproute2/tc/
tc_red.c 18 #include <math.h>
  /external/junit/src/junit/awtui/
ProgressBar.java 62 return Math.max(1, value*(getBounds().width-1)/fTotal);
  /external/proguard/src/proguard/util/
VariableStringMatcher.java 69 int maximumLength = Math.min(this.maximumLength, string.length());
  /external/quake/quake/src/QW/client/
makefile.svgalib 75 math.o \
modelgen.h 34 #include <math.h>
  /external/quake/quake/src/WinQuake/
modelgen.h 34 #include <math.h>
  /external/srec/srec/include/
hmm_type.h 30 #include <math.h>
  /external/stlport/test/unit/
cstring_test.cpp 7 //This test purpose is to check the right import of math.h C symbols
  /external/strace/
CREDITS 23 Reuben Sumner <rasumner@undergrad.math.uwaterloo.ca>
  /external/tremolo/Tremolo/
os.h 40 #include <math.h>
  /external/v8/test/mjsunit/regress/
regress-545.js 40 new IsPrimitive(load())?this.join():String('&#10;').charCodeAt((!this>Math));
  /external/webkit/JavaScriptCore/runtime/
DateInstance.cpp 27 #include <math.h>
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.4.4-1.js 159 var NUMBER_OBJECT = new Number(Math.PI);
162 var args = "null, void 0, Math.pow(2,32), 1.234e-32, OBJECT_OBJECT, BOOLEAN_OBJECT, FUNCTION_OBJECT, DATE_OBJECT, STRING_OBJECT,"+
163 "ARRAY_OBJECT, NUMBER_OBJECT, Math, true, false, 123, '90210'";
238 var r3 = Math.floor( r2/2 );
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/String/
15.5.4.5-4.js 45 var MAXCHARCODE = Math.pow(2,16);
  /external/webkit/JavaScriptCore/tests/mozilla/js1_4/Eval/
eval-003.js 64 var h = function f(x,y){var g = function(z){return Math.exp(z);}; return g(x+y);};
  /external/webkit/JavaScriptCore/wtf/
RandomNumberSeed.h 80 // We need to initialise windows rand() explicitly for Math.random

Completed in 73 milliseconds

<<31323334353637383940>>