Searched defs:as_float (Results 1 – 4 of 4) sorted by relevance
52 #define as_float(ptr) (*(float_t*)(ptr)) macro
56 float as_float; member96 float as_float; member
1115 ir_variable *as_float = in find_lsb_to_float_cast() local1196 ir_variable *as_float = in find_msb_to_float_cast() local
7411 static float as_float(uint32_t n) { float f; memcpy(&f, &n, 4); return f; } in as_float() function