Searched refs:positive (Results 1 – 25 of 31) sorted by relevance
12
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_cmath.py | 247 positive = test_values + [1.] + [1./x for x in test_values] 248 nonnegative = [0.] + positive 251 real_line = [0.] + positive + [-x for x in positive] 260 'log' : positive, 261 'log10' : positive, 278 for v in positive:
|
D | math_testcases.txt | 187 -- small positive integers give factorials 263 -- results close to 0: positive argument ... 291 -- small positive integers give factorials 434 -- extreme positive values
|
D | ieee754.txt | 106 The power of 0 raised to x is defined as 0, if x is positive. Negative
|
/device/generic/goldfish/gnss/ |
D | gnss_hw_listener.cpp | 60 double sign(char m, char positive) { return (m == positive) ? 1.0 : -1; } in sign() argument
|
/device/linaro/bootloader/edk2/StdLib/LibC/Main/Ia32/ |
D | fpu_rmode.asm | 26 ; BYTE 2 ; round to positive infinity
|
/device/linaro/bootloader/edk2/StdLib/LibC/Main/X64/ |
D | fpu_rmode.asm | 21 ; BYTE 2 ; round to positive infinity
|
/device/linaro/bootloader/edk2/StdLib/ |
D | ISSUES.txt | 41 On error, applications will sometimes return large positive numbers.
|
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/UserManuals/ |
D | PatchFvUserManual.md | 59 The **_Offset_** can be a positive or negative number and represents where the
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ |
D | dqReduce.decTest | 96 -- some insignificant trailing zeros with positive exponent
|
D | ddReduce.decTest | 95 -- some insignificant trailing zeros with positive exponent
|
D | reduce.decTest | 96 -- some insignificant trailing zeros with positive exponent
|
D | power.decTest | 1191 -- P=34, within 0-999 -- positive arg2 1234 -- P=16, within 0-99 -- positive arg2 1277 -- P=7, within 0-9 -- positive arg2
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/ |
D | PciHostBridge.asi | 80 PosDecode, // positive Decode
|
/device/generic/goldfish-opengl/system/renderControl_enc/ |
D | README | 120 if 'forRead' is not-zero, the function returns positive value in case
|
/device/google/coral/json-c/ |
D | ChangeLog | 186 value is negative, while error value is positive.
|
/device/google/redbull/json-c/ |
D | ChangeLog | 186 value is negative, while error value is positive.
|
/device/google/crosshatch/json-c/ |
D | ChangeLog | 186 value is negative, while error value is positive.
|
/device/google/sunfish/json-c/ |
D | ChangeLog | 186 value is negative, while error value is positive.
|
/device/google/bonito/json-c/ |
D | ChangeLog | 186 value is negative, while error value is positive.
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/ |
D | CHANGES_SUMMARY.txt | 609 The above example might be termed a "false positive". Comparison 1340 [zz]traceOptionValue: when it is positive tracing is enabled, 1343 it is positive AND [zz]traceOptionValue is positive rule trace 1355 [zz]traceOptionValue is also positive.
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/ |
D | CHANGES_SUMMARY.txt | 609 The above example might be termed a "false positive". Comparison 1340 [zz]traceOptionValue: when it is positive tracing is enabled, 1343 it is positive AND [zz]traceOptionValue is positive rule trace 1355 [zz]traceOptionValue is also positive.
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/ |
D | softfloat.txt | 227 positive integer is returned. Otherwise, if the conversion overflows, the
|
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/ |
D | softfloat-macros | 483 If the exact quotient q is larger than 32 bits, the maximum positive 32-bit
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/ |
D | softfloat-macros | 483 If the exact quotient q is larger than 32 bits, the maximum positive 32-bit
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/ |
D | softfloat-macros | 558 If the exact quotient q is larger than 64 bits, the maximum positive 64-bit
|
12