Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DLEFontInstance.h447 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/
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