Home
last modified time | relevance | path

Searched refs:dconst10 (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dreal.h380 extern REAL_VALUE_TYPE dconst10;
H A Dbuiltins.c7619 || (value == &dconst10 && (BUILTIN_EXP10_P (fcode))))) in fold_builtin_logarithm()
7645 x = build_real (type, dconst10); in fold_builtin_logarithm()
7931 || (value == &dconst10 in fold_builtin_exponent()
9007 return fold_builtin_exponent (fndecl, arglist, &dconst10); in fold_builtin_1()
9016 return fold_builtin_logarithm (fndecl, arglist, &dconst10); in fold_builtin_1()
H A Demit-rtl.c103 REAL_VALUE_TYPE dconst10; variable
5197 REAL_VALUE_FROM_INT (dconst10, 10, 0, double_mode); in init_emit_once()