Home
last modified time | relevance | path

Searched refs:theFloat (Results 1 – 5 of 5) sorted by relevance

/external/oj-libjdwp/src/share/back/
Dstream.c30 stream_encodeFloat(jfloat theFloat) in stream_encodeFloat() argument
37 sF.f = theFloat; in stream_encodeFloat()
Dstream.h29 jfloat stream_encodeFloat(jfloat theFloat);
/external/clang/test/CodeGenObjC/
Dmessages-2.m38 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/
Dmessages-2.m38 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/
DImpl_RowSet.java165 public void setFloat(int parameterIndex, float theFloat) in setFloat() argument
1119 public void setFloat(String parameterName, float theFloat) in setFloat() argument