Home
last modified time | relevance | path

Searched refs:float4get (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/mysqlnd/
H A Dconfig-win.h102 #define float4get(V,M) { *((int32_t *) &(V)) = *((int32_t*) (M)); } macro
H A Dmysqlnd_portability.h346 #define float4get(V,M) { *((float *) &(V)) = *((float*) (M)); } macro
422 #define float4get(V,M) do { float def_temp;\ macro
450 #define float4get(V,M) memcpy((char*) &(V),(char*) (M),sizeof(float)) macro
H A Dmysqlnd_ps_codec.c181 float4get(fval, *row); in ps_fetch_float()

Completed in 19 milliseconds