Home
last modified time | relevance | path

Searched refs:P_Value (Results 1 – 20 of 20) sorted by relevance

/dports/biology/gcta/gcta_1.26.0_src/
H A DStatFunc.cpp401 int i = 0, Size = P_Value.size(); in ControlFDR()
405 for (i = 0; i < Size; i++) P_ValueBuf[i] = P_Value[i]; in ControlFDR()
443 if (P_Value.empty()) return CrtQ; in ControlFDR_Storey()
451 stable_sort(P_Value.begin(), P_Value.end()); in ControlFDR_Storey()
452 double Pi0 = CalcuPi0(P_Value, Lambda); in ControlFDR_Storey()
455 int i = 0, m = P_Value.size(); in ControlFDR_Storey()
459 Q_Value[m - 1] = Pi0 * P_Value[m - 1]; in ControlFDR_Storey()
470 CrtVal = 0.5 * (P_Value[i] + P_Value[i + 1]); in ControlFDR_Storey()
475 if (!Flag) CrtVal = 0.5 * (P_Value[0] + P_Value[1]); in ControlFDR_Storey()
480 if (P_Value[i] < CrtVal) iBuf++; in ControlFDR_Storey()
[all …]
H A DStatFunc.h85 double ControlFDR(const vector<double> &P_Value, double alpha, bool Restrict);
87 …double ControlFDR_Storey(vector<double> &P_Value, vector<double> &Q_Value, double CrtQ, double &FD…
88 double CalcuPi0(vector<double> &P_Value, vector<double> &Lambda);
/dports/security/libadacrypt/Ada-Crypto-Library-abc534f/src/
H A Dcrypto-symmetric-kdf_sha512crypt.adb74 P_Value : Bytes(Password_Bytes'Range); variable
261 for I in P_Value'Range loop
263 P_Value(I) := Digest_DP_Hash_Result_Bytes(I mod 64);
268 for I in P_Value'Range loop
269 Error_Output.Put(To_Hex(P_Value(I)));
319 Add_Bytes(Bytes_To_Add => P_Value,
344 Add_Bytes(Bytes_To_Add => P_Value,
362 Add_Bytes(Bytes_To_Add => P_Value,
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Drassapi.d97 RAS_PARAMS_VALUE P_Value; member
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Drassapi.d97 RAS_PARAMS_VALUE P_Value; member
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Drassapi.d96 RAS_PARAMS_VALUE P_Value; member
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Drassapi.d97 RAS_PARAMS_VALUE P_Value; member
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Drassapi.h96 RAS_PARAMS_VALUE P_Value; member
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Drassapi.h96 RAS_PARAMS_VALUE P_Value; member
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Drassapi.d96 RAS_PARAMS_VALUE P_Value; member
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Drassapi.d96 RAS_PARAMS_VALUE P_Value; member
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Drassapi.d96 RAS_PARAMS_VALUE P_Value; member
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/windows/
H A Drassapi.d96 RAS_PARAMS_VALUE P_Value; member
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Drassapi.d97 RAS_PARAMS_VALUE P_Value; member
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Drassapi.d96 RAS_PARAMS_VALUE P_Value; member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Drassapi.h65 RAS_PARAMS_VALUE P_Value; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Drassapi.h65 RAS_PARAMS_VALUE P_Value; member
/dports/games/openclonk/openclonk-release-8.1-src/src/script/
H A DC4StringTable.cpp264 P[P_Value] = "Value"; in C4StringTable()
H A DC4StringTable.h490 P_Value, enumerator
/dports/games/openclonk/openclonk-release-8.1-src/src/editor/
H A DC4ConsoleQtPropListViewer.cpp1120 props->GetProperty(P_Value, &option.value); in C4PropertyDelegateEnum()