Searched refs:mant (Results 1 – 7 of 7) sorted by relevance
/haiku/src/system/libroot/posix/glibc/wcsmbs/ |
H A D | wcstold.c | 37 # define SET_MANTISSA(flt, mant) \ argument 40 if ((mant & 0x7fffffffffffffffULL) == 0) \ 41 mant = 0x4000000000000000ULL; \ 42 u.ieee.mantissa0 = (((mant) >> 32) & 0x7fffffff) | 0x80000000; \ 43 u.ieee.mantissa1 = (mant) & 0xffffffff; \
|
H A D | wcstof.c | 34 #define SET_MANTISSA(flt, mant) \ argument 37 if ((mant & 0x7fffff) == 0) \ 38 mant = 0x400000; \ 39 u.ieee.mantissa = (mant) & 0x7fffff; \
|
/haiku/src/system/libroot/posix/glibc/stdlib/ |
H A D | strtof.c | 13 #define SET_MANTISSA(flt, mant) \ argument 16 if ((mant & 0x7fffff) == 0) \ 17 mant = 0x400000; \ 18 u.ieee.mantissa = (mant) & 0x7fffff; \
|
H A D | strtod.c | 42 # define SET_MANTISSA(flt, mant) \ argument 45 if ((mant & 0xfffffffffffffULL) == 0) \ 46 mant = 0x8000000000000ULL; \ 47 u.ieee.mantissa0 = ((mant) >> 32) & 0xfffff; \ 48 u.ieee.mantissa1 = (mant) & 0xffffffff; \ 622 unsigned long long int mant; variable 624 mant = STRTOULL (startp + 1, &endp, 0); 626 SET_MANTISSA (retval, mant);
|
/haiku/data/catalogs/kits/package/solver/ |
H A D | ca.catkeys | 19 keep %source% despite its inferior architecture SolverProblemSolution mantén %source% malgrat l'ar… 30 keep %source% from excluded repository SolverProblemSolution mantén %source%, del repositori exclòs 31 keep old %source% SolverProblemSolution mantén l'antic %source%
|
/haiku/data/catalogs/preferences/filetypes/ |
H A D | es.catkeys | 103 …pertipo!\n\n¿Estás seguro querer hacer esto? Para eliminar todo el grupo, mantén presionada la tec…
|
/haiku/data/catalogs/kits/tracker/ |
H A D | es.catkeys | 467 …eas hacer esto?\n\nPara renombrar la carpeta de sistema o sus contenidos, mantén presionada la tec… 513 …Estás seguro de que deseas hacer esto?\n\nPara modificar la carpeta home, mantén presionada la tec…
|