Searched refs:Double (Results 26 - 50 of 62) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dec2n.cpp194 if (Equal(P, Q)) return Double(P);
212 const EC2N::Point& EC2N::Double(const Point &P) const function in class:EC2N
H A Decp.h53 const Point& Double(const Point &P) const;
H A Dmodarith.h70 const Integer& Double(const Integer &a) const function in class:ModularArithmetic
H A Dpolynomi.h344 const Element& Double(const Element &a) const function in class:RingOfPolynomialsOver
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DType.java229 } else if (c == Double.TYPE) {
606 } else if (d == Double.TYPE) {
H A DClassWriter.java813 * {@link Long}, a {@link Double}, a {@link String} or a
839 } else if (cst instanceof Double) {
840 double val = ((Double) cst).doubleValue();
862 * {@link Long}, a {@link Double} or a {@link String}.
1060 pool.putByte(DOUBLE).putLong(Double.doubleToLongBits(value));
H A DClassReader.java194 item.set(Double.longBitsToDouble(readLong(index)));
1347 dv[i] = Double.longBitsToDouble(readLong(items[readUnsignedShort(v)]));
1584 * {@link Double}, {@link String} or {@link Type} corresponding to
1597 return new Double(Double.longBitsToDouble(readLong(index)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveClasses.java2398 return "com.sleepycat.persist.evolve.IncompatibleClassException: Mutation is missing to evolve class: com.sleepycat.persist.test.EvolveClasses$DisallowNonKeyField_Double2double version: 0 to class: com.sleepycat.persist.test.EvolveClasses$DisallowNonKeyField_Double2double version: 1 Error: Old field type: java.lang.Double is not compatible with the new type: double for field: ff";
3711 Double f15;
3766 Double kDouble;
3795 Double f26;
3799 Double f30;
3803 Double f34;
3806 Double f37;
3808 Double f39;
3809 Double f40;
3815 Double f4
[all...]
H A DBindingTest.java248 {"f19", "java.lang.Double"},
278 private Double f19 = 123.4;
1264 {"f19", "java.lang.Double"},
1265 {"g19", "java.lang.Double"},
1286 {"f39", "java.lang.Double"},
1298 checkSecKey(obj, "f7", obj.f7, Double.class);
1310 checkSecKey(obj, "f19", obj.f19, Double.class);
1330 nullifySecKey(obj, "f19", obj.f19, Double.class);
1347 nullifySecKey(obj, "f39", obj.f39, Double.class);
1452 private Double f1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsngchdlg.tex4 user to select one. Double-clicking on a list item is equivalent to
H A Dodcbox.tex41 \twocolitem{\windowstyle{wxODCB\_DCLICK\_CYCLES}}{Double-clicking cycles item
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dconfig.cpp146 IMPLEMENT_READ_FOR_TYPE(Double, double, double, double)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DSimpleFormat.java588 super(primitive ? Double.TYPE : Double.class, primitive);
593 return new Double[len];
598 return Double.valueOf(input.readSortedDouble());
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dscosh.S8 | Input: Double-extended number X in location pointed to
H A Dssinh.S8 | Input: Double-extended number X in location pointed to
H A Dsgetem.S16 | Input: Double-extended number X in the ETEMP space in
H A Dstanh.S8 | Input: Double-extended number X in location pointed to
H A Dstwotox.S9 | Input: Double-extended number X in location pointed to
H A Dscale.S12 | Input: Double-extended destination operand in FPTEMP,
H A Dslog2.S10 | INPUT: Double-extended value in memory location pointed to
H A Dsrem_mod.S10 | Double-extended value Y is pointed to by address in register
11 | A0. Double-extended value X is located in -12(A0). The values
H A Dslogn.S9 | Input: Double-extended value in memory location pointed to by address
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dentry.S243 # Double Fault handler entry point
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/serial/test/
H A DSerialBindingTest.java116 primitiveBindingTest(new Double(123.123));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dsession.cc103 case QVariant::Double: tr_bencDictAddReal ( args, key, value.toDouble() ); break;
880 case QVariant :: Double: {

Completed in 315 milliseconds

123