HomeSort by relevance Sort by last modified time
    Searched full:doubleval (Results 1 - 25 of 31) sorted by null

1 2

  /cts/suite/audio_quality/test_description/processing/
example.py 51 doubleVal = (inputData[6] + inputData[7])/2
58 outputData.append(doubleVal)
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 657 GV.FloatVal = float(GV.DoubleVal);
663 GV.DoubleVal = double(GV.FloatVal);
671 GV.DoubleVal = GV.IntVal.roundToDouble();
686 GV.DoubleVal = GV.IntVal.signedRoundToDouble();
703 GV.IntVal = APIntOps::RoundDoubleToAPInt(GV.DoubleVal, BitWidth);
742 GV.DoubleVal = GV.IntVal.bitsToDouble();
750 GV.IntVal = APInt::doubleToBits(GV.DoubleVal);
810 GV.DoubleVal = LHS.DoubleVal + RHS.DoubleVal; break
    [all...]
ExecutionEngineBindings.cpp 59 GenVal->DoubleVal = N;
89 return unwrap(GenVal)->DoubleVal;
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 106 Dest.DoubleVal = fmod(Src1.DoubleVal, Src2.DoubleVal);
346 if (X.DoubleVal != X.DoubleVal || Y.DoubleVal != Y.DoubleVal) { \
463 } else if (X.DoubleVal != X.DoubleVal || Y.DoubleVal != Y.DoubleVal) {
    [all...]
ExternalFunctions.cpp 166 *DoublePtr = AV.DoubleVal;
236 case Type::DoubleTyID: Result.DoubleVal = *(double*) ret.data(); break;
393 sprintf(Buffer, FmtBuf, Args[ArgNo++].DoubleVal); break;
  /external/llvm/test/CodeGen/AArch64/
literal_pools_float.ll 29 %doubleval = load double, double* @vardouble
30 %newdouble = fadd double %doubleval, 129.0
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
Item.java 172 * @param doubleVal the value of this item.
174 void set(final double doubleVal) {
176 this.longVal = Double.doubleToRawLongBits(doubleVal);
177 this.hashCode = 0x7FFFFFFF & (type + (int) doubleVal);
  /external/llvm/include/llvm/ExecutionEngine/
GenericValue.h 32 double DoubleVal;
  /external/icu/icu4c/source/i18n/
unum.cpp 426 double doubleVal = 0.0;
429 return doubleVal;
449 doubleVal = currAmt->getNumber().getDouble(*status);
452 return doubleVal;
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.cpp 113 rv.DoubleVal = ((double (*)())(intptr_t)FPtr)();
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetGetterTests.java 71 "DoubleVal", "FloatVal", "DecVal", "NumVal", "charStr",
162 + " DoubleVal DOUBLE, " + " FloatVal FLOAT, "
183 + "IntegerVal, RealVal, DoubleVal, FloatVal, DecVal,"
201 + "IntegerVal, RealVal, DoubleVal, FloatVal, DecVal,"
527 output = res.getDouble("DoubleVal");
539 output = res.getDouble("DoubleVal");
576 String[] input = {"RealVal", "DoubleVal", "FloatVal"};
    [all...]
OldPreparedStatementTest.java 57 + " DoubleVal DOUBLE, " + " FloatVal FLOAT, "
71 + "IntegerVal, RealVal, DoubleVal, FloatVal, DecVal,"
650 String query = "insert into type (DoubleVal) values (?);";
660 st.execute("select * from type where DoubleVal="
675 st.execute("select * from type where DoubleVal="
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
Properties.java 138 long doubleVal = (long) doublePart2 << 32 | doublePart1;
139 value = Double.valueOf(Double.longBitsToDouble(doubleVal));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winevt.h 284 double DoubleVal;
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 530 rv.DoubleVal = ((double(*)())(intptr_t)FPtr)();
  /external/icu/icu4c/source/test/intltest/
numfmtst.cpp     [all...]
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/vogar/lib/
mockito-all-1.8.5.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/ow2/asm/asm-debug-all/4.0/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 

Completed in 6310 milliseconds

1 2