/external/dbus/test/data/valid-introspection-files/ |
lots-of-types.xml | 69 <arg name="theDouble" type="double"/> 72 <arg name="theDouble" type="double" direction="out"/> 75 <arg name="newDoubleValue" type="double"/>
|
/external/esd/include/ |
audiofile.h | 110 AF_SAMPFMT_DOUBLE = 404 /* 64-bit IEEE double-precision floating-point */ 402 double afQueryDouble (int querytype, int arg1, int arg2, int arg3, int arg4); 473 void afSetChannelMatrix (AFfilehandle, int track, double *matrix); 488 void afInitRate (AFfilesetup, int track, double rate); 489 double afGetRate (AFfilehandle, int track); 492 int afSetVirtualRate (AFfilehandle, int track, double rate); 493 double afGetVirtualRate (AFfilehandle, int track); 519 double slope, double intercept, double minClip, double maxClip) [all...] |
/external/expat/tests/benchmark/ |
benchmark.c | 34 double cpuTime = 0.0; 103 cpuTime += ((double) (tend - tstart)) / CLOCKS_PER_SEC; 112 nrOfLoops, bufferSize, cpuTime / (double) nrOfLoops);
|
/external/fdlibm/ |
changes | 9 double x,y,z; 11 extern double ieee_pow(); 12 double p ;
|
/external/libffi/testsuite/libffi.call/ |
cls_9byte1.c | 3 Depending on the ABI. Darwin/AIX do double-word 4 alignment of the struct if the first element is a double. 15 double b;
|
cls_9byte2.c | 3 Depending on the ABI. Darwin/AIX do double-word 4 alignment of the struct if the first element is a double. 14 double a;
|
problem1.c | 11 double a; 12 double b; 13 double c;
|
/external/llvm/test/CodeGen/Generic/ |
2006-01-12-BadSetCCFold.ll | 3 %struct.node_t = type { double*, %struct.node_t*, %struct.node_t**, double**, double*, i32, i32 }
|
/external/llvm/test/Transforms/IndVarSimplify/ |
lftr-reuse.ll | 85 define void @guardedloop([0 x double]* %matrix, [0 x double]* %vector, 105 %matrixp = getelementptr inbounds [0 x double]* %matrix, i32 0, i64 %diagidxw 106 %v1 = load double* %matrixp 108 %vectorp = getelementptr inbounds [0 x double]* %vector, i32 0, i64 %iw 109 %v2 = load double* %vectorp 120 define void @unguardedloop([0 x double]* %matrix, [0 x double]* %vector, 139 %matrixp = getelementptr inbounds [0 x double]* %matrix, i32 0, i64 %diagidxw 140 %v1 = load double* %matrix [all...] |
/external/opencv/cvaux/src/ |
cvfacedetection.cpp | 120 cvThreshold(imgGray, m_imgThresh, (double)l, (double)255, CV_THRESH_BINARY); 197 double Max = 0; 198 double CurStat = 0; 317 lpFaceTemplate1 = new MouthFaceTemplate(3,rect,3*(double)rect.width/(double)4, 318 3*(double)rect.width/(double)4, 319 (double)rect.width/(double)2 [all...] |
/external/oprofile/libutil++/ |
utility.h | 90 inline double op_ratio(double count, double total)
|
/external/proguard/src/proguard/classfile/attribute/annotation/ |
AnnotationsAttribute.java | 67 // We don't need double dispatching here, since there is only one 81 // We don't need double dispatching here, since there is only one 95 // We don't need double dispatching here, since there is only one
|
/external/proguard/src/proguard/evaluation/value/ |
CompositeDoubleValue.java | 24 * This DoubleValue represents the result of a binary operation on two double 44 * Creates a new composite double value of the two given double values
|
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/ |
SDL_ataric2p_s.h | 38 Uint32 dblligne, /* Double the lines when converting ? */ 52 Uint32 dblligne, /* Double the lines when converting ? */ 66 Uint32 dblligne, /* Double the lines when converting ? */
|
/external/skia/gpu/include/ |
GrTemplates.h | 35 * Reserves memory that is aligned on double and pointer boundaries. 44 double fDouble; 50 * Reserves memory that is aligned on double and pointer boundaries.
|
/external/stlport/test/unit/cppunit/ |
cppunit_timer.h | 75 double elapsedMilliseconds() const { 80 return (double)elapsed.QuadPart / (double)m_frequency.QuadPart * 1000;
|
/external/v8/src/ |
checks.h | 186 double expected, 188 double value) { 190 volatile double* exp = new double[1]; 192 volatile double* val = new double[1]; 207 double expected, 209 double value) { 211 volatile double* exp = new double[1] [all...] |
/external/valgrind/main/drd/tests/ |
sem_open.c | 21 static double s_d1; /* accessed before thread creation and in the created */ 23 static double s_d2; /* accessed in the created thread and after the join */ 25 static double s_d3; /* accessed simultaneously from both threads (race). */
|
/external/webkit/Source/JavaScriptCore/runtime/ |
DateInstance.cpp | 44 DateInstance::DateInstance(ExecState* exec, Structure* structure, double time) 53 double milli = internalNumber(); 69 double milli = internalNumber();
|
NumberPrototype.cpp | 67 static ALWAYS_INLINE bool toThisNumber(JSValue thisValue, double &x) 87 double asDouble = argument0.toInteger(exec); 101 // Get x (the double value of this, which should be a Number). 102 double x; 131 // Get x (the double value of this, which should be a Number). 136 double x = v.uncheckedGetNumber(); 169 // Get x (the double value of this, which should be a Number). 174 double x = v.uncheckedGetNumber(); 243 double x = v.uncheckedGetNumber(); 251 double integerPart = floor(x) [all...] |
/external/webkit/Source/WebCore/html/parser/ |
HTMLParserScheduler.h | 54 double startTime; 77 double elapsedTime = currentTime() - session.startTime; 98 double m_parserTimeLimit;
|
/external/webkit/Source/WebCore/inspector/ |
TimelineRecordFactory.h | 47 static PassRefPtr<InspectorObject> createGenericRecord(double startTime); 63 static PassRefPtr<InspectorObject> createEvaluateScriptData(const String&, double lineNumber); 75 static PassRefPtr<InspectorObject> createResourceFinishData(unsigned long identifier, bool didFail, double finishTime);
|
/external/webkit/Source/WebCore/page/animation/ |
AnimationController.h | 57 void notifyAnimationStarted(RenderObject*, double startTime); 59 bool pauseAnimationAtTime(RenderObject*, const String& name, double t); // To be used only for testing 60 bool pauseTransitionAtTime(RenderObject*, const String& property, double t); // To be used only for testing
|
/external/webkit/Source/WebCore/platform/ |
SharedTimer.h | 46 virtual void setFireTime(double) = 0; 54 void setSharedTimerFireTime(double); 65 virtual void setFireTime(double fireTime)
|
/external/webkit/Source/WebCore/platform/audio/ |
AudioFileReader.h | 45 PassOwnPtr<AudioBus> createBusFromInMemoryAudioFile(const void* data, size_t dataSize, bool mixToMono, double sampleRate); 47 PassOwnPtr<AudioBus> createBusFromAudioFile(const char* filePath, bool mixToMono, double sampleRate); 50 void writeBusToAudioFile(AudioBus* bus, const char* filePath, double fileSampleRate);
|