HomeSort by: relevance | last modified time | path
    Searched refs:computed (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/test/Unit/ppc/
floatditf_test.c 13 DD computed; local in function:main
18 computed.ld = __floatditf(tests[i].input);
20 if ((computed.hi != expected.hi) || (computed.lo != expected.lo))
24 printf("\tComputed %La = ( %a , %a )\n", computed.ld, computed.hi, computed.lo);
floatunditf_test.c 13 DD computed; local in function:main
18 computed.ld = __floatunditf(tests[i].input);
20 if ((computed.hi != expected.hi) || (computed.lo != expected.lo))
24 printf("\tComputed %La = ( %a , %a )\n", computed.ld, computed.hi, computed.lo);
qsub_test.c 118 long double computed = __gcc_qsub(a.ld, b.ld); local in function:testEdgeCases
120 DD c = { .ld = computed };
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ppc/
floatditf_test.c 13 DD computed; local in function:main
18 computed.ld = __floatditf(tests[i].input);
20 if ((computed.hi != expected.hi) || (computed.lo != expected.lo))
24 printf("\tComputed %La = ( %a , %a )\n", computed.ld, computed.hi, computed.lo);
floatunditf_test.c 13 DD computed; local in function:main
18 computed.ld = __floatunditf(tests[i].input);
20 if ((computed.hi != expected.hi) || (computed.lo != expected.lo))
24 printf("\tComputed %La = ( %a , %a )\n", computed.ld, computed.hi, computed.lo);
qsub_test.c 118 long double computed = __gcc_qsub(a.ld, b.ld); local in function:testEdgeCases
120 DD c = { .ld = computed };
  /src/usr.bin/make/unit-tests/
varmod-order.mk 64 # criteria are fixed, not computed, therefore allowing this redundancy does
var-op-expand.mk 61 # reference to a variable whose name is computed from another variable
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 13472 # If LEN is computed to be greater than 17, set OPERR in #
13699 # If LEN is computed to be greater than 17, set OPERR in
14114 # 10^LEN-1 is computed for this test and A14. If the input was
14149 # 10^LEN is again computed using whatever table is in a1 since the
fpsp.s 5077 # sin(r) and cos(r) are computed as odd and even #
5082 # sin(r) and cos(r) are computed as odd and even #
5190 #--THEN WE RETURN SGN*SIN(R). SGN*SIN(R) IS COMPUTED BY
5243 #--THEN WE RETURN SGN*COS(R). SGN*COS(R) IS COMPUTED BY
7096 # computed as #
23511 # If LEN is computed to be greater than 17, set OPERR in #
23738 # If LEN is computed to be greater than 17, set OPERR in
24153 # 10^LEN-1 is computed for this test and A14. If the input was
24188 # 10^LEN is again computed using whatever table is in a1 since the
fplsp.s 4971 # sin(r) and cos(r) are computed as odd and even #
4976 # sin(r) and cos(r) are computed as odd and even #
5084 #--THEN WE RETURN SGN*SIN(R). SGN*SIN(R) IS COMPUTED BY
5137 #--THEN WE RETURN SGN*COS(R). SGN*COS(R) IS COMPUTED BY
6990 # computed as #
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 358 # VALUE may be 0, 1 or 2 for a computed quote escaped value based on

Completed in 58 milliseconds