/libcore/luni/src/main/java/libcore/io/ |
SizeOf.java | 21 public static final int DOUBLE = 8;
|
/external/bison/lib/ |
frexp.c | 1 /* Split a double into fraction and mantissa. 41 # define DOUBLE long double 49 # define DOUBLE double 57 DOUBLE 58 FUNC (DOUBLE x, int *expptr) 83 DOUBLE pow2[64]; /* pow2[i] = 2^2^i */ 84 DOUBLE powh[64]; /* powh[i] = 2^-2^i */ 91 DOUBLE pow2_i; /* = pow2[i] * [all...] |
printf-frexp.c | 1 /* Split a double into fraction and mantissa, for hexadecimal printf. 40 # define DOUBLE long double 53 # define DOUBLE double 66 DOUBLE 67 FUNC (DOUBLE x, int *expptr) 90 DOUBLE pow2[64]; /* pow2[i] = 2^2^i */ 91 DOUBLE powh[64]; /* powh[i] = 2^-2^i */ 99 DOUBLE pow2_i; /* = pow2[i] * [all...] |
isnan.c | 24 extern int rpl_isnanl (long double x) _GL_ATTRIBUTE_CONST; 27 extern int rpl_isnand (double x); 40 # define DOUBLE long double 52 # define DOUBLE double 64 # define DOUBLE float 79 ((sizeof (DOUBLE) + sizeof (unsigned int) - 1) / sizeof (unsigned int)) 80 typedef union { DOUBLE value; unsigned int word[NWORDS]; } memory_double; 83 FUNC (DOUBLE x [all...] |
/dalvik/hit/src/com/android/hit/ |
Types.java | 26 public static final int DOUBLE = 7; 43 case 'D': return 8; // double 53 case DOUBLE: return 8; 70 case 'D': return "double"; 80 case DOUBLE: return "double";
|
/external/clang/test/Modules/Inputs/ |
macros.h | 4 #define DOUBLE double
|
/external/javassist/src/main/javassist/bytecode/stackmap/ |
TypeTag.java | 24 TypeData DOUBLE = new TypeData.BasicType("double", StackMapTable.DOUBLE);
|
/libcore/luni/src/main/java/java/nio/ |
ByteBufferAsDoubleBuffer.java | 22 * This class wraps a byte buffer to be a double buffer. 45 super(byteBuffer.capacity() / SizeOf.DOUBLE); 66 byteBuffer.limit(limit * SizeOf.DOUBLE); 67 byteBuffer.position(position * SizeOf.DOUBLE); 87 public double get() { 91 return byteBuffer.getDouble(position++ * SizeOf.DOUBLE); 95 public double get(int index) { 97 return byteBuffer.getDouble(index * SizeOf.DOUBLE); 101 public DoubleBuffer get(double[] dst, int dstOffset, int doubleCount) { 102 byteBuffer.limit(limit * SizeOf.DOUBLE); [all...] |
/external/eigen/blas/ |
complexdots.f | 23 DOUBLE COMPLEX FUNCTION ZDOTC(N,CX,INCX,CY,INCY) 25 DOUBLE COMPLEX CX(*),CY(*) 26 DOUBLE COMPLEX RES 34 DOUBLE COMPLEX FUNCTION ZDOTU(N,CX,INCX,CY,INCY) 36 DOUBLE COMPLEX CX(*),CY(*) 37 DOUBLE COMPLEX RES
|
drotmg.f | 3 DOUBLE PRECISION DD1,DD2,DX1,DY1 6 DOUBLE PRECISION DPARAM(5) 34 * DD1 (input/output) DOUBLE PRECISION 36 * DD2 (input/output) DOUBLE PRECISION 38 * DX1 (input/output) DOUBLE PRECISION 40 * DY1 (input) DOUBLE PRECISION 42 * DPARAM (input/output) DOUBLE PRECISION array, dimension 5 52 DOUBLE PRECISION DFLAG,DH11,DH12,DH21,DH22,DP1,DP2,DQ1,DQ2,DTEMP,
|
drotm.f | 6 DOUBLE PRECISION DPARAM(5),DX(*),DY(*) 34 * DX (input/output) DOUBLE PRECISION array, dimension N 35 * double precision vector with N elements 40 * DY (input/output) DOUBLE PRECISION array, dimension N 41 * double precision vector with N elements 46 * DPARAM (input/output) DOUBLE PRECISION array, dimension 5 56 DOUBLE PRECISION DFLAG,DH11,DH12,DH21,DH22,TWO,W,Z,ZERO
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/ |
TestTypedefs.idl | 45 void setShadow(DOUBLE width, DOUBLE height, float blur, [StrictTypeChecking] optional STRING color, optional DOUBLE alpha); 64 typedef float DOUBLE;
|
/libcore/crypto/src/main/java/org/conscrypt/util/ |
EmptyArray.java | 27 public static final double[] DOUBLE = new double[0];
|
/libcore/luni/src/main/java/java/sql/ |
Types.java | 94 * The type code that identifies the SQL type {@code DOUBLE}. 96 public static final int DOUBLE = 8;
|
/libcore/luni/src/main/java/libcore/util/ |
EmptyArray.java | 25 public static final double[] DOUBLE = new double[0];
|
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
WireFormat.java | 81 DOUBLE(0D), 108 DOUBLE (JavaType.DOUBLE , WIRETYPE_FIXED64 ),
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
WireFormat.java | 81 DOUBLE(0D), 108 DOUBLE (JavaType.DOUBLE , WIRETYPE_FIXED64 ),
|
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
CstDouble.java | 29 new CstDouble(Double.doubleToLongBits(0.0)); 33 new CstDouble(Double.doubleToLongBits(1.0)); 39 * @param bits the {@code double} value as {@code long} bits 52 * @param bits the {@code double} value as {@code long} bits 62 return "double{0x" + Hex.u8(bits) + " / " + 63 Double.longBitsToDouble(bits) + '}'; 68 return Type.DOUBLE; 74 return "double"; 79 return Double.toString(Double.longBitsToDouble(getLongBits())) [all...] |
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstDouble.java | 29 new CstDouble(Double.doubleToLongBits(0.0)); 33 new CstDouble(Double.doubleToLongBits(1.0)); 39 * @param bits the {@code double} value as {@code long} bits 52 * @param bits the {@code double} value as {@code long} bits 62 return "double{0x" + Hex.u8(bits) + " / " + 63 Double.longBitsToDouble(bits) + '}'; 68 return Type.DOUBLE; 74 return "double"; 79 return Double.toString(Double.longBitsToDouble(getLongBits())) [all...] |
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/ |
CstDouble.java | 29 new CstDouble(Double.doubleToLongBits(0.0)); 33 new CstDouble(Double.doubleToLongBits(1.0)); 39 * @param bits the {@code double} value as {@code long} bits 52 * @param bits the {@code double} value as {@code long} bits 62 return "double{0x" + Hex.u8(bits) + " / " + 63 Double.longBitsToDouble(bits) + '}'; 68 return Type.DOUBLE; 74 return "double"; 79 return Double.toString(Double.longBitsToDouble(getLongBits())) [all...] |
/external/javassist/src/main/javassist/bytecode/analysis/ |
Executor.java | 99 frame.push(Type.DOUBLE); 123 evalLoad(Type.DOUBLE, iter.byteAt(pos + 1), frame, subroutine); 150 evalLoad(Type.DOUBLE, opcode - DLOAD_0, frame, subroutine); 168 evalArrayLoad(Type.DOUBLE, frame); 188 evalStore(Type.DOUBLE, iter.byteAt(pos + 1), frame, subroutine); 215 evalStore(Type.DOUBLE, opcode - DSTORE_0, frame, subroutine); 233 evalArrayStore(Type.DOUBLE, frame); 316 evalBinaryMath(Type.DOUBLE, frame); 328 evalBinaryMath(Type.DOUBLE, frame); 340 evalBinaryMath(Type.DOUBLE, frame) [all...] |
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/ |
BinaryClassField.java | 49 public static final byte DOUBLE = 30;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
uda1341.h | 71 DOUBLE,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
uda1341.h | 71 DOUBLE,
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/ |
Type.java | 14 DOUBLE(0, "0d", ".doubleValue()", "java.lang.Double", Double.TYPE), 69 return DOUBLE;
|