Home
last modified time | relevance | path

Searched refs:exactly (Results 1 – 25 of 1182) sorted by relevance

12345678910>>...48

/external/doclava/res/assets/templates-sdk/
Dclass.cs267 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
393 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
400 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
410 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
439 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
464 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
474 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
503 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
513 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
542 <?cs # this next line must be exactly like this to be parsed by eclipse ?>
[all …]
/external/python/cpython2/Doc/tutorial/
Dfloatingpoint.rst23 Unfortunately, most decimal fractions cannot be represented exactly as binary
42 will never be exactly 1/3, but will be an increasingly better approximation of
46 decimal value 0.1 cannot be represented exactly as a base 2 fraction. In base
59 which is close to, but not exactly equal to, 1/10.
78 in the machine is not exactly 1/10, you're simply rounding the *display* of the
99 2.675 is exactly halfway between 2.67 and 2.68, you might expect the result
118 Another consequence is that since 0.1 is not exactly 1/10, summing ten values
119 of 0.1 may not yield exactly 1.0, either::
157 decimal fractions cannot be represented exactly as binary (base 2) fractions.
164 Why is that? 1/10 and 2/10 are not exactly representable as a binary
[all …]
/external/llvm-project/lldb/test/API/macosx/nslog/
DTestDarwinNSLogOutput.py103 def expect_prompt(self, exactly=True): argument
104 self.expect(self.child_prompt, exactly=exactly)
106 def expect(self, pattern, exactly=False, *args, **kwargs): argument
107 if exactly:
/external/python/cpython3/Doc/tutorial/
Dfloatingpoint.rst27 Unfortunately, most decimal fractions cannot be represented exactly as binary
46 will never be exactly 1/3, but will be an increasingly better approximation of
50 decimal value 0.1 cannot be represented exactly as a base 2 fraction. In base
59 is ``3602879701896397 / 2 ** 55`` which is close to but not exactly
114 One illusion may beget another. For example, since 0.1 is not exactly 1/10,
115 summing three values of 0.1 may not yield exactly 0.3, either::
158 1/3 can be represented exactly).
186 the float value exactly::
216 decimal fractions cannot be represented exactly as binary (base 2) fractions.
220 Why is that? 1/10 is not exactly representable as a binary fraction. Almost all
[all …]
/external/rust/cxx/tests/ui/
Dunnamed_receiver.stderr1 error: unnamed receiver type is only allowed if the surrounding extern block contains exactly one e…
7 error: unnamed receiver type is only allowed if the surrounding extern block contains exactly one e…
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_TensorStridedSliceUpdate.pbtxt7 `strides` etc. work exactly as in `StridedSlice`.
10 must be exactly the shape produced by the slice of `input`.
Dapi_def_StridedSliceAssign.pbtxt7 `begin`, `end`, `strides`, etc. work exactly as in `StridedSlice`.
10 shape must be exactly the shape produced by the slice of `ref`.
Dapi_def_ResourceStridedSliceAssign.pbtxt7 `begin, `end`, `strides`, etc. work exactly as in `StridedSlice`.
10 shape must be exactly the shape produced by the slice of `ref`.
/external/libchrome/libchrome_tools/patch/
Dbuild_time.patch21 - // BUILD_DATE is exactly "Mmm DD YYYY HH:MM:SS".
28 + // __DATE__ is exactly "Mmm DD YYYY".
29 + // __TIME__ is exactly "hh:mm:ss".
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Ddarwin_log.py139 def expect_prompt(self, exactly=True): argument
140 self.expect(self.child_prompt, exactly=exactly)
142 def expect(self, pattern, exactly=False, *args, **kwargs): argument
143 if exactly:
/external/ImageMagick/MagickWand/tests/
DREADME8 details exactly what the API does.
13 emulate the BASH shell. In this way you would write scripts in exactly the
/external/grpc-grpc/include/grpc/impl/codegen/
Dport_platform.h442 #error Must define exactly one of GPR_GCC_ATOMIC, GPR_GCC_SYNC, GPR_WINDOWS_ATOMIC
446 #error Must define exactly one of GPR_ARCH_32, GPR_ARCH_64
452 #error Must define exactly one of GPR_CPU_LINUX, GPR_CPU_POSIX, GPR_WINDOWS, GPR_CPU_IPHONE, GPR_CP…
458 #error Must define exactly one of GPR_MSVC_TLS, GPR_GCC_TLS, GPR_PTHREAD_TLS, GPR_CUSTOM_TLS
/external/gemmlowp/doc/
Dquantization.md53 ## Domain-specific constraint: the real value 0 must be exactly representable.
57 real-value 0 be exactly representable.
65 such layers, it is important that the real value '0' be exactly representable in
66 quantized form, i.e. that it correspond exactly to some quantized value, which
69 Indeed, if '0' were not exactly representable, then we would have to use some
70 quantized value for padding, that does not exactly correspond to the real value
77 Now let us phrase what this constraint &mdash; that the real value 0 be exactly
94 somehow be guaranteed to be exactly integral, so that the special uint8 value
95 `zero_point` can be exactly equal to it. Quite awkward!
122 With this quantization equation (3), the condition that 0 be exactly
[all …]
/external/tensorflow/third_party/googleapis/
Dbuild_rules.bzl24 fail("deps must have exactly 1 photo_library")
46 deps: a list that contains exactly one proto_library
70 fail("srcs must have exactly 1 photo_library", "srcs")
/external/curl/tests/data/
Dtest28622 A chunk of data which exactly fits into
57 A chunk of data which exactly fits into
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dspv.memoryScopeSemantics_Error.comp.out7 ERROR: 0:20: 'memoryBarrier' : Semantics must include exactly one of gl_SemanticsRelease, gl_Semant…
9 ERROR: 0:22: 'memoryBarrier' : Semantics must include exactly one of gl_SemanticsRelease, gl_Semant…
/external/deqp-deps/glslang/Test/baseResults/
Dspv.memoryScopeSemantics_Error.comp.out7 ERROR: 0:20: 'memoryBarrier' : Semantics must include exactly one of gl_SemanticsRelease, gl_Semant…
9 ERROR: 0:22: 'memoryBarrier' : Semantics must include exactly one of gl_SemanticsRelease, gl_Semant…
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/
Dport_platform.h481 #error Must define exactly one of GPR_GCC_ATOMIC, GPR_GCC_SYNC, GPR_WINDOWS_ATOMIC
485 #error Must define exactly one of GPR_ARCH_32, GPR_ARCH_64
491 #error Must define exactly one of GPR_CPU_LINUX, GPR_CPU_POSIX, GPR_WINDOWS, GPR_CPU_IPHONE, GPR_CP…
497 #error Must define exactly one of GPR_MSVC_TLS, GPR_GCC_TLS, GPR_PTHREAD_TLS, GPR_STDCPP_TLS, GPR_C…
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/
Dport_platform.h481 #error Must define exactly one of GPR_GCC_ATOMIC, GPR_GCC_SYNC, GPR_WINDOWS_ATOMIC
485 #error Must define exactly one of GPR_ARCH_32, GPR_ARCH_64
491 #error Must define exactly one of GPR_CPU_LINUX, GPR_CPU_POSIX, GPR_WINDOWS, GPR_CPU_IPHONE, GPR_CP…
497 #error Must define exactly one of GPR_MSVC_TLS, GPR_GCC_TLS, GPR_PTHREAD_TLS, GPR_STDCPP_TLS, GPR_C…
/external/autotest/server/site_tests/firmware_Fingerprint/
Dcontrol.rdp013 Fails if the bytes that we read do not exactly match the firmware that was
27 flash and verifies that the bytes exactly match the originally flashed
/external/tcpdump/
Dconfig.h.in351 /* Define to the type of a signed integer type of width exactly 16 bits if
355 /* Define to the type of a signed integer type of width exactly 32 bits if
359 /* Define to the type of a signed integer type of width exactly 64 bits if
363 /* Define to the type of a signed integer type of width exactly 8 bits if such
379 /* Define to the type of an unsigned integer type of width exactly 16 bits if
383 /* Define to the type of an unsigned integer type of width exactly 32 bits if
387 /* Define to the type of an unsigned integer type of width exactly 64 bits if
391 /* Define to the type of an unsigned integer type of width exactly 8 bits if
/external/angle/third_party/vulkan-deps/glslang/src/Test/
DcppSimple.vert187 #define m80(a,b) is + exactly m3 the same
188 #define m80(a,b) is + exactly m3 the same
191 #define m8(a,b) almost + exactly m3 the same
192 #define m8(a,b) almost + exactly m3 thee same
/external/deqp-deps/glslang/Test/
DcppSimple.vert187 #define m80(a,b) is + exactly m3 the same
188 #define m80(a,b) is + exactly m3 the same
191 #define m8(a,b) almost + exactly m3 the same
192 #define m8(a,b) almost + exactly m3 thee same
/external/rust/crates/thiserror/tests/ui/
Dtransparent-struct-many.stderr1 error: #[error(transparent)] requires exactly one field
/external/rust/crates/structopt/tests/ui/
Dparse_not_zero_args.stderr1 error: `parse` must have exactly one argument

12345678910>>...48