JimFloatToInt() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

JimFloatToInt() function

Binary conversion of float to jim_wide integer Considers the bits of IEEE float 'value' as integer. The integer is zero-extended to jim_wide. Should work for both little- and big-endian platforms.

Syntax

static jim_wide JimFloatToInt(float value);

Arguments

value

References

LocationReferrerText
jim-pack.c:238
static jim_wide JimFloatToInt(float value)
jim-pack.c:447Jim_PackCmd()
value = (width == 32) ? JimFloatToInt((float)fvalue) : JimDoubleToInt(fvalue);

Call Tree

Functions calling JimFloatToInt()
Functions called by JimFloatToInt()
all items filtered out
JimFloatToInt()
memcpy()
all items filtered out
Data read by JimFloatToInt()
Data written by JimFloatToInt()
JimFloatToInt()::offs
JimFloatToInt()::val
all items filtered out
JimFloatToInt()
JimFloatToInt()::offs
all items filtered out