Home
last modified time | relevance | path

Searched defs:dval (Results 1 – 17 of 17) sorted by relevance

/third_party/gstreamer/gstreamer/plugins/tracers/
Dgstrusage.c99 GstClockTime nval, GstClockTime * dts, GstClockTime * dval) in update_trace_value()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/
DPeriodFormatterData.java402 int dval = count % 1000; in appendCountValue() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
DPeriodFormatterData.java400 int dval = count % 1000; in appendCountValue() local
/third_party/benchmark/test/
Doutput_test.h135 double dval = GetAs<double>(entry_name); in GetCounterAs() local
/third_party/FreeBSD/sys/dev/usb/
Dusb_hid.c228 int32_t dval; in hid_get_item() local
/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.h123 double dval; member
/third_party/mesa3d/src/freedreno/perfcntrs/
Dfdperf.c302 uint32_t dval = delta(group->last[ctr], val); in resample_counter() local
/third_party/python/Python/
Dgetargs.c825 double dval = PyFloat_AsDouble(arg); in convertsimple() local
835 double dval = PyFloat_AsDouble(arg); in convertsimple() local
Ddtoa.c192 #define dval(x) (x)->d macro
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir.cpp342 ImmediateValue::ImmediateValue(Program *prog, double dval) in ImmediateValue()
Dnv50_ir_ra.cpp1838 LValue *dval = (*d)->get()->asLValue(); in run() local
/third_party/FreeBSD/contrib/gdtoa/
Dgdtoaimp.h300 #define dval(x) (x)->d macro
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_text.c287 double dval; in parse_double() member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp968 double dval = (getArgType(FInfo) == AMDGPULibFunc::F32) in fold_pow() local
/third_party/alsa-lib/src/pcm/
Dpcm_ladspa.c1268 double dval; in snd_pcm_ladspa_parse_controls() local
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstmultiqueue.c2748 GstClockTimeDiff dval; local
/third_party/python/Objects/
Dlongobject.c296 PyLong_FromDouble(double dval) in PyLong_FromDouble()