/src/lib/libm/arch/vax/ |
n_argred.S | 162 * leading: n * pi/2 , n = 0, 1, 2, ..., 29 163 * leading[n] , 166 * leading[n] := (n * pi/2) rounded, 167 * middle[n] := (n * pi/2 - leading[n]) rounded, 168 * trailing[n] := (( n * pi/2 - leading[n]) - middle[n]) rounded . 234 leading: label 235 .double 0d+0.00000000000000000000e+00 # 0 * pi/2 leading 236 .double 0d+1.57079632679489661351e+00 # 1 * pi/2 leading 237 .double 0d+3.14159265358979322702e+00 # 2 * pi/2 leading 238 .double 0d+4.71238898038468989604e+00 # 3 * pi/2 leading [all...] |
n_argred.S | 162 * leading: n * pi/2 , n = 0, 1, 2, ..., 29 163 * leading[n] , 166 * leading[n] := (n * pi/2) rounded, 167 * middle[n] := (n * pi/2 - leading[n]) rounded, 168 * trailing[n] := (( n * pi/2 - leading[n]) - middle[n]) rounded . 234 leading: label 235 .double 0d+0.00000000000000000000e+00 # 0 * pi/2 leading 236 .double 0d+1.57079632679489661351e+00 # 1 * pi/2 leading 237 .double 0d+3.14159265358979322702e+00 # 2 * pi/2 leading 238 .double 0d+4.71238898038468989604e+00 # 3 * pi/2 leading [all...] |
/src/usr.sbin/ofctl/ |
ofctl.c | 862 int leading = 1; local in function:string_format 878 if (leading) 881 leading = 0;
|
ofctl.c | 862 int leading = 1; local in function:string_format 878 if (leading) 881 leading = 0;
|
/src/usr.bin/ftp/ |
fetch.c | 453 * leading `/' unless it's an ftp:// URL, as this makes things easier 455 * host and the URL-path removed, but any additional leading slashes 867 const char *leading = hasleading ? ", " : " ("; local in function:print_get 872 fprintf(ttyout, "%svia %s:%u", leading, 874 leading = ", "; 891 fputs(leading, ttyout); 928 const char *leading = hasleading ? ", " : " ("; local in function:print_proxy 932 fprintf(ttyout, "%swith authorization", leading); 939 fprintf(ttyout, "%swith proxy authorization", leading);
|
fetch.c | 453 * leading `/' unless it's an ftp:// URL, as this makes things easier 455 * host and the URL-path removed, but any additional leading slashes 867 const char *leading = hasleading ? ", " : " ("; local in function:print_get 872 fprintf(ttyout, "%svia %s:%u", leading, 874 leading = ", "; 891 fputs(leading, ttyout); 928 const char *leading = hasleading ? ", " : " ("; local in function:print_proxy 932 fprintf(ttyout, "%swith authorization", leading); 939 fprintf(ttyout, "%swith proxy authorization", leading);
|
/src/usr.bin/make/unit-tests/ |
directive-include-guard.mk | 584 # If the guard target name has leading spaces, it does not have an effect, 586 CASES+= target-name-leading-space 587 LINES.target-name-leading-space= \ 588 '.if !target( target-name-leading-space)' \ 589 'target-name-leading-space: .NOTMAIN' \ 591 # expect: Parse_PushInput: target-name-leading-space.tmp:1 592 # expect: Parse_PushInput: target-name-leading-space.tmp:1
|
Makefile | 317 TESTS+= sh-leading-at 318 TESTS+= sh-leading-hyphen 319 TESTS+= sh-leading-plus 566 SED_CMDS.sh-leading-hyphen= ${STD_SED_CMDS.shell}
|
directive-include-guard.mk | 584 # If the guard target name has leading spaces, it does not have an effect, 586 CASES+= target-name-leading-space 587 LINES.target-name-leading-space= \ 588 '.if !target( target-name-leading-space)' \ 589 'target-name-leading-space: .NOTMAIN' \ 591 # expect: Parse_PushInput: target-name-leading-space.tmp:1 592 # expect: Parse_PushInput: target-name-leading-space.tmp:1
|
Makefile | 317 TESTS+= sh-leading-at 318 TESTS+= sh-leading-hyphen 319 TESTS+= sh-leading-plus 566 SED_CMDS.sh-leading-hyphen= ${STD_SED_CMDS.shell}
|