/external/llvm/test/MC/Hexagon/instructions/ |
D | xtype_shift.s | 5 # CHECK: 10 df 14 80 7 # CHECK: 30 df 14 80 9 # CHECK: 50 df 14 80 11 # CHECK: 11 df 15 8c 13 # CHECK: 31 df 15 8c 15 # CHECK: 51 df 15 8c 19 # CHECK: 10 df 14 82 21 # CHECK: 30 df 14 82 23 # CHECK: 50 df 14 82 25 # CHECK: 90 df 14 82 [all …]
|
D | xtype_mpy.s | 5 # CHECK: b1 df 35 d7 9 # CHECK: b5 d1 3f df 11 # CHECK: f5 f1 b5 df 23 # CHECK: 11 df 15 ed 25 # CHECK: 11 df 15 ef 97 # CHECK: 10 df 95 e4 99 # CHECK: 30 df 95 e4 101 # CHECK: 50 df 95 e4 103 # CHECK: 70 df 95 e4 105 # CHECK: 10 df b5 e4 [all …]
|
D | xtype_complex.s | 21 # CHECK: d0 df 15 e5 23 # CHECK: d0 df 95 e5 25 # CHECK: d0 df 55 e5 27 # CHECK: d0 df d5 e5 29 # CHECK: d0 df 15 e7 31 # CHECK: d0 df 95 e7 33 # CHECK: f0 df 15 e7 35 # CHECK: f0 df 95 e7 37 # CHECK: d0 df 55 e7 39 # CHECK: d0 df d5 e7 [all …]
|
D | alu32_alu.s | 7 # CHECK: 11 df 15 f3 9 # CHECK: 11 df 55 f6 17 # CHECK: 11 df 15 f1 19 # CHECK: 11 df 35 f1 21 # CHECK: 11 df 75 f1 35 # CHECK: 11 df 35 f3 37 # CHECK: 11 df d5 f6 51 # CHECK: f1 ff df 78 59 # CHECK: 11 df 15 f6 61 # CHECK: 11 df 35 f6 [all …]
|
/external/llvm-project/llvm/test/MC/Hexagon/instructions/ |
D | xtype_shift.s | 5 # CHECK: 10 df 14 80 7 # CHECK: 30 df 14 80 9 # CHECK: 50 df 14 80 11 # CHECK: 11 df 15 8c 13 # CHECK: 31 df 15 8c 15 # CHECK: 51 df 15 8c 19 # CHECK: 10 df 14 82 21 # CHECK: 30 df 14 82 23 # CHECK: 50 df 14 82 25 # CHECK: 90 df 14 82 [all …]
|
D | xtype_mpy.s | 5 # CHECK: b1 df 35 d7 9 # CHECK: b5 d1 3f df 11 # CHECK: f5 f1 b5 df 23 # CHECK: 11 df 15 ed 25 # CHECK: 11 df 15 ef 97 # CHECK: 10 df 95 e4 99 # CHECK: 30 df 95 e4 101 # CHECK: 50 df 95 e4 103 # CHECK: 70 df 95 e4 105 # CHECK: 10 df b5 e4 [all …]
|
D | xtype_complex.s | 21 # CHECK: d0 df 15 e5 23 # CHECK: d0 df 95 e5 25 # CHECK: d0 df 55 e5 27 # CHECK: d0 df d5 e5 29 # CHECK: d0 df 15 e7 31 # CHECK: d0 df 95 e7 33 # CHECK: f0 df 15 e7 35 # CHECK: f0 df 95 e7 37 # CHECK: d0 df 55 e7 39 # CHECK: d0 df d5 e7 [all …]
|
D | alu32_alu.s | 7 # CHECK: 11 df 15 f3 9 # CHECK: 11 df 55 f6 17 # CHECK: 11 df 15 f1 19 # CHECK: 11 df 35 f1 21 # CHECK: 11 df 75 f1 35 # CHECK: 11 df 35 f3 37 # CHECK: 11 df d5 f6 51 # CHECK: f1 ff df 78 59 # CHECK: 11 df 15 f6 61 # CHECK: 11 df 35 f6 [all …]
|
/external/tensorflow/tensorflow/python/ops/distributions/ |
D | student_t.py | 50 This distribution has parameters: degree of freedom `df`, location `loc`, 58 pdf(x; df, mu, sigma) = (1 + y**2 / df)**(-0.5 (df + 1)) / Z 61 Z = abs(sigma) sqrt(df pi) Gamma(0.5 df) / Gamma(0.5 (df + 1)) 76 X ~ StudentT(df, loc=0, scale=1) 82 t-distribution std. dev. is `scale sqrt(df / (df - 2))` when `df > 2`. 97 single_dist = tfd.StudentT(df=3) 105 multi_dist = tfd.StudentT(df=[2, 3], loc=[1, 2.], scale=[11, 22.]) 119 # Both have df 2 and mean 1, but different scales. 120 dist = tfd.StudentT(df=2, loc=1, scale=[11, 22.]) 130 df = tf.constant(2.0) [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | dcfmapts.cpp | 137 DecimalFormat df("0", {"en", status}, status); in testAPI() local 139 assertEquals("pat 0: ", 0, df.getGroupingSize()); in testAPI() 140 assertEquals("pat 0: ", (UBool) FALSE, (UBool) df.isGroupingUsed()); in testAPI() 141 df.setGroupingUsed(false); in testAPI() 142 assertEquals("pat 0 then disabled: ", 0, df.getGroupingSize()); in testAPI() 143 assertEquals("pat 0 then disabled: ", u"1111", df.format(1111, result.remove())); in testAPI() 144 df.setGroupingUsed(true); in testAPI() 145 assertEquals("pat 0 then enabled: ", 0, df.getGroupingSize()); in testAPI() 146 assertEquals("pat 0 then enabled: ", u"1111", df.format(1111, result.remove())); in testAPI() 149 DecimalFormat df("#,##0", {"en", status}, status); in testAPI() local [all …]
|
D | miscdtfm.cpp | 165 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), *symbols, status); in test4099975() local 168 format0 = df->format(d, format0); in test4099975() 170 localizedPattern0 = df->toLocalizedPattern(localizedPattern0, status); in test4099975() 171 failure(status, "df->toLocalizedPattern"); in test4099975() 174 format1 = df->format(d, format1); in test4099975() 180 localizedPattern1 = df->toLocalizedPattern(localizedPattern1, status); in test4099975() 181 failure(status, "df->toLocalizedPattern"); in test4099975() 187 delete df; in test4099975() 197 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), status); in test4099975() local 199 df->setDateFormatSymbols(*symbols); in test4099975() [all …]
|
/external/mesa3d/src/intel/tools/tests/gen8/ |
D | mad.asm | 3 mad(8) g64<1>DF g62<4,4,1>DF g40<4,4,1>DF g92<4,4,1>DF { align16 1Q }; 4 mad(8) g74<1>DF -g50<4,4,1>DF g24<4,4,1>DF g74<4,4,1>DF { align16 1Q }; 5 mad(8) g27<1>DF g48<4,4,1>DF g106<4,4,1>DF g25<4,4,1>DF { align16 2Q }; 6 mad(8) g29<1>DF g23<4,4,1>DF g27<4,4,1>DF -g25<4,4,1>DF { align16 1Q }; 16 mad(8) g85<1>DF g28<4,4,1>DF g26<4,4,1>DF -g81<4,4,1>DF { align16 2Q }; 20 mad(8) g79<1>DF -g39<4,4,1>DF g21<4,4,1>DF g79<4,4,1>DF { align16 2Q }; 33 mad(8) g43<1>DF g42<4,4,1>DF -g34<4,4,1>DF g7<4,4,1>DF { align16 1Q }; 34 mad(8) g3<1>DF g2<4,4,1>DF -g111<4,4,1>DF g39<4,4,1>DF { align16 2Q }; 39 mad(8) g6<1>DF -g55<4,4,1>DF g2<4,4,1>DF -g47<4,4,1>DF { align16 1Q }; 41 mad(8) g63<1>DF -g48<4,4,1>DF g56<4,4,1>DF -g44<4,4,1>DF { align16 2Q };
|
/external/mesa3d/src/intel/tools/tests/gen9/ |
D | mad.asm | 3 mad(8) g64<1>DF g62<4,4,1>DF g40<4,4,1>DF g92<4,4,1>DF { align16 1Q }; 4 mad(8) g80<1>DF -g50<4,4,1>DF g24<4,4,1>DF g80<4,4,1>DF { align16 1Q }; 5 mad(8) g27<1>DF g48<4,4,1>DF g106<4,4,1>DF g25<4,4,1>DF { align16 2Q }; 8 mad(8) g29<1>DF g23<4,4,1>DF g27<4,4,1>DF -g25<4,4,1>DF { align16 1Q }; 16 mad(8) g85<1>DF g28<4,4,1>DF g83<4,4,1>DF -g81<4,4,1>DF { align16 2Q }; 20 mad(8) g79<1>DF -g39<4,4,1>DF g21<4,4,1>DF g79<4,4,1>DF { align16 2Q }; 33 mad(8) g43<1>DF g42<4,4,1>DF -g34<4,4,1>DF g7<4,4,1>DF { align16 1Q }; 34 mad(8) g3<1>DF g2<4,4,1>DF -g111<4,4,1>DF g39<4,4,1>DF { align16 2Q }; 39 mad(8) g6<1>DF -g55<4,4,1>DF g2<4,4,1>DF -g47<4,4,1>DF { align16 1Q }; 41 mad(8) g63<1>DF -g48<4,4,1>DF g56<4,4,1>DF -g44<4,4,1>DF { align16 2Q };
|
/external/tensorflow/tensorflow/python/kernel_tests/distributions/ |
D | student_t_test.py | 54 df = constant_op.constant([3.] * batch_size) 61 student = student_t.StudentT(df, loc=mu, scale=-sigma) 82 df = constant_op.constant([[1.5, 7.2]] * batch_size) 90 student = student_t.StudentT(df, loc=mu, scale=sigma) 109 df = constant_op.constant([3.] * batch_size) 116 student = student_t.StudentT(df, loc=mu, scale=sigma) 140 student = student_t.StudentT(df=df_v, loc=mu_v, scale=sigma_v) 159 df = constant_op.constant(4.) 166 student = student_t.StudentT(df=df, loc=mu, scale=sigma) 178 df = constant_op.constant(4.) [all …]
|
/external/tcpdump/tests/ |
D | geneve-vv.out | 1 IP (tos 0x0, ttl 64, id 57261, offset 0, flags [DF], proto UDP (17), length 142) 3 IP (tos 0x0, ttl 64, id 48546, offset 0, flags [DF], proto ICMP (1), length 84) 5 IP (tos 0x0, ttl 64, id 34821, offset 0, flags [DF], proto UDP (17), length 134) 9 IP (tos 0x0, ttl 64, id 34822, offset 0, flags [DF], proto UDP (17), length 110) 11 IP (tos 0x0, ttl 64, id 23057, offset 0, flags [DF], proto TCP (6), length 60) 13 IP (tos 0x0, ttl 64, id 57274, offset 0, flags [DF], proto UDP (17), length 118) 15 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 60) 17 IP (tos 0x0, ttl 64, id 34823, offset 0, flags [DF], proto UDP (17), length 102) 19 IP (tos 0x0, ttl 64, id 23058, offset 0, flags [DF], proto TCP (6), length 52) 21 IP (tos 0x0, ttl 64, id 57275, offset 0, flags [DF], proto UDP (17), length 149) [all …]
|
D | forces2vvv.out | 1 05:12:46.942414 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 68) 4 05:12:46.943161 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 29… 7 05:12:46.943242 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 26… 10 05:12:46.943643 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 36) 13 05:12:47.944776 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 68) 16 05:12:47.946163 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 29… 19 05:12:47.946319 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 26… 22 05:12:47.947214 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 36) 25 05:12:48.948471 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 68) 28 05:12:48.949179 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 29… [all …]
|
D | forces2vv.out | 1 05:05:09.298782 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 68) 4 05:05:09.303686 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 29… 7 05:05:09.304939 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 26… 10 05:05:09.306408 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 36) 13 05:05:10.309380 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 68) 16 05:05:10.309715 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 29… 19 05:05:10.309749 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 26… 22 05:05:10.309952 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 36) 25 05:05:11.310417 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 68) 28 05:05:11.310768 IP (tos 0x2,ECT(0), ttl 64, id 0, offset 0, flags [DF], proto SCTP (132), length 29… [all …]
|
/external/icu/libicu/cts_headers/ |
D | decNumberLocal.h | 298 /* Refer to a 32-bit word or byte in a decFloat (df) by big-endian */ 305 #define DFBYTE(df, off) ((df)->bytes[DECBYTES-1-(off)]) argument 306 #define DFWORD(df, off) ((df)->words[DECWORDS-1-(off)]) argument 309 #define DFBYTE(df, off) ((df)->bytes[off]) argument 310 #define DFWORD(df, off) ((df)->words[off]) argument 315 #define DFISSIGNED(df) (DFWORD(df, 0)&0x80000000) argument 316 #define DFISSPECIAL(df) ((DFWORD(df, 0)&0x78000000)==0x78000000) argument 317 #define DFISINF(df) ((DFWORD(df, 0)&0x7c000000)==0x78000000) argument 318 #define DFISNAN(df) ((DFWORD(df, 0)&0x7c000000)==0x7c000000) argument 319 #define DFISQNAN(df) ((DFWORD(df, 0)&0x7e000000)==0x7c000000) argument [all …]
|
/external/icu/icu4c/source/i18n/ |
D | decNumberLocal.h | 298 /* Refer to a 32-bit word or byte in a decFloat (df) by big-endian */ 305 #define DFBYTE(df, off) ((df)->bytes[DECBYTES-1-(off)]) argument 306 #define DFWORD(df, off) ((df)->words[DECWORDS-1-(off)]) argument 309 #define DFBYTE(df, off) ((df)->bytes[off]) argument 310 #define DFWORD(df, off) ((df)->words[off]) argument 315 #define DFISSIGNED(df) (DFWORD(df, 0)&0x80000000) argument 316 #define DFISSPECIAL(df) ((DFWORD(df, 0)&0x78000000)==0x78000000) argument 317 #define DFISINF(df) ((DFWORD(df, 0)&0x7c000000)==0x78000000) argument 318 #define DFISNAN(df) ((DFWORD(df, 0)&0x7c000000)==0x7c000000) argument 319 #define DFISQNAN(df) ((DFWORD(df, 0)&0x7e000000)==0x7c000000) argument [all …]
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/std/ |
D | DateDeserializers.java | 104 protected abstract DateBasedDeserializer<T> withDateFormat(DateFormat df, String formatStr); in withDateFormat() argument 127 SimpleDateFormat df = new SimpleDateFormat(pattern, loc); in createContextual() local 131 df.setTimeZone(tz); in createContextual() 133 df.setLenient(lenient); in createContextual() 135 return withDateFormat(df, pattern); in createContextual() 139 DateFormat df = ctxt.getConfig().getDateFormat(); in createContextual() local 141 if (df.getClass() == StdDateFormat.class) { in createContextual() 143 StdDateFormat std = (StdDateFormat) df; in createContextual() 149 df = std; in createContextual() 152 df = (DateFormat) df.clone(); in createContextual() [all …]
|
/external/llvm-project/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 119 flushPendingLabels(PendingFixup.DF, PendingFixup.DF->getContents().size()); in resolvePendingFixups() 121 PendingFixup.DF->getFixups().push_back(PendingFixup.Fixup); in resolvePendingFixups() 228 MCDataFragment *DF = getOrCreateDataFragment(); in emitValueImpl() local 229 flushPendingLabels(DF, DF->getContents().size()); in emitValueImpl() 244 DF->getFixups().push_back( in emitValueImpl() 245 MCFixup::create(DF->getContents().size(), Value, in emitValueImpl() 247 DF->getContents().resize(DF->getContents().size() + Size, 0); in emitValueImpl() 297 auto *DF = dyn_cast_or_null<MCDataFragment>(F); in emitLabelAtPos() local 299 if (DF) { in emitLabelAtPos() 577 MCDataFragment *DF = getOrCreateDataFragment(); in emitBytes() local [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 122 flushPendingLabels(PendingFixup.DF, PendingFixup.DF->getContents().size()); in resolvePendingFixups() 124 PendingFixup.DF->getFixups().push_back(PendingFixup.Fixup); in resolvePendingFixups() 231 MCDataFragment *DF = getOrCreateDataFragment(); in EmitValueImpl() local 232 flushPendingLabels(DF, DF->getContents().size()); in EmitValueImpl() 247 DF->getFixups().push_back( in EmitValueImpl() 248 MCFixup::create(DF->getContents().size(), Value, in EmitValueImpl() 250 DF->getContents().resize(DF->getContents().size() + Size, 0); in EmitValueImpl() 300 auto *DF = dyn_cast_or_null<MCDataFragment>(F); in EmitLabelAtPos() local 302 if (DF) { in EmitLabelAtPos() 572 MCDataFragment *DF = getOrCreateDataFragment(); in EmitBytes() local [all …]
|
/external/ltp/testcases/commands/df/ |
D | df01.sh | 6 # Test df command with some basic options. 95 if [ "$(echo $@)" = "df -i -P" ]; then 116 df_test "df" 121 df_test "df -a" 126 df_test "df -i" 131 df_test "df -k" 136 df_test "df -t ${DF_FS_TYPE}" 141 df_test "df -T" 146 df_test "df -v ${TST_DEVICE}" 151 df_verify "df -h" [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatTest.java | 263 DecimalFormat df = new DecimalFormat("0.00 ; -0.00"); in Test20186_SpacesAroundSemicolon() local 264 expect2(df, 1, "1.00 "); in Test20186_SpacesAroundSemicolon() 265 expect2(df, -1, " -1.00"); in Test20186_SpacesAroundSemicolon() 267 df = new DecimalFormat("0.00;"); in Test20186_SpacesAroundSemicolon() 268 expect2(df, 1, "1.00"); in Test20186_SpacesAroundSemicolon() 269 expect2(df, -1, "-1.00"); in Test20186_SpacesAroundSemicolon() 271 df = new DecimalFormat("0.00;0.00"); in Test20186_SpacesAroundSemicolon() 272 expect2(df, 1, "1.00"); in Test20186_SpacesAroundSemicolon() 273 expect(df, -1, "1.00"); // parses as 1, not -1 in Test20186_SpacesAroundSemicolon() 275 df = new DecimalFormat(" 0.00 ; -0.00 "); in Test20186_SpacesAroundSemicolon() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | NumberFormatTest.java | 266 DecimalFormat df = new DecimalFormat("0.00 ; -0.00"); in Test20186_SpacesAroundSemicolon() local 267 expect2(df, 1, "1.00 "); in Test20186_SpacesAroundSemicolon() 268 expect2(df, -1, " -1.00"); in Test20186_SpacesAroundSemicolon() 270 df = new DecimalFormat("0.00;"); in Test20186_SpacesAroundSemicolon() 271 expect2(df, 1, "1.00"); in Test20186_SpacesAroundSemicolon() 272 expect2(df, -1, "-1.00"); in Test20186_SpacesAroundSemicolon() 274 df = new DecimalFormat("0.00;0.00"); in Test20186_SpacesAroundSemicolon() 275 expect2(df, 1, "1.00"); in Test20186_SpacesAroundSemicolon() 276 expect(df, -1, "1.00"); // parses as 1, not -1 in Test20186_SpacesAroundSemicolon() 278 df = new DecimalFormat(" 0.00 ; -0.00 "); in Test20186_SpacesAroundSemicolon() [all …]
|