/src/lib/libm/src/ |
s_fma.c | 151 static const double split = 0x1p27 + 1.0; local in function:dd_mul 155 p = a * split; 160 p = b * split;
|
s_fmal.c | 141 static const long double split = 0x1p32L + 1.0; local in function:dd_mul 143 static const long double split = 0x1p57L + 1.0; 148 p = a * split; 153 p = b * split;
|
s_fma.c | 151 static const double split = 0x1p27 + 1.0; local in function:dd_mul 155 p = a * split; 160 p = b * split;
|
s_fmal.c | 141 static const long double split = 0x1p32L + 1.0; local in function:dd_mul 143 static const long double split = 0x1p57L + 1.0; 148 p = a * split; 153 p = b * split;
|
/src/libexec/getNAME/ |
getNAME.c | 78 static void split(char *, char *); 222 split(linebuf, name); 274 split(linebuf, name); 392 split(linebuf, name); 486 split(char *line, char *name) function in typeref:typename:void
|
getNAME.c | 78 static void split(char *, char *); 222 split(linebuf, name); 274 split(linebuf, name); 392 split(linebuf, name); 486 split(char *line, char *name) function in typeref:typename:void
|
/src/tests/lib/libc/regex/ |
split.c | 1 /* $NetBSD: split.c,v 1.1 2011/01/08 18:10:31 pgoyette Exp $ */ 36 * split - divide a string into fields, like awk split() 45 split(char *string, char *fields[], int nfields, const char *sep) function in typeref:typename:int 197 (void) split(buf, fields, MNF, argv[2]); 219 nf = split(string, fields, NF, seps); 318 nf = split(buf, fields, RNF, tests[n].seps); 321 printf("split `%s' by `%s' gave %d fields, not %d\n", 325 printf("split() went beyond array end\n"); 333 printf("split `%s' by `%s', field %d is `%s', not `%s'\n" [all...] |
split.c | 1 /* $NetBSD: split.c,v 1.1 2011/01/08 18:10:31 pgoyette Exp $ */ 36 * split - divide a string into fields, like awk split() 45 split(char *string, char *fields[], int nfields, const char *sep) function in typeref:typename:int 197 (void) split(buf, fields, MNF, argv[2]); 219 nf = split(string, fields, NF, seps); 318 nf = split(buf, fields, RNF, tests[n].seps); 321 printf("split `%s' by `%s' gave %d fields, not %d\n", 325 printf("split() went beyond array end\n"); 333 printf("split `%s' by `%s', field %d is `%s', not `%s'\n" [all...] |
/src/usr.bin/fmt/ |
fmt.c | 88 static void split(const wchar_t *, int); 370 split(cp, add_space); 375 * Split up the passed line into output "words" which are 381 split(const wchar_t line[], int add_space) function in typeref:typename:void
|
fmt.c | 88 static void split(const wchar_t *, int); 370 split(cp, add_space); 375 * Split up the passed line into output "words" which are 381 split(const wchar_t line[], int add_space) function in typeref:typename:void
|
/src/sys/arch/xen/xenbus/ |
xenbus_xs.c | 292 split(char *strings, unsigned int len, unsigned int *num) function in typeref:typename:char ** 335 *retbuf = split(strings, len, num); 752 msg->u.watch.vec = split(body, msg->hdr.len,
|
xenbus_xs.c | 292 split(char *strings, unsigned int len, unsigned int *num) function in typeref:typename:char ** 335 *retbuf = split(strings, len, num); 752 msg->u.watch.vec = split(body, msg->hdr.len,
|
/src/sys/arch/hpcmips/tx/ |
tx3912video.c | 438 int h, v, split, horzval, lineval; local in function:tx3912video_resolution_init 446 split = reg & TX3912_VIDEOCTRL1_DISPSPLIT; 449 if ((val == TX3912_VIDEOCTRL1_BITSEL_8BITCOLOR) && !split) { 455 lineval = (split ? v / 2 : v) - 1;
|
tx3912video.c | 438 int h, v, split, horzval, lineval; local in function:tx3912video_resolution_init 446 split = reg & TX3912_VIDEOCTRL1_DISPSPLIT; 449 if ((val == TX3912_VIDEOCTRL1_BITSEL_8BITCOLOR) && !split) { 455 lineval = (split ? v / 2 : v) - 1;
|
/src/bin/ksh/ |
eval.c | 35 short split; /* split "$@" / call waitlast $() */ member in struct:Expand 181 x.split = 0; /* XXX gcc */ 503 if (quote && x.split) 513 if (quote && !x.split) 517 if (quote && x.split) { 542 if (x.split) 790 xp->split = c == '@'; /* $@ */ 818 xp->split = p[1] == '@'; /* ${foo[@]} */ 878 xp->split = 0; /* no waitlast() * [all...] |
eval.c | 35 short split; /* split "$@" / call waitlast $() */ member in struct:Expand 181 x.split = 0; /* XXX gcc */ 503 if (quote && x.split) 513 if (quote && !x.split) 517 if (quote && x.split) { 542 if (x.split) 790 xp->split = c == '@'; /* $@ */ 818 xp->split = p[1] == '@'; /* ${foo[@]} */ 878 xp->split = 0; /* no waitlast() * [all...] |
/src/lib/libradius/ |
radlib.c | 95 static size_t split(char *, const char *[], size_t, char *, size_t); 454 nfields = split(buf, fields, sizeof(fields) / sizeof(fields[0]), 977 * Destructively split a string into fields separated by white space. 992 split(char *str, const char *fields[], size_t maxfields, char *msg, function in typeref:typename:size_t
|
radlib.c | 95 static size_t split(char *, const char *[], size_t, char *, size_t); 454 nfields = split(buf, fields, sizeof(fields) / sizeof(fields[0]), 977 * Destructively split a string into fields separated by white space. 992 split(char *str, const char *fields[], size_t maxfields, char *msg, function in typeref:typename:size_t
|
/src/usr.bin/patch/ |
patch.c | 769 LINENUM i, j, split; local in function:abort_hunk 779 split = -1; 782 split = i; 786 if (split == -1) { 787 fprintf(rejfp, "malformed hunk: no split found\n"); 791 j = split + 1; 795 while (i < split || j <= pat_end) { 796 ch1 = i < split ? pch_char(i) : -1; 806 while (i < split && ch1 == '!') { 809 ch1 = i < split ? pch_char(i) : -1 [all...] |
patch.c | 769 LINENUM i, j, split; local in function:abort_hunk 779 split = -1; 782 split = i; 786 if (split == -1) { 787 fprintf(rejfp, "malformed hunk: no split found\n"); 791 j = split + 1; 795 while (i < split || j <= pat_end) { 796 ch1 = i < split ? pch_char(i) : -1; 806 while (i < split && ch1 == '!') { 809 ch1 = i < split ? pch_char(i) : -1 [all...] |
/src/usr.bin/config/ |
sem.c | 88 static int split(const char *, size_t, char *, size_t, int *); 1000 * suffix, remove it if there, and split into name ("ra") and 1011 if (split(cp, l, buf, sizeof buf, &unit)) { 1201 if (split(at, strlen(at), atbuf, sizeof atbuf, atunit)) { 1355 if (split(name, strlen(name), base, sizeof base, &unit)) { 1583 if (split(at, l+1, base, sizeof base, &unit)) { 1712 if (split(name, strlen(name), buf, sizeof(buf), &unit)) { 1980 if (split(name, strlen(name), base, sizeof base, &unit)) { 2042 * Split a name like "foo0" into base name (foo) and unit number (0). 2047 split(const char *name, size_t nlen, char *base, size_t bsize, int *aunit function in typeref:typename:int [all...] |
sem.c | 88 static int split(const char *, size_t, char *, size_t, int *); 1000 * suffix, remove it if there, and split into name ("ra") and 1011 if (split(cp, l, buf, sizeof buf, &unit)) { 1201 if (split(at, strlen(at), atbuf, sizeof atbuf, atunit)) { 1355 if (split(name, strlen(name), base, sizeof base, &unit)) { 1583 if (split(at, l+1, base, sizeof base, &unit)) { 1712 if (split(name, strlen(name), buf, sizeof(buf), &unit)) { 1980 if (split(name, strlen(name), base, sizeof base, &unit)) { 2042 * Split a name like "foo0" into base name (foo) and unit number (0). 2047 split(const char *name, size_t nlen, char *base, size_t bsize, int *aunit function in typeref:typename:int [all...] |
/src/sys/dev/pci/bktr/ |
bktr_core.c | 241 /* When to split a DMA transfer , the bt848 has timing as well as 242 DMA transfer size limitations so that we have to split DMA 437 static bool_t split(bktr_reg_t *, volatile u_int **, int, u_int, int, 2661 static bool_t split(bktr_reg_t * bktr, volatile u_int **dma_prog, int width , function in typeref:typename:bool_t 2834 split(bktr, (volatile u_int **) &dma_prog, 2841 split(bktr, (volatile u_int **) &dma_prog, 2846 split(bktr,(volatile u_int **) &dma_prog, 2892 split(bktr, (volatile u_int **) &dma_prog, 2898 split(bktr, (volatile u_int **) &dma_prog, 2904 split(bktr, (volatile u_int **) &dma_prog [all...] |
bktr_core.c | 241 /* When to split a DMA transfer , the bt848 has timing as well as 242 DMA transfer size limitations so that we have to split DMA 437 static bool_t split(bktr_reg_t *, volatile u_int **, int, u_int, int, 2661 static bool_t split(bktr_reg_t * bktr, volatile u_int **dma_prog, int width , function in typeref:typename:bool_t 2834 split(bktr, (volatile u_int **) &dma_prog, 2841 split(bktr, (volatile u_int **) &dma_prog, 2846 split(bktr,(volatile u_int **) &dma_prog, 2892 split(bktr, (volatile u_int **) &dma_prog, 2898 split(bktr, (volatile u_int **) &dma_prog, 2904 split(bktr, (volatile u_int **) &dma_prog [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
amdgpu_dcn20_resource.c | 2402 /* merge previously split odm pipes since mode support needs to make the decision */ 2431 /* merge previously mpc split pipes since mode support needs to make the decision */ 2459 bool *split) 2492 /* TODO: fix dc bugs and remove this split threshold thing */ 2496 /* Avoid split loop looks for lowest voltage level that allows most unsplit pipes possible */ 2505 /* Impossible to not split this pipe */ 2513 /* Split loop sets which pipe should be split based on dml outputs and dc flags */ 2521 split[i] = true; 2530 split[i] = true 2555 bool split[MAX_PIPES] = { false }; local in function:dcn20_fast_validate_bw [all...] |