Home
last modified time | relevance | path

Searched defs:M (Results 1 – 5 of 5) sorted by relevance

/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_portability.h152 #define float8get(V,M) { ((float8get_union *)&(V))->m[0] = *((zend_long*) (M)); \ argument
156 #define float4get(V,M) { *((float *) &(V)) = *((float*) (M)); } argument
158 #define floatget(V,M) memcpy((char*) &(V),(char*) (M),sizeof(float)) argument
224 #define float4get(V,M) do { float def_temp;\ argument
240 #define float8get(V,M) do { double def_temp;\ argument
252 #define float4get(V,M) memcpy((char*) &(V),(char*) (M),sizeof(float)) argument
264 #define float8get(V,M) do { double def_temp;\ argument
289 #define float8get(V,M) memcpy((char*) &(V),(char*) (M), sizeof(double)) argument
292 #define float8get(V,M) memcpy((char*) &(V),(char*) (M),sizeof(double)) argument
H A Dconfig-win.h97 #define float8get(V,M) { *((int32_t *) &V) = *((int32_t*) M); \ argument
101 #define float4get(V,M) { *((int32_t *) &(V)) = *((int32_t*) (M)); } argument
/PHP-8.1/ext/standard/
H A Dmt_rand.c86 #define M (397) /* a period parameter */ macro
H A Dbase64.c171 const uint8x16_t M = vqtbl2q_u8(maskLUT, lower_nibble); in decode_fromascii() local
/PHP-8.1/ext/date/lib/
H A Dastro.c135 double M, /* Mean anomaly of the Sun */ in astro_sunpos() local

Completed in 20 milliseconds