Searched refs:theFloat (Results 1 – 5 of 5) sorted by relevance
/external/oj-libjdwp/src/share/back/ |
D | stream.c | 30 stream_encodeFloat(jfloat theFloat) in stream_encodeFloat() argument 37 sF.f = theFloat; in stream_encodeFloat()
|
D | stream.h | 29 jfloat stream_encodeFloat(jfloat theFloat);
|
/external/clang/test/CodeGenObjC/ |
D | messages-2.m | 38 printf("(CLASS) theInt: %d, theFloat: %f, theDouble: %f, thePoint: { %d, %d }\n", 61 printf("theInt: %d, theFloat: %f, theDouble: %f, thePoint: { %d, %d }\n",
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | messages-2.m | 38 printf("(CLASS) theInt: %d, theFloat: %f, theDouble: %f, thePoint: { %d, %d }\n", 61 printf("theInt: %d, theFloat: %f, theDouble: %f, thePoint: { %d, %d }\n",
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/ |
D | Impl_RowSet.java | 165 public void setFloat(int parameterIndex, float theFloat) in setFloat() argument 1119 public void setFloat(String parameterName, float theFloat) in setFloat() argument
|