Searched refs:outputbuffer (Results 1 – 7 of 7) sorted by relevance
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
D | Dfp.java | 1976 char outputbuffer[] = new char[mant.length * 4 + 20]; in dfp2sci() local 2003 outputbuffer[q++] = '-'; in dfp2sci() 2008 outputbuffer[q++] = rawdigits[p++]; in dfp2sci() 2009 outputbuffer[q++] = '.'; in dfp2sci() 2012 outputbuffer[q++] = rawdigits[p++]; in dfp2sci() 2015 outputbuffer[q++] = '0'; in dfp2sci() 2016 outputbuffer[q++] = '.'; in dfp2sci() 2017 outputbuffer[q++] = '0'; in dfp2sci() 2018 outputbuffer[q++] = 'e'; in dfp2sci() 2019 outputbuffer[q++] = '0'; in dfp2sci() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb/ |
D | asmprinter-bug.ll | 33 %outputbuffer.134 = phi i32 [ undef, %entry ], [ %outputbuffer.0, %bb25 ] ; <i32> [#uses=2] 102 %42 = trunc i32 %outputbuffer.134 to i8 ; <i8> [#uses=1] 109 %outputbuffer.0 = phi i32 [ %39, %bb23 ], [ %outputbuffer.134, %bb24 ] ; <i32> [#uses=2] 123 …%outputbuffer.1.lcssa = phi i32 [ %outputbuffer.0, %bb26.bb27_crit_edge ], [ undef, %entry ] ; <i… 129 %45 = trunc i32 %outputbuffer.1.lcssa to i8 ; <i8> [#uses=1]
|
/external/llvm/test/CodeGen/Thumb/ |
D | asmprinter-bug.ll | 33 %outputbuffer.134 = phi i32 [ undef, %entry ], [ %outputbuffer.0, %bb25 ] ; <i32> [#uses=2] 102 %42 = trunc i32 %outputbuffer.134 to i8 ; <i8> [#uses=1] 109 %outputbuffer.0 = phi i32 [ %39, %bb23 ], [ %outputbuffer.134, %bb24 ] ; <i32> [#uses=2] 123 …%outputbuffer.1.lcssa = phi i32 [ %outputbuffer.0, %bb26.bb27_crit_edge ], [ undef, %entry ] ; <i… 129 %45 = trunc i32 %outputbuffer.1.lcssa to i8 ; <i8> [#uses=1]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb/ |
D | asmprinter-bug.ll | 33 %outputbuffer.134 = phi i32 [ undef, %entry ], [ %outputbuffer.0, %bb25 ] ; <i32> [#uses=2] 102 %42 = trunc i32 %outputbuffer.134 to i8 ; <i8> [#uses=1] 109 %outputbuffer.0 = phi i32 [ %39, %bb23 ], [ %outputbuffer.134, %bb24 ] ; <i32> [#uses=2] 123 …%outputbuffer.1.lcssa = phi i32 [ %outputbuffer.0, %bb26.bb27_crit_edge ], [ undef, %entry ] ; <i… 129 %45 = trunc i32 %outputbuffer.1.lcssa to i8 ; <i8> [#uses=1]
|
/external/python/cpython2/Modules/ |
D | audioop.c | 1434 int i, outputbuffer = 0, bufferstep; in audioop_lin2adpcm() local 1531 outputbuffer = (delta << 4) & 0xf0; in audioop_lin2adpcm() 1533 *ncp++ = (delta & 0x0f) | outputbuffer; in audioop_lin2adpcm()
|
/external/python/cpython3/Modules/ |
D | audioop.c | 1644 int outputbuffer = 0, bufferstep; in audioop_lin2adpcm_impl() local 1742 outputbuffer = (delta << 4) & 0xf0; in audioop_lin2adpcm_impl() 1744 *ncp++ = (delta & 0x0f) | outputbuffer; in audioop_lin2adpcm_impl()
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 351 PCRE2_SIZE rlength, PCRE2_UCHAR *outputbuffer, 3090 string in outputbuffer, replacing the part that was matched with the
|