Searched refs:fvalue (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/ |
D | compat.c | 271 fmtfp(char *buffer, size_t *currlen, size_t maxlen, long double fvalue, 315 long double fvalue; in dopr() local 472 fvalue = va_arg(args, long double); in dopr() 474 fvalue = va_arg(args, double); in dopr() 476 fmtfp(buffer, &currlen, maxlen, fvalue, min, max, flags); in dopr() 482 fvalue = va_arg(args, long double); in dopr() 484 fvalue = va_arg(args, double); in dopr() 490 fvalue = va_arg(args, long double); in dopr() 492 fvalue = va_arg(args, double); in dopr() 693 fmtfp(char *buffer, size_t *currlen, size_t maxlen, long double fvalue, in fmtfp() argument [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | mailcap.py | 111 fvalue = "" 114 fvalue = field[i+1:].strip() 119 fields[fkey] = fvalue
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lvm.c | 268 case LUA_TLCF: return fvalue(t1) == fvalue(t2); in luaV_equalobj_()
|
D | lobject.h | 163 #define fvalue(o) check_exp(ttislcf(o), val_(o).f) macro
|
D | ltable.c | 116 return hashpointer(t, fvalue(key)); in mainposition()
|
D | lapi.c | 420 if (ttislcf(o)) return fvalue(o); in lua_tocfunction() 449 case LUA_TLCF: return cast(void *, cast(size_t, fvalue(o))); in lua_topointer()
|
D | ldo.c | 303 f = fvalue(func); in luaD_precall()
|