HomeSort by relevance Sort by last modified time
    Searched refs:REAL (Results 1 - 22 of 22) sorted by null

  /libcore/luni/src/main/java/java/sql/
Types.java 141 * The type code that identifies the SQL type {@code REAL}.
143 public static final int REAL = 7;
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TypesTest.java 54 assertEquals(REAL, 7);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
real.h 60 #define REAL_EXP(REAL) \
61 ((int)((REAL)->uexp ^ (unsigned int)(1 << (EXP_BITS - 1))) \
63 #define SET_REAL_EXP(REAL, EXP) \
64 ((REAL)->uexp = ((unsigned int)(EXP) & (unsigned int)((1 << EXP_BITS) - 1)))
202 /* Declare functions in real.c. */
284 /* Target formats defined in real.c. */
349 /* Real values to IEEE 754 decimal floats. */
405 /* Constant real values 0, 1, 2, -1 and 0.5. */
417 /* Function to return the real value special constant 'e'. */
426 /* Function to return a real value (not a tree node
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
real.h 60 #define REAL_EXP(REAL) \
61 ((int)((REAL)->uexp ^ (unsigned int)(1 << (EXP_BITS - 1))) \
63 #define SET_REAL_EXP(REAL, EXP) \
64 ((REAL)->uexp = ((unsigned int)(EXP) & (unsigned int)((1 << EXP_BITS) - 1)))
202 /* Declare functions in real.c. */
284 /* Target formats defined in real.c. */
349 /* Real values to IEEE 754 decimal floats. */
405 /* Constant real values 0, 1, 2, -1 and 0.5. */
417 /* Function to return the real value special constant 'e'. */
426 /* Function to return a real value (not a tree node
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
real.h 60 #define REAL_EXP(REAL) \
61 ((int)((REAL)->uexp ^ (unsigned int)(1 << (EXP_BITS - 1))) \
63 #define SET_REAL_EXP(REAL, EXP) \
64 ((REAL)->uexp = ((unsigned int)(EXP) & (unsigned int)((1 << EXP_BITS) - 1)))
202 /* Declare functions in real.c. */
284 /* Target formats defined in real.c. */
349 /* Real values to IEEE 754 decimal floats. */
405 /* Constant real values 0, 1, 2, -1 and 0.5. */
417 /* Function to return the real value special constant 'e'. */
426 /* Function to return a real value (not a tree node
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCResultSetMetaData.java 27 case Types.REAL:
114 case Types.REAL: return "real";
JDBCDatabaseMetaData.java     [all...]
  /frameworks/base/media/libstagefright/codecs/common/include/
voIndex.h 70 _MAKE_SOURCE_ID (0x040000, REAL)
  /external/webkit/LayoutTests/storage/
sql-data-types.js 17 real: 101.444,
38 i = "real"; shouldBeSameTypeAndValue(i, testValues[i], rs[i]);
60 tx.executeSql("INSERT INTO DataTypeTestTable (id, real, timestamp, text, blob) VALUES (?,?,?,?,?)",
61 [testValues.id, testValues.real, testValues.timestamp, testValues.text, testValues.blob],
70 tx.executeSql("CREATE TABLE IF NOT EXISTS DataTypeTestTable (id INTEGER UNIQUE, real REAL, timestamp INTEGER, text TEXT, blob BLOB)", [],
  /external/opencv/ml/src/
mlboost.cpp 56 boost_type = CvBoost::REAL;
732 assert( boost_type == CvBoost::REAL );
879 if( params.boost_type != DISCRETE && params.boost_type != REAL &&
892 if( params.boost_type == REAL &&
    [all...]
  /external/opencv/ml/include/
ml.h     [all...]
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataTest.java     [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/15/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 589 milliseconds