Searched refs:double (Results 1 - 25 of 83) sorted by relevance

1234

/external/abi-compliance-checker/modules/Internals/
H A DRegTests.pm93 # double value;
95 # double array[_P];
823 double j;
833 double j;
876 double j[7];
890 double i[7];
1541 double k;
1554 double k;
1568 double p[5];
1581 double
[all...]
/external/valgrind/none/tests/s390x/
H A Dbfp-1.stdout.exp0 double arithmetic
H A Dfpconv.stdout.exp12 ----- int32_t -> double
34 ----- int64_t -> double
70 ----- double -> int32_t
83 ----- double -> int64_t
/external/python/cpython2/Lib/test/
H A Dtest_decorators.py132 def double(x): function in function:TestDecorators.test_memoize
134 self.assertEqual(double.func_name, 'double')
136 self.assertEqual(counts, dict(double=0))
140 self.assertEqual(double(2), 4)
141 self.assertEqual(counts['double'], 1)
142 self.assertEqual(double(2), 4)
143 self.assertEqual(counts['double'], 1)
144 self.assertEqual(double(3), 6)
145 self.assertEqual(counts['double'],
[all...]
H A Dtest_doctest.py40 ... sc = sc.double()
51 def double(self): member in class:SampleClass
53 >>> print SampleClass(12).double().get()
120 def double(self): member in class:SampleNewStyleClass
122 >>> print SampleNewStyleClass(12).double().get()
494 1 SampleClass.double
504 1 SampleNewStyleClass.double
549 1 some_module.SampleClass.double
590 1 SampleClass.double
610 1 SampleClass.double
[all...]
/external/ImageMagick/www/api/
H A Deffect.php64 Image *AdaptiveBlurImage(const Image *image,const double radius,
65 const double sigma,ExceptionInfo *exception)
99 Image *AdaptiveSharpenImage(const Image *image,const double radius,
100 const double sigma,ExceptionInfo *exception)
134 Image *BlurImage(const Image *image,const double radius,
135 const double sigma,ExceptionInfo *exception)
226 Image *EdgeImage(const Image *image,const double radius,
257 Image *EmbossImage(const Image *image,const double radius,
258 const double sigma,ExceptionInfo *exception)
292 Image *GaussianBlurImage(const Image *image,onst double radiu
[all...]
H A Ddrawing-wand.php165 void DrawAlpha(DrawingWand *wand,const double x,const double y,
200 void DrawAnnotation(DrawingWand *wand,const double x,
201 const double y,const unsigned char *text)
235 void DrawArc(DrawingWand *wand,const double sx,const double sy,
236 const double ex,const double ey,const double sd,const double e
[all...]
H A Dstatistic.php65 const MagickEvaluateOperator op,const double value,
68 const MagickEvaluateOperator op,const double value,
105 const double *parameters,ExceptionInfo *exception)
139 MagickBooleanType GetImageEntropy(const Image *image,double *entropy,
205 MagickBooleanType GetImageKurtosis(const Image *image,double *kurtosis,
206 double *skewness,ExceptionInfo *exception)
240 MagickBooleanType GetImageMean(const Image *image,double *mean,
241 double *standard_deviation,ExceptionInfo *exception)
329 MagickBooleanType GetImageRange(const Image *image,double *minima,
330 double *maxim
[all...]
H A Dcompare.php65 const MetricType metric,double *distortion,ExceptionInfo *exception)
105 double *distortion,ExceptionInfo *exception)
143 double *GetImageDistortions(const Image *image,
215 const MetricType metric,const double similarity_threshold,
216 RectangleInfo *offset,double *similarity,ExceptionInfo *exception)
H A Dfeature.php64 Image *CannyEdgeImage(const Image *image,const double radius,
65 const double sigma,const double lower_percent,
66 const double upper_percent,ExceptionInfo *exception)
182 const size_t height,const double color_distance,
H A Dmagick-image.php87 const double radius,const double sigma)
144 const double radius,const double sigma)
175 const size_t width,const size_t height,const double bias)
243 const NoiseType noise_type,const double attenuate)
301 const DrawingWand *drawing_wand,const double x,const double y,
302 const double angle,const char *text)
494 const double facto
[all...]
H A Dpixel-wand.php185 const double fuzz)
291 double PixelGetAlpha(const PixelWand *wand)
335 double PixelGetBlack(const PixelWand *wand)
379 double PixelGetBlue(const PixelWand *wand)
489 double PixelGetCyan(const PixelWand *wand)
581 double PixelGetFuzz(const PixelWand *wand)
603 double PixelGetGreen(const PixelWand *wand)
647 void PixelGetHSL(const PixelWand *wand,double *hue,double *saturation,
648 double *lightnes
[all...]
H A Dfx.php65 const double attenuate,ExceptionInfo *exception)
103 Image *BlueShiftImage(const Image *image,const double factor,
134 Image *CharcoalImage(const Image *image,const double radius,
135 const double sigma,ExceptionInfo *exception)
266 Image *ImplodeImage(const Image *image,const double amount,
376 const char *caption,const double angle,
419 Image *SepiaToneImage(const Image *image,const double threshold,
450 Image *ShadowImage(const Image *image,const double alpha,
451 const double sigma,const ssize_t x_offset,const ssize_t y_offset,
494 Image *SketchImage(const Image *image,const double radiu
[all...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dcodegen.ml29 (* Convert bool 0/1 to double 0.0 or 1.0 *)
51 (* Make the function type: double(double,double) etc. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dcodegen.ml29 (* Convert bool 0/1 to double 0.0 or 1.0 *)
51 (* Make the function type: double(double,double) etc. *)
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
H A Dcodegen.ml29 (* Convert bool 0/1 to double 0.0 or 1.0 *)
51 (* Make the function type: double(double,double) etc. *)
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
H A Dcodegen.ml29 (* Convert bool 0/1 to double 0.0 or 1.0 *)
51 (* Make the function type: double(double,double) etc. *)
/external/valgrind/none/tests/ppc64/
H A Dtest_isa_2_06_part2.stdout.exp692 Test bit permute double
/external/python/cpython2/Lib/plat-beos5/
H A DIN.py206 def B_HOST_TO_LENDIAN_DOUBLE(arg): return (double)(arg)
226 def B_LENDIAN_TO_HOST_DOUBLE(arg): return (double)(arg)
258 def B_HOST_TO_BENDIAN_DOUBLE(arg): return (double)(arg)
278 def B_BENDIAN_TO_HOST_DOUBLE(arg): return (double)(arg)
/external/gemmlowp/meta/generators/
H A Dneon_emitter.py85 self.double = set()
112 if i not in self.double:
113 self.double.add(i)
116 raise RegisterAllocationError('Not enough double registers.')
120 if ((i * 2) not in self.double) and ((i * 2 + 1) not in self.double):
121 self.double.add(i * 2)
122 self.double.add(i * 2 + 1)
160 assert num in self.double
161 self.double
[all...]
/external/flatbuffers/tests/MyGame/Example/
H A DVec3.php50 * @return double
/external/valgrind/memcheck/tests/amd64/
H A Dmore_x87_fp.stdout.exp48 (long double)0.500000 = 0.500000
68 (long double)-0.500000 = -0.500000
88 (long double)0.142857 = 0.142857
108 (long double)-0.111111 = -0.111111
128 (long double)32768.000000 = 32768.000000
148 (long double)-100000000000000000000.000000 = -100000000000000000000.000000
/external/valgrind/memcheck/tests/x86/
H A Dmore_x86_fp.stdout.exp50 (long double)0.500000 = 0.500000
70 (long double)-0.500000 = -0.500000
90 (long double)0.142857 = 0.142857
110 (long double)-0.111111 = -0.111111
130 (long double)32768.000000 = 32768.000000
150 (long double)-100000000000000000000.000000 = -100000000000000000000.000000
/external/webrtc/tools/matlab/
H A DrtpAnalyze.m203 % column1: double (%f)
204 % column2: double (%f)
205 % column3: double (%f)
206 % column4: double (%f)
207 % column5: double (%f)
208 % column6: double (%f)
/external/autotest/cli/
H A Djob_unittest.py146 u'control_file': u'kernel = \'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\'\ndef step_init():\n job.next_step([step_test])\n\ndef step_test():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "Autotest Team"\n NAME = "Sleeptest"\n TIME = "SHORT"\n TEST_CATEGORY = "Functional"\n TEST_CLASS = "General"\n TEST_TYPE = "client"\n \n DOC = """\n This test simply sleeps for 1 second by default. It\'s a good way to test\n profilers and double check that autotest is working.\n The seconds argument can also be modified to make the machine sleep for as\n long as needed.\n """\n \n job.run_test(\'sleeptest\', seconds = 1)',
166 u'control_file': u'kernel = \'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\'\ndef step_init():\n job.next_step([step_test])\n\ndef step_test():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "Autotest Team"\n NAME = "Sleeptest"\n TIME = "SHORT"\n TEST_CATEGORY = "Functional"\n TEST_CLASS = "General"\n TEST_TYPE = "client"\n \n DOC = """\n This test simply sleeps for 1 second by default. It\'s a good way to test\n profilers and double check that autotest is working.\n The seconds argument can also be modified to make the machine sleep for as\n long as needed.\n """\n \n job.run_test(\'sleeptest\', seconds = 1)',
187 u'control_file': u'kernel = \'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\'\ndef step_init():\n job.next_step([step_test])\n\ndef step_test():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "Autotest Team"\n NAME = "Sleeptest"\n TIME = "SHORT"\n TEST_CATEGORY = "Functional"\n TEST_CLASS = "General"\n TEST_TYPE = "client"\n \n DOC = """\n This test simply sleeps for 1 second by default. It\'s a good way to test\n profilers and double check that autotest is working.\n The seconds argument can also be modified to make the machine sleep for as\n long as needed.\n """\n \n job.run_test(\'sleeptest\', seconds = 1)',
710 ctrl_file = '\ndef step_init():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "Autotest Team"\n NAME = "Sleeptest"\n TIME =\n "SHORT"\n TEST_CATEGORY = "Functional"\n TEST_CLASS = "General"\n\n TEST_TYPE = "client"\n \n DOC = """\n This test simply sleeps for 1\n second by default. It\'s a good way to test\n profilers and double check\n that autotest is working.\n The seconds argument can also be modified to\n make the machine sleep for as\n long as needed.\n """\n \n\n job.run_test(\'sleeptest\', seconds = 1)'
712 kernel_ctrl_file = 'kernel = \'kernel\'\ndef step_init():\n job.next_step([step_test])\n\ndef step_test():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "Autotest Team"\n NAME = "Sleeptest"\n TIME = "SHORT"\n TEST_CATEGORY = "Functional"\n TEST_CLASS = "General"\n TEST_TYPE = "client"\n \n DOC = """\n This test simply sleeps for 1 second by default. It\'s a good way to test\n profilers and double check that autotest is working.\n The seconds argument can also be modified to make the machine sleep for as\n long as needed.\n """\n \n job.run_test(\'sleeptest\', seconds = 1)'

Completed in 2623 milliseconds

1234