Home
last modified time | relevance | path

Searched refs:invalid (Results 1 – 25 of 65) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dcmath_testcases.txt30 -- invalid : raised for invalid inputs.
1620 exp1002 exp 0.0 inf -> nan nan invalid
1621 exp1003 exp 2.3 inf -> nan nan invalid
1622 exp1004 exp -0.0 inf -> nan nan invalid
1623 exp1005 exp -2.3 inf -> nan nan invalid
1641 exp1023 exp inf inf -> inf nan invalid ignore-real-sign
1650 exp1032 exp 0.0 -inf -> nan nan invalid
1651 exp1033 exp 2.3 -inf -> nan nan invalid
1652 exp1034 exp -0.0 -inf -> nan nan invalid
1653 exp1035 exp -2.3 -inf -> nan nan invalid
[all …]
Dmath_testcases.txt28 -- invalid : raised for invalid inputs (e.g., sqrt(-1))
282 gam0003 gamma -inf -> nan invalid
285 -- negative integers inputs are invalid
286 gam0010 gamma -1 -> nan invalid
287 gam0011 gamma -2 -> nan invalid
288 gam0012 gamma -1e16 -> nan invalid
289 gam0013 gamma -1e300 -> nan invalid
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/templates/
Dsoftfloat-specialize101 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
134 signaling NaN, the invalid exception is raised.
195 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
231 signaling NaN, the invalid exception is raised.
301 invalid exception is raised.
336 `b' is a signaling NaN, the invalid exception is raised.
405 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
440 `b' is a signaling NaN, the invalid exception is raised.
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
Dsoftfloat-specialize154 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
187 signaling NaN, the invalid exception is raised.
256 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
292 signaling NaN, the invalid exception is raised.
362 invalid exception is raised.
397 `b' is a signaling NaN, the invalid exception is raised.
466 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
501 `b' is a signaling NaN, the invalid exception is raised.
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
Dsoftfloat-specialize158 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
191 signaling NaN, the invalid exception is raised.
260 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
296 signaling NaN, the invalid exception is raised.
366 invalid exception is raised.
401 `b' is a signaling NaN, the invalid exception is raised.
470 `a' to the canonical NaN format. If `a' is a signaling NaN, the invalid
505 `b' is a signaling NaN, the invalid exception is raised.
Dsoftfloat.txt224 Conversions from floating-point to integer raise the invalid exception if
322 functions raise the invalid exception if either input is any kind of NaN.
323 The equal functions, on the other hand, are defined not to raise the invalid
333 except that the invalid exception is raised for any NaN input. Likewise,
335 that the invalid exception is not raised for quiet NaNs.
/device/linaro/bootloader/edk2/PcAtChipsetPkg/
DPcAtChipsetPkg.uni94 …s_HELP #language en-US "Defines the ACPI register set base address. The invalid 0xFFFF is as its …
102 …device that contains the BAR and Enable for ACPI hardware registers. The invalid 0xFF is as its de…
106 …device that contains the BAR and Enable for ACPI hardware registers. The invalid 0xFF is as its de…
110 …the PCI device that contains the Enable for ACPI hardware registers. The invalid 0xFFFF is as its …
118 …of the PCI device that contains the BAR for ACPI hardware registers. The invalid 0xFFFF is as its …
DPcAtChipsetPkg.dec136 # The invalid 0xFFFF is as its default value. It must be configured to the real value.
145 # The invalid 0xFF is as its default value. It must be configured to the real value.
150 # The invalid 0xFF is as its default value. It must be configured to the real value.
155 # The invalid 0xFFFF is as its default value. It must be configured to the real value.
164 # The invalid 0xFFFF is as its default value. It must be configured to the real value.
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/
Dsoftfloat.c1430 goto invalid; in float64_to_int32()
1434 if ( 0x80000000 < absZ ) goto invalid; in float64_to_int32()
1467 invalid: in float64_to_int32()
1503 goto invalid; in float64_to_int32_round_to_zero()
1521 invalid: in float64_to_int32_round_to_zero()
1896 if ( ( bExp | bSig0 | bSig1 ) == 0 ) goto invalid; in float64_mul()
1902 invalid: in float64_mul()
1958 goto invalid; in float64_div()
1969 invalid: in float64_div()
2041 goto invalid; in float64_rem()
[all …]
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/
Dsoftfloat.c1431 goto invalid; in float64_to_int32()
1435 if ( 0x80000000 < absZ ) goto invalid; in float64_to_int32()
1468 invalid: in float64_to_int32()
1504 goto invalid; in float64_to_int32_round_to_zero()
1522 invalid: in float64_to_int32_round_to_zero()
1897 if ( ( bExp | bSig0 | bSig1 ) == 0 ) goto invalid; in float64_mul()
1903 invalid: in float64_mul()
1959 goto invalid; in float64_div()
1970 invalid: in float64_div()
2042 goto invalid; in float64_rem()
[all …]
/device/google/contexthub/firmware/app/chre/common/
Dchre_app.c119 byte.readings[0].invalid = false; in processSingleAxisData()
161 byte.readings[0].invalid = false; in processEmbeddedData()
/device/google/contexthub/inc/chre/
Dsensor.h595 uint8_t invalid : 1; member
/device/linaro/bootloader/edk2/OvmfPkg/PlatformDxe/
DPlatform.uni33 …olution of the Graphics Console at next boot. It might be unset, or even invalid (hence ignored) w…
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/
Dsoftfloat.c2378 goto invalid; in float64_to_int32_round_to_zero()
2391 invalid: in float64_to_int32_round_to_zero()
3339 goto invalid; in floatx80_to_int32_round_to_zero()
3351 invalid: in floatx80_to_int32_round_to_zero()
3817 if ( ( bExp | bSig ) == 0 ) goto invalid; in floatx80_mul()
3823 invalid: in floatx80_mul()
3877 goto invalid; in floatx80_div()
3888 invalid: in floatx80_div()
3958 goto invalid; in floatx80_rem()
3966 invalid: in floatx80_rem()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
Dtest_refactor.py90 invalid = ("from",
98 for inp in invalid:
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DKNOWN_PROBLEMS.txt59 #13. dlg reports an invalid range for: [\0x00-\0xff]
126 #7. DLG crashes on some invalid inputs
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dparser.dlg35 (*zzerr)("invalid token");
884 else err("$$ use invalid in C++ mode");
891 else err("$[] use invalid in C++ mode");
900 else err("$[..] use invalid in C++ mode");
/device/linaro/bootloader/edk2/PerformancePkg/
DPerformancePkg.dsc63 # will produce invalid results for any measurements done with a TimerLib instance
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/
Ddsdt.asl55 /* Set invalid UUID error bit */
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DKNOWN_PROBLEMS.txt116 #13. dlg reports an invalid range for: [\0x00-\0xff]
183 #7. DLG crashes on some invalid inputs
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Dparser.dlg30 (*zzerr)("invalid token");
/device/asus/fugu/self-extractors/google/
DLICENSE207 Agreement is unenforceable or invalid under any applicable law or
209 invalidity shall not render this Agreement unenforceable or invalid
212 invalid provision within the limits of applicable law or
/device/asus/fugu/self-extractors/broadcom/
DLICENSE207 Agreement is unenforceable or invalid under any applicable law or
209 invalidity shall not render this Agreement unenforceable or invalid
212 invalid provision within the limits of applicable law or
/device/asus/fugu/self-extractors/intel/
DLICENSE222 Agreement is unenforceable or invalid under any applicable law or is
224 invalidity shall not render this Agreement unenforceable or invalid
227 invalid provision within the limits of applicable law or
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
DVfrCompile.g599 Error (UTILITY_NAME, 0, 0, "invalid line definition in preprocessor output file", TokenString);
851 // Define all other invalid characters so that they get through the lexical phase
855 #token InvalidCharacters("invalid characters") "~[;:=,\.\|]"
917 ; << PrintErrorMessage (LT(1)->getLine(), LT(1)->getText(), "invalid class"); >>
928 ; << PrintErrorMessage (LT(1)->getLine(), LT(1)->getText(), "invalid subclass"); >>
1789 … PrintErrorMessage (WVAL->getLine(), "value=0 is invalid for ordered lists", NULL);
2117 PrintErrorMessage (LineNum, NULL, "invalid or missing key value - required with INTERACTIVE");
2186 // Check for redefinitions and invalid combinations
2209 PrintWarningMessage (mSubStmtFlagsLineNum, "invalid bits defined in flag", NULL);
3062 PrintErrorMessage (LineNum, FieldName, "invalid array size");
[all …]

123