Home
last modified time | relevance | path

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

1234

/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.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.
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 …
/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/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/google/contexthub/firmware/app/chre/common/
Dchre10_app.c119 byte.readings[0].invalid = false; in processSingleAxisData()
161 byte.readings[0].invalid = false; in processEmbeddedData()
Dchre_app.c119 byte.readings[0].invalid = false; in processSingleAxisData()
161 byte.readings[0].invalid = false; in processEmbeddedData()
/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/dragonboard/db845c/firmware/
Dadsp.b131invalid vfr mode�VoiceTimer.cpp:VCP: vtm_start_oneshot_timer: one shot timer index not available�V…
14 �vsm_actions.cpp:VSM: TX_OOB_PKTEXG: data_size=%d����vsm_actions.cpp:VSM: RX_OOB_PKTEXG: invalid pa…
20invalid payload size. %d����vsm_session_cmd_handler.cpp:VSM: SET_AVSYNC_DELAYS: tx_delay_us = %d u…
32 … GPIO num is invalid����AFEClientHandler.cpp:Failed to configure GPIO pin: #lu��AFEClientHandler.c…
Dadsp.b071invalid length: %d���pd_dump.c:ADSP:QDI open NULL NA %d, %d��pd_dump.c:ADSP:QDI open %x: %d: %d��p…
2 …end_mult_pkt - io_transmit failed: %d ctrl_pkt 0x%x %d���log_api.c:Alloc invalid length %d���log_a…
/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/google/cuttlefish/guest/hals/hwcomposer/common/
Dhwcomposer.cpp168 void LogLayers(int num_layers, hwc_layer_1_t* layers, int invalid) { in LogLayers() argument
172 if (idx == invalid) { in LogLayers()
/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/
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/arm-trusted-firmware/docs/
Dxlat-tables-lib-v2-design.rst263 the new region will overlap another one in an invalid way, or if any other
389 initialized its corresponding translation table entry to an invalid
391 invalid translation table entry [#tlb-no-invalid-entry]_, this means that this
396 .. [#tlb-no-invalid-entry] See section D4.9.1 `General TLB maintenance requirements` in ARMv8-A, re…
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Dparser.dlg30 (*zzerr)("invalid token");

1234