Home
last modified time | relevance | path

Searched refs:chk_value (Results 1 – 9 of 9) sorted by relevance

/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/external/gen1int/test_f90/
H A Dcheck_difference.F9028 subroutine check_difference(ref_value, chk_value, different) argument
32 real(REALK), intent(in) :: chk_value local
42 if (abs(chk_value)<ZERO_THRSH) then
45 ratio_value = ref_value/chk_value
49 ratio_value = chk_value/ref_value
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/test/
H A Dbusy_port_SUITE.erl419 chk_value({return, true}, Res),
427 chk_value({error, notsup}, Res),
437 chk_value({error, badarg}, Res),
466 chk_value({return, false}, Res),
488 chk_value({status,suspended},
495 chk_value({return, true}, Res),
859 chk_value(Exp, Exp) -> function
861 chk_value(Exp, Val) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/test/
H A Dbusy_port_SUITE.erl419 chk_value({return, true}, Res),
427 chk_value({error, notsup}, Res),
437 chk_value({error, badarg}, Res),
466 chk_value({return, false}, Res),
488 chk_value({status,suspended},
495 chk_value({return, true}, Res),
859 chk_value(Exp, Exp) -> function
861 chk_value(Exp, Val) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/
H A Dbusy_port_SUITE.erl419 chk_value({return, true}, Res),
427 chk_value({error, notsup}, Res),
437 chk_value({error, badarg}, Res),
466 chk_value({return, false}, Res),
488 chk_value({status,suspended},
495 chk_value({return, true}, Res),
859 chk_value(Exp, Exp) -> function
861 chk_value(Exp, Val) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/test/
H A Dbusy_port_SUITE.erl419 chk_value({return, true}, Res),
427 chk_value({error, notsup}, Res),
437 chk_value({error, badarg}, Res),
466 chk_value({return, false}, Res),
488 chk_value({status,suspended},
495 chk_value({return, true}, Res),
859 chk_value(Exp, Exp) -> function
861 chk_value(Exp, Val) -> function
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/test/
H A Dbusy_port_SUITE.erl419 chk_value({return, true}, Res),
427 chk_value({error, notsup}, Res),
437 chk_value({error, badarg}, Res),
466 chk_value({return, false}, Res),
488 chk_value({status,suspended},
495 chk_value({return, true}, Res),
859 chk_value(Exp, Exp) -> function
861 chk_value(Exp, Val) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/test/
H A Dbusy_port_SUITE.erl419 chk_value({return, true}, Res),
427 chk_value({error, notsup}, Res),
437 chk_value({error, badarg}, Res),
466 chk_value({return, false}, Res),
488 chk_value({status,suspended},
495 chk_value({return, true}, Res),
859 chk_value(Exp, Exp) -> function
861 chk_value(Exp, Val) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/test/
H A Dbusy_port_SUITE.erl419 chk_value({return, true}, Res),
427 chk_value({error, notsup}, Res),
437 chk_value({error, badarg}, Res),
466 chk_value({return, false}, Res),
488 chk_value({status,suspended},
495 chk_value({return, true}, Res),
859 chk_value(Exp, Exp) -> function
861 chk_value(Exp, Val) -> function
/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/gmetad/
H A Dprocess_xml.c932 char *chk_value = getfield(sum_metric.strings, sum_metric.edvalues[i]); in startElement_EXTRA_ELEMENT() local
935 if (!strcasecmp(chk_name, new_name) && !strcasecmp(chk_value, new_value)) { in startElement_EXTRA_ELEMENT()