Searched refs:value (Results 1 – 8 of 8) sorted by relevance
/misc/ |
A D | efgcvt_r-template.c | 55 value = -value; in __FCVT_R() 81 value); in __FCVT_R() 137 if (isfinite (value) && value != 0.0) in __ECVT_R() 143 d = -value; in __ECVT_R() 145 d = value; in __ECVT_R() 151 if (value < 0.0) in __ECVT_R() 152 d = -value; in __ECVT_R() 154 d = value; in __ECVT_R() 166 value *= f; in __ECVT_R() 177 value /= f; in __ECVT_R() [all …]
|
A D | tst-ioctl.c | 31 int value; in do_test() local 32 TEST_COMPARE (ioctl (pair[1], FIONREAD, &value), 0); in do_test() 33 TEST_COMPARE (value, sizeof ("buffer")); in do_test() 34 TEST_COMPARE (ioctl (pair[0], FIONREAD, &value), 0); in do_test() 35 TEST_COMPARE (value, 0); in do_test()
|
A D | efgcvt-template.c | 44 __FCVT (FLOAT_TYPE value, int ndigit, int *decpt, int *sign) in __FCVT() argument 48 if (__FCVT_R (value, ndigit, decpt, sign, FCVT_BUFFER, MAXDIG) != -1) in __FCVT() 56 (void) __FCVT_R (value, ndigit, decpt, sign, FCVT_BUFPTR, FCVT_MAXDIG); in __FCVT() 63 __ECVT (FLOAT_TYPE value, int ndigit, int *decpt, int *sign) in __ECVT() argument 65 (void) __ECVT_R (value, ndigit, decpt, sign, ECVT_BUFFER, MAXDIG); in __ECVT() 71 __GCVT (FLOAT_TYPE value, int ndigit, char *buf) in __GCVT() argument 73 SPRINTF (buf, "%.*" FLOAT_FMT_FLAG "g", MIN (ndigit, NDIGIT_MAX), value); in __GCVT()
|
A D | tst-efgcvt-template.c | 53 FLOAT value; member 112 output_error (const char *name, FLOAT value, int ndigit, in output_error() argument 118 name, value, ndigit); in output_error() 134 name, value, ndigit); in output_r_error() 149 while (tests[no].value != -1.0) in test() 153 || sign != (tests[no].value < 0) in test() 155 output_error (name, tests[no].value, tests[no].ndigit, in test() 157 (tests[no].value < 0), in test() 171 while (tests[no].value != -1.0) in test_r() 177 || sign != (tests[no].value < 0) in test_r() [all …]
|
A D | tst-fd_to_filename.c | 27 check (int value) in check() argument 29 if (value < 0) in check() 34 char *actual = __fd_to_filename (value, &storage); in check() 36 snprintf (expected, sizeof (expected), FD_TO_FILENAME_PREFIX "%d", value); in check()
|
A D | ualarm.c | 27 ualarm (useconds_t value, useconds_t interval) in ualarm() argument
|
A D | getttyent.c | 61 static char *value (char *) __THROW; 117 tty.ty_window = value(p); in __getttyent() 177 value (char *p) in value() function
|
/misc/bits/ |
A D | stab.def | 46 Supposedly the value is its line number; I'm skeptical. */ 71 value is corresponding address. */ 140 The value is the address of the start of the text for the block. 154 The value is the address of the end of the text for the block. */ 164 /* End common (local name): value is address. 177 /* Second symbol entry containing a length-value for the preceding entry. 178 The value is the length. */
|
Completed in 13 milliseconds