HomeSort by relevance Sort by last modified time
    Searched refs:DOUBLE (Results 51 - 75 of 140) sorted by null

1 23 4 5 6

  /external/protobuf/src/google/protobuf/
extension_set.cc 279 PRIMITIVE_ACCESSORS(DOUBLE, double, Double)
615 HANDLE_TYPE( DOUBLE, double, RepeatedField < double>);
657 HANDLE_TYPE(DOUBLE, double, Double);
755 HANDLE_TYPE( DOUBLE, Double, double)
    [all...]
generated_message_reflection.cc 235 HANDLE_TYPE(DOUBLE, double);
356 SWAP_ARRAYS(DOUBLE, double);
383 SWAP_VALUES(DOUBLE, double);
443 HANDLE_TYPE(DOUBLE, double);
482 CLEAR_TYPE(DOUBLE, double);
    [all...]
extension_set_heavy.cc 267 HANDLE_TYPE( DOUBLE, double);
354 HANDLE_TYPE( DOUBLE, Double, double);
387 HANDLE_TYPE( DOUBLE, Double, double);
416 HANDLE_TYPE( DOUBLE, Double, double_value)
    [all...]
dynamic_message.cc 102 case FD::CPPTYPE_DOUBLE : return sizeof(RepeatedField<double >);
122 case FD::CPPTYPE_DOUBLE : return sizeof(double );
259 HANDLE_TYPE(DOUBLE, double);
338 HANDLE_TYPE(DOUBLE, double);
wire_format.cc 478 HANDLE_PACKED_TYPE(DOUBLE, double, Double)
539 HANDLE_TYPE(DOUBLE, double, Double)
797 HANDLE_PRIMITIVE_TYPE(DOUBLE, double, Double, Double)
    [all...]
  /external/javassist/src/main/javassist/compiler/
CodeGen.java 102 return dim == 0 && (type == DOUBLE || type == LONG);
116 * Returns a local variable that single or double words can be
211 case DOUBLE :
602 if (type == DOUBLE)
802 else if (varType == DOUBLE)
1067 else if (type == DOUBLE)
    [all...]
MemberResolver.java 389 case DOUBLE :
390 cname = "double";
530 return DOUBLE;
  /external/javassist/src/main/javassist/bytecode/
StackMapTable.java 111 public static final int DOUBLE = 3;
452 * unless the descriptor is either D (double), F (float),
461 return DOUBLE;
499 int typeSize = (varTag == LONG || varTag == DOUBLE) ? 2 : 1;
763 case DOUBLE :
764 msg = "double";
StackMap.java 88 public static final int DOUBLE = 3;
  /external/protobuf/java/src/main/java/com/google/protobuf/
FieldSet.java 303 case DOUBLE: isValid = value instanceof Double ; break;
435 case DOUBLE : return input.readDouble ();
535 case DOUBLE : output.writeDoubleNoTag ((Double ) value); break;
658 case DOUBLE : return CodedOutputStream.computeDoubleSizeNoTag ((Double )value);
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
StubMethodAdapter.java 132 case Type.DOUBLE:
169 case Type.DOUBLE:
  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp 50 static const double cInterpolationCutoff = 800. * 800.;
51 static const double cLowQualityTimeThreshold = 0.500; // 500 ms
168 double totalPixels = static_cast<double>(image->width()) * static_cast<double>(image->height());
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 266 machine.popArgs(frame, Type.DOUBLE);
354 machine.popArgs(frame, Type.DOUBLE, Type.DOUBLE);
  /external/javassist/src/main/javassist/bytecode/analysis/
Type.java 47 /** Represents the double primitive type */
48 public static final Type DOUBLE = new Type(CtClass.doubleType);
83 /** A placeholder used by the analyzer for the second word position of a double-word type */
105 prims.put(CtClass.doubleType, DOUBLE);
153 * Gets the word size of this type. Double-word types, such as long and double
  /external/libffi/src/arm/
sysv.S 213 @ return DOUBLE or LONGDOUBLE
  /external/webkit/Source/WebCore/rendering/style/
RenderStyleConstants.h 85 enum EBorderStyle { BNONE, BHIDDEN, INSET, GROOVE, RIDGE, OUTSET, DOTTED, DASHED, SOLID, DOUBLE };
  /libcore/luni/src/main/java/java/text/
ChoiceFormat.java 42 * double[] limits = {1, 2, 3, 4, 5, 6, 7};
45 * double[] limits2 = {0, 1, ChoiceFormat.nextDouble(1)};
50 * ChoiceFormat.nextDouble(double) allows to get the double following the one
75 private double[] choiceLimits;
80 * Constructs a new {@code ChoiceFormat} with the specified double values
82 * {@link #format(double, StringBuffer, FieldPosition) format} with a double
97 public ChoiceFormat(double[] limits, String[] formats) {
124 double[] limits = new double[5]
    [all...]
  /prebuilts/misc/common/asm/
asm-4.0.jar 
  /prebuilts/sdk/tools/lib/
asm-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-3.3.1.jar 
asm-4.0.jar 
  /external/v8/src/
deoptimizer.h 48 HeapNumberMaterializationDescriptor(Address slot_address, double val)
52 double value() const { return val_; }
56 double val_;
301 void AddDoubleValue(intptr_t slot_address, double value);
377 double GetDoubleFrameSlot(unsigned offset) {
380 // Prevent gcc from using load-double (mips ldc1) on (possibly)
381 // non-64-bit aligned double. Uses two lwc1 instructions.
383 double d;
390 return *reinterpret_cast<double*>(ptr);
403 double GetDoubleRegister(unsigned n) const
    [all...]
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
JavaPerformanceDetector.java 129 private static final String DOUBLE = "Double"; //$NON-NLS-1$
219 || typeName.equals(DOUBLE))
  /external/dbus/dbus/
dbus-marshal-basic.c 486 * if the basic type is "double" then the pointer is
487 * a double*, and if it's "char*" then the pointer is
    [all...]
  /external/javassist/src/main/javassist/bytecode/stackmap/
TypeData.java 98 || typeTag == StackMapTable.DOUBLE;

Completed in 829 milliseconds

1 23 4 5 6