Home
last modified time | relevance | path

Searched defs:temp_result (Results 1 – 25 of 183) sorted by relevance

12345678

/dports/security/tfhe/tfhe-1.0.1-30-ga085efe/src/libtfhe/
H A Dboot-gates.cpp39 LweSample *temp_result = new_LweSample(in_out_params); in bootsNAND() local
65 LweSample *temp_result = new_LweSample(in_out_params); in bootsOR() local
91 LweSample *temp_result = new_LweSample(in_out_params); in bootsAND() local
117 LweSample *temp_result = new_LweSample(in_out_params); in bootsXOR() local
143 LweSample *temp_result = new_LweSample(in_out_params); in bootsXNOR() local
202 LweSample *temp_result = new_LweSample(in_out_params); in bootsNOR() local
228 LweSample *temp_result = new_LweSample(in_out_params); in bootsANDNY() local
254 LweSample *temp_result = new_LweSample(in_out_params); in bootsANDYN() local
280 LweSample *temp_result = new_LweSample(in_out_params); in bootsORNY() local
306 LweSample *temp_result = new_LweSample(in_out_params); in bootsORYN() local
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/metaparse/example/getting_started/
H A D5_2_1.hpp10 using temp_result = exp_parser7::apply<BOOST_METAPARSE_STRING("1 + 2 + 3 + 4")>::type; typedef
/dports/devel/boost-python-libs/boost_1_72_0/libs/metaparse/example/getting_started/
H A D5_2_1.hpp10 using temp_result = exp_parser7::apply<BOOST_METAPARSE_STRING("1 + 2 + 3 + 4")>::type; typedef
/dports/devel/boost-libs/boost_1_72_0/libs/metaparse/example/getting_started/
H A D5_2_1.hpp10 using temp_result = exp_parser7::apply<BOOST_METAPARSE_STRING("1 + 2 + 3 + 4")>::type; typedef
/dports/devel/hyperscan/boost_1_75_0/libs/metaparse/example/getting_started/
H A D5_2_1.hpp10 using temp_result = exp_parser7::apply<BOOST_METAPARSE_STRING("1 + 2 + 3 + 4")>::type; typedef
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/ashenden/compliant/
H A Dch_15_alu-b.vhd37 variable temp_result : dlx_bv_word; variable
H A Dch_10_alu-b.vhd39 variable temp_result : bit_vector(result'range); variable
/dports/security/seal/SEAL-3.7.2/native/src/seal/util/
H A Duintarith.h103 unsigned long long temp_result; in add_uint() local
140 unsigned long long temp_result; in add_uint() local
170 unsigned long long temp_result; in add_uint() local
223 unsigned long long temp_result; in sub_uint() local
260 unsigned long long temp_result; in sub_uint() local
290 unsigned long long temp_result; in sub_uint() local
353 unsigned long long temp_result; in negate_uint() local
/dports/net-mgmt/cacti-spine/cacti-spine-1.2.17/
H A Dsnmp.c331 char temp_result[RESULTS_BUFFER]; in snmp_get() local
428 char temp_result[RESULTS_BUFFER]; in snmp_getnext() local
648 char temp_result[RESULTS_BUFFER]; in snmp_get_multi() local
/dports/net-mgmt/cacti88-spine/cacti-spine-0.8.8h/
H A Dsnmp.c306 char temp_result[RESULTS_BUFFER]; in snmp_get() local
386 char temp_result[RESULTS_BUFFER]; in snmp_getnext() local
602 char temp_result[RESULTS_BUFFER]; in snmp_get_multi() local
/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A Dpw_encrypt_sha.c31 unsigned char temp_result[64]; in sha_crypt() member
42 #define temp_result (L.temp_result) in sha_crypt() macro
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dutilsi64.c675 INT temp_result[4]; /* the product returned by MUL128 */ in __utl_i_mul64() local
687 INT temp_result[4]; /* temporary result */ in __utl_i_mul128() local
737 int temp_result[4]; /* temporary result used in in __utl_i_div64() local
810 int temp_result[4]; /* temporary result used in in __utl_i_udiv64() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dmedia_values.h49 double temp_result; in ComputeLength() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dmedia_values.h51 double temp_result; in ComputeLength() local
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dmystrtoul.c216 unsigned long temp_result; in PyOS_strtoul() local
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dmystrtoul.c216 unsigned long temp_result; in PyOS_strtoul() local
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dmystrtoul.c216 unsigned long temp_result; in PyOS_strtoul() local
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dmystrtoul.c210 register unsigned long temp_result; in PyOS_strtoul() local
/dports/lang/python37/Python-3.7.12/Python/
H A Dmystrtoul.c216 unsigned long temp_result; in PyOS_strtoul() local
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dmystrtoul.c216 unsigned long temp_result; in PyOS_strtoul() local
/dports/lang/python27/Python-2.7.18/Python/
H A Dmystrtoul.c210 register unsigned long temp_result; in PyOS_strtoul() local
/dports/lang/python38/Python-3.8.12/Python/
H A Dmystrtoul.c216 unsigned long temp_result; in PyOS_strtoul() local
/dports/lang/python39/Python-3.9.9/Python/
H A Dmystrtoul.c216 unsigned long temp_result; in PyOS_strtoul() local
/dports/devel/py-typed-ast/typed_ast-1.5.0/ast27/Python/
H A Dmystrtoul.c210 register unsigned long temp_result; in Ta27OS_strtoul() local
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dmystrtoul.c210 register unsigned long temp_result; in PyOS_strtoul() local

12345678