Home
last modified time | relevance | path

Searched defs:SCALAR_OPS (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/ec/suite_b/ops/
Dp256.rs144 pub static SCALAR_OPS: ScalarOps = ScalarOps { constant
Dp384.rs160 pub static SCALAR_OPS: ScalarOps = ScalarOps { constant
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fShaderMatrixTests.cpp716 #define SCALAR_OPS(IN0TYPE, IN0DATATYPE, IN1TYPE, IN1DATATYPE) \ in getEvalFunc() macro