MCPcopy Create free account
hub / github.com/MariaDB/server / get_float

Function get_float

include/my_byteorder.h:293–298  ·  view source on GitHub ↗

convenience helpers */

Source from the content-addressed store, hash-verified

291
292/* convenience helpers */
293static inline float get_float(const void *from)
294{
295 float to;
296 float4get(to, ((const uchar*)from));
297 return to;
298}
299
300#endif /* MY_BYTEORDER_INCLUDED */

Callers 12

calc_distance_euclideanFunction · 0.85
calc_distance_cosineFunction · 0.85
val_str_asciiMethod · 0.85
is_validMethod · 0.85
log_event_print_valueFunction · 0.85
createMethod · 0.85
val_realMethod · 0.85
val_intMethod · 0.85
hp_rb_make_keyFunction · 0.85
_ma_make_keyFunction · 0.85
_mi_make_keyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected