Home
last modified time | relevance | path

Searched refs:canonical (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
DdqCanonical.decTest2 -- dqCanonical.decTest -- test decQuad canonical results --
38 -- assert some standard (canonical) values; this tests that FromString
39 -- produces canonical results (many more in decimalNN)
54 -- Base tests for canonical encodings (individual operator
58 dqcan021 canonical #77ffcff3fcff3fcff3fcff3fcff3fcff -> #77ffcff3fcff3fcff3fcff3fcff3fcff
59 dqcan022 canonical #77fffff3fcff3fcff3fcff3fcff3fcff -> #77ffcff3fcff3fcff3fcff3fcff3fcff
60 dqcan023 canonical #77ffcffffcff3fcff3fcff3fcff3fcff -> #77ffcff3fcff3fcff3fcff3fcff3fcff
61 dqcan024 canonical #77ffcff3ffff3fcff3fcff3fcff3fcff -> #77ffcff3fcff3fcff3fcff3fcff3fcff
62 dqcan025 canonical #77ffcff3fcffffcff3fcff3fcff3fcff -> #77ffcff3fcff3fcff3fcff3fcff3fcff
63 dqcan026 canonical #77ffcff3fcff3ffff3fcff3fcff3fcff -> #77ffcff3fcff3fcff3fcff3fcff3fcff
[all …]
DddCanonical.decTest2 -- ddCanonical.decTest -- test decDouble canonical results --
37 -- assert some standard (canonical) values; this tests that FromString
38 -- produces canonical results (many more in decimalNN)
53 -- Base tests for canonical encodings (individual operator
57 ddcan021 canonical #77fcff3fcff3fcff -> #77fcff3fcff3fcff
58 ddcan022 canonical #77fcff3fcff3fcff -> #77fcff3fcff3fcff
59 ddcan023 canonical #77ffff3fcff3fcff -> #77fcff3fcff3fcff
60 ddcan024 canonical #77ffff3fcff3fcff -> #77fcff3fcff3fcff
61 ddcan025 canonical #77fcffffcff3fcff -> #77fcff3fcff3fcff
62 ddcan026 canonical #77fcffffcff3fcff -> #77fcff3fcff3fcff
[all …]
DdsEncode.decTest54 -- derivative canonical plain strings
DddEncode.decTest54 -- derivative canonical plain strings
DdqEncode.decTest54 -- derivative canonical plain strings
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/templates/
Dsoftfloat-specialize57 Internal canonical NaN format.
101 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
119 Returns the result of converting the canonical NaN `a' to the single-
195 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
213 Returns the result of converting the canonical NaN `a' to the double-
300 point NaN `a' to the canonical NaN format. If `a' is a signaling NaN, the
318 Returns the result of converting the canonical NaN `a' to the extended
405 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
422 Returns the result of converting the canonical NaN `a' to the quadruple-
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
Dsoftfloat-specialize103 Internal canonical NaN format.
154 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
172 Returns the result of converting the canonical NaN `a' to the single-
256 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
274 Returns the result of converting the canonical NaN `a' to the double-
361 point NaN `a' to the canonical NaN format. If `a' is a signaling NaN, the
379 Returns the result of converting the canonical NaN `a' to the extended
466 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
483 Returns the result of converting the canonical NaN `a' to the quadruple-
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
Dsoftfloat-specialize107 Internal canonical NaN format.
158 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
176 Returns the result of converting the canonical NaN `a' to the single-
260 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
278 Returns the result of converting the canonical NaN `a' to the double-
365 point NaN `a' to the canonical NaN format. If `a' is a signaling NaN, the
383 Returns the result of converting the canonical NaN `a' to the extended
470 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
487 Returns the result of converting the canonical NaN `a' to the quadruple-
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dcharset.py136 def add_alias(alias, canonical): argument
142 ALIASES[alias] = canonical
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_descr.py2841 self.canonical = value.lower()
2842 self.hashcode = hash(self.canonical)
2847 return self.canonical == other.canonical
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py2783 def canonical(self, context=None): member in Decimal
3974 def canonical(self, a): member in Context
3983 return a.canonical(context=self)