MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / MOV_get_double

Function MOV_get_double

src/jrd/mov.cpp:108–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106
107
108double MOV_get_double(Jrd::thread_db* tdbb, const dsc* desc)
109{
110/**************************************
111 *
112 * M O V _ g e t _ d o u b l e
113 *
114 **************************************
115 *
116 * Functional description
117 * Convert something arbitrary to a double precision number
118 *
119 **************************************/
120
121 return CVT_get_double(desc, tdbb->getAttachment()->att_dec_status, ERR_post);
122}
123
124
125SLONG MOV_get_long(Jrd::thread_db* tdbb, const dsc* desc, SSHORT scale)

Callers 15

executeMethod · 0.85
addMethod · 0.85
add2Method · 0.85
multiplyMethod · 0.85
multiply2Method · 0.85
divide2Method · 0.85
aggExecuteMethod · 0.85
aggPassMethod · 0.85
evlStdMathFunction · 0.85
evlAbsFunction · 0.85
evlAtan2Function · 0.85
evlCeilFunction · 0.85

Calls 2

CVT_get_doubleFunction · 0.85
getAttachmentMethod · 0.45

Tested by

no test coverage detected