HomeSort by: relevance | last modified time | path
    Searched defs:trailing (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/make/unit-tests/
opt-file.mk 11 all: line-with-trailing-whitespace
54 # for lines that contained trailing whitespace. Worked around in parse.c
56 line-with-trailing-whitespace: .PHONY
57 @printf '%s' 'VAR=$@ ' > opt-file-trailing-whitespace
58 @${MAKE} -r -f opt-file-trailing-whitespace -V VAR
59 @rm opt-file-trailing-whitespace
directive-include-guard.mk 594 # If the guard target name has trailing spaces, it does not have an effect,
596 CASES+= target-name-trailing-space
597 LINES.target-name-trailing-space= \
598 '.if !target(target-name-trailing-space )' \
599 'target-name-trailing-space: .NOTMAIN' \
601 # expect: Parse_PushInput: target-name-trailing-space.tmp:1
602 # expect: Parse_PushInput: target-name-trailing-space.tmp:1
  /src/lib/libm/arch/vax/
n_argred.S 156 * trailing: n * pi/2 , n = 0, 1, 2, ..., 29
157 * trailing[n] ,
168 * trailing[n] := (( n * pi/2 - leading[n]) - middle[n]) rounded .
170 trailing: label
171 .double 0d+0.00000000000000000000e+00 # 0 * pi/2 trailing
172 .double 0d+4.33590506506189049611e-35 # 1 * pi/2 trailing
173 .double 0d+8.67181013012378099223e-35 # 2 * pi/2 trailing
174 .double 0d+1.30077151951856714215e-34 # 3 * pi/2 trailing
175 .double 0d+1.73436202602475619845e-34 # 4 * pi/2 trailing
176 .double 0d-1.68390735624352669192e-34 # 5 * pi/2 trailing
    [all...]

Completed in 13 milliseconds