Home
last modified time | relevance | path

Searched refs:build_float_modulus (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-tree.h594 extern tree build_float_modulus (tree, tree, tree);
H A DChangeLog-2015279 * d-codegen.cc (build_float_modulus): Update to handle imaginary types.
300 (build_float_modulus): Likewise.
H A Dd-codegen.cc2307 build_float_modulus (tree type, tree arg0, tree arg1) in build_float_modulus() function
H A DChangeLog-2013469 (IRState::floatMod): Rename to build_float_modulus.
H A Dexpr.cc107 return build_float_modulus (type, arg0, arg1); in binary_op()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-tree.h571 extern tree build_float_modulus (tree, tree, tree);
H A Dd-codegen.cc2008 build_float_modulus (tree type, tree arg0, tree arg1) in build_float_modulus() function
H A Dexpr.cc113 return build_float_modulus (type, arg0, arg1); in binary_op()