HomeSort by relevance Sort by last modified time
    Searched defs:modulo (Results 1 - 9 of 9) sorted by null

  /external/fio/lib/
num2str.c 17 unsigned int modulo, decimals; local
37 modulo = -1U;
43 modulo = num % thousand[!!pow2];
45 carry = modulo >= thousand[!!pow2] / 2;
49 if (modulo == -1U) {
68 sprintf(tmp, "%u", modulo);
72 modulo = (modulo + 9) / 10;
75 sprintf(buf, "%lu.%u%s%s", num, modulo, postfix[post_index],
  /external/chromium_org/v8/src/
codegen.cc 31 double modulo(double x, double y) { function in namespace:v8::internal
38 double modulo(double x, double y) {
50 double modulo(double x, double y) {
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3collections.h 111 ANTLR3_UINT32 modulo; member in struct:ANTLR3_HASH_TABLE_struct
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/jdiff/
xerces.jar 

Completed in 1814 milliseconds