HomeSort by relevance Sort by last modified time
    Searched full:getexponent (Results 26 - 40 of 40) sorted by null

12

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
MathTest.java 429 * {@link java.lang.Math#getExponent(double)}
437 assertEquals("Wrong result of getExponent(double).", result, Math
438 .getExponent(number));
442 Math.getExponent((Double) null);
473 * {@link java.lang.Math#getExponent(float)}
481 assertEquals("Wrong result of getExponent(float).", result, Math
482 .getExponent(number));
485 Math.getExponent((Float) null);
    [all...]
FloatTest.java     [all...]
DoubleTest.java     [all...]
  /libcore/luni/src/main/java/java/lang/
StrictMath.java     [all...]
Math.java     [all...]
  /libcore/luni/src/test/resources/
math_java_only.csv 63 getExponent,0x1.ff8p9,-0x1.8ec3beb2d4185p1023
64 getExponent,0x1.ff8p9,-0x1.a49ea827e7d05p1023
65 getExponent,0x1.fe8p9,-0x1.47afe754a89fep1021
66 getExponent,0x1.ffp9,-0x1.ea33b08c7fbfbp1022
67 getExponent,0x1.ff8p9,0x1.40c8f2c416881p1023
68 getExponent,0x1.ffp9,-0x1.d2762c5e7c22bp1022
69 getExponent,0x1.fe8p9,0x1.0c0c8b67b7daep1021
70 getExponent,0x1.ff8p9,-0x1.800e50b80ea85p1023
71 getExponent,0x1.fep9,0x1.ccf6eeb86909cp1020
72 getExponent,0x1.ffp9,-0x1.6d6d5ccb7231fp102
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_snprintf.c 452 static int getexponent(LDOUBLE);
1078 exponent = getexponent(fvalue);
1318 getexponent(LDOUBLE value) function
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c 452 static int getexponent(LDOUBLE);
1078 exponent = getexponent(fvalue);
1318 getexponent(LDOUBLE value) function
    [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /frameworks/base/docs/html/sdk/api_diff/9/changes/
alldiffs_index_additions.html     [all...]
alldiffs_index_all.html     [all...]
methods_index_additions.html     [all...]
methods_index_all.html     [all...]

Completed in 916 milliseconds

12