Searched refs:theFloat (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | LEFontInstance.h | 447 static inline le_int32 floatToFixed(float theFloat); 518 inline le_int32 LEFontInstance::floatToFixed(float theFloat) in floatToFixed() argument 520 return (le_int32) (theFloat * 65536.0); in floatToFixed()
|
/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/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
|