Home
last modified time | relevance | path

Searched defs:SET_ZERO (Results 1 – 13 of 13) sorted by relevance

/dports/emulators/emu64/emu64-5.0.19/src/
H A Dmos6502_class.cpp184 inline void MOS6502::SET_ZERO(unsigned char wert) in SET_ZERO() function in MOS6502
H A Dmos6510_class.cpp326 inline void MOS6510::SET_ZERO(unsigned char wert) in SET_ZERO() function in MOS6510
/dports/security/liboqs/liboqs-0.7.0/src/kem/bike/
H A Dfunctions_renaming.h72 #define red RENAME_FUNC_NAME(red)
105 #define gf2x_mul_base_pclmul RENAME_FUNC_NAME(gf2x_mul_base_pclmul)
/dports/security/s2n/s2n-tls-1.1.2/pq-crypto/bike_r3/
H A Dx86_64_intrinsic.h77 # define SET_ZERO _mm256_setzero_si256() macro
110 # define SET_ZERO _mm512_setzero_si512() macro
/dports/math/primme/primme-3.2/
H A DREADME_for_developers.rst201 .. _SET_ZERO : https://github.com/primme/primme/blob/master/src/include/template.h#L209 target
/dports/math/py-primme/primme-3.2/
H A DREADME_for_developers.rst201 .. _SET_ZERO : https://github.com/primme/primme/blob/master/src/include/template.h#L209 target
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WINGs/
H A Dhandlers.c65 #define SET_ZERO(tv) tv.tv_sec = 0, tv.tv_usec = 0 macro
/dports/x11-wm/libwraster/WindowMaker-0.95.9/WINGs/
H A Dhandlers.c65 #define SET_ZERO(tv) tv.tv_sec = 0, tv.tv_usec = 0 macro
/dports/math/primme/primme-3.2/src/include/
H A Dtemplate.h220 # define SET_ZERO(A) {(A).r = 0; (A).i = 0;} macro
235 # define SET_ZERO(A) {(A) = 0.0;} macro
/dports/math/py-primme/primme-3.2/src/include/
H A Dtemplate.h220 # define SET_ZERO(A) {(A).r = 0; (A).i = 0;} macro
235 # define SET_ZERO(A) {(A) = 0.0;} macro
/dports/science/libcint/libcint-5.1.0/src/
H A Drys_roots.c1679 #define SET_ZERO(a, n, start) \ macro
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/
H A D6510dtvcore.c512 #define SET_ZERO(value) \ macro
/dports/emulators/vice/vice-3.5/src/
H A D6510dtvcore.c520 #define SET_ZERO(value) \ macro