/external/python/cpython3/Python/ |
D | dtoa.c | 188 #define dval(x) (x)->d macro 937 return dval(&u); in ulp() 974 return dval(&d); in b2d() 1110 dval(&da) = b2d(a, &ka); in ratio() 1111 dval(&db) = b2d(b, &kb); in ratio() 1119 return dval(&da) / dval(&db); in ratio() 1399 dval(rv) += sulp(rv, bc); in bigcomp() 1418 return dval(&rv); in _Py_dg_stdnan() 1430 return sign ? -dval(&rv) : dval(&rv); in _Py_dg_infinity() 1448 dval(&rv) = 0.; in _Py_dg_strtod() [all …]
|
/external/python/cpython2/Python/ |
D | dtoa.c | 197 #define dval(x) (x)->d macro 1011 return dval(&u); in ulp() 1048 return dval(&d); in b2d() 1184 dval(&da) = b2d(a, &ka); in ratio() 1185 dval(&db) = b2d(b, &kb); in ratio() 1193 return dval(&da) / dval(&db); in ratio() 1502 dval(rv) += sulp(rv, bc); in bigcomp() 1520 dval(&rv) = 0.; in _Py_dg_strtod() 1706 dval(&rv) = y; in _Py_dg_strtod() 1708 dval(&rv) = tens[k - 9] * dval(&rv) + z; in _Py_dg_strtod() [all …]
|
/external/u-boot/post/lib_powerpc/fpu/ |
D | darwin-ldouble.c | 45 double dval[2]; member 60 x.dval[0] = z; /* Will always be DBL_MAX. */ in __gcc_qadd() 63 x.dval[1] = a - z + c + zz; in __gcc_qadd() 65 x.dval[1] = c - z + a + zz; in __gcc_qadd() 78 x.dval[0] = xh; in __gcc_qadd() 79 x.dval[1] = z - xh + zz; in __gcc_qadd() 116 z.dval[0] = u; in __gcc_qmul() 117 z.dval[1] = (t - u) + tau; in __gcc_qmul()
|
/external/protobuf/php/ext/google/protobuf/ |
D | type_check.c | 95 const char *str, int length, int64_t *lval, double *dval) { in convert_numeric_string() argument 133 !(digits >= MAX_LENGTH_OF_INT64 && dval); in convert_numeric_string() 162 if (dval) { in convert_numeric_string() 173 if (dval) { in convert_numeric_string() 192 if (dval) { in convert_numeric_string() 193 *dval = zend_strtod(str, NULL); in convert_numeric_string() 204 if (dval) { in convert_numeric_string() 205 *dval = local_dval; in convert_numeric_string() 225 double dval; \ 227 switch (convert_numeric_string(val, len, &lval, &dval)) { \ [all …]
|
/external/ppp/pppd/plugins/radius/ |
D | dict.c | 47 DICT_VALUE *dval; in rc_read_dictionary() local 249 if ((dval = in rc_read_dictionary() 257 strcpy (dval->attrname, attrstr); in rc_read_dictionary() 258 strcpy (dval->name, namestr); in rc_read_dictionary() 259 dval->value = value; in rc_read_dictionary() 262 dval->next = dictionary_values; in rc_read_dictionary() 263 dictionary_values = dval; in rc_read_dictionary()
|
D | avpair.c | 528 DICT_VALUE *dval; in rc_avpair_parse() local 611 if ((dval = rc_dict_findval (valstr)) in rc_avpair_parse() 624 pair->lvalue = dval->value; in rc_avpair_parse() 694 DICT_VALUE *dval; in rc_avpair_tostr() local 733 dval = rc_dict_getval (pair->lvalue, pair->name); in rc_avpair_tostr() 734 if (dval != (DICT_VALUE *) NULL) in rc_avpair_tostr() 736 strncpy(value, dval->name, (size_t) lv-1); in rc_avpair_tostr()
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/ |
D | InstructionMethodItem.java | 543 double dval = Double.longBitsToDouble(val); in writeCommentIfLikelyDouble() local 544 if (dval == Double.POSITIVE_INFINITY) in writeCommentIfLikelyDouble() 546 else if (dval == Double.NEGATIVE_INFINITY) in writeCommentIfLikelyDouble() 548 else if (Double.isNaN(dval)) in writeCommentIfLikelyDouble() 550 else if (dval == Double.MAX_VALUE) in writeCommentIfLikelyDouble() 552 else if (dval == Math.PI) in writeCommentIfLikelyDouble() 554 else if (dval == Math.E) in writeCommentIfLikelyDouble() 557 writer.write(Double.toString(dval)); in writeCommentIfLikelyDouble()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_printf.cc | 152 s64 dval; in VSNPrintf() local 159 dval = have_ll ? va_arg(args, s64) in VSNPrintf() 162 result += AppendSignedDecimal(&buff, buff_end, dval, width, in VSNPrintf()
|
/external/apache-commons-bcel/src/test/java/org/apache/bcel/data/ |
D | ComplexAnnotatedClass.java | 21 @ComplexAnnotation(ival = 4, bval = 2, cval = '5', fval = 3.0f, dval = 33.4, zval = false, jval = 5…
|
D | ComplexAnnotation.java | 35 double dval(); in dval() method
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_shape.cc | 418 for (auto dval : vals) { in InsertDim() local 419 AddDim(dval); in InsertDim() 451 for (auto dval : vals) { in set_dim() local 452 AddDim(dval); in set_dim() 472 for (auto dval : vals) { in RemoveDimRange() local 473 AddDim(dval); in RemoveDimRange()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SPARC/ |
D | fp128.ll | 175 %dval = load fp128, fp128* %d, align 8 176 %3 = fptosi fp128 %dval to i32 199 %dval = load fp128, fp128* %d, align 8 200 %3 = fptoui fp128 %dval to i32
|
/external/llvm/test/CodeGen/SPARC/ |
D | fp128.ll | 175 %dval = load fp128, fp128* %d, align 8 176 %3 = fptosi fp128 %dval to i32 199 %dval = load fp128, fp128* %d, align 8 200 %3 = fptoui fp128 %dval to i32
|
/external/google-benchmark/test/ |
D | output_test.h | 137 double dval = GetAs<double>(entry_name); in GetCounterAs() local 138 T tval = static_cast<T>(dval); in GetCounterAs()
|
/external/libcxx/utils/google-benchmark/test/ |
D | output_test.h | 137 double dval = GetAs<double>(entry_name); in GetCounterAs() local 138 T tval = static_cast<T>(dval); in GetCounterAs()
|
/external/angle/third_party/glslang/src/glslang/MachineIndependent/preprocessor/ |
D | PpScanner.cpp | 328 ppToken->dval = (double)wholeNumber; in lFloatConst() 330 ppToken->dval = (double)wholeNumber / exponentValue; in lFloatConst() 332 ppToken->dval = (double)wholeNumber * exponentValue; in lFloatConst() 335 ppToken->dval = 0.0; in lFloatConst() 349 strtodStream >> ppToken->dval; in lFloatConst() 357 ppToken->dval = 0.0; in lFloatConst()
|
D | PpContext.h | 111 ival == right.ival && dval == right.dval && i64val == right.i64val && 123 double dval; member
|
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/ |
D | PpScanner.cpp | 328 ppToken->dval = (double)wholeNumber; in lFloatConst() 330 ppToken->dval = (double)wholeNumber / exponentValue; in lFloatConst() 332 ppToken->dval = (double)wholeNumber * exponentValue; in lFloatConst() 335 ppToken->dval = 0.0; in lFloatConst() 349 strtodStream >> ppToken->dval; in lFloatConst() 357 ppToken->dval = 0.0; in lFloatConst()
|
D | PpContext.h | 111 ival == right.ival && dval == right.dval && i64val == right.i64val && 123 double dval; member
|
/external/libcups/cups/ |
D | testcups.c | 51 *dval, /* Destination value */ in main() local 367 …if ((dval = cupsGetOption("printer-is-temporary", dests[i].num_options, dest[i].options)) != NULL … in main()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
D | PeriodFormatterData.java | 400 int dval = count % 1000; in appendCountValue() local 402 dval /= 100; in appendCountValue() 404 dval /= 10; in appendCountValue() 407 appendDigits(dval, decimalDigits, decimalDigits, sb); in appendCountValue()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/ |
D | PeriodFormatterData.java | 402 int dval = count % 1000; in appendCountValue() local 404 dval /= 100; in appendCountValue() 406 dval /= 10; in appendCountValue() 409 appendDigits(dval, decimalDigits, decimalDigits, sb); in appendCountValue()
|
/external/v8/src/execution/ppc/ |
D | simulator-ppc.cc | 1877 int64_t dval = static_cast<int64_t>(val); in ExecuteGeneric() local 1878 dval = ((dval & 0xC0000000) << 32) | ((dval & 0x40000000) << 31) | in ExecuteGeneric() 1879 ((dval & 0x40000000) << 30) | ((dval & 0x7FFFFFFF) << 29) | 0x0; in ExecuteGeneric() 1880 set_d_register(frt, dval); in ExecuteGeneric() 1921 int64_t dval = get_d_register(frs); in ExecuteGeneric() local 1922 if ((dval & 0x7FF0000000000000) == 0x7FF0000000000000) { in ExecuteGeneric() 1923 sval = ((dval & 0xC000000000000000) >> 32) | in ExecuteGeneric() 1924 ((dval & 0x07FFFFFFE0000000) >> 29); in ExecuteGeneric() 2961 int64_t dval = static_cast<int64_t>(val); in ExecuteGeneric() local 2962 dval = ((dval & 0xC0000000) << 32) | ((dval & 0x40000000) << 31) | in ExecuteGeneric() [all …]
|
/external/curl/tests/libtest/ |
D | mk-lib1521.pl | 263 print "$c &dval);\n$check";
|
/external/sfntly/cpp/src/test/tinyxml/ |
D | tinyxml.cpp | 720 int TiXmlElement::QueryDoubleAttribute( const char* name, double* dval ) const in QueryDoubleAttribute() 725 return attrib->QueryDoubleValue( dval ); in QueryDoubleAttribute() 730 int TiXmlElement::QueryDoubleAttribute( const std::string& name, double* dval ) const in QueryDoubleAttribute() 735 return attrib->QueryDoubleValue( dval ); in QueryDoubleAttribute() 1243 int TiXmlAttribute::QueryDoubleValue( double* dval ) const in QueryDoubleValue() 1245 if ( TIXML_SSCANF( value.c_str(), "%lf", dval ) == 1 ) in QueryDoubleValue()
|