Home
last modified time | relevance | path

Searched defs:lg (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/gcc/gcc/config/rs6000/
H A Ddarwin-asm.h45 #define lg MODE_CHOICE(lwz, ld) macro
/openbsd/regress/usr.sbin/syslogd/
H A Dttylog.c42 FILE *lg; variable
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dfp-cmp-4.c104 unsigned lg : 1; in main() member
/openbsd/lib/libm/src/
H A Db_tgamma.c298 struct Double lg, lsine; in neg_gam() local
/openbsd/usr.sbin/syslogd/
H A Dprivsep.c560 struct logname *lg; in check_log_name() local
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DScaledNumber.h553 int32_t lg() const { return ScaledNumbers::getLg(Digits, Scale); } in lg() function
/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp1150 unsigned lg = logBase2(); in nearestLogBase2() local