/freebsd/contrib/arm-optimized-routines/math/tools/ |
H A D | tanf.sollya | 6 dtype = single; 21 if (dtype==double) then { prec = 53!; } 22 else if (dtype==single) then { prec = 23!; }; 43 poly = fpminimax(f, deg, [|dtype ...|], [a*a;b*b]); 56 return fpminimax(func - poly / x^-(deg-d), 0, [|dtype|], [a;b], absolute, floating); 59 poly = fpminimax(f, [|0,...,deg|], [|dtype ...|], [a;b], absolute, floating); 67 if (dtype==double) then { prec = 53!; } 68 else if (dtype==single) then { prec = 23!; };
|
H A D | tanpi.sollya | 8 dtype = double; 10 if (dtype == single) then { 13 } else if (dtype == double) then { 31 poly = fpminimax(f, deg, [|dtype ...|], [a*a;b*b]); 37 if (dtype==double) then { prec = 53!; } 38 else if (dtype==single) then { prec = 23!; };
|
H A D | asin.sollya | 7 dtype = double; 24 poly = fpminimax(forward(f, x), [|0,...,deg|], [|dtype ...|], [a;b], relative, floating);
|
H A D | asinf.sollya | 7 dtype = single; 29 p = roundcoefficients(approx(poly,i), [|dtype ...|]);
|
/freebsd/contrib/bsnmp/lib/ |
H A D | snmpcrypto.c | 66 const EVP_MD **dtype, uint32_t *keylen) in snmp_digest_init() argument 69 *dtype = EVP_md5(); in snmp_digest_init() 72 *dtype = EVP_sha1(); in snmp_digest_init() 82 if (EVP_DigestInit(ctx, *dtype) != 1) in snmp_digest_init() 95 const EVP_MD *dtype; in snmp_pdu_calc_digest() local 101 err = snmp_digest_init(&pdu->user, ctx, &dtype, &keylen); in snmp_pdu_calc_digest() 123 if (EVP_DigestInit(ctx, dtype) != 1 || in snmp_pdu_calc_digest() 250 const EVP_MD *dtype; in snmp_passwd_to_keys() local 261 err = snmp_digest_init(user, ctx, &dtype, &keylen); in snmp_passwd_to_keys() 296 const EVP_MD *dtype; in snmp_get_local_keys() local [all …]
|
/freebsd/lib/msun/src/ |
H A D | s_lrint.c | 35 #define dtype long macro 46 dtype 50 dtype d; in fn() 53 d = (dtype)roundit(x); in fn()
|
H A D | s_lround.c | 36 #define dtype long macro 57 dtype 63 return ((dtype)x); in fn()
|
H A D | s_llrint.c | 3 #define dtype long long macro
|
H A D | s_llrintf.c | 3 #define dtype long long macro
|
H A D | s_llrintl.c | 3 #define dtype long long macro
|
H A D | s_lrintf.c | 3 #define dtype long macro
|
H A D | s_lrintl.c | 3 #define dtype long macro
|
H A D | s_lroundl.c | 3 #define dtype long macro
|
H A D | s_llround.c | 3 #define dtype long long macro
|
H A D | s_llroundf.c | 3 #define dtype long long macro
|
H A D | s_llroundl.c | 3 #define dtype long long macro
|
/freebsd/contrib/nvi/common/ |
H A D | recover.c | 504 char *dtype, *data; in rcv_list() local 546 if ((st = rcv_dlnread(sp, &dtype, &data, fp))) { in rcv_list() 552 if (dtype == NULL) in rcv_list() 554 if (!strcmp(dtype, "file")) in rcv_list() 556 else if (!strcmp(dtype, "path")) in rcv_list() 612 char *dtype, *data; local 663 if ((st = rcv_dlnread(sp, &dtype, &data, fp))) { 669 if (dtype == NULL) 671 if (!strcmp(dtype, "file")) 673 else if (!strcmp(dtype, "path")) [all …]
|
/freebsd/sys/contrib/openzfs/cmd/zstream/ |
H A D | zstream_recompress.c | 238 enum zio_compress dtype = drrw->drr_compressiontype; in zstream_do_recompress() local 239 if (dtype >= ZIO_COMPRESS_FUNCTIONS) { in zstream_do_recompress() 241 "stream: %d\n", dtype); in zstream_do_recompress() 244 if (zio_compress_table[dtype].ci_decompress == NULL) in zstream_do_recompress() 245 dtype = ZIO_COMPRESS_OFF; in zstream_do_recompress() 254 if (dtype == ZIO_COMPRESS_OFF) in zstream_do_recompress() 261 if (dtype != ZIO_COMPRESS_OFF) { in zstream_do_recompress() 267 if (zio_decompress_data(dtype, &cabd, &dabd, in zstream_do_recompress() 272 dtype, in zstream_do_recompress()
|
/freebsd/contrib/libder/libder/ |
H A D | libder_type.c | 32 libder_type_dup(struct libder_ctx *ctx, const struct libder_tag *dtype) in libder_type_dup() argument 42 memcpy(type, dtype, sizeof(*dtype)); in libder_type_dup() 62 memcpy(tdata, dtype->tag_long, dtype->tag_size); in libder_type_dup()
|
/freebsd/crypto/openssh/ |
H A D | dns.c | 310 u_int8_t dtype; in export_dns_rr() local 315 for (dtype = SSHFP_HASH_SHA1; dtype < SSHFP_HASH_MAX; dtype++) { in export_dns_rr() 316 if (alg != -1 && dtype != alg) in export_dns_rr() 318 rdata_digest_type = dtype; in export_dns_rr()
|
/freebsd/sys/dev/sound/pcm/ |
H A D | vchan.c | 360 char dtype[16]; in sysctl_dev_pcm_vchanmode() local 400 strlcpy(dtype, "passthrough", sizeof(dtype)); in sysctl_dev_pcm_vchanmode() 402 strlcpy(dtype, "adaptive", sizeof(dtype)); in sysctl_dev_pcm_vchanmode() 404 strlcpy(dtype, "fixed", sizeof(dtype)); in sysctl_dev_pcm_vchanmode() 407 ret = sysctl_handle_string(oidp, dtype, sizeof(dtype), req); in sysctl_dev_pcm_vchanmode() 409 if (strcasecmp(dtype, "passthrough") == 0 || in sysctl_dev_pcm_vchanmode() 410 strcmp(dtype, "1") == 0) in sysctl_dev_pcm_vchanmode() 412 else if (strcasecmp(dtype, "adaptive") == 0 || in sysctl_dev_pcm_vchanmode() 413 strcmp(dtype, "2") == 0) in sysctl_dev_pcm_vchanmode() 415 else if (strcasecmp(dtype, "fixed") == 0 || in sysctl_dev_pcm_vchanmode() [all …]
|
/freebsd/lib/libusb/ |
H A D | libusb10_desc.c | 370 uint8_t dtype; in libusb_parse_ss_endpoint_comp() local 373 dtype = ((const uint8_t *)buf)[1]; in libusb_parse_ss_endpoint_comp() 379 dtype == LIBUSB_DT_SS_ENDPOINT_COMPANION) { in libusb_parse_ss_endpoint_comp() 387 ptr->bDescriptorType = dtype; in libusb_parse_ss_endpoint_comp() 449 uint8_t dtype; in libusb_parse_bos_descriptor() local 452 dtype = ((const uint8_t *)buf)[1]; in libusb_parse_bos_descriptor() 458 dtype == LIBUSB_DT_BOS && in libusb_parse_bos_descriptor() 470 ptr->bDescriptorType = dtype; in libusb_parse_bos_descriptor() 487 dtype == LIBUSB_DT_DEVICE_CAPABILITY) { in libusb_parse_bos_descriptor() 507 dcap_20->bDescriptorType = dtype; in libusb_parse_bos_descriptor() [all …]
|
/freebsd/sys/kern/ |
H A D | subr_stats.c | 70 enum vsd_dtype dtype : 8; /* Data type of this stat's data. */ member 93 enum vsd_dtype dtype : 8; /* Data type of the VOI itself. */ member 1324 voi->dtype = voi_dtype; 1351 tmpstat->dtype = VSD_DTYPE_VOISTATE; 1364 tmpstat->dtype = vss[i].vs_dtype; 1437 *retdtype = vs->dtype; 2072 vsd_dtype2name[v->dtype], v->voistatmaxid, v->stats_off); 2088 "data_off=%hu", vs->flags, vsd_dtype2name[vs->dtype], 2092 stats_voistatdata_tostr(vsd, v->dtype, vs->dtype, vs->dsz, 2153 vsd_dtype2name[v->dtype], v->voistatmaxid, [all …]
|
/freebsd/sbin/newfs_msdos/ |
H A D | newfs_msdos.c | 76 const char *fname, *dtype; in main() local 185 dtype = *argv; in main() 186 exit(!!mkfs_msdos(fname, dtype, &o)); in main()
|
/freebsd/sys/dev/gve/ |
H A D | gve_dqo.h | 82 uint8_t dtype:5; member 122 uint8_t dtype:5; member
|