Home
last modified time | relevance | path

Searched refs:insignificant (Results 1 – 25 of 47) sorted by relevance

12

/external/llvm-project/libclc/generic/lib/math/
Dcosh.cl88 // When exp(-x) is insignificant compared to exp(x), return exp(x)/2
125 // This is where exp(-x) is insignificant compared to exp(x) = ln(2^27)
Dtanh.cl90 // The point at which e^-x is insignificant compared to e^x = ln(2^27)
Dsinh.cl125 // This is where exp(-x) is insignificant compared to exp(x) = ln(2^27)
Datan2pi.cl205 res4 = yneg ? -0.5 : 0.5; // atan(y/x) is insignificant compared to piby2
Datan2.cl222 res4 = yneg ? -piby2 : piby2; // atan(y/x) is insignificant compared to piby2
/external/markdown/docs/
Drelease-2.0.txt52 exception of a few minor insignificant differences, any difference should be
/external/python/cpython2/Lib/test/decimaltestdata/
DddReduce.decTest95 -- some insignificant trailing zeros with positive exponent
DdqReduce.decTest96 -- some insignificant trailing zeros with positive exponent
Dreduce.decTest96 -- some insignificant trailing zeros with positive exponent
/external/python/cpython3/Lib/test/decimaltestdata/
DddReduce.decTest95 -- some insignificant trailing zeros with positive exponent
DdqReduce.decTest96 -- some insignificant trailing zeros with positive exponent
Dreduce.decTest96 -- some insignificant trailing zeros with positive exponent
/external/llvm-project/llvm/docs/CommandGuide/
Dllc.rst117 Enable FP math optimizations that assume the sign of 0 is insignificant.
/external/kotlinx.coroutines/kotlinx-coroutines-debug/
DREADME.md74 reduce the overhead of debug probes and make it insignificant.
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc145 "the sign of 0 is insignificant"),
/external/fmtlib/doc/
Dsyntax.rst284 | | In both cases insignificant trailing zeros are removed |
/external/freetype/src/autofit/
Dafblue.dat62 // outside of a string is insignificant.
/external/llvm/include/llvm/Target/
DTargetSchedule.td213 // uses is insignificant. This way, the same SchedReadWrite list may
/external/llvm/docs/
DStackMaps.rst410 same format with an insignificant amount of wasted space.
/external/python/cpython2/Objects/
Dlongobject.c559 const unsigned char insignificant = is_signed ? 0xff : 0x00; in _PyLong_FromByteArray() local
562 if (*p != insignificant) in _PyLong_FromByteArray()
/external/llvm-project/llvm/docs/
DStackMaps.rst414 same format with an insignificant amount of wasted space.
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/
DlocaleMatcherTest.txt194 # to be an acceptable match. The regional difference is considered almost insignificant.
/external/llvm-project/llvm/include/llvm/Target/
DTargetSchedule.td217 // uses is insignificant. This way, the same SchedReadWrite list may
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSchedule.td217 // uses is insignificant. This way, the same SchedReadWrite list may
/external/python/cpython3/Objects/
Dlongobject.c880 const unsigned char insignificant = is_signed ? 0xff : 0x00; in _PyLong_FromByteArray() local
883 if (*p != insignificant) in _PyLong_FromByteArray()

12