Home
last modified time | relevance | path

Searched refs:Lg (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/test/recipes/15-test_ecparam_data/valid/
H A Dc2pnb304w1-explicit.pem7 FkRDBR0CAwD+Lg==
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h224 auto Lg = getLgImpl(Digits, Scale); in getLgFloor() local
225 return Lg.first - (Lg.second > 0); in getLgFloor()
234 auto Lg = getLgImpl(Digits, Scale); in getLgCeiling() local
235 return Lg.first + (Lg.second < 0); in getLgCeiling()
/freebsd/contrib/gdtoa/
H A DREADME359 printf and fprintf, etc. in which %La, %Le, %Lf, and %Lg are for long
H A Dchanges588 %Le, %Lf and %Lg to handle long double. On x86_64 systems, it also
/freebsd/contrib/lua/src/
H A Dluaconf.h.dist451 #define LUA_NUMBER_FMT "%.19Lg"