Home
last modified time | relevance | path

Searched defs:_kf (Results 1 – 9 of 9) sorted by relevance

/dports/korean/hpscat/ked/
H A Dtext.c8 Kfont* _kf; variable
H A Dbasic.h37 Kfont* _kf; variable
/dports/security/beecrypt/beecrypt-4.2.1/include/beecrypt/c++/provider/
H A DHMAC.h43 const keyedHashFunction* _kf; variable
/dports/comms/liquid-dsp/liquid-dsp-1.3.2/src/modem/tests/
H A Dfreqmodem_autotest.c28 void freqmodem_test(float _kf) in freqmodem_test()
/dports/math/py-sympy/sympy-1.9/sympy/printing/
H A Dnumpy.py40 _kf = _numpy_known_functions variable in NumPyPrinter
350 _kf = {**NumPyPrinter._kf, **_scipy_known_functions} variable in SciPyPrinter
474 _kf = _cupy_known_functions variable in CuPyPrinter
H A Dcxx.py151 _kf = dict(C99CodePrinter._kf, **_math_functions['C++17']) variable in CXX17CodePrinter
H A Dpycode.py82 _kf = dict(chain( variable in AbstractPythonCodePrinter
551 _kf = dict(chain( variable in MpmathPrinter
H A Dc.py222 _kf = known_functions_C89 # type: Dict[str, Any] variable in C89CodePrinter
643 _kf = known_functions_C99 # type: Dict[str, Any] variable in C99CodePrinter
/dports/security/klee/klee-2.2/lib/Core/
H A DExecutionState.cpp49 StackFrame::StackFrame(KInstIterator _caller, KFunction *_kf) in StackFrame()