Home
last modified time | relevance | path

Searched refs:Smax (Results 1 – 10 of 10) sorted by relevance

/external/honggfuzz/examples/apache-httpd/corpus_http1/
D601e4b594ddf3efaf7b7ef253ed348ec.000001a8.honggfuzz.cov4 Cache-Control:Smax-age=0
Dc63dd6894e58923169709f4f9e1431a8.000001a8.honggfuzz.cov4 Cache-Control:Smax-age=0
/external/honggfuzz/examples/apache-httpd/corpus_http2/
Dc63dd6894e58923169709f4f9e1431a8.000001a8.honggfuzz.cov4 Cache-Control:Smax-age=0
/external/tensorflow/tensorflow/contrib/specs/python/
Dspecs_ops.py121 Smax = Fun(nn_ops.softmax) variable
/external/tensorflow/tensorflow/contrib/specs/
DREADME.md53 - `Smax` = tf.nn.softmax
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc1803 SIMD_BINOP_CASE(kArm64I32x4MaxS, Smax, 4S); in AssembleArchInstruction()
1878 SIMD_BINOP_CASE(kArm64I16x8MaxS, Smax, 8H); in AssembleArchInstruction()
1972 SIMD_BINOP_CASE(kArm64I8x16MaxS, Smax, 16B); in AssembleArchInstruction()
/external/v8/src/arm64/
Dmacro-assembler-arm64.h440 V(smax, Smax) \
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h2588 V(smax, Smax) \
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc22176 __ Smax(v16.V8B(), v0.V8B(), v1.V8B()); in TEST() local
22177 __ Smax(v18.V4H(), v0.V4H(), v1.V4H()); in TEST() local
22178 __ Smax(v20.V2S(), v0.V2S(), v1.V2S()); in TEST() local
22180 __ Smax(v17.V16B(), v0.V16B(), v1.V16B()); in TEST() local
22181 __ Smax(v19.V8H(), v0.V8H(), v1.V8H()); in TEST() local
22182 __ Smax(v21.V4S(), v0.V4S(), v1.V4S()); in TEST() local
Dtest-disasm-aarch64.cc4692 COMPARE_MACRO(Smax(v3.M, v4.M, v5.M), "smax v3." S ", v4." S ", v5." S); in TEST()