Searched refs:inf (Results 126 - 150 of 217) sorted by relevance

123456789

/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dv_atanhf_3u1.c77 PL_TEST_SYM_INTERVAL_C (V_NAME_F1 (atanh), 1, inf, 1000, 0) variable
H A Dsv_exp10f_1u5.c87 PL_TEST_SYM_INTERVAL (SV_NAME_F1 (exp10), SpecialBound, inf, 50000) variable
H A Dv_sinhf_2u3.c84 PL_TEST_SYM_INTERVAL (V_NAME_F1 (sinh), 0x42b0c0a7, inf, 1000) variable
H A Dv_sinpif_3u.c81 PL_TEST_SYM_INTERVAL (V_NAME_F1 (sinpi), 0x1p31f, inf, 10000) variable
H A Dsv_cosh_2u.c100 PL_TEST_SYM_INTERVAL (SV_NAME_D1 (cosh), 0x1.6p9, inf, 1000) variable
H A Dsv_cbrtf_1u7.c116 PL_TEST_SYM_INTERVAL (SV_NAME_F1 (cbrt), 0, inf, 1000000) variable
H A Dsv_expf_2u.c86 PL_TEST_SYM_INTERVAL (SV_NAME_F1 (exp), 0x1p23, inf, 50000) variable
H A Dv_cospi_3u1.c86 PL_TEST_SYM_INTERVAL (V_NAME_D1 (cospi), 0x1p51, inf, 10000) variable
H A Dv_cospif_3u2.c83 PL_TEST_SYM_INTERVAL (V_NAME_F1 (cospi), 0x1p32f, inf, 10000) variable
H A Dv_cbrtf_1u7.c116 PL_TEST_SYM_INTERVAL (V_NAME_F1 (cbrt), 0, inf, 1000000)
H A Dv_cosh_2u.c104 PL_TEST_SYM_INTERVAL (V_NAME_D1 (cosh), 0x1.6p9, inf, 1000)
H A Dsv_expm1_2u5.c95 PL_TEST_SYM_INTERVAL (SV_NAME_D1 (expm1), SpecialBound, inf, 1000) variable
H A Dsv_expm1f_1u6.c93 PL_TEST_SYM_INTERVAL (SV_NAME_F1 (expm1), SpecialBound, inf, 1000) variable
H A Dsv_log10_2u5.c75 PL_TEST_INTERVAL (SV_NAME_D1 (log10), 100, inf, 50000) variable
H A Dsv_log2_3u.c73 PL_TEST_INTERVAL (SV_NAME_D1 (log2), 100, inf, 50000)
H A Dsv_sinf_1u9.c93 PL_TEST_SYM_INTERVAL (SV_NAME_F1 (sin), 0x1p23, inf, 10000) variable
H A Dv_atanf_3u.c107 PL_TEST_SYM_INTERVAL (V_NAME_F1 (atan), 0x1p30, inf, 1000) variable
H A Dlog1pf_2u1.c161 PL_TEST_SYM_INTERVAL (log1pf, 1.0, inf, 5000)
/freebsd-current/sbin/setkey/
H A Dsetkey.c406 char inf[80]; local
410 snprintf(inf, sizeof(inf), "The result of line %d: ", lineno);
412 inf[0] = '\0';
433 printf("%s%s.\n", inf, errmsg);
/freebsd-current/contrib/one-true-awk/
H A Dlib.c224 extern int readcsvrec(char **pbuf, int *pbufsize, FILE *inf, bool newflag);
226 int readrec(char **pbuf, int *pbufsize, FILE *inf, bool newflag) /* read one record into buf */ argument
234 c = readcsvrec(pbuf, pbufsize, inf, newflag);
242 found = fnematch(pfa, inf, &buf, &bufsize, recsize);
246 found = fnematch(pfa, inf, &buf, &bufsize, recsize);
256 while ((c=getc(inf)) == '\n' && c != EOF) /* skip leading \n's */
259 ungetc(c, inf);
262 for (; (c=getc(inf)) != sep && c != EOF; ) {
271 if ((c = getc(inf)) == '\n' || c == EOF) /* 2 in a row */
299 int readcsvrec(char **pbuf, int *pbufsize, FILE *inf, boo argument
[all...]
/freebsd-current/usr.bin/limits/
H A Dlimits.c65 const char * inf; /* Name used for 'unlimited' resource */ member in struct:__anon6463
260 static void print_limit(rlim_t limit, unsigned divisor, const char *inf,
516 shellparm[shelltype].inf,
524 shellparm[shelltype].inf,
532 shellparm[shelltype].inf,
557 print_limit(rlim_t limit, unsigned divisor, const char * inf, const char * pfx, const char * sfx, const char * which) argument
562 strlcpy(numbr, inf, sizeof(numbr));
577 !(strcasecmp(str, "inf") == 0 ||
/freebsd-current/usr.bin/fortune/fortune/
H A Dfortune.c74 FILE *inf; member in struct:fd
212 fseeko(fp->inf, Seekpts[0], SEEK_SET);
213 for (Fort_len = 0; fgets(line, sizeof line, fp->inf) != NULL &&
247 fseeko(Fortfile->inf, Seekpts[0], SEEK_SET);
249 while (fgets(line, sizeof line, Fortfile->inf) != NULL &&
591 fp->inf = NULL;
668 obscene->inf = NULL;
1065 if (fp->inf == NULL && (fp->inf = fdopen(fp->fd, "r")) == NULL) {
1321 while (fgets(sp, Fort_len, fp->inf) !
[all...]
/freebsd-current/crypto/openssl/apps/
H A Drehash.c236 STACK_OF (X509_INFO) *inf = NULL;
262 inf = PEM_X509_INFO_read_bio(b, NULL, NULL, NULL);
264 if (inf == NULL)
267 if (sk_X509_INFO_num(inf) != 1) {
275 x = sk_X509_INFO_value(inf, 0);
317 sk_X509_INFO_pop_free(inf, X509_INFO_free);
/freebsd-current/crypto/openssl/crypto/asn1/
H A Da_object.c222 int inf, i; local
225 inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
226 if (inf & 0x80) {
/freebsd-current/lib/msun/tests/
H A Dcexp_test.c137 /* cexp(inf + NaN i) = inf + nan i */
140 /* cexp(-inf + NaN i) = 0 */
148 ATF_TC_WITHOUT_HEAD(inf); variable
149 ATF_TC_BODY(inf, tc)
153 /* cexp(x + inf i) = NaN + NaNi and raises invalid */
158 /* cexp(-inf + yi) = 0 * (cos(y) + sin(y)i) */
172 /* cexp(inf + yi) = inf * (cos(y) + sin(y)i) (except y=0) */
182 /* cexp(inf
[all...]

Completed in 118 milliseconds

123456789