Home
last modified time | relevance | path

Searched defs:a31 (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/tests/
DMathTest.cpp103 static int blend31(int src, int dst, int a31) { in blend31()
108 static int blend31_slow(int src, int dst, int a31) { in blend31_slow()
114 static int blend31_round(int src, int dst, int a31) { in blend31_round()
120 static int blend31_old(int src, int dst, int a31) { in blend31_old()
/third_party/skia/src/core/
DSkMatrixInvert.cpp86 double a31 = inMatrix[13]; in SkInvert4x4Matrix() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_matrix.cpp388 real64 a30, real64 a31, real64 a32) in dng_matrix_4by3()
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
Dtransform_args.h227 a25, a26, a27, a28, a29, a30, a31) \ argument
236 a26, a27, a28, a29, a30, a31, result, ...) \ argument
/third_party/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp970 a31 = f32(m[2]), a32 = f32(m[5]), a33 = f32(m[8]); in writeMatrixInverse3x3() local
990 a01 = f32(m[1]), a11 = f32(m[5]), a21 = f32(m[ 9]), a31 = f32(m[13]), in writeMatrixInverse4x4() local
/third_party/sqlite/src/
Dshell.c1644 # define a31 (p->u.s[16]) in KeccakF1600Step() macro
/third_party/node/deps/simdutf/
Dsimdutf.cpp1253 … a25, uint8_t a26, uint8_t a27, uint8_t a28, uint8_t a29, uint8_t a30, uint8_t a31, uint8_t a32, u… in _mm512_set_epi8()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp106720 Matrix(Float a11, Float a12, Float a21, Float a22, Float a31, Float a32) in Matrix()
107103 Float a31, Float a32, Float a33, Float a34, in Matrix4x4Typed()
108194 Float a31, Float a32, Float a33, Float a34, in Matrix5x4()