HomeSort by relevance Sort by last modified time
    Searched full:float1 (Results 1 - 6 of 6) sorted by null

  /libcore/luni/src/main/java/java/lang/
Float.java 373 * @param float1
377 * @return a negative value if {@code float1} is less than {@code float2};
378 * 0 if {@code float1} and {@code float2} are equal; a positive
379 * value if {@code float1} is greater than {@code float2}.
382 public static int compare(float float1, float float2) {
384 if (float1 > float2) {
387 if (float2 > float1) {
390 if (float1 == float2 && 0.0f != float1) {
395 if (isNaN(float1)) {
    [all...]
  /external/v8/test/mjsunit/
bit-not.js 55 testBitNot(0x40000000 + 0.12345, "float1");
  /external/libffi/testsuite/
Makefile.am 48 libffi.call/cls_ushort.c libffi.call/ffitest.h libffi.call/float1.c \
Makefile.in 213 libffi.call/cls_ushort.c libffi.call/ffitest.h libffi.call/float1.c \
  /dalvik/dx/src/com/android/dx/rop/code/
Rops.java     [all...]
  /external/libffi/
ChangeLog     [all...]

Completed in 565 milliseconds