| /third_party/FreeBSD/contrib/gdtoa/ |
| H A D | strtod.c | 146 dval(&rv) = 0.; 350 dval(&rv) = y; 356 dval(&rv) = tens[k - 9] * dval(&rv) + z; 381 /* rv = */ rounded_product(dval(&rv), tens[e]); 398 dval(&rv) *= tens[i]; 405 /* rv = */ rounded_product(dval(&rv), tens[e]); 411 /* rv = */ rounded_product(dval(&rv), tens[e]); 425 /* rv = */ rounded_quotient(dval(&rv), tens[-e]); 457 dval( [all...] |
| H A D | strtodg.c | 185 b = d2b(dval(d), &e, &bdif); 359 dval(&rv) = 0.; 551 dval(&rv) = y; 553 dval(&rv) = tens[k - 9] * dval(&rv) + z; 566 /* rv = */ rounded_product(dval(&rv), tens[e]); 580 dval(&rv) *= tens[i]; 586 dval(&adj) = dval(&rv); 588 /* adj = */ rounded_product(dval( [all...] |
| H A D | smisc.c | 83 dval(&da) = b2d(a, &ka); 84 dval(&db) = b2d(b, &kb); 90 dval(&da) *= 1 << k; 96 dval(&db) *= 1 << k; 106 return dval(&da) / dval(&db);
|
| H A D | ulp.c | 69 return dval(&a);
|
| H A D | gdtoaimp.h | 300 #define dval(x) (x)->d macro
|
| /third_party/FreeBSD/sys/dev/usb/ |
| H A D | usb_hid.c | 227 int32_t dval; in hid_get_item() local 239 dval = s->usages_min[s->iusage] + s->ousage; in hid_get_item() 240 c->usage = dval; in hid_get_item() 241 s->usage_last = dval; in hid_get_item() 242 if (dval == s->usages_max[s->iusage]) { in hid_get_item() 250 dval = s->usage_last; in hid_get_item() 295 dval = 0; in hid_get_item() 299 dval = (int8_t)hid_get_byte(s, 1); in hid_get_item() 303 dval = hid_get_byte(s, 1); in hid_get_item() 304 dval | in hid_get_item() [all...] |
| /third_party/python/Python/ |
| H A D | dtoa.c | 193 #define dval(x) (x)->d macro 942 return dval(&u); in ulp() 979 return dval(&d); in b2d() 990 dval(d) / 2**scale = b * 2**e. 1115 dval(&da) = b2d(a, &ka); in ratio() 1116 dval(&db) = b2d(b, &kb); in ratio() 1124 return dval(&da) / dval(&db); in ratio() 1404 dval(rv) += sulp(rv, bc); in bigcomp() 1423 return dval( in _Py_dg_stdnan() [all...] |
| H A D | getargs.c | 826 double dval = PyFloat_AsDouble(arg); in convertsimple() local 827 if (dval == -1.0 && PyErr_Occurred()) in convertsimple() 830 *p = (float) dval; in convertsimple() 836 double dval = PyFloat_AsDouble(arg); in convertsimple() local 837 if (dval == -1.0 && PyErr_Occurred()) in convertsimple() 840 *p = dval; in convertsimple()
|
| /third_party/glslang/glslang/MachineIndependent/preprocessor/ |
| H A D | PpScanner.cpp | 325 ppToken->dval = (double)wholeNumber; in lFloatConst() 327 ppToken->dval = (double)wholeNumber / exponentValue; in lFloatConst() 329 ppToken->dval = (double)wholeNumber * exponentValue; in lFloatConst() 332 ppToken->dval = 0.0; in lFloatConst() 346 strtodStream >> ppToken->dval; in lFloatConst() 354 ppToken->dval = 0.0; in lFloatConst()
|
| H A D | PpContext.h | 107 ival == right.ival && dval == right.dval && i64val == right.i64val && in operator ==() 121 double dval; member
|
| /third_party/benchmark/test/ |
| H A D | output_test.h | 135 double dval = GetAs<double>(entry_name); in GetCounterAs() local 136 T tval = static_cast<T>(dval); in GetCounterAs()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
| H A D | PeriodFormatterData.java | 400 int dval = count % 1000; in appendCountValue() 402 dval /= 100; in appendCountValue() 404 dval /= 10; in appendCountValue() 407 appendDigits(dval, decimalDigits, decimalDigits, sb); in appendCountValue()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/ |
| H A D | PeriodFormatterData.java | 402 int dval = count % 1000; in appendCountValue() 404 dval /= 100; in appendCountValue() 406 dval /= 10; in appendCountValue() 409 appendDigits(dval, decimalDigits, decimalDigits, sb); in appendCountValue()
|
| /third_party/backends/lib/ |
| H A D | snprintf.c | 670 double dval; in dopr() local 773 dval = va_arg( args, double ); in dopr() 774 fmtdouble( buffer, left, ch, dval,ljust,len, zpad, precision ); break; in dopr()
|
| /third_party/node/deps/v8/src/execution/ppc/ |
| H A D | simulator-ppc.cc | 1631 int64_t dval = static_cast<int64_t>(val); in ExecuteGeneric() local 1632 dval = ((dval & 0xC0000000) << 32) | ((dval & 0x40000000) << 31) | in ExecuteGeneric() 1633 ((dval & 0x40000000) << 30) | ((dval & 0x7FFFFFFF) << 29) | in ExecuteGeneric() 1635 set_d_register(frt, dval); in ExecuteGeneric() 2155 int64_t dval = static_cast<int64_t>(val); in ExecuteGeneric() local 2156 dval = ((dval in ExecuteGeneric() 2199 int64_t dval = get_d_register(frs); ExecuteGeneric() local 3350 int64_t dval = static_cast<int64_t>(val); ExecuteGeneric() local 3394 int64_t dval = get_d_register(frs); ExecuteGeneric() local [all...] |
| /third_party/glslang/glslang/HLSL/ |
| H A D | hlslScanContext.cpp | 634 case PpAtomConstFloat16: parserToken->d = ppToken.dval; return EHTokFloat16Constant; in tokenizeClass() 635 case PpAtomConstFloat: parserToken->d = ppToken.dval; return EHTokFloatConstant; in tokenizeClass() 636 case PpAtomConstDouble: parserToken->d = ppToken.dval; return EHTokDoubleConstant; in tokenizeClass()
|
| /third_party/backends/backend/ |
| H A D | u12.c | 967 double dval; in sane_init() local 976 dval = 1.5; in sane_init() 977 decodeVal( str, "grayGamma", _FLOAT, &config.adj.graygamma,&dval); in sane_init() 978 decodeVal( str, "redGamma", _FLOAT, &config.adj.rgamma, &dval ); in sane_init() 979 decodeVal( str, "greenGamma", _FLOAT, &config.adj.ggamma, &dval ); in sane_init() 980 decodeVal( str, "blueGamma", _FLOAT, &config.adj.bgamma, &dval ); in sane_init()
|
| H A D | plustek.c | 1491 double dval; in sane_init() local 1542 dval = 1.0; in sane_init() 1543 decodeVal( str, "grayGamma", _FLOAT, &config.adj.graygamma,&dval); in sane_init() 1544 decodeVal( str, "redGamma", _FLOAT, &config.adj.rgamma, &dval ); in sane_init() 1545 decodeVal( str, "greenGamma", _FLOAT, &config.adj.ggamma, &dval ); in sane_init() 1546 decodeVal( str, "blueGamma", _FLOAT, &config.adj.bgamma, &dval ); in sane_init()
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
| H A 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 1245 if ( TIXML_SSCANF( value.c_str(), "%lf", dval ) == 1 )
|
| /third_party/curl/tests/libtest/ |
| H A D | mk-lib1521.pl | 168 double dval; 329 print "$c &dval);\n$check";
|
| /third_party/python/Lib/ |
| H A D | optparse.py | 852 dval = dict[attr] 853 if dval is not None: 854 setattr(self, attr, dval)
|
| /third_party/mesa3d/src/freedreno/perfcntrs/ |
| H A D | fdperf.c | 302 uint32_t dval = delta(group->last[ctr], val); in resample_counter() local 303 group->current[ctr] = (float)dval * 1000000.0 / (float)dt; in resample_counter()
|
| /third_party/python/Objects/ |
| H A D | longobject.c | 377 PyLong_FromDouble(double dval) in PyLong_FromDouble() argument 390 if (-int_max < dval && dval < int_max) { in PyLong_FromDouble() 391 return PyLong_FromLong((long)dval); in PyLong_FromDouble() 398 if (Py_IS_INFINITY(dval)) { in PyLong_FromDouble() 403 if (Py_IS_NAN(dval)) { in PyLong_FromDouble() 408 if (dval < 0.0) { in PyLong_FromDouble() 410 dval = -dval; in PyLong_FromDouble() 412 frac = frexp(dval, in PyLong_FromDouble() [all...] |
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir.cpp | 342 ImmediateValue::ImmediateValue(Program *prog, double dval) in ImmediateValue() argument 350 reg.data.f64 = dval; in ImmediateValue()
|
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | Scan.cpp | 899 case PpAtomConstFloat: parserToken->sType.lex.d = ppToken.dval; return FLOATCONSTANT; in tokenize() 904 case PpAtomConstDouble: parserToken->sType.lex.d = ppToken.dval; return DOUBLECONSTANT; in tokenize() 905 case PpAtomConstFloat16: parserToken->sType.lex.d = ppToken.dval; return FLOAT16CONSTANT; in tokenize()
|