Home
last modified time | relevance | path

Searched refs:CHAR_ZERO (Results 1 – 6 of 6) sorted by relevance

/dports/math/numdiff/numdiff-5.9.0/
H A Dnumutil.c263 if ((nonnull_digit_found |= *ptr > CHAR_ZERO)) in snum()
273 if ((nonnull_digit_found |= *ptr > CHAR_ZERO)) in snum()
285 for (nzeros = 0; *ptr == CHAR_ZERO; nzeros++, move_ahead(ptr)); in snum()
291 *it++ = CHAR_ZERO; in snum()
429 for (ptr = pnum->ipart + lip - 1; *ptr == CHAR_ZERO; *ptr-- = '\0'); in normalize()
435 *ptr == CHAR_ZERO; lnullprefix++, ptr++); in normalize()
676 exp_ch[HNDDULONG-1-le] = (char)(abs_exp % 10) + CHAR_ZERO; in hash_canonic_form()
680 exp_ch[HNDDULONG-1] = CHAR_ZERO; in hash_canonic_form()
686 *ph = HASH (*ph, (unsigned char) CHAR_ZERO); in hash_canonic_form()
688 *ph = HASH (*ph, (unsigned char) CHAR_ZERO); in hash_canonic_form()
[all …]
H A Darith.c267 if ((*ptr - CHAR_ZERO) >= 5) in round_far_from_zero()
274 for (ptr--; ptr > abs_mantissa && *ptr == CHAR_NINE; *ptr = CHAR_ZERO, ptr--); in round_far_from_zero()
285 *ptr = CHAR_ZERO; in round_far_from_zero()
325 fputc (CHAR_ZERO, fp); in fprintno()
328 fputc (CHAR_ZERO, fp); in fprintno()
331 fputc (CHAR_ZERO, fp); in fprintno()
381 fputc (CHAR_ZERO, fp); in fprintno()
H A Dnumdiff.h328 #define CHAR_ZERO '0' macro
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A DZERO.h15 const char CHAR_ZERO = 0; variable
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A DZERO.h15 const char CHAR_ZERO = 0; variable
/dports/math/py-mip/mip-1.13.0/mip/
H A Dcbc.py563 CHAR_ZERO = "\0".encode("utf-8") variable
703 CHAR_ONE if coltype.upper() == "B" or coltype.upper() == "I" else CHAR_ZERO
1114 atSol = CHAR_ZERO
1461 if file_path.lower().endswith(".gz") and cbclib.Cbc_supportsGzip() == CHAR_ZERO:
1465 and cbclib.Cbc_supportsBzip2() == CHAR_ZERO
1756 CHAR_ONE if var_type.upper() == "B" or var_type.upper() == "I" else CHAR_ZERO