Searched defs:M (Results 1 – 5 of 5) sorted by relevance
/PHP-7.4/ext/mysqlnd/ |
H A D | mysqlnd_portability.h | 172 #define float8get(V,M) { ((float8get_union *)&(V))->m[0] = *((zend_long*) (M)); \ argument 176 #define float4get(V,M) { *((float *) &(V)) = *((float*) (M)); } argument 178 #define floatget(V,M) memcpy((char*) &(V),(char*) (M),sizeof(float)) argument 252 #define float4get(V,M) do { float def_temp;\ argument 268 #define float8get(V,M) do { double def_temp;\ argument 280 #define float4get(V,M) memcpy((char*) &(V),(char*) (M),sizeof(float)) argument 292 #define float8get(V,M) do { double def_temp;\ argument 317 #define float8get(V,M) memcpy((char*) &(V),(char*) (M), sizeof(double)) argument 320 #define float8get(V,M) memcpy((char*) &(V),(char*) (M),sizeof(double)) argument
|
H A D | config-win.h | 97 #define float8get(V,M) { *((int32_t *) &V) = *((int32_t*) M); \ argument 101 #define float4get(V,M) { *((int32_t *) &(V)) = *((int32_t*) (M)); } argument
|
/PHP-7.4/ext/standard/ |
H A D | mt_rand.c | 87 #define M (397) /* a period parameter */ macro
|
H A D | base64.c | 173 const uint8x16_t M = vqtbl2q_u8(maskLUT, lower_nibble); in decode_fromascii() local
|
/PHP-7.4/ext/date/lib/ |
H A D | astro.c | 135 double M, /* Mean anomaly of the Sun */ in astro_sunpos() local
|
Completed in 21 milliseconds