Home
last modified time | relevance | path

Searched defs:NONTEMPORAL (Results 1 – 2 of 2) sorted by relevance

/dports/databases/grass7/grass-7.8.6/gui/wxpython/animation/
H A Dutils.py41 NONTEMPORAL = 2 variable in TemporalMode
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/
H A Dlib.rs104 const NONTEMPORAL = 1 << 1; const