HomeSort by relevance Sort by last modified time
    Searched full:tempf (Results 1 - 4 of 4) sorted by null

  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
HDRLoader.java 55 private final float[] tempF = new float[3];
124 convertRGBEtoFloat(rgbe, tempF);
125 dataStore.putShort(FastMath.convertFloatToHalf(tempF[0]))
126 .putShort(FastMath.convertFloatToHalf(tempF[1])).
127 putShort(FastMath.convertFloatToHalf(tempF[2]));
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest5.java 356 File tempF = new File(javaHome + zeName);
361 if (v.get(k).equals(tempF))
365 v.add(tempF);
  /external/clang/test/SemaTemplate/
dependent-names.cpp 351 template<typename A, typename B> void tempf(A a, B b) { function in namespace:test_reserved_identifiers
360 tempf(x, y); // expected-note{{in instantiation of}}
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
ColorRGBA.java 251 * Stores the current r/g/b/a values into the tempf array. The tempf array must have a

Completed in 467 milliseconds