Searched refs:math_log10 (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lmathlib.c | 697 static int math_log10 (lua_State *L) { in math_log10() function 737 {"log10", math_log10},
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-tic54x.c | 2836 math_log10 (float arg1, float ignore ATTRIBUTE_UNUSED) in math_log10() function 2949 { "$log10", math_log10, 1, 0 },
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-tic54x.c | 2869 math_log10 (float arg1, float ignore ATTRIBUTE_UNUSED) in math_log10() function 2963 { "$log10", { .f = math_log10 }, 1, 1 },
|