Home
last modified time | relevance | path

Searched defs:as_float (Results 1 – 4 of 4) sorted by relevance

/third_party/alsa-lib/src/pcm/
Dplugin_ops.h52 #define as_float(ptr) (*(float_t*)(ptr)) macro
Dpcm_route.c56 float as_float; member
96 float as_float; member
/third_party/mesa3d/src/compiler/glsl/
Dlower_instructions.cpp1115 ir_variable *as_float = in find_lsb_to_float_cast() local
1196 ir_variable *as_float = in find_msb_to_float_cast() local
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c7411 static float as_float(uint32_t n) { float f; memcpy(&f, &n, 4); return f; } in as_float() function