Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkMatrixInvert.cpp99 double b09 = a21 * a32 - a22 * a31; in SkInvert4x4Matrix() local
/third_party/openssl/test/
Dsanitytest.c39 a09, b09, c09, d09, e09, f09, g09, h09, i09, j09, in test_sanity_enum_size() enumerator
/third_party/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp1003 b09 = a21**a32 - a22**a31, in writeMatrixInverse4x4() local