MCPcopy Create free account
hub / github.com/audacity/audacity / sub

Method sub

libraries/lib-string-utils/ToChars.cpp:180–184  ·  view source on GitHub ↗

! @brief returns x - y @pre x.e == y.e and x.f >= y.f */

Source from the content-addressed store, hash-verified

178 @pre x.e == y.e and x.f >= y.f
179 */
180 static diyfp sub(const diyfp& x, const diyfp& y) noexcept
181 {
182
183 return { x.f - y.f, x.e };
184 }
185
186 /*!
187 @brief returns x * y

Callers 15

cleanup_commentsFunction · 0.80
runMethod · 0.80
compile_fun_shellFunction · 0.80
compile_fun_noshellFunction · 0.80
find_programFunction · 0.80
quote_define_nameFunction · 0.80
subst_varsFunction · 0.80
formatMethod · 0.80
compile_templateFunction · 0.80
rm_blank_linesFunction · 0.80
quoteFunction · 0.80
compile_templateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected