Home
last modified time | relevance | path

Searched defs:fval (Results 1 – 16 of 16) sorted by relevance

/third_party/libcoap/src/
Dcoap_time.c70 #define Q(frac,fval) ((1 << (frac)) * (fval)) argument
Dnet.c87 #define Q(frac,fval) ((uint16_t)(((1 << (frac)) * fval.integer_part) + \ argument
/third_party/skia/third_party/externals/oboe/src/common/
DUtilities.cpp36 float fval = source[i]; in convertFloatToPcm16() local
/third_party/gstreamer/gstplugins_bad/gst/librfb/
Dd3des.c371 register unsigned long fval, work, right, leftt; in desfunc() local
/third_party/toybox/toys/other/
Dlsattr.c254 unsigned long fval = 0; in update_attr() local
/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoom_config_param.h71 struct FloatVal fval; member
Dgoomsl_yacc.y956 HashValue *fval; in new_call() local
/third_party/alsa-lib/test/
Dpcm.c68 } fval; in generate_sine() local
/third_party/python/PC/
D_msi.c675 FILETIME fval; in _msi_SummaryInformation_GetProperty_impl() local
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir.cpp329 ImmediateValue::ImmediateValue(Program *prog, float fval) in ImmediateValue()
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dm3u8.c605 gdouble fval; in gst_m3u8_update() local
/third_party/python/Objects/
Dfloatobject.c124 PyFloat_FromDouble(double fval) in PyFloat_FromDouble()
/third_party/python/Modules/
Daudioop.c1109 double fval = (double)val1 + (double)val2; in audioop_add_impl() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/
Dgstsdpmessage.c3883 const gchar *fname, *fval; in gst_sdp_media_set_media_from_caps() local
/third_party/gstreamer/gstplugins_good/gst/videobox/
Dgstvideobox.c2799 const GValue *fval, *lval; in gst_video_box_transform_caps() local
/third_party/ltp/tools/sparse/sparse-src/
Dlinearize.c1085 static pseudo_t add_setfval(struct entrypoint *ep, struct symbol *ctype, long double fval) in add_setfval()