Home
last modified time | relevance | path

Searched refs:logb_optab (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/gcc/
HDoptabs.h337 #define logb_optab (optab_table[OTI_logb]) macro
HDoptabs.c5286 logb_optab = init_optab (UNKNOWN); in init_optabs()
HDbuiltins.c1805 errno_set = true; builtin_optab = logb_optab; break; in expand_builtin_mathfn()
HDChangeLog-200435961 (logb_optab, ilogb_optab): Define corresponding macros.
35962 * optabs.c (init_optabs): Initialize logb_optab and ilogb_optab.
35963 * genopinit.c (optabs): Implement logb_optab and ilogb_optab
35966 using logb_optab, and BUILT_IN_ILOGB{,F,L} using ilogb_optab.