/third_party/rust/crates/nom/benchmarks/benches/ |
H A D | json.rs | 15 number::complete::{double, recognize_float}, 131 map(double, Num), in json_value() 177 double::<_, (_, ErrorKind)>(&b"-1.234E-12"[..]) in float_bytes() 180 b.iter(|| double::<_, (_, ErrorKind)>(&b"-1.234E-12"[..])); in float_bytes() 187 double::<_, (_, ErrorKind)>("-1.234E-12") in float_str() 190 b.iter(|| double::<_, (_, ErrorKind)>("-1.234E-12")); in float_str()
|
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/ |
H A D | runtests.py | 354 double = decode_binary64(bin64) 361 if double is ZERO: 364 elif double is INF: 367 elif double is NEG_INF: 370 elif len(double) == 2: 371 sig, k = double
|
H A D | subnorm.rs | 20 let double: f64 = unsafe { transmute(bits as u64) }; in main() 21 validate(&format!("{:e}", double)); in main()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | propertyNamesOfReservedWords.js | 18 double; 87 double; 157 double; 226 double, 311 E[E["double"] = 15] = "double";
|
H A D | indexSignatures1.js | 258 double: (x: number) => x + x, 263 double: (x: number) => x + x, 270 double: (x: number) => x + x, 462 double: (x) => x + x,
466 double: (x) => x + x,
472 double: (x) => x + x,
|
/third_party/python/Lib/test/ |
H A D | test_decorators.py | 154 def double(x): function 156 self.assertEqual(double.__name__, 'double') 158 self.assertEqual(counts, dict(double=0)) 162 self.assertEqual(double(2), 4) 163 self.assertEqual(counts['double'], 1) 164 self.assertEqual(double(2), 4) 165 self.assertEqual(counts['double'], 1) 166 self.assertEqual(double(3), 6) 167 self.assertEqual(counts['double'], [all...] |
H A D | test_zipimport_support.py | 152 test_zipped_doctest.SampleClass.double, 156 test_zipped_doctest.SampleNewStyleClass.double,
|
H A D | test_doctest.py | 57 ... sc = sc.double() 68 def double(self): member in SampleClass 70 >>> print(SampleClass(12).double().get()) 148 def double(self): member in SampleNewStyleClass 150 >>> print(SampleNewStyleClass(12).double().get()) 524 1 SampleClass.double 534 1 SampleNewStyleClass.double 580 1 some_module.SampleClass.double 622 1 SampleClass.double 643 1 SampleClass.double [all...] |
/third_party/node/deps/npm/node_modules/cssesc/ |
H A D | cssesc.js | 27 if (options.quotes != 'single' && options.quotes != 'double') { 30 var quote = options.quotes == 'double' ? '"' : '\'';
|
/third_party/PyYAML/lib/yaml/ |
H A D | scanner.py | 249 # Is it a double quoted scalar? 1142 double = True 1144 double = False 1149 chunks.extend(self.scan_flow_scalar_non_spaces(double, start_mark)) 1151 chunks.extend(self.scan_flow_scalar_spaces(double, start_mark)) 1152 chunks.extend(self.scan_flow_scalar_non_spaces(double, start_mark)) 1185 def scan_flow_scalar_non_spaces(self, double, start_mark): 1196 if not double and ch == '\'' and self.peek(1) == '\'': 1199 elif (double and ch == '\'') or (not double an [all...] |
/third_party/ffmpeg/libavutil/x86/ |
H A D | float_dsp.asm | 62 ; void vector_dmul(double *dst, const double *src0, const double *src1, int len) 188 ; void ff_vector_dmac_scalar(double *dst, const double *src, double mul, 251 ; void ff_vector_dmul_scalar(double *dst, const double *src, double mul,
|
/third_party/ffmpeg/libswresample/x86/ |
H A D | resample.asm | 170 %else ; float/double 184 %else ; float/double 202 %else ; float/double 316 %else ; float/double 369 %else ; float/double 419 %else ; float/double 437 %else ; float/double 487 %else ; float/double 605 RESAMPLE_FNS double, 8, 3, d, pdbl_1 609 RESAMPLE_FNS double, [all...] |
/third_party/rust/crates/nom/examples/ |
H A D | json_iterator.rs | 10 number::complete::double, 65 match double::<_, ()>(self.data()) { in number() 276 map(double, |_| ()), in hash()
|
H A D | json.rs | 10 number::complete::double, 84 /// interior of a string, with a parse to recognize the double quote character, 165 map(double, JsonValue::Num), in json_value()
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | ppc64-mont.pl | 137 $nap_d="r22"; # interleaved ap and np in double format 202 # | double nap_d[4*num] | 418 stfd $A0,8($nap_d) ; save a[j] in double format 422 stfd $A2,24($nap_d) ; save a[j+1] in double format 426 stfd $N0,40($nap_d) ; save n[j] in double format 430 stfd $N2,56($nap_d) ; save n[j+1] in double format 559 stfd $A0,8($nap_d) ; save a[j] in double format 565 stfd $A2,24($nap_d) ; save a[j+1] in double format 574 stfd $N0,40($nap_d) ; save n[j] in double format 581 stfd $N2,56($nap_d) ; save n[j+1] in double forma [all...] |
H A D | parisc-mont.pl | 340 fcnvxf,dbl,dbl ${fti},${fti} ; 32-bit unsigned int -> double 346 fcnvfx,dbl,dbl ${fab0},${fab0} ; double -> 33-bit unsigned int 476 fcnvxf,dbl,dbl ${fti},${fti} ; 32-bit unsigned int -> double 482 fcnvfx,dbl,dbl ${fab0},${fab0} ; double -> 33-bit unsigned int 675 fcnvxf,dbl,dbl ${fti},${fti} ; 32-bit unsigned int -> double 681 fcnvfx,dbl,dbl ${fab0},${fab0} ; double -> 33-bit unsigned int 816 fcnvxf,dbl,dbl ${fti},${fti} ; 32-bit unsigned int -> double 823 fcnvfx,dbl,dbl ${fab0},${fab0} ; double -> 33-bit unsigned int
|
/third_party/openssl/crypto/bn/asm/ |
H A D | ppc64-mont.pl | 137 $nap_d="r22"; # interleaved ap and np in double format 202 # | double nap_d[4*num] | 418 stfd $A0,8($nap_d) ; save a[j] in double format 422 stfd $A2,24($nap_d) ; save a[j+1] in double format 426 stfd $N0,40($nap_d) ; save n[j] in double format 430 stfd $N2,56($nap_d) ; save n[j+1] in double format 559 stfd $A0,8($nap_d) ; save a[j] in double format 565 stfd $A2,24($nap_d) ; save a[j+1] in double format 574 stfd $N0,40($nap_d) ; save n[j] in double format 581 stfd $N2,56($nap_d) ; save n[j+1] in double forma [all...] |
H A D | parisc-mont.pl | 340 fcnvxf,dbl,dbl ${fti},${fti} ; 32-bit unsigned int -> double 346 fcnvfx,dbl,dbl ${fab0},${fab0} ; double -> 33-bit unsigned int 476 fcnvxf,dbl,dbl ${fti},${fti} ; 32-bit unsigned int -> double 482 fcnvfx,dbl,dbl ${fab0},${fab0} ; double -> 33-bit unsigned int 675 fcnvxf,dbl,dbl ${fti},${fti} ; 32-bit unsigned int -> double 681 fcnvfx,dbl,dbl ${fab0},${fab0} ; double -> 33-bit unsigned int 816 fcnvxf,dbl,dbl ${fti},${fti} ; 32-bit unsigned int -> double 823 fcnvfx,dbl,dbl ${fab0},${fab0} ; double -> 33-bit unsigned int
|
/third_party/rust/crates/nom/tests/ |
H A D | json.rs | 10 number::complete::double, 126 map(double, Num), in json_value()
|
/third_party/node/benchmark/ |
H A D | _test-double-benchmarker.js | 5 throw new Error(`Invalid module for benchmark test double: ${myModule}`);
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
H A D | serialization.go | 384 p.double() 572 func (p *parser) double() float64 { 581 p.fail("Expected double, got '%c'", p.peek()) 586 p.fail("Failed to parse double: %v", err)
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | wire_format.py | 171 def DoubleByteSize(field_number, double):
|
/third_party/rust/crates/libc/ci/ios/ |
H A D | deploy_and_run_on_ios_simulator.rs | 61 double-check xcrun simctl list."); in start_simulator()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | dumpICUrules.bat | 378 # and taking other text and enclosing it in double quotes 468 s|\\\"|<<dq>>|g; # Transform backslash double quote
|
/third_party/curl/tests/libtest/ |
H A D | mk-lib1521.pl | 168 double dval;
|